aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authortradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>1999-09-10 15:47:08 +0000
committertradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>1999-09-10 15:47:08 +0000
commit36c1b54b2a6985ffd6a42e631203283e8fefbdf1 (patch)
treef5b5ae5b25fd97254fcc9748a07cc15a1b7e3ffd /param.ccl
parent8a5a22c4ad001a48ba61172d14edb6ae1d3ddc9b (diff)
Changed the default value of out3d_reuse_filehandles to "yes".
This is crucial for T3E performance but works also on all other architectures. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@32 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index 89690e3..eaf1b8e 100644
--- a/param.ccl
+++ b/param.ccl
@@ -52,7 +52,7 @@ LOGICAL checkpoint "Do checkpointing with IOFlexIO"
} "no"
LOGICAL out3d_reuse_filehandles "Reuse file handles by closing files after each write operation."
{
-} "no"
+} "yes"
#############################################################################