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