i installed gromacs and need to know the exchange probability but didn’t got any file holding this name and got only md.log which also didn’t contain exchange probability
Are you intending to run replica exchange MD? Your commands above loop over grompp then run a single mdrun process. You do not run REMD simulations in a loop, there is specific syntax (see the manual and online tutorials).
thanks a lot for helping . i followed the tutorial as i have now 6 temperatures … i created folder called stage2 inside it i created 6 folders each one called sim1 sim2 … sim6 inside each folder sim.mdp with the temperature and sim.tpr
i run this command
mpirun -np 6 gmx_mpi mdrun -ntomp 12 -v -multidir sim[123456] -replex 100
but got
gmx_mpi: error while loading shared libraries: libcufft.so.9.1: cannot open shared object file: No such file or directory
gmx_mpi: error while loading shared libraries: libcufft.so.9.1: cannot open shared object file: No such file or directory
gmx_mpi: error while loading shared libraries: libcufft.so.9.1: cannot open shared object file: No such file or directory
gmx_mpi: error while loading shared libraries: libcufft.so.9.1: cannot open shared object file: No such file or directory
gmx_mpi: error while loading shared libraries: libcufft.so.9.1: cannot open shared object file: No such file or directory
It seems that [at least] one of the processes that was started with
mpirun did not invoke MPI_INIT before quitting (it is possible that
more than one process did not invoke MPI_INIT – mpirun was only
notified of the first one, which was on node n0).
mpirun can only be used with MPI programs (i.e., programs that
invoke MPI_INIT and MPI_FINALIZE). You can use the “lamexec” program
to run non-MPI programs over the lambooted nodes.