#!/bin/bash
#SBATCH -ntasks=2 --gres=gpu:h100:2 --mem-per-cpu=2000 --time=20:0
module --force purge
module load StdEnv/2023 gcc/12.3 openmpi/4.1.5 cuda/12.6 amber/24.3
# Run simulation
srun pmemd.cuda.mpi -O -i pmemd_prod.in -p prmtop.parm7 -c restart.rst7
#!/bin/bash
#SBATCH -ntasks=2 --gres=gpu:h100:2 --mem-per-cpu=2000 --time=20:0
module --force purge
module load StdEnv/2023 gcc/12.3 openmpi/4.1.5 cuda/12.6 amber/24.3
# Run simulation
srun pmemd.cuda.mpi -O -i pmemd_prod.in -p prmtop.parm7 -c restart.rst7