This PR adds support for submitting jobs to a Slurm cluster using the cgr submit --slurm command. It leverages a generic Slurm cluster template provided within the codebase. It also also:
Updates relevant docs
Updates unit tests to cover the added functionality
Addresses a few minor typos throughout the codebase.
This PR adds support for submitting jobs to a Slurm cluster using the
cgr submit --slurm
command. It leverages a generic Slurm cluster template provided within the codebase. It also also:Fixes #268