OpenMPI  0.1.1
opari_omp.h
1 /*************************************************************************/
2 /* OPARI Version 1.1 */
3 /* Copyright (c) 2001-2005 */
4 /* Forschungszentrum Juelich, Zentralinstitut fuer Angewandte Mathematik */
5 /*************************************************************************/
6 
7 #ifndef OPARI_OMP_H
8 #define OPARI_OMP_H
9 
10  #ifdef _OPENMP
11  #include <omp.h>
12  #endif
13 #endif