ParticulateFlow / LBDEMcoupling-public

Coupling between the Lattice-Boltzmann code Palabos and the DEM code LIGGGHTS
GNU General Public License v3.0
56 stars 41 forks source link

Compiling error on ubuntu 20.04 #2

Open schrummy14 opened 3 years ago

schrummy14 commented 3 years ago

Hello, Issue when compiling on gcc 9.3.0 under ubuntu. Original compiling error is in Palabos-PFM multiGrid/coarseGridProcessors3D.hh where type errors occur.

To try to get around this, I tried using the latest version of the code and this allows the compiling of the code to work. The next error is in the linking of the mpi library (error while loading shared libraries: libmpi_cxx.so.20: cannot open shared object file: No such file or directory) making a symbolic link between libmpi_cxx.so to libmpi_cxx.so.20 (and libmpi.so to libmpi.so.20) allows the program to begin to run and gets pass the liggghts call but ends up hitting a seg fault error.

Any and all help would be greatly appreciated.

Yavodoyah commented 2 years ago

Hello ! I have the exact same problem on ubuntu 20.04. Did you find a solution ?