From df45793ed304c133b30cb4186ec4c6921b33b734 Mon Sep 17 00:00:00 2001 From: Thierry <thierry.gautier@inrialpes.fr> Date: Mon, 13 Nov 2017 16:46:56 +0100 Subject: [PATCH] [fix] suppress experimental feature exposed in kmp.h --- runtime/src/kmp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/src/kmp.h b/runtime/src/kmp.h index 84040a7..c241cf8 100644 --- a/runtime/src/kmp.h +++ b/runtime/src/kmp.h @@ -17,7 +17,7 @@ #ifndef KMP_H #define KMP_H -#define LIBOMP_USE_PARALLEL_SPAWN 1 +//#define LIBOMP_USE_PARALLEL_SPAWN 1 //#define LIBOMP_USE_DYNHASH 1 #if LIBOMP_USE_PARALLEL_SPAWN -- GitLab