1
1

Remove all output. This final commit should solve all [hopefully]

problems with the integration with parallel debuggers.

This commit was SVN r15898.
Этот коммит содержится в:
George Bosilca 2007-08-17 02:35:14 +00:00
родитель 4dacd163cc
Коммит b1082c95ff

Просмотреть файл

@ -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