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

Latest commit

 

History

History
39 lines (26 loc) · 1.02 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.02 KB

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.