User Tools

Site Tools


news

This is an old revision of the document!


ILRI Research Computing News

Here we will post news and announcements about the ILRI research-computing infrastructure, including important updates, breaking changes, etc.


August 22, 2022: updated syntax for SBATCH scripts

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:

/var/spool/slurmd/job747929/slurm_script: line 8: module: command not found

Then you need to make sure the first line of your SBATCH script starts like this:

#!/usr/bin/bash -l

The new syntax requires -l after the bash command.


news.1661192681.txt.gz · Last modified: 2022/08/22 18:24 by aorth