GROMACS version: 2019.5
GROMACS modification: No
Dear users,
I am trying to run a REMD simulation, with the replica files in the working directory having names like testrun_1.tpr, testrun_2.tpr, etc.
However, upon running the command below with SLURM architecture:
mpirun gmx_mpi mdrun -s testrun_.tpr -v -deffnm testrun_ -replex 500 >> replex_1.log
I get errors like:
Error in user input:
Invalid command-line options
In command-line option -s
File ‘testrun_.tpr’ (or ‘testrun_’) does not exist or is not accessible.
The file could not be opened.
Reason: No such file or directory
(call to fopen() returned error code 2)
Even the ‘-multi’ option is not being recognized:
Error in user input:
Invalid command-line options
In command-line option -s
File ‘testrun_.tpr’ does not exist or is not accessible.
The following extensions were tried to complete the file name:
.tpr
Unknown command-line option -multi
Please advise on how to proceed further regarding this. Thanks a lot.