GROMACS version: gromacs/2020.1-openmpi-cuda10.1
GROMACS modification: Yes/No
Hello, I am interested to run a simulation for protein in solvent using GROMACS. I am using GROMACS on HPC. Currently, I am facing an issue where during the production MD, the GROMACS job ended with a warning stating " WARNING: There are no atom pairs for dispersion correction". I have tried it using other solvent as well but still getting the same error. This caused my GROMACS job to failed without any results.
May I know what is the issue for this error that I am facing?
The .mdp file for production MD is as follow:
integrator = md ; leap-frog integrator
nsteps = 25000000 ; 50 * 500000 = 50000 ps (50 ns)
dt = 0.002 ; 2 fs
comm_mode = Linear ; remove center of mass translation
nstcomm = 1 ; [steps] frequency of mass motion removal
comm_grps = Protein Non-Protein ; group(s) for center of mass motion removal
; Output control
nstxout = 0 ; suppress bulky .trr file by specifying
nstvout = 0 ; 0 for output frequency of nstxout,
nstfout = 0 ; nstvout, and nstfout
nstenergy = 1000 ; save energies every 2.0 ps
nstlog = 1000 ; update log file every 2.0 ps
nstxtcout = 1000 ; write .xtc trajectory every 2.0 ps
energygrps = Protein Non-Protein
; Bond parameters
continuation = yes ; Restarting after NPT
constraint_algorithm = lincs ; holonomic constraints
constraints = all-bonds ; all bonds (even heavy atom-H bonds) constrained
lincs_iter = 1 ; accuracy of LINCS
lincs_order = 4 ; also related to accuracy
; Neighborsearching
ns_type = grid ; search neighboring grid cells
nstlist = 5 ; 10 fs
rlist = 1.0 ; short-range neighborlist cutoff (in nm)
rcoulomb = 1.0 ; short-range electrostatic cutoff (in nm)
rvdw = 1.0 ; short-range van der Waals cutoff (in nm)
; Electrostatics
coulombtype = PME ; Particle Mesh Ewald for long-range electrostatics
coulomb-modifier = Potential-shift-Verlet
vdw-type = Cut-off
vdw-modifier = Potential-shift-Verlet
pme_order = 4 ; cubic interpolation
fourierspacing = 0.16 ; grid spacing for FFT
; Temperature coupling is on
tcoupl = V-rescale ; modified Berendsen thermostat
tc-grps = Protein Non-Protein ; two coupling groups - more accurate
tau_t = 0.1 0.1 ; time constant, in ps
ref_t = 300 300 ; reference temperature, one for each group, in K
; Pressure coupling is on
pcoupl = Parrinello-Rahman ; Pressure coupling on in NPT
pcoupltype = isotropic ; uniform scaling of box vectors
tau_p = 2.0 ; time constant, in ps
ref_p = 1.0 ; reference pressure, in bar
compressibility = 4.5e-5 ; isothermal compressibility of water, bar^-1
; Periodic boundary conditions
pbc = xyz ; 3-D PBC
; Dispersion correction
DispCorr = EnerPres ; account for cut-off vdW scheme
; Velocity generation
gen_vel = no ; Velocity generation is off
Thank you very much.
Sincerely,
Raymond