cc_staff
284
edits
Line 344: | Line 344: | ||
|contents= | |contents= | ||
#!/bin/bash | #!/bin/bash | ||
#SBATCH --account=def-someacct | #SBATCH --account=def-someacct # replace this with your own account | ||
#SBATCH --ntasks=4 | #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 | ||
#SBATCH --time=00:05:00 | #SBATCH --time=00:05:00 # time (HH:MM:SS) | ||
module load r/3.5.0 | module load r/3.5.0 | ||
Line 359: | Line 359: | ||
3. Submit the job with: | 3. Submit the job with: | ||
{{Command|sbatch job_makecluster.sh}} | {{Command|sbatch job_makecluster.sh}} | ||
For more information on submitting jobs, see the [[Running jobs]] page. | |||
For more on submitting jobs, see the [[Running jobs]] page. | |||
</translate> | </translate> |