Hello, I have been trying to run a walkers_mpi simulation on gromacs but am seeing:
File input/output error:
md_0_1.tpr
My plumed file is as follows:
ene: ENERGY
mc: ECV_MULTITHERMAL ARG=ene TEMP_MIN=270 TEMP_MAX=700
opes: OPES_EXPANDED ARG=mc.* PACE=500 WALKERS_MPI=ON
PRINT STRIDE=500 ARG=* FILE=COLVAR
I'm new to gromacs so the issue may lie there. I compiled with:
cmake -DGMX_BUILD_OWN_FFTW=ON -DGMX_MPI=ON -DGMX_GPU=CUDA
And my gromacs run command is below. If I do not specify the -multidir flag then the simulation+plumed runs fine but without multiple walkers.
mpirun -np 4 gmx_mpi mdrun -v -deffnm md_0_1 -plumed plumed.dat -multidir W_{1..4}
I would appreciate any advice. Thank you.
-Mike