summaryrefslogtreecommitdiff
path: root/modules/openmp
blob: 7c627ed64975490ec0039a059f83026b4f4bb79d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Description:
Detection of OpenMP support.

Files:

Depends-on:

configure.ac:
AC_OPENMP

Makefile.am:

Include:
#ifdef _OPENMP
# include <omp.h>
#endif

Link:
$(OPENMP_CFLAGS)

License:
LGPL

Maintainer:
all