[MOAB-dev] r5539 - MOAB/trunk/src/parallel
tautges at mcs.anl.gov
tautges at mcs.anl.gov
Fri Jun 1 14:37:53 CDT 2012
Author: tautges
Date: 2012-06-01 14:37:53 -0500 (Fri, 01 Jun 2012)
New Revision: 5539
Modified:
MOAB/trunk/src/parallel/ParallelComm.cpp
Log:
Some misc whitespace changes.
Modified: MOAB/trunk/src/parallel/ParallelComm.cpp
===================================================================
--- MOAB/trunk/src/parallel/ParallelComm.cpp 2012-06-01 15:12:59 UTC (rev 5538)
+++ MOAB/trunk/src/parallel/ParallelComm.cpp 2012-06-01 19:37:53 UTC (rev 5539)
@@ -54,19 +54,19 @@
std::string __PACK_string, __UNPACK_string;
#ifdef DEBUG_PACKING_TIMES
-# define PC(n, m) { \
+# define PC(n, m) { \
if (__PACK_num == (unsigned int)n && __PACK_string == m) __PACK_count++; \
- else { \
- if (__PACK_count > 1) std::cerr << " (" << __PACK_count << "x)"; \
- __PACK_count = 1; __PACK_string = m; __PACK_num = n; \
- std::cerr << std::endl << "PACK: " << n << m; \
+ else { \
+ if (__PACK_count > 1) std::cerr << " (" << __PACK_count << "x)"; \
+ __PACK_count = 1; __PACK_string = m; __PACK_num = n; \
+ std::cerr << std::endl << "PACK: " << n << m; \
}}
-# define UPC(n, m) { \
+# define UPC(n, m) { \
if (__UNPACK_num == (unsigned int)n && __UNPACK_string == m) __UNPACK_count++; \
- else { \
+ else { \
if (__UNPACK_count > 1) std::cerr << "(" << __UNPACK_count << "x)"; \
- __UNPACK_count = 1; __UNPACK_string = m; __UNPACK_num = n; \
- std::cerr << std::endl << "UNPACK: " << n << m; \
+ __UNPACK_count = 1; __UNPACK_string = m; __UNPACK_num = n; \
+ std::cerr << std::endl << "UNPACK: " << n << m; \
}}
#else
# define PC(n, m)
@@ -196,16 +196,16 @@
}
enum MBMessageTag {MB_MESG_ANY=MPI_ANY_TAG,
- MB_MESG_ENTS_ACK,
- MB_MESG_ENTS_SIZE,
- MB_MESG_ENTS_LARGE,
- MB_MESG_REMOTEH_ACK,
- MB_MESG_REMOTEH_SIZE,
- MB_MESG_REMOTEH_LARGE,
- MB_MESG_TAGS_ACK,
- MB_MESG_TAGS_SIZE,
- MB_MESG_TAGS_LARGE};
-
+ MB_MESG_ENTS_ACK,
+ MB_MESG_ENTS_SIZE,
+ MB_MESG_ENTS_LARGE,
+ MB_MESG_REMOTEH_ACK,
More information about the moab-dev
mailing list