Skip to content

Instantly share code, notes, and snippets.

View FatherDivine's full-sized avatar
🌴
On vacation

Father Divine FatherDivine

🌴
On vacation
  • Denver
View GitHub Profile
@ultranity
ultranity / Slurm-sbatch-email-with-output.sh
Created August 9, 2022 14:24
Slurm-sbatch-email-with-output
#!/bin/bash
#SBATCH -J MyModel
#SBATCH -n 1 # Number of cores
#SBATCH -t 1-00:00 # Runtime in D-HH:MM
#SBATCH -o JOB%j.out # File to which STDOUT will be written
#SBATCH -e JOB%j.out # File to which STDERR will be written
#SBATCH --mail-type=BEGIN
#SBATCH [email protected]
secs_to_human(){