summaryrefslogtreecommitdiffstats
authorDon Pellegrino <don@drexel.edu>2010-01-24 06:02:34 (GMT)
committer Don Pellegrino <don@drexel.edu>2010-01-24 06:02:34 (GMT)
commitc51d559601371ac79e7157c0b35752b6141cac40 (patch) (side-by-side diff)
tree7cdc8423d8ff1327490c50d36d359de3343b8c6e
parent675f19df0aff1ebeaf3cdbfabcb71dd738503d29 (diff)
downloadexp007-c51d559601371ac79e7157c0b35752b6141cac40.zip
exp007-c51d559601371ac79e7157c0b35752b6141cac40.tar.gz
exp007-c51d559601371ac79e7157c0b35752b6141cac40.tar.bz2
Added notes for doing a build on NCSA Cobalt. Using the Intel C Compiler built HDF5 library adds a number of dependencies.
-rw-r--r--doc/build-cobalt.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/build-cobalt.txt b/doc/build-cobalt.txt
new file mode 100644
index 0000000..91b356b
--- a/dev/null
+++ b/doc/build-cobalt.txt
@@ -0,0 +1,24 @@
+Building on NCSA Cobalt.
+
+-- Soft
+.soft
+
+@remove +hdf4
+@remove +hdf4-4.2.1
+@remove +hdf5
+@remove +hdf5-1.6.5
+
+@remove +intel-compilers
+@remove +intel-compilers10.0
+@remove +intel-compilers10.1
+@remove +intel-c-10.1.017-f-10.1.017
+@remove +intel-c-11.1.064-f-11.1.064
+
+...defaults...
+
++phdf5-1.8.4
+
+-- Configure
+export CPPFLAGS="-I$HDF5_HOME/include -I$NCBI_DIR/include"
+export LDFLAGS="-L/usr/apps/hdf/szip/lib -L$HDF5_HOME/lib -L$NCBI_DIR/lib -L/usr/local/intel/10.1.017/lib"
+export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/apps/hdf/szip/lib

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.