Hello, every one. Sorry to disturb you guys. May I know how you compile the lammps with plumed. I compile with the following script
make mpi mode=shlib # build for whatever machine target you wish
make yes-all
make no-lib
make yes-MOLECULE
make yes-INTERLAYER
make yes-MANYBODY
make lib-plumed args="-b"
make yes-plumed
I can use plumed to run metadynamics successfully. But for the eabf, I always met the following error:
PLUMED: ERROR
PLUMED: I cannot understand line: DRR LABEL=eabf ARG=phi,psi FULLSAMPLES=500 GRID_MIN=-3.14,-3.14 GRID_MAX=3.14,3.14 GRID_BIN=180,180 FRICTION=8.0,8.0 TAU=0.5,0.5 OUTPUTFREQ=50000 HISTORYFREQ=500000
PLUMED: Maybe a missing space or a typo?
It seems that the plumed can not recognize the DRR command.
Thanks a lot