Skip to content

Compiling error on ubuntu 20.04 #2

@schrummy14

Description

@schrummy14

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions