-
-
Save twobombs/8c9ea032e5cf9467f617c66f46327318 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