Skip to content

Commit

Permalink
Update matlab-slurm.sh
Browse files Browse the repository at this point in the history
requesting 2 gpus produce and error "sbatch: error:  ====> Nodes limited to 1 GPU per JOB: speed-01, speed-05, speed-17"
  • Loading branch information
salhanyf authored Jan 20, 2025
1 parent b28062f commit fa63298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/matlab/matlab-slurm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#SBATCH --mail-type=ALL ## Receive all email type notifications
#SBATCH --chdir=./ ## Use currect directory as working directory (default)
#SBATCH --partition=pg-gpu ## Use the GPU partition (specify here or at command line wirh -p option)
#SBATCH --gpus=2 ## How many GPUs (currently limit is set 2 max for Speed 5 and 17)
#SBATCH --gpus=1 ## How many GPUs (currently limit is set 2 max for Speed 5 and 17)
#SBATCH --mem=4Gb

# Loads matlab module version
Expand Down

0 comments on commit fa63298

Please sign in to comment.