jtriley / StarCluster

StarCluster is an open source cluster-computing toolkit for Amazon's Elastic Compute Cloud (EC2).
http://star.mit.edu/cluster
GNU Lesser General Public License v3.0
582 stars 313 forks source link

Multiple worker node types #619

Open nagaflokhu opened 6 years ago

nagaflokhu commented 6 years ago

Hi,

A previous issue (https://github.com/jtriley/StarCluster/issues/369) mentions that it is possible to have worker nodes with different types. I haven't been able to find documentation about this. Could someone point me to such documentation or let me know how this works?

I would like to be able to launch two types of nodes: some with NVIDIA GPUs and others without. Ideally, I could tag them somehow such that SGE can tell them apart and give the right kind of job to each (CUDA jobs to NVIDIA GPU-enabled nodes, all other jobs to other nodes).

Thank you!