Added devel package

This commit is contained in:
Brandon Rozek 2023-01-18 18:46:12 -05:00
parent 41de337ecc
commit 7a54401976
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480

View file

@ -13,7 +13,7 @@ as set up the envionrment paths correctly.
To install:
```bash
sudo dnf install openmpi
sudo dnf install openmpi openmpi-devel
```
Then to set up the environmental variables correctly
@ -33,4 +33,4 @@ module load mpi/openmpi-x86_64
Finally, with these changes you can use the compiler
tools and runner. Do note that you'll have to source
and load the OpenMPI module for every shell you open
unless you add it within `$HOME/.bashrc`.
unless you add it within `$HOME/.bashrc`.