26 lines
213 B
Plaintext
26 lines
213 B
Plaintext
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:
|
|
unlimited
|
|
|
|
Maintainer:
|
|
all
|