-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How will one submit the whole go program to run on a node in the go circuit as a process? #26
Comments
Could you be more specific? On 9 March 2016 at 08:38, ankiisharma [email protected] wrote:
|
Using go circuit can I send a whole go program from controller node to the Thanks for your reply
|
You can. You just SCP the program (source or binary) to the slave. You do all this programaticaly from the circuit. I.e. running (i) SCP on On 16 March 2016 at 13:52, ankiisharma [email protected] wrote:
|
thanks for the reply Ankit Sharma On Fri, Mar 18, 2016 at 12:45 AM, maymounkov [email protected]
|
Hello there
I want to submit a whole program as a process to one of the nodes of go circuit any suggestions how to do it ?
The text was updated successfully, but these errors were encountered: