Skip to content

Example job scripts

Warning

This scripts and some behavior might be different from VSC5 and VSC4

#!/bin/bash
#SBATCH --job-name test_job
#SBATCH --nodes 1
#SBATCH --partition zen4_0768_h100x4
#SBATCH --qos zen4_0768_h100x4

module purge
module load EESSI/2023.06
module load LAMMPS/29Aug2024-foss-2023b-kokkos

srun --mpi=pmix lmp -i in.meam

Note

One needs to load the EESSI module after purge