User Tools

Site Tools


guides:slurm:basics

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
guides:slurm:basics [18.11.2021 11:19]
Administrator
guides:slurm:basics [27.11.2023 12:40] (current)
Administrator
Line 36: Line 36:
 #SBATCH --partition serial # Partition to submit #SBATCH --partition serial # Partition to submit
  
-module load matlab/R2018b # load modules+module load matlab/R2022b # load modules
  
 matlab -nodisplay < matlab.m # Execute the script matlab -nodisplay < matlab.m # Execute the script
Line 57: Line 57:
 #SBATCH --mem 2000          # Reserve 2 GB RAM for the job #SBATCH --mem 2000          # Reserve 2 GB RAM for the job
 #SBATCH --partition serial  # Partition to submit #SBATCH --partition serial  # Partition to submit
-#SBATCH --auks=yes     # Enable kerberos support with auks 
  
 module load bcftools # load modules module load bcftools # load modules
Line 106: Line 105:
 ``` ```
 scontrol show job <jobid> scontrol show job <jobid>
-``` 
- 
-#### Extend runtime of given jobid 
- 
-``` 
-scontrol update jobid=<job_id> TimeLimit=<new_timelimit> 
 ``` ```
  
guides/slurm/basics.1637227175.txt.gz · Last modified: 18.11.2021 11:19 by Administrator