conda-forge / fenics-feedstock

A conda-smithy repository for fenics.
BSD 3-Clause "New" or "Revised" License
13 stars 12 forks source link

Warning: librdmacm.so.1: cannot open shared object file #211

Closed RemDelaporteMathurin closed 1 month ago

RemDelaporteMathurin commented 1 month ago

Comment:

@rekomodo and I started noticing this message poping up when running FEniCS installed with conda:

[build-25072227-project-1052576-festim-vv-report:04098] mca_base_component_repository_open: unable to open mca_btl_openib: librdmacm.so.1: cannot open shared object file: No such file or directory (ignored)

This is our environment file.

Any idea?

minrk commented 1 month ago

This seems like a problem in opempi. There's probably an OMPI_MCA env variable to set that would fix it, or you can try explicitly selecting mpich, which has been a lot more reliable in my experience (conda install fenics mpich).

RemDelaporteMathurin commented 1 month ago

Thanks @minrk it fixed it!