User Tools

Site Tools


guides:slurm:using-r

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
guides:slurm:using-r [07.06.2021 11:56]
Administrator
guides:slurm:using-r [18.11.2021 11:18]
Administrator
Line 29: Line 29:
 #SBATCH --mail-user username@uef.fi # this is the email you wish to be notified at #SBATCH --mail-user username@uef.fi # this is the email you wish to be notified at
 #SBATCH --mail-type ALL # ALL will alert you of job beginning, completion, failure etc #SBATCH --mail-type ALL # ALL will alert you of job beginning, completion, failure etc
-#SBATCH --auks=yes         # Enable kerberos support with auks 
  
 module load r # load modules module load r # load modules
Line 36: Line 35:
  
 ``` ```
-The last step is to submit the job to the compute queue with the **[sbatch](https://slurm.schedmd.com/sbatch.html)** command. Note that the batch file (and R script and data) must be located at local file system of login node, e.g. /home/users/ disk.+The last step is to submit the job to the compute queue with the **[sbatch](https://slurm.schedmd.com/sbatch.html)** command.
  
 ``` ```
 sbatch scriptR.sbatch sbatch scriptR.sbatch
 ``` ```
guides/slurm/using-r.txt · Last modified: 18.11.2021 11:19 by Administrator