aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-04-09 13:46:58 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-04-09 13:46:58 +0000
commita9ab4659d82cb5cf5320b9506899d52edd584d0b (patch)
tree0a8510db4355058aa6b0378ed17253ebb7be5625 /README
parent790c8692b5561660a8f4625a2846f1b468e6ea30 (diff)
add compiler options for SGI (modi4)
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1035 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 10 insertions, 2 deletions
diff --git a/README b/README
index bba2116..eb10c50 100644
--- a/README
+++ b/README
@@ -152,8 +152,16 @@ Alpha
with
LIBS="m c_r dxml for"
* Using the DEC/Compaq/HP/whatever-their-corporate-name-is-this-week
- compiler, you need to specify the -nopt option to disable automatic
- template instantiation.
+ compiler, you need to specify the -nopt compiler option to disable
+ automatic template instantiation.
+
+SGI
+===
+* On modi4.ncsa.uiuc.edu (an old SGI Origin), using
+ MIPSpro Compilers: Version 7.3.1.3m
+ you need to specify the -no_auto_include compiler option to disable
+ automatic template instantiation. In fact, you should probably specify
+ this option on any SGI system...
IBM Power4 (AIX)
================