OMPI-X / MOC

MPI Open MP Coordination library
0 stars 2 forks source link

MOC

MPI Open MP Coordination library

Configuration

To configure the MOC library, please run the following: $ ./autogen.sh && $ ./configure --prefix= --with-mpi= --with-pmix= CC=[gcc,clang] [--enable-dynamic-coord]

CONFIGURE OPTIONS:

Note that it is necessary to specify CC if you do not want to use the default compiler on your system. Make sure you update PATH and LD_LIBRARY_PATH before running configure. Then configure will automatically detect the requested compiler and set flags accordingly (e.g., gcc and clang do not use the same flags to enable OpenMP).