You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use fyrd on a supercomputer with SLURM queue system but the 'mem' option is giving me problems. The point is that in our SLURM the option #SBATCH --mem=XXX is not allowed:
20180820 16:39:56.517 | CRITICAL --> sbatch failed with code 1
-----------------------------------> stdout:
-----------------------------------> stderr: sbatch: error: You cannot submit a job requesting memory parameters, memory is automatically setfor each asked cpu (2G/core by default, 8G/core for highmem)
-----------------------------------> sbatch: error: Batch job submission failed: Memory required by task is not available
This parameter is already fixed by the class/partition and it is not permitted.
Leaving the value as none or empty in the profiles.txt does not help either, it seems that is mandatory to set a value for it. Could you leave this parameter as optional?
Thanks in advance,
Raúl
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to use fyrd on a supercomputer with SLURM queue system but the 'mem' option is giving me problems. The point is that in our SLURM the option
#SBATCH --mem=XXX
is not allowed:This parameter is already fixed by the class/partition and it is not permitted.
Leaving the value as none or empty in the profiles.txt does not help either, it seems that is mandatory to set a value for it. Could you leave this parameter as optional?
Thanks in advance,
Raúl
The text was updated successfully, but these errors were encountered: