[Swift-devel] multiple coaster workers per node

Ben Clifford benc at hawaga.org.uk
Sun Jul 27 14:58:36 CDT 2008


cog svn r2094 introduces a profile property coastersPerNode which allows 
you to spawn multiple coaster workers on a node. this should allow you to 
take advantage of sites which have multicore CPUs but allocate the whole 
node, rather than an individual core, when a job is submitted.

When using coasters, add this to the site definition:

    <profile namespace="globus" key="coastersPerNode">5</profile>


to get eg 5 workers on each node.

-- 




More information about the Swift-devel mailing list