I am submitting a simulation on a node with 48 cores, but I am choosing only 40 cores, each with 4 threads for my job as following:
mpirun -np 40 gmx_mpi mdrun -deffnm prod -ntomp 4 -plumed plumed.dat
(I am just using one node)
During the run I am getting following warning message, and the performance is also poor:
WARNING: On rank 0: oversubscribing the available 48 logical CPU cores per node with 160 threads.
This will cause considerable performance loss.
I looked at different help pages to improve the performance but keywords like -nt are not recognised on my node. Could you please help me?
Thanks in advance.