We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When submitting jobs on a GPU node, the generated batch job requests GRES that is not valid:
srun: error: Unable to create step for job 16413634: Invalid generic resource (gres) specification
Submitting the same job on a login node succeeds.
The text was updated successfully, but these errors were encountered:
Here is the error I got with similar submision:
srun: fatal: SLURM_MEM_PER_CPU, SLURM_MEM_PER_GPU, and SLURM_MEM_PER_NODE are mutually exclusive.
Sorry, something went wrong.
I haven't been able to reproduce this bug. I used a reservation done via
sbatch --job-name=nomachine --constraint=nomachine --partition=interactive --mem-per-cpu=8G --cpus-per-task=16 --gpus=1 --time=5-0:00:00 --wrap "sleep 120h" --output=$HOME/logs/sbatch.out --nodelist=gpu-sm01-02
submitted jobs for deskew and reconstruction without a problem
No branches or pull requests
When submitting jobs on a GPU node, the generated batch job requests GRES that is not valid:
Submitting the same job on a login node succeeds.
The text was updated successfully, but these errors were encountered: