Skip to content

Instantly share code, notes, and snippets.

View avramidis's full-sized avatar

Eleftherios Avramidis avramidis

View GitHub Profile
#!/bin/bash
#SBATCH -J GgrafOW
#SBATCH -A payne-alpha-sl2-cpu
#! How many whole nodes should be allocated?
#SBATCH --nodes=1
#! How many (MPI) tasks will there be in total? (<= nodes*32)
#! The skylake/skylake-himem nodes have 32 CPUs (cores) each.
#SBATCH --ntasks=1
#! How much wallclock time will be required?