Tristan created page: OpenmpLpnhe authored by Tristan Beau's avatar Tristan Beau
......@@ -37,17 +37,20 @@ SOFTDIR=$HOME/soft
```
Exemple de lignes d'options de compilation (à adapter en fonction des besoins bien sûr) :
* OpenMP - GNU :
```bash
g++ `root-config --libs --cflags ` -I$LIBMEMTK/inc -L$LIBMEMTK/lib/$ARCH_TYPE
-lMEM -lEG -fopenmp go_openmp.cxx
```
* MPI - GNU :
```bash
module load openmpi
mpicxx `root-config --libs --cflags ` -I$LIBMEMTK/inc -L$LIBMEMTK/lib/$ARCH_T
YPE -lMEM -lEG go_mpi.cxx
```
* MPI - Intel
* MPI - Intel :
```bash
module load intel-compilers-13
module load mpt
......
......