You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#SBATCH --partition skylake # Request a specific partition for the resource allocation; For 6GB per CPU: "-p skylake"; for 12GB per CPU; "-p skylake-himem"
#SBATCH -o %x_%j.out # x job name, x job id
#SBATCH -e %x_%j.err
shopt -s nullglob # enable Bash allows filename patterns which match no files to expand to a null string
. /etc/profile.d/modules.sh # Leave this line (enables the module command)
module purge # Removes all modules still loaded
module load rhel7/default-peta4 # REQUIRED - loads the basic environment