From: John P. <jwp...@gm...> - 2021-01-26 16:18:38
|
On Tue, Jan 26, 2021 at 10:11 AM Pedro Rodrigues <pjs...@gm...> wrote: > Yes I let PETSc to build MPI with default options Just --download MPI. > Maybe that is the problem. I will try to build it as you suggest > OK, well if using static libs wasn't intentional, I'd suggest you start over and reconfigure/rebuild PETSc with --with-shared-libraries=1. PETSc built with shared libraries is more versatile and useful (due to the ability to dlopen) and also you won't have to be restricted to building a static libmesh in that case. -- John |