mpi_grid #14

Merged
rmontanana merged 12 commits from mpi_grid into main 2023-12-18 09:05:56 +00:00
7 changed files with 347 additions and 40 deletions
Showing only changes of commit 18e8e84284 - Show all commits

View File

@@ -10,7 +10,11 @@ Before compiling BayesNet.
### MPI ### MPI
In Linux just install openmpi & openmpi-devel packages. In Linux just install openmpi & openmpi-devel packages. Only cmake can't find openmpi install (like in Oracle Linux) set the following variable:
```bash
export MPI_HOME="/usr/lib64/openmpi"
```
In Mac OS X, install mpich with brew and if cmake doesn't find it, edit mpicxx wrapper to remove the ",-commons,use_dylibs" from final_ldflags In Mac OS X, install mpich with brew and if cmake doesn't find it, edit mpicxx wrapper to remove the ",-commons,use_dylibs" from final_ldflags