Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conda provided OpenMC does not have MPI enabled #3017

Closed
msavtchouk-pf opened this issue May 22, 2024 · 1 comment
Closed

Conda provided OpenMC does not have MPI enabled #3017

msavtchouk-pf opened this issue May 22, 2024 · 1 comment
Labels

Comments

@msavtchouk-pf
Copy link

Following the installation guide:
https://docs.openmc.org/en/latest/quickinstall.html#installing-on-linux-mac-with-mamba-and-conda-forge
and package documentations:

https://anaconda.org/conda-forge/openmc
... Parallelism is enabled via a hybrid MPI and OpenMP programming model.
However, looking at the acquired library, I don't see any dependency on libmpi or similar.
This seems to be confirmed by practical experiments running in parallel with mpiexec
https://docs.openmc.org/en/latest/usersguide/parallel.html#distributed-memory-parallelism-mpi
Logs don't provide any insights either (i.e. are we running in parallel or not), unfortunately

@paulromano
Copy link
Contributor

The openmc package on conda-forge does have MPI "variants" where MPI support is enabled. To install one of these versions, run the following:

  • Built against MPICH: conda install "openmc=*=*mpi_mpich*"
  • Built against OpenMPI: conda install "openmc=*=*mpi_openmpi*"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants