Last active
March 16, 2025 19:55
-
-
Save hokiegeek2/3057f8bb3beb519ae9b556e41824be30 to your computer and use it in GitHub Desktop.
Install openmpi on Ubuntu 22.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get update && sudo apt-get install infiniband-diags ibverbs-utils \ | |
libibverbs-dev libfabric1 libfabric-dev libpsm2-dev -y | |
sudo apt-get install openmpi-bin openmpi-common libopenmpi-dev libgtk2.0-dev | |
sudo apt-get install librdmacm-dev libpsm2-dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
one potential gotcha is mpiexec being installed in two places, one of which is within Anaconda installations as shown below:
To fix this issue, need to update the env PATH variable to point to the non-Anaconda installation as shown here