Changeset 4517
- Timestamp:
- 07/12/10 08:05:42 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/include/macros.h
r4201 r4517 18 18 /*Printing macro: call MPI_Barrier in debugging mode so that prints are synchronized*/ 19 19 #ifdef _ISSM_DEBUG_ 20 #define _printf_(...) MPI_Barrier(MPI_COMM_WORLD); PrintfFunction(__VA_ARGS__) 21 #else 20 22 #define _printf_(...) PrintfFunction(__VA_ARGS__) 21 #else22 #define _printf_(...) MPI_Barrier(MPI_COMM_WORLD); PrintfFunction(__VA_ARGS__)23 23 #endif 24 24
Note:
See TracChangeset
for help on using the changeset viewer.