-rw-r--r-- | .gitignore | 3 | ||||
-rwxr-xr-x | autogen.sh | 2 | ||||
-rw-r--r-- | configure.ac | 8 | ||||
-rw-r--r-- | doc/build-cobalt.txt | 42 | ||||
-rw-r--r-- | doc/env-cobalt.sh | 56 |
5 files changed, 65 insertions, 46 deletions
diff --git a/doc/build-cobalt.txt b/doc/build-cobalt.txt deleted file mode 100644 index 76612a4..0000000 --- a/doc/build-cobalt.txt +++ b/dev/null | |||
@@ -1,42 +0,0 @@ | |||
1 | Building 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 | ||
22 | export PETSC_DIR=/u/ac/dpellegr/apps/Installers/petsc-3.0.0-p10 | ||
23 | |||
24 | export CPPFLAGS="\ | ||
25 | -I$HDF5_HOME/include \ | ||
26 | -I$NCBI_DIR/include \ | ||
27 | -I$PETSC_DIR/include \ | ||
28 | -I$PETSC_DIR/linux-gnu-c-debug/include" | ||
29 | |||
30 | export LDFLAGS="\ | ||
31 | -L$HDF5_HOME/lib \ | ||
32 | -L/usr/apps/hdf/szip/lib \ | ||
33 | -L/usr/local/intel/10.1.017/lib \ | ||
34 | -L$NCBI_DIR/lib \ | ||
35 | -L$PETSC_DIR/linux-gnu-c-debug/lib" | ||
36 | |||
37 | export LD_LIBRARY_PATH=\ | ||
38 | $LD_LIBRARY_PATH:\ | ||
39 | /usr/apps/hdf/szip/lib:\ | ||
40 | $PETSC_DIR/linux-gnu-c-debug/lib | ||
41 | |||
42 | |||