GROMACS version: 2022 and 2024
Dear Gromacs users:
I want to energy minimize a structure in Gromacs. When I run the simulation using mdrun
option.
gmx grompp -f minim.mdp -c box.gro -o min.tpr
gmx mdrun -deffnm min -v -nt 4
I encounter with this error:
Fatal error:
There is no domain decomposition for 1 ranks that is compatible with the
given box and a minimum cell size of 15.5337 nm.
Change the number of ranks or mdrun option -rdd or -dds
Look in the log file for details on the domain decomposition
It is so strange. Because when I perform the simulation of the same system in nvt:
gmx grompp -f nvt.mdp -c box.gro -o nvt.tpr
gmx mdrun -deffnm nvt -v -nt 4
it proceeds without any error.
What is the main reason for that?