Skip to content

Slow performance running as a Slurm job #155

Discussion options

You must be logged in to vote

Well, it turns out this is a matter of having the following line:

#SBATCH --cpus-per-gpu=2

in the .sbatch script.
For future reference, this is what one should have the submission script:

#SBATCH --nodes=1
#SBATCH --ntasks=1
#SBATCH --gres=gpu:1
#SBATCH --cpus-per-gpu=2
#SBATCH --partition=gpu

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ricalessandri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant