pipeline status

Nodesets

Nodeset rubygem, includes sample, as well as usable, executables. Fold, expand or count nodesets. Allows exclude, intersection or XOR from the specified nodesets. Attempts to follows Slurm Nodeset (NodeName) conventions, possibly more if extensions are added. Not as feature filled as ClusterShell NodeSet written in Python, but faster at the moment and does the job in ruby.

Installation

Add this line to your application's Gemfile:

gem 'nodesets'

And then execute:

$ bundle

Or install it yourself as:

$ gem install nodesets

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it ( https://git.computecanada.ca/cc-provisioning/nodesets/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request