From 4013e1acba325a4f7ef4192c13ec39f64b4d098a Mon Sep 17 00:00:00 2001 From: bustico Date: Fri, 8 Feb 2008 09:33:07 +0000 Subject: fix makefile for non omp target --- src/ivythroughput.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ivythroughput.cpp') diff --git a/src/ivythroughput.cpp b/src/ivythroughput.cpp index 3d56a60..21d04a9 100644 --- a/src/ivythroughput.cpp +++ b/src/ivythroughput.cpp @@ -500,7 +500,7 @@ void startOfSeqCB (IvyClientPtr app, void *user_data, int argc, char *argv[]) void endOfSeqCB (IvyClientPtr app, void *user_data, int argc, char *argv[]) { - nbMess--; + //nbMess--; printf ("recepteur %d a recu %d messages\n", globalInst, nbMess); } -- cgit v1.1