Explorar el Código

enable OpenMP support by default

Nathalie Furmento hace 7 años
padre
commit
2518a97270
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -2865,7 +2865,7 @@ AC_MSG_RESULT($enable_cluster)
 
 AC_ARG_ENABLE(openmp, [AS_HELP_STRING([--enable-openmp],
 			[build the OpenMP runtime support])],
-			enable_openmp=$enableval, enable_openmp=no)
+			enable_openmp=$enableval, enable_openmp=yes)
 
 AC_MSG_CHECKING(for OpenMP runtime support)