[StarCluster] exclude the master node

Ed Morris ecm200 at gmail.com
Wed Oct 17 07:59:24 EDT 2012


Jean-Pierre.

This option is a setting in the configuration file for star cluster.

Use the SGE plugin instead of the automatic queue setup.

[plugin sge]
setup_class = starcluster.plugins.sge.SGEPlugin
master_is_exec_host = False


Following argument excludes master as execution host.

Be sure to set the queue command to false before executing the SGE plugin.

Something like:

[cluster smallcluster]
disable_queue = True
plugins = sge


Hope this helps.

Ed


On 17 October 2012 13:50, Jean-Pierre Adam <jean_pierre_adam at hotmail.com>wrote:

>  Hi all,
>
> usually I use a "cheap" master node when I'm running starcluster on spot
> instances.
>
> And usually, I launch my jobs with that kind of command :
>
> qsub -b y -cwd -pe orte 24 mpirun ./mpi-executable arg1 arg2
>
> I was wondering, how could I exclude the master node from the list of
> nodes running the job. Since the master node is slower in my case, it
> clearly affects the efficiency of the computation.
>
> Cheers
>
> JP
>
> _______________________________________________
> StarCluster mailing list
> StarCluster at mit.edu
> http://mailman.mit.edu/mailman/listinfo/starcluster
>
>


-- 
Ed Morris
------------------------------------------------
email: ecm200 at gmail.com
phone:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/starcluster/attachments/20121017/760b3b6c/attachment-0001.htm


More information about the StarCluster mailing list