GROMACS version: 2021.4
GROMACS modification: No
Dear gmx users,
I installed gmx_mpi.
Can I use CPU multi cores for analyses using gmx_mpi ?
I don’t know how to use it.
For example, I tried
‘gmx_mpi trjconv -s md.tpr -f md.xtc -n in.ndx -o md_PBC.xtc -pbc mol -ur compact’
but it uses only one CPU core.
Also, I’ve tried this too,
‘mpirun -np 32 gmx_mpi trjconv -s md.tpr -f md.xtc -n in.ndx -o md_PBC.xtc -pbc mol -ur compact’
, but it doesn’t work.
Please give me some advice.
Kind Regards,