summaryrefslogtreecommitdiff
path: root/src/main/CactusDefaultEvolve.c
diff options
context:
space:
mode:
authorjmasso <jmasso@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-06-03 09:00:12 +0000
committerjmasso <jmasso@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-06-03 09:00:12 +0000
commitaa389873c96c22f911ef6de3116e95e38b7b42c6 (patch)
treef8140a0b20dc53b6f600e04f4f01f39a3a0d58da /src/main/CactusDefaultEvolve.c
parent4a2f8a2b44f74e5108818d70f071b6341b8dea62 (diff)
More changes from Joan and his NT nightmares.
Please try this on a reasonable OS. git-svn-id: http://svn.cactuscode.org/flesh/trunk@543 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/CactusDefaultEvolve.c')
-rw-r--r--src/main/CactusDefaultEvolve.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/CactusDefaultEvolve.c b/src/main/CactusDefaultEvolve.c
index e2411fe1..7bcebf33 100644
--- a/src/main/CactusDefaultEvolve.c
+++ b/src/main/CactusDefaultEvolve.c
@@ -151,6 +151,7 @@ int CactusDefaultEvolve(tFleshConfig *config)
CactusStopTimer(config->timer[OUTPUT]);
+
#if 0
ConvergenceReport(config->GH, iteration);
@@ -338,7 +339,9 @@ void TerminationStepper(cGH *GH) {
int cactus_terminate_global;
cactus_terminate_global=cactus_terminate;
+
#if 0
+
#ifdef MPI
MPI_Allreduce(&cactus_terminate,&cactus_terminate_global,1,
MPI_INT,MPI_LOR,GH->PUGH_COMM_WORLD);