diff --git a/lib/autoconf/c.m4 b/lib/autoconf/c.m4 index 9c400f7..90f1857 100644 --- a/lib/autoconf/c.m4 +++ b/lib/autoconf/c.m4 @@ -2160,20 +2160,22 @@ AC_DEFUN([AC_OPENMP], dnl Try these flags: dnl GCC >= 4.2 -fopenmp dnl SunPRO C -xopenmp - dnl Intel C -openmp + dnl Intel C -qopenmp|-openmp (note: -openmp deprecated + dnl since version 15) dnl SGI C, PGI C -mp dnl Tru64 Compaq C -omp dnl IBM XL C (AIX, Linux) -qsmp=omp dnl Cray CCE -homp dnl NEC SX -Popenmp dnl Lahey Fortran (Linux) --openmp + dnl Fujitsu -Kopenmp dnl If in this loop a compiler is passed an option that it doesn't dnl understand or that it misinterprets, the AC_LINK_IFELSE test dnl will fail (since we know that it failed without the option), dnl therefore the loop will continue searching for an option, and dnl no output file called 'penmp' or 'mp' is created. - for ac_option in -fopenmp -xopenmp -openmp -mp -omp -qsmp=omp -homp \ - -Popenmp --openmp; do + for ac_option in -fopenmp -xopenmp -qopenmp -openmp -mp -omp \ + -qsmp=omp -homp -Popenmp --openmp -Kopenmp; do ac_save_[]_AC_LANG_PREFIX[]FLAGS=$[]_AC_LANG_PREFIX[]FLAGS _AC_LANG_PREFIX[]FLAGS="$[]_AC_LANG_PREFIX[]FLAGS $ac_option" AC_LINK_IFELSE([_AC_LANG_OPENMP],