SLURM
From Rizzo_Lab
Header Information
The header of your SLURM script should contain the following lines:
#!/bin/sh #SBATCH --partition= #SBATCH --time= #SBATCH --nodes= #SBATCH --ntasks= #SBATCH --job-name= #SBATCH --output=%x-%j.o
#!/bin/sh
indicates which shell will be used in the script.