R: Difference between revisions

Jump to navigation Jump to search
7 bytes added ,  6 years ago
Line 344: Line 344:
   |contents=
   |contents=
#!/bin/bash
#!/bin/bash
#SBATCH --account=def-someacct   # replace this with your own account
#SBATCH --account=def-someacct # replace this with your own account
#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
#SBATCH --time=00:05:00           # time (HH:MM:SS)
#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>
cc_staff
284

edits

Navigation menu