#! /bin/bash #PBS -l nodes=1:ppn=1 ####PBS -j oe #PBS -A nn4700k #PBS -N "gmx" #PBS -r n # make sure we are in the right directory in case writing files cd $WORKDIR || exit 111 module load gromacs grompp=grompp_mpi mdrun=mdrun_mpi aprun -B $grompp -f assemble.mdp -c min-solvent.gro -p system.top -maxwarn 10 -o assemble.tpr -n index.ndx