Hello PLUMEDers,
I successfully compiled Amber 18 together with PLUMED 2 (github) on one cluster,
and I performed metadynamics simulations using pmemd.cuda (GPU, CUDA-10.1).
I then tried to install them on another cluster using the same steps (CUDA-9.0),
the installation was successful, but I could not run MD simulations with PLUMED.
The simulation with pmemd.cuda failed just in seconds after reading the PLUMED input file.
The problem is:
PLUMED: on file colvar.dat
PLUMED: with format %f
PLUMED: END FILE: plumed.dat
pmemd.cuda: Plumed.h:2605: plumed_gcreate: Assertion `plumed_gmain.p==((void *)0)' failed.
The PLUMED input is very simple, just writing out a distance:
##
dist: DISTANCE ATOMS=1,3817
PRINT STRIDE=500 ARG=dist FILE=colvar.dat
The simulation was OK if I turned PLUMED off (plumed=0).
Does anyone have the same problem? Thanks a lot!
All the best,
Qinghua