summaryrefslogtreecommitdiff
path: root/doc/FAQ
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-08-20 11:35:32 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-08-20 11:35:32 +0000
commit5d70cc5d31fed0de1fa0ec5711ca435891e3e706 (patch)
tree0696e7ecfc51eee4354ad2b00335a6147c38e06f /doc/FAQ
parentcbae8bddd5ffbf86acafedcb458f23b8196df9c6 (diff)
Added entry
------------------------------------------------------------------------------- 38. When trying the new gcc 3.1.1 compiler on Linux, I received a lot of warnings about the compiler flag "-I/usr/local/include". This is because HDF5 is installed on this machine in what we would consider to be a sub-optimal place. HDF5 is preferably installed in own installation directory with (optionally) sym-links to the system directories. Cactus configurations should use the HDF5 installation directory itself. It is a matter of office debate as to whether it would be really be a good idea or not to check for and remove system directories, we can come up with pathological examples both if they are left or if they are removed. ------------------------------------------------------------------------------- git-svn-id: http://svn.cactuscode.org/flesh/trunk@2974 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/FAQ')
-rw-r--r--doc/FAQ18
1 files changed, 17 insertions, 1 deletions
diff --git a/doc/FAQ b/doc/FAQ
index 31f3e2ad..5918871f 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.40 2002-08-19 10:42:23 allen Exp $
+$Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/doc/FAQ,v 1.41 2002-08-20 11:35:32 allen Exp $
Also available at http://www.cactuscode.org/Documentation/FAQ
@@ -586,3 +586,19 @@ Also available at http://www.cactuscode.org/Documentation/FAQ
overkill and using just 'const cGH *' is fine.
-------------------------------------------------------------------------------
+
+38. When trying the new gcc 3.1.1 compiler on Linux, I received a lot of
+ warnings about the compiler flag "-I/usr/local/include".
+
+ This is because HDF5 is installed on this machine in what we
+ would consider to be a sub-optimal place. HDF5 is preferably
+ installed in own installation directory with (optionally) sym-links to
+ the system directories. Cactus configurations should use the HDF5
+ installation directory itself.
+
+ It is a matter of office debate as to whether it would be really be a
+ good idea or not to check for and remove system directories, we can come
+ up with pathological examples both if they are left or if they are
+ removed.
+
+-------------------------------------------------------------------------------