SimVascular / svFSIplus

This repository contains a line-by-line conversion of the Fortran svFSI solver to C++.
Other
6 stars 19 forks source link

How do I use external MPI library? #212

Open lj-cug opened 1 month ago

lj-cug commented 1 month ago

Use Case

When I build svFSIplus, the "apt install" openmpi library is linked.

Problem

libmpi.so Undefined reference "opal_datatype_is_monotonic"

Solution

I want to link the external openmpi library built by myself.

Alternatives considered

I want to link the external openmpi library built by myself.

Additional context

No response

Code of Conduct