summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-02-13 15:44:02 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-02-13 15:44:02 +0000
commit56c06524f536e89ea36af4779afab834ec3d9fda (patch)
treec045d1104ee3a90ab9692a3fe5bfd3c03905548b /doc
parentdbac1c8f5b93fffab281916c069df88bd3f18b8b (diff)
New faq about missing C++
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2615 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc')
-rw-r--r--doc/FAQ9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/FAQ b/doc/FAQ
index 68ab3f44..4ac9900a 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.23 2001-10-23 08:14:19 allen Exp $
+$Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/doc/FAQ,v 1.24 2002-02-13 15:44:02 allen Exp $
Also available at http://www.cactuscode.org/Documentation/FAQ
@@ -356,3 +356,10 @@ Also available at http://www.cactuscode.org/Documentation/FAQ
--------------------------------------------------------------------------------
+26. I'm running Cactus on a parallel system with missing C++ libraries on some
+ nodes, Cactus compiles but it won't run, is there anything I can do?
+
+ If C++ isn't being used in any thorn, you can compile Cactus without using
+ and C++ using the configure option CXX=none.
+
+--------------------------------------------------------------------------------