summaryrefslogtreecommitdiff
path: root/doc/FAQ
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-01-27 13:20:59 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-01-27 13:20:59 +0000
commitde8bf03b848cf048700d4082cd518e4ca84d0b11 (patch)
treed1a8d4ade887ef112236936840dcd2a637c4070c /doc/FAQ
parentfccadfa435770baf9e49244f67c70da78a7e3394 (diff)
Add entry about the removal of "old" I/O parameters in the computational
toolkit git-svn-id: http://svn.cactuscode.org/flesh/trunk@3109 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/FAQ')
-rw-r--r--doc/FAQ30
1 files changed, 29 insertions, 1 deletions
diff --git a/doc/FAQ b/doc/FAQ
index b6372384..07e1314b 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
Cactus Code Frequently Asked Questions
-$Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/doc/FAQ,v 1.51 2002-11-04 18:31:34 allen Exp $
+$Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/doc/FAQ,v 1.52 2003-01-27 13:20:59 allen Exp $
Also available at http://www.cactuscode.org/Documentation/FAQ
@@ -243,6 +243,13 @@ G1 How can I build the ThornGuide documentation for single thorns or
arrangements?
+------------------------------------------------------------------------------
+I/O:
+
+H1 I want to run an old parameter file, but none of the I/O parameters are
+ recognised!
+
+
==============================================================================
The Answers:
@@ -1197,3 +1204,24 @@ G1 How can I build the ThornGuide documentation for single thorns or
gmake ThornGuide THORNS="CactusBase/Boundary"
gmake ThornGuide ARRANGEMENTS="CactusBase"
+
+
+------------------------------------------------------------------------------
+I/O:
+
+H1 I want to run an old parameter file, but none of the I/O parameters are
+ recognised!
+
+ In Beta 13 the "old" I/O parameter names were finally fully removed in
+ favour of "new" more consister parameter names across the I/O thorns in
+ the computational toolkit. A complete list of I/O parameters which
+ changed is contained in the following mail:
+
+ http://www.cactuscode.org/archives_html/users/msg00278.html
+
+ Note that there is a perl script for which can automatically update
+ parameter files for these changes.
+
+ http://www.cactuscode.org/Development/Release/FixParametersForBETA13.pl
+
+