alces-job is a small CLI tool for generating Slurm sbatch scripts from templates, profiles, and site defaults.
Download the released gem and install it:
$ wget https://github.com/alces-software/alces-job/releases/download/v2.0.3/alces-job-2.0.3.gem
$ gem install alces-job-2.0.3.gemVerify installation:
$ alces-job versionShow help:
$ alces-job --helpGenerate a script:
$ alces-job generate universal --job_name test-job --command "./run.sh"Run interactive mode:
$ alces-job interactiveFor more specific guidance, see UserGuide.md, DeveloperGuide.md, or AdminGuide.md in the repository root.