User Tools

Site Tools


news

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
news [2022/08/22 18:19] aorthnews [2022/08/22 18:24] aorth
Line 5: Line 5:
  
 ===== August 22, 2022: updated syntax for SBATCH scripts ===== ===== August 22, 2022: updated syntax for SBATCH scripts =====
-Due to a change in the SLURM resource scheduler behavior, the syntax for SBATCH scripts must change slightly. If you are seeing errors such as this:+Due to a change in the behavior of our SLURM resource scheduler, the syntax for SBATCH scripts must change slightly to fix an issue with environment modules. If you are seeing errors such as this:
  
 <code>/var/spool/slurmd/job747929/slurm_script: line 8: module: command not found</code> <code>/var/spool/slurmd/job747929/slurm_script: line 8: module: command not found</code>
Line 13: Line 13:
 <code>#!/usr/bin/bash -l</code> <code>#!/usr/bin/bash -l</code>
  
 +The new syntax requires ''-l'' after the bash command.
 ---- ----
news.txt · Last modified: 2023/05/02 12:47 by aorth