rsnt_translations
56,430
edits
(Updating to match new version of source page) |
No edit summary |
||
Line 118: | Line 118: | ||
#!/bin/bash | #!/bin/bash | ||
#SBATCH --account=def-someuser | #SBATCH --account=def-someuser | ||
#SBATCH --gpus=8 # total | #SBATCH --gpus=8 # nombre total de GPU | ||
#SBATCH --ntasks-per-gpu=1 # | #SBATCH --ntasks-per-gpu=1 # 8 processus MPI au total | ||
#SBATCH --cpus-per-task=6 # CPU | #SBATCH --cpus-per-task=6 # cœurs CPU par processus MPI | ||
#SBATCH --mem-per-cpu=5G # host memory per CPU core | #SBATCH --mem-per-cpu=5G # host memory per CPU core | ||
#SBATCH --time=0-03:00 # time (DD-HH:MM) | #SBATCH --time=0-03:00 # time (DD-HH:MM) |