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
- Fork it ( https://git.computecanada.ca/cc-provisioning/nodesets/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request