aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2000-10-11 13:36:07 +0000
committergoodale <goodale@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2000-10-11 13:36:07 +0000
commitcba46de44b82734975caba5575fd9bee65d3223c (patch)
tree38c333ce2b44e2813659ef5c10522980ed240bac
parent6e58da114dfe3b00df6a3a307dcc140d547c06d8 (diff)
#if 0 -ing out references to cdtimes so compiles in parallel.
Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@12 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
-rw-r--r--src/IsoSurfacer.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/IsoSurfacer.c b/src/IsoSurfacer.c
index b81edfc..2014f69 100644
--- a/src/IsoSurfacer.c
+++ b/src/IsoSurfacer.c
@@ -279,12 +279,15 @@ void CollectData(cGH *GH, polypatch *perprocessor, polypatch *totals) {
pughGH = PUGH_pGH (GH);
-
+
+#if 0
cdtimes.ncalls++;
#ifndef _WIN32
cdtimes.realtime_begin = times(&cdtimes.tms_begin);
#endif
+#endif
+
/* Allocate temporary arrays for the MPI_Gatherv() operation */
if(pughGH->myproc == 0) {
if(vpcount == NULL) {