emu-codes
emu-codes
research stuff
1 post
Don't wanna be here? Send us removal request.
emu-codes · 1 year ago
Text
slurm script header
a header I include in literally all of my slurm scripts :) It should look something like this:
\#!/bin/bash \#SBATCH --job-name=JobName \#SBATCH --partition=short/medium/long/high\_priority \#SBATCH [email protected] \#SBATCH --nodes=1 \#SBATCH --mem=300gb \#SBATCH --ntasks=64 \#SBATCH --cpus-per-task=1 \#SBATCH --output=chr1\_m.20230920.%j.log \#SBATCH --time=168:00:00
2 notes · View notes