[lammps-users] Fix gcmc not supporting full_energy with molecules and MPI.

Hii,

I am getting the error as “Fix gcmc not supporting full_energy with molecules and MPI”

Any solution?

There is some additional fine print that is discussed here:

As a result of that discussion, the error condition now is:

(full_flag && (exchmode == EXCHMOL || movemode == MOVEMOL) && comm->nprocs > 1)

So, if you set mcmoves 1.0 0.0 0.0, you should be able to run in parallel.

Aidan