Hi,
I've got a little issue with compilation on a new cluster (after everything has been running well with the old Uni cluster I was using, that is being decommissioned next month). I have compiled LIGGGHTS manually as a shared library, and it has created the liblmp_mpi.so in the LIGGGHTS /src directory, and i have the liggghts executable lmp_mpi. I compiled without VTK.
Now when I try to run cfdemCompCFDEMsrc I get the following log file (please see attached). It appears that it is looking for math.h and mpi.h but they do not exist in the ./lnInclude directory.
Is there something I missed in compiling LIGGGHTS as a shared lib?
Please let me know if you have any ideas.
Regards,
Rob
Attachment | Size |
---|---|
![]() | 34.34 KB |
medvedeg | Wed, 11/22/2017 - 10:24
Hallo Rob,
Hallo Rob,
looks like something wrong with your paths since CFDEMWMPROJECTVERSION is not defined in OFversion.H:
lnInclude/OFversion.H:1:27: error: operator '==' has no left operand
#if(CFDEMWMPROJECTVERSION == 40)
Did you follow this?
https://www.cfdem.com/media/CFDEM/docu/CFDEMcoupling_Manual.html#id2
Regards