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) (unidiff)
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 @@
1Building on NCSA Cobalt.
2
3-- Soft
4.soft
5
6@remove +hdf4
7@remove +hdf4-4.2.1
8@remove +hdf5
9@remove +hdf5-1.6.5
10
11@remove +intel-compilers
12@remove +intel-compilers10.0
13@remove +intel-compilers10.1
14@remove +intel-c-10.1.017-f-10.1.017
15@remove +intel-c-11.1.064-f-11.1.064
16
17...defaults...
18
19+phdf5-1.8.4
20
21-- Configure
22export CPPFLAGS="-I$HDF5_HOME/include -I$NCBI_DIR/include"
23export LDFLAGS="-L/usr/apps/hdf/szip/lib -L$HDF5_HOME/lib -L$NCBI_DIR/lib -L/usr/local/intel/10.1.017/lib"
24export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/apps/hdf/szip/lib

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.