mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-09 10:40:34 -05:00
Added devel package
This commit is contained in:
parent
41de337ecc
commit
7a54401976
1 changed files with 2 additions and 2 deletions
|
@ -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`.
|
||||
|
|
Loading…
Reference in a new issue