OpenMP Parallelization


After the development of a serial code one can parallelize the code by MPI or OpenMP or by both of them.

  1. Compile the code with the option

      -DOPENMP
  2. Use additional compiler option which your OpenMP implementation requires.




Handbook

Last modified: Wed Jun 6 10:15:36 PDT 2001