mpi version used

Numerical methods and mathematical models of Elmer
Post Reply
spacedout
Posts: 177
Joined: 30 Mar 2020, 23:27
Antispam: Yes

mpi version used

Post by spacedout »

Hi
Is there a simple way to check under which openmpi version, my current Elmer installation has been compiled with ?
Thanks
kevinarden
Posts: 2301
Joined: 25 Jan 2019, 01:28
Antispam: Yes

Re: mpi version used

Post by kevinarden »

cd /usr/bin (or wherever your Elmer executables are)
ls /usr/bin $ ls Elmer*
ElmerGrid ElmerGUI ElmerSolver ElmerSolver_mpi
titan@titan /usr/bin $ ldd ./ElmerSolver

will list the libraries linked with the executable if you want to filter to MPI

ldd ./ElmerSolver | grep mpi

once you have the library you can google it to get the version.
Post Reply