Changeset 5376

Show
Ignore:
Timestamp:
09/28/09 17:22:03 (6 months ago)
Author:
goodell
Message:

Make mpiu_valgrind.h inclusion unconditional to avoid non-debug link errors.

No reviewer.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • mpich2/trunk/src/include/mpimem.h

    r5337 r5376  
    459459#if (!defined(NDEBUG) && defined(HAVE_ERROR_CHECKING)) 
    460460 
    461 #include "mpiu_valgrind.h" 
    462  
    463461#ifndef TRUE 
    464462#define TRUE 1 
     
    487485#endif 
    488486 
     487#include "mpiu_valgrind.h" 
     488 
    489489/* ------------------------------------------------------------------------- */ 
    490490/* end of mpimem.h */