[ ] Confirm that your issue is a genuine bug in the crew.cluster package itself and not a user error, known limitation, or issue from another package that crew.cluster depends on.
Not 100% this isn't a SLURM system issue.
[x] If there is already a relevant issue, whether open or closed, comment on the existing thread instead of posting a new issue.
It seems to be related to having the decimal GBs. Perhaps you could just change it in the background to use #SBATCH --mem-per-cpu=3072M and round to the nearest integer?
Prework
crew.cluster
package itself and not a user error, known limitation, or issue from another package thatcrew.cluster
depends on. Not 100% this isn't a SLURM system issue.Description
When using
crew_controller_slurm(..., slurm_memory_gigabytes_per_cpu = 1.5, ...)
I get the error:It seems to be related to having the decimal GBs. Perhaps you could just change it in the background to use
#SBATCH --mem-per-cpu=3072M
and round to the nearest integer?Diagnostic information