mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-02-16 17:00:54 +00: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:
|
To install:
|
||||||
```bash
|
```bash
|
||||||
sudo dnf install openmpi
|
sudo dnf install openmpi openmpi-devel
|
||||||
```
|
```
|
||||||
|
|
||||||
Then to set up the environmental variables correctly
|
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
|
Finally, with these changes you can use the compiler
|
||||||
tools and runner. Do note that you'll have to source
|
tools and runner. Do note that you'll have to source
|
||||||
and load the OpenMPI module for every shell you open
|
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