cc_staff
56
edits
(modifications pour s'assurer d'obtenir le résultat escompté + modifications mineures) |
m (typo) |
||
Line 409: | Line 409: | ||
#!/bin/bash | #!/bin/bash | ||
#SBATCH --account=def-someacct # replace this with your supervisors account | #SBATCH --account=def-someacct # replace this with your supervisors account | ||
# | #SBATCH --ntasks-per-node=2 # add this line to make sure that slurm uses multiple nodes | ||
#SBATCH --ntasks=4 # number of processes | #SBATCH --ntasks=4 # number of processes | ||
#SBATCH --mem-per-cpu=512M # memory; default unit is megabytes | #SBATCH --mem-per-cpu=512M # memory; default unit is megabytes |