GROMACS version: 2020.3
GROMACS modification: Yes/No
Here post your question:
Hello I am up to the Production MD step 8 of Protein-Ligand Tutorial, my first command:
gmx grompp -f md.mdp -c npt.gro -t npt.cpt -p topol.top -n index.ndx -o md_0_10.tpr
was successful generating the proper o md_0_10.tpr file, however my subsequent command:
gmx mdrun -v -deffnm md_0_10 -nt 8
is exhibiting a substantial delay time of a month to complete, is this amount of time natural for running this simulation on my MacOS Catalina Version 10.15.6 exhibiting a 1,4 GHz Quad-Core Intel Core i5? (When running the similar Production MD for Tutorials 1 and 2 I did not have this substantial delay.). Below is a paste of this substantial delay wait time starting at the exhibited command line:
Command line:
gmx mdrun -v -deffnm md_0_10 -nt 8
Back Off! I just backed up md_0_10.log to ./#md_0_10.log.4#
Compiled SIMD: AVX_256, but for this host/run AVX2_256 might be better (see
log).
Reading file md_0_10.tpr, VERSION 2020.3-MODIFIED (single precision)
Changing nstlist from 20 to 80, rlist from 1.222 to 1.32
Using 1 MPI thread
Non-default thread affinity set, disabling internal thread affinity
Using 8 OpenMP threads
Back Off! I just backed up md_0_10.xtc to ./#md_0_10.xtc.4#
Back Off! I just backed up md_0_10.edr to ./#md_0_10.edr.4#
starting mdrun ‘LYSOZYME in water’
5000000 steps, 10000.0 ps.
step 1700, will finish Thu Oct 29 06:31:36 2020
(I re-input this command quite a few times including without -v and -nt 8)
Thanks:)
Joel