summaryrefslogtreecommitdiff
path: root/doc/FAQ
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-09-27 20:33:40 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-09-27 20:33:40 +0000
commit1f7e74503228acc8b67d8697bef381484b48eefb (patch)
tree500702e5bd73a3eb9dc070a4d61982eb6e967390 /doc/FAQ
parent36568aa9bd1cf17b0b9c24c46bc5c08298e64809 (diff)
C35 I started building a Cactus configuration and it asked me if
I wanted to edit the thornlist, I pressed 'y' and then 'enter' but nothing happened? Cactus uses the program defined by the standard EDITOR environment variable as an editor at this point, check that this variable is defined and is actually a working editor. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3412 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/FAQ')
-rw-r--r--doc/FAQ14
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/FAQ b/doc/FAQ
index 38528338..8c6da13c 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.70 2003-09-21 12:57:15 allen Exp $
+$Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/doc/FAQ,v 1.71 2003-09-27 20:33:40 allen Exp $
Also available at http://www.cactuscode.org/Documentation/FAQ
@@ -155,6 +155,10 @@ C34 How can I make sure that one file is compiled before another? For example
to make sure that an F90 module file "module.F90" is available for other
file "using.F90".
+C35 I started building a Cactus configuration and it asked me if
+ I wanted to edit the thornlist, I pressed 'y' and then 'enter'
+ but nothing happened?
+
------------------------------------------------------------------------------
Running:
@@ -1008,6 +1012,14 @@ C34 How can I make sure that one file is compiled before another? For example
Note that you have to use the source file names and append the suffix ".o".
This convention is different from the default Makefile rules.
+C35 I started building a Cactus configuration and it asked me if
+ I wanted to edit the thornlist, I pressed 'y' and then 'enter'
+ but nothing happened?
+
+ Cactus uses the program defined by the standard EDITOR environment
+ variable as an editor at this point, check that this variable is
+ defined and is actually a working editor.
+
------------------------------------------------------------------------------
Running: