From 47e7eca947776b3b6436a47286fcb4fe2ff85571 Mon Sep 17 00:00:00 2001 From: allen Date: Fri, 7 Feb 2003 10:45:53 +0000 Subject: 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 -build BUILDLIST="" 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 --- doc/FAQ | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'doc/FAQ') 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 -build BUILDLIST="" + + builds thorns in the order they appear in the list. (Note, this does + not link any thorn libraries together). + ------------------------------------------------------------------------------ Running: -- cgit v1.2.3