OMPI-X / MOC

MPI Open MP Coordination library
0 stars 2 forks source link

Put in place mechanism to switch between MOC modes #21

Closed gvallee closed 6 years ago

gvallee commented 6 years ago

We want to be able to support two different contexts:

  1. The Open MP compiler is not modified and MOC performs static configuration of the environment through Open MP environment variables. Static mode.
  2. The Open MP compiler is modified and MOC coordinates MPI and Open MP. Dynamic mode.

Since these modes are not compatible, a configure/compile-time option is acceptable. Documentation is required.