You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a very fundamental question about this repo.
I have the docker-sge image running on an AWS machine with 32 cores, and with the help of this repo, I have a 32 node GridEngine (which is fantastic). Call this one instance 1.
However, I would like to add another AWS instance (completely different server and IP) to SGE (so there are a total of 64 CPUs being dedicated to SGE). Is there any way to run another docker-sge image (on another instance entirely: instance 2) and let the master (instance 1) know about the new instance (instance 2)?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi there,
I have a very fundamental question about this repo.
I have the
docker-sge
image running on an AWS machine with 32 cores, and with the help of this repo, I have a 32 node GridEngine (which is fantastic). Call this one instance 1.However, I would like to add another AWS instance (completely different server and IP) to SGE (so there are a total of 64 CPUs being dedicated to SGE). Is there any way to run another
docker-sge
image (on another instance entirely: instance 2) and let the master (instance 1) know about the new instance (instance 2)?Thanks!
The text was updated successfully, but these errors were encountered: