Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

delagoya/StarClusterPlugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A set of plugins for StarCluster

Tweaks

  1. enables h_vmem complex attribute as a consumable
  2. reduces the number of slots available on the master host, so that NFS and SGE services are not effected.

USAGE

If you currently do not have custom plugins

  cd $HOME/.starcluster/
  git checkout https://github.com/delagoya/StarClusterPlugins.git plugins

If you do have custom plugins, then you most certainly know what you are doing and can figure it out :)

Configuration

Refer to each plugin's documentation, but here is an example of one of the plugins for modification of your StarCluster config file:

[plugin gridengine_tweaks]
setup_class = delagoya.gridengine.GridEngineTweaks
# one of True / False
enable_hvmem = True
master_slots = 1

In your cluster profile section

PLUGINS = gridengine_tweaks

Have fun!

LICENSE

Licensed under the MIT license http://opensource.org/licenses/MIT. Refer to the LICENSE file for details.

About

Plugins for StarCluster

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages