summaryrefslogtreecommitdiff
path: root/doc/FAQ
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-09-01 19:58:23 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-09-01 19:58:23 +0000
commit9515b8b3f3fcc19af109de9f7219826cf689a44e (patch)
tree55b2aae83f1768532b1ae12cb2111bd3001b4bf9 /doc/FAQ
parent1fba87d3e55636b2151eb7f0ab985d0b807fd202 (diff)
new entry
D9 How do I run Cactus until a given coordinate time instead of to a given iteration number? Instead of setting cactus::cctk_itlast set cactus::cctk_final_time to the required coordinate time, and also set cactus::terminate = "time". git-svn-id: http://svn.cactuscode.org/flesh/trunk@2991 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/FAQ')
-rw-r--r--doc/FAQ13
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/FAQ b/doc/FAQ
index a4983b77..fbd2f92f 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.42 2002-08-29 12:41:02 allen Exp $
+$Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/doc/FAQ,v 1.43 2002-09-01 19:58:23 allen Exp $
Also available at http://www.cactuscode.org/Documentation/FAQ
@@ -145,11 +145,14 @@ D5 (Irix) I'm using the web server thorn CactusConnect/HTTPD, I compiled with
D6 I get a segmentation fault running Cactus, right after the schedule
tree is printed to screen?
-D7 (Linux) I'm using the NaNChecker thorn and seeing very strange results.
+D7 (Linux) I'm using the NaNChecker thorn and seeing very strange results.
D8 (Linux) Testsuites for CactusEinstein/AHFinder and CactusBench/BenchADM
are failing, but the release notices say that they pass.
+D9 How do I run Cactus until a given coordinate time instead of to a
+ given iteration number?
+
------------------------------------------------------------------------------
Thorn Writing:
@@ -808,6 +811,12 @@ D8 (Linux) The testsuites for CactusEinstein/AHFinder and
for CactusEinstein/AHFinder and CactusBench/BenchADM if
optimisation is not used.
+D9 How do I run Cactus until a given coordinate time instead of to a
+ given iteration number?
+
+ Instead of setting cactus::cctk_itlast set cactus::cctk_final_time to
+ the required coordinate time, and also set cactus::terminate = "time".
+
------------------------------------------------------------------------------
Thorn Writing: