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 [07.06.2021 11:55]
Administrator
guides:slurm:basics [27.11.2023 12:40]
Administrator
Line 35: Line 35:
 #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 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.txt · Last modified: 27.11.2023 12:40 by Administrator