aboutsummaryrefslogtreecommitdiff
path: root/src/include/pGH.h
diff options
context:
space:
mode:
authortradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-03-30 14:17:38 +0000
committertradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-03-30 14:17:38 +0000
commit677fade244d341fc0ae528e40fba217c2a393e2e (patch)
treea2775cce954f0b2b43b776b48171ac653b0976a9 /src/include/pGH.h
parente88e0bd45746de0743721fd23c295672e09ae9f6 (diff)
Added sync_verbose flag and comm_time structure to GH
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@22 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/include/pGH.h')
-rw-r--r--src/include/pGH.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/pGH.h b/src/include/pGH.h
index d8a3336..773cb35 100644
--- a/src/include/pGH.h
+++ b/src/include/pGH.h
@@ -20,6 +20,8 @@
structure
@hauthor Gabrielle Allen @hdate 3 Nov 1998
@desc Added forceSync
+ @hauthor Thomas Radke @hdate 30 Mar 1999
+ @desc Added sync_verbose and comm_time
@endhistory
@version $Id$
@@*/
@@ -101,6 +103,11 @@ typedef struct PGH {
int active; /* 1 -> GH active; 0 -> GH is skipped for conv.test */
/* is used in NanCheckGH.c */
+
+ int sync_verbose; /* verbose output during synchronization */
+
+ cTimer comm_time; /* time spent in communication */
+
#ifdef MPI
/* Derived data types for communication */
MPI_Datatype send_dt[PUGH_NSTAGGER][6], recv_dt[PUGH_NSTAGGER][6];