repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git]
/
modules
/
openmp
blob
7c627ed64975490ec0039a059f83026b4f4bb79d
1
Description:
2
Detection of OpenMP support.
3
4
Files:
5
6
Depends-on:
7
8
configure.ac:
9
AC_OPENMP
10
11
Makefile.am:
12
13
Include:
14
#ifdef _OPENMP
15
# include <omp.h>
16
#endif
17
18
Link:
19
$(OPENMP_CFLAGS)
20
21
License:
22
LGPL
23
24
Maintainer:
25
all