1 |
|
2 |
######################################################## |
3 |
# |
4 |
# Copyright (c) 2003-2010 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 |
# flag the MPI settings |
16 |
# useMPI = 'yes' |
17 |
# trilinos_path="/home/Work/trilinos-6/include" |
18 |
# trilinos_lib_path="/home/Work/trilinos-6/lib" |
19 |
# trilinos_libs=["aztecoo", "teuchos", "epetra"] |
20 |
|
21 |
|
22 |
# TODO: Variables named *_path should be *_include |
23 |
|
24 |
# locations of libs etc used by mkl |
25 |
# mkl_path = '/opt/intel/mkl80.019/include' |
26 |
# mkl_lib_path ='/opt/intel/mkl80.019/lib/64' |
27 |
# mkl_libs = ['mkl_solver', 'mkl_lapack', 'mkl_ipf'] |
28 |
|
29 |
mpi_path = '/usr/tmp' |
30 |
# mpi_path = '/home/Work/mpich2-1.0.5p4/include' |
31 |
# mpi_lib_path = '/home/Work/mpich2-1.0.5p4/lib' |
32 |
# mpi_libs = ['mpich', 'rt'] |
33 |
# mpi_run = 'mpirun -np 1' |
34 |
|
35 |
# locations of libs etc used by SCSL |
36 |
# scsl_path = '/usr/include' |
37 |
# scsl_lib_path = '/usr/lib' |
38 |
# scsl_libs = ['scs_mp'] |
39 |
# scsl_libs_MPI = [ 'scs', 'mpi' ] |
40 |
|
41 |
|
42 |
# locations of include files for python |
43 |
# python_path = '/data/raid2/toolspp4/python/2.4.1/gcc-3.3.6/include/python2.4' |
44 |
# python_lib_path = '/data/raid2/toolspp4/python/2.4.1/gcc-3.3.6/lib' |
45 |
# python_lib = 'python2.4' |
46 |
|
47 |
# locations of libraries for boost |
48 |
# boost_path = '/data/raid2/toolspp4/boost/1.33.1/python-2.4.1/gcc-3.3.6/include' |
49 |
# boost_lib_path = '/data/raid2/toolspp4/boost/1.33.1/python-2.4.1/gcc-3.3.6/lib' |
50 |
# boost_lib = 'boost_python-mt' |
51 |
|
52 |
# locations of doc building executables |
53 |
doxygen_path = '/usr/bin' |
54 |
epydoc_path = '/usr/bin' |
55 |
|
56 |
# locations of netcdf |
57 |
# useNetCDF="yes" |
58 |
# netCDF_path = "/home/Work/netcdf-3.6.1/include" |
59 |
# netCDF_lib_path = "/home/Work/netcdf-3.6.1/lib" |
60 |
# netCDF_libs = [ 'netcdf_c++', 'netcdf'] |
61 |
|
62 |
# locations of PAPI |
63 |
# papi_path = '/data/raid2/toolspp4/papi/3.0.8.1/gcc-3.3.6/include' |
64 |
# papi_lib_path = '/data/raid2/toolspp4/papi/3.0.8.1/gcc-3.3.6/lib' |
65 |
# papi_libs = [ 'papi' ] |
66 |
|
67 |
# Comment all this stuff |
68 |
# c flags to use |
69 |
# cc_flags = '-O -fPIC' |
70 |
# cc_flags_debug = '-g -fPIC -DTRILINOS -I/home/Work/trilinos-6/include' |
71 |
|
72 |
# c++ flags to use |
73 |
# cxx_flags = '-fPIC' |
74 |
# cxx_flags_debug = '-DDOASSERT -UDOPROF -fPIC -DTRILINOS -I/home/Work/trilinos-6/include' |
75 |
|
76 |
# c and c++ flags for MPI compilation |
77 |
# c flags to use |
78 |
# cc_flags_MPI = '-O -DPASO_MPI -fPIC' |
79 |
# cc_flags_debug_MPI = '-g -DPASO_MPI -fPIC -DTRILINOS -I/home/Work/trilinos-6/include' |
80 |
|
81 |
# c++ flags to use |
82 |
# cxx_flags_MPI = '-fPIC' |
83 |
# cxx_flags_debug_MPI = '-DDOASSERT -UDOPROF -fPIC -DTRILINOS -I/home/Work/trilinos-6/include' |
84 |
|
85 |
# system specific libraries to link with |
86 |
# sys_libs = [] |