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

Difference between mpi-default-bin and mpi-default-dev #3647

Closed
Bakh opened this issue Aug 22, 2023 · 3 comments
Closed

Difference between mpi-default-bin and mpi-default-dev #3647

Bakh opened this issue Aug 22, 2023 · 3 comments

Comments

@Bakh
Copy link

Bakh commented Aug 22, 2023

  1. According to the OPM FLOW REFERENCE MANUAL (2023-04) -> 2.1 INSTALLING OPM FLOW -> 2.1.1 UBUNTU LINUX 20.04 (64-BIT VERSION ONLY) AND HIGHER
    ... to install the opm-simulators programs ... and their dependencies:
    sudo apt-get install mpi-default-bin
    ...
  2. On the other hand, according to the https://opm-project.org/?page_id=239 -> PREREQUISITES -> Ubuntu binaries (for Ubuntu 20.04 or 22.04)
    // MPI for parallel programs
    sudo apt-get install -y mpi-default-dev
    ...

Question:
What is the difference between results of the mpi-default-bin and mpi-default-dev?

@akva2
Copy link
Member

akva2 commented Aug 22, 2023

dev is development headers and libraries (e.g. libmpi.so and mpi.h), bin is the binaries (e.g. mpirun). first is required to compile, second is required to run.

@blattms
Copy link
Member

blattms commented Sep 21, 2023

Closing this as it is answered.

@blattms blattms closed this as completed Sep 21, 2023
@Bakh
Copy link
Author

Bakh commented Sep 22, 2023

Thanks!

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

No branches or pull requests

3 participants