summaryrefslogtreecommitdiff
path: root/src/main/CactusDefaultShutdown.c
diff options
context:
space:
mode:
authorjmasso <jmasso@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-29 18:36:54 +0000
committerjmasso <jmasso@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-29 18:36:54 +0000
commit5c2bd166a265c649eb531c7b78e4ce2ec9db23d0 (patch)
tree03f5a15d9132445214c84fd5493b377c952c39ac /src/main/CactusDefaultShutdown.c
parent997762a18f1f1720f301799e715faec97f87e049 (diff)
Some cleaning, info calls, banners, etc.
and changing the default of PUGH::padding_active to "no". This obscure thingy is in principle only useful on the T3E... - Joan git-svn-id: http://svn.cactuscode.org/flesh/trunk@819 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/CactusDefaultShutdown.c')
-rw-r--r--src/main/CactusDefaultShutdown.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/CactusDefaultShutdown.c b/src/main/CactusDefaultShutdown.c
index edb386e1..271fe273 100644
--- a/src/main/CactusDefaultShutdown.c
+++ b/src/main/CactusDefaultShutdown.c
@@ -68,7 +68,9 @@ int CactusDefaultShutdown(tFleshConfig *config)
if(myproc == 0)
{
- printf("Goodbye! Adeu! Adios! Tchuess! Au Revoir! Ciao! Math sin leat!\n");
+ /* printf("Goodbye! Adeu! Adios! Tchuess! Au Revoir! Ciao! Math sin leat!\n"); */
+ printf("-------------------------------------------------------------------------------------\n");
+ printf("Done.\n");
}
return 0;