1 |
|
2 |
######################################################## |
3 |
# |
4 |
# Copyright (c) 2003-2008 by University of Queensland |
5 |
# Earth Systems Science Computational Center (ESSCC) |
6 |
# http://www.uq.edu.au/esscc |
7 |
# |
8 |
# Primary Business: Queensland, Australia |
9 |
# Licensed under the Open Software License version 3.0 |
10 |
# http://www.opensource.org/licenses/osl-3.0.php |
11 |
# |
12 |
######################################################## |
13 |
|
14 |
|
15 |
# locations of include files for python |
16 |
### python_path = '/data/raid2/toolspp4/python/2.4.3/gcc-3.3.6/include/python2.4' |
17 |
### python_lib_path = '/data/raid2/toolspp4/python/2.4.3/gcc-3.3.6/lib' |
18 |
### python_lib = 'python2.4' |
19 |
|
20 |
# locations of libraries for boost |
21 |
### boost_path = '/data/raid2/toolspp4/boost/1.33.1/python-2.4.3/gcc-3.3.6/include' |
22 |
### boost_lib_path = '/data/raid2/toolspp4/boost/1.33.1/python-2.4.3/gcc-3.3.6/lib' |
23 |
### boost_lib = 'boost_python-mt' |
24 |
|
25 |
# locations of doc building executables |
26 |
### doxygen_path = '/data/raid2/toolspp4/doxygen/1.4.6/gcc-3.3.6/bin' |
27 |
### epydoc_path = '/raid2/tools/epydoc/2.1/python-2.3.4/bin' |
28 |
|
29 |
# locations of netcdf |
30 |
useNetCDF = 'yes' |
31 |
netCDF_path = "/usr/include/netcdf-3" |
32 |
netCDF_lib_path = "/usr/lib" |
33 |
netCDF_libs = [ 'netcdf_c++', 'netcdf'] |
34 |
|
35 |
### mpi_path = '/usr/include' |
36 |
### mpi_lib_path = '/usr/lib' |
37 |
### mpi_libs = [ 'mpi' ] |
38 |
### mpi_flavour = 'MPICH' |
39 |
|
40 |
### omp_flags = '-openmp -openmp_report2 ' |
41 |
### omp_flags_debug = '-openmp -openmp_report0' |
42 |
|
43 |
# c flags to use |
44 |
### cc_flags = "-O3 -ftz -IPF_ftlacc- -IPF_fma -fno-alias -c99 -w1 -wd161 -fpic -ivdep-parallel" |
45 |
### cc_flags_debug = '-g -O0 -c99 -w1 -wd161 -fpic' |
46 |
|
47 |
# c++ flags to use |
48 |
### cxx_flags = '-ansi -wd161 -DMPI_NO_CPPBIND' |
49 |
### cxx_flags_debug = '-ansi -wd161 -DDOASSERT -DDOPROF -DMPI_NO_CPPBIND' |
50 |
|
51 |
# c and c++ flags for MPI compilation |
52 |
# c flags to use |
53 |
### cc_flags_MPI = "-O3 -ftz -IPF_ftlacc- -IPF_fma -fno-alias -c99 -w1 -fpic -wd161 -DPASO_MPI -ivdep-parallel" |
54 |
### cc_flags_debug_MPI = '-g -O0 -c99 -w1 -fpic -wd161 -DPASO_MPI' |
55 |
|
56 |
# c++ flags to use |
57 |
### cxx_flags_MPI = '-ansi -wd1563 -wd161 -DMPI_NO_CPPBIND' |
58 |
### cxx_flags_debug_MPI = '-ansi -DDOASSERT -DDOPROF -wd1563 -wd161 -DMPI_NO_CPPBIND' |
59 |
|
60 |
# system specific libraries to link with |
61 |
### sys_libs = ['guide', 'irc'] |