From b1082c95ff8f33528f09544d7b1bc6d77073a3b0 Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Fri, 17 Aug 2007 02:35:14 +0000 Subject: [PATCH] Remove all output. This final commit should solve all [hopefully] problems with the integration with parallel debuggers. This commit was SVN r15898. --- ompi/debuggers/ompi_dll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/debuggers/ompi_dll.c b/ompi/debuggers/ompi_dll.c index 7a8d2e9e45..f9163f386b 100644 --- a/ompi/debuggers/ompi_dll.c +++ b/ompi/debuggers/ompi_dll.c @@ -105,7 +105,7 @@ #define VERBOSE_LISTS 10 #define VERBOSE_REQ 50 -#define VERBOSE 100 +#define VERBOSE 0 #if VERBOSE #define DEBUG(LEVEL, WHAT) if( (LEVEL) > VERBOSE ) { printf WHAT; } #else