Skip to content

Compiling error on ubuntu 20.04 #2

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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