The memory and temporary disk space specifications are MB by default. For compatibility with LSF, make the default sizes (without suffix of GB, MB, etc.) be in units of GB rather than MB. Requested by Genentech.
Created attachment 3907 [details] Add capability for Slurm version 16.08
Functionality added to version 17.02 in the following commit: https://github.com/SchedMD/slurm/commit/02efa7d9534718050b1e90936efa3ba0921fb347 Enable the functionality by adding "default_gbytes" to SchedulerParameters
NOTE: The internal slurm data structures and the default/maximum memory specification format in slurm.conf is NOT changed. Only the default units for --mem, --mem-per-cpu, and --tmp for the salloc, sbatch and srun commands. Use of a suffix in the specification (e.g. '--mem=128m") can be used to specify other units.