From 04b93464d970f6345736676a2265e83329c56ad9 Mon Sep 17 00:00:00 2001 From: fcolin Date: Mon, 19 May 2008 16:38:17 +0000 Subject: correction OpenMP pour Windows --- src/ivy.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/ivy.c') diff --git a/src/ivy.c b/src/ivy.c index 439f334..a873762 100644 --- a/src/ivy.c +++ b/src/ivy.c @@ -1088,6 +1088,7 @@ int IvySendMsg(const char *fmt, ...) /* version dictionnaire */ /* pour toutes les regexp */ #ifdef OPENMP + { #define TABLEAU_PREALABLE 1 // mode normal, les autres sont pour le debug //#define TABLEAU_PREALABLE_SEQUENTIEL 1 //#define SINGLE_NOWAIT 1 @@ -1101,9 +1102,9 @@ int IvySendMsg(const char *fmt, ...) /* version dictionnaire */ { #pragma omp for schedule(guided) // après debug mettre schedule(guided, 10) for(count=0; count