GROMACS version:
GROMACS modification: Yes/No
Hi gromacs users,
Im running mdrun in HPC cluster, here is my sbatch scripts
#!/bin/bash
#SBATCH --job-name=coumaric-acid
#SBATCH --time=24:00:00
#SBATCH --ntasks=1
#SBATCH --mem-per-cpu=4096
#SBATCH --cpus-per-task=1
module load gromacs/5.1.4
gmx mdrun -deffnm md_100
but it failed, when checking the issue, it say that gmx command line was not found.
Any advices for this, thank you in advance