Changeset 4518


Ignore:
Timestamp:
07/12/10 08:08:49 (15 years ago)
Author:
Mathieu Morlighem
Message:

no more synchronized _ printf _ in debugging mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/include/macros.h

    r4517 r4518  
    1717
    1818/*Printing macro: call MPI_Barrier in debugging mode so that prints are synchronized*/
    19 #ifdef _ISSM_DEBUG_
    20 #define _printf_(...) MPI_Barrier(MPI_COMM_WORLD); PrintfFunction(__VA_ARGS__)
    21 #else
    2219#define _printf_(...) PrintfFunction(__VA_ARGS__)
    23 #endif
    2420
    2521/*Error exception macro*/
Note: See TracChangeset for help on using the changeset viewer.