summaryrefslogtreecommitdiff
path: root/doc/FAQ
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-02-07 10:45:53 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-02-07 10:45:53 +0000
commit47e7eca947776b3b6436a47286fcb4fe2ff85571 (patch)
tree430827b1c749e359083420f6056909e71e74681f /doc/FAQ
parenta4dd5d7501c8becba423735f0528c3f4400d3d97 (diff)
C31 I just want to check that one thorn compiles correctly, can I test
this without compiling all the thorns which come before it? make <config>-build BUILDLIST="<list of thorns>" builds thorns in the order they appear in the list. (Note, this does not link any thorn libraries together). git-svn-id: http://svn.cactuscode.org/flesh/trunk@3126 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/FAQ')
-rw-r--r--doc/FAQ13
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/FAQ b/doc/FAQ
index 51fbf6c0..92553a3d 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.55 2003-02-06 07:05:06 allen Exp $
+$Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/doc/FAQ,v 1.56 2003-02-07 10:45:53 allen Exp $
Also available at http://www.cactuscode.org/Documentation/FAQ
@@ -135,6 +135,9 @@ C29 (Linux) Using the Intel Fortran compiler I get the error "/usr/bin/ld
C30 Why can't I use different F90 and F77 compilers with Cactus?
+C31 I just want to check that one thorn compiles correctly, can I test
+ this without compiling all the thorns which come before it?
+
------------------------------------------------------------------------------
Running:
@@ -814,6 +817,14 @@ C29 (Linux) Using the Intel Fortran compiler I get the error "/usr/bin/ld
Intel compiler installation (eg /opt/intel/compiler60/ia32). You will
need to reconfigure, and then try building your executable again.
+C31 I just want to check that one thorn compiles correctly, can I test
+ this without compiling all the thorns which come before it?
+
+ make <config>-build BUILDLIST="<list of thorns>"
+
+ builds thorns in the order they appear in the list. (Note, this does
+ not link any thorn libraries together).
+
------------------------------------------------------------------------------
Running: