main
Spagnolo Gasper 2022-12-01 15:09:06 +01:00
parent 26ff0d15e0
commit 7c96bc5314
1 changed files with 12 additions and 0 deletions

12
MPI.md Normal file
View File

@ -0,0 +1,12 @@
# MPI
### Setup on fedora
```bash
sudo dnf install openmpi openmpi-devel
sudo dnf provides */mpicc # to list where binaries are stored
ln -s /usr/lib64/openmpi/bin/mpicc /usr/bin/mpicc # Create symbolic link to binary
```