Skip to content
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

Open
ankiisharma opened this issue Mar 9, 2016 · 4 comments

Comments

@ankiisharma
Copy link

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 ?

@maymounkov
Copy link

Could you be more specific?

On 9 March 2016 at 08:38, ankiisharma [email protected] wrote:

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 ?


Reply to this email directly or view it on GitHub
#26.

@ankiisharma
Copy link
Author

Using go circuit can I send a whole go program from controller node to the
slave node, run the program as a process on the slave node and get the
output back to the controller node.

Thanks for your reply
On Mar 16, 2016 9:28 PM, "maymounkov" [email protected] wrote:

Could you be more specific?

On 9 March 2016 at 08:38, ankiisharma [email protected] wrote:

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 ?


Reply to this email directly or view it on GitHub
#26.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#26 (comment)

@maymounkov
Copy link

You can. You just SCP the program (source or binary) to the slave.
Then you compile and/or run (at the slave).

You do all this programaticaly from the circuit. I.e. running (i) SCP on
your local machine,
then (ii) running Go compiler on slave, and/or (iii) running the binary on
slave.

On 16 March 2016 at 13:52, ankiisharma [email protected] wrote:

Using go circuit can I send a whole go program from controller node to the
slave node, run the program as a process on the slave node and get the
output back to the controller node.

Thanks for your reply
On Mar 16, 2016 9:28 PM, "maymounkov" [email protected] wrote:

Could you be more specific?

On 9 March 2016 at 08:38, ankiisharma [email protected] wrote:

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 ?


Reply to this email directly or view it on GitHub
#26.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#26 (comment)


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#26 (comment)

@ankiisharma
Copy link
Author

thanks for the reply
I wondered if the go circuit has internal implementation for the same.
Thanks for clearing my doubt

Ankit Sharma

On Fri, Mar 18, 2016 at 12:45 AM, maymounkov [email protected]
wrote:

You can. You just SCP the program (source or binary) to the slave.
Then you compile and/or run (at the slave).

You do all this programaticaly from the circuit. I.e. running (i) SCP on
your local machine,
then (ii) running Go compiler on slave, and/or (iii) running the binary on
slave.

On 16 March 2016 at 13:52, ankiisharma [email protected] wrote:

Using go circuit can I send a whole go program from controller node to
the
slave node, run the program as a process on the slave node and get the
output back to the controller node.

Thanks for your reply
On Mar 16, 2016 9:28 PM, "maymounkov" [email protected] wrote:

Could you be more specific?

On 9 March 2016 at 08:38, ankiisharma [email protected]
wrote:

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 ?


Reply to this email directly or view it on GitHub
#26.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
<#26 (comment)


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#26 (comment)


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#26 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants