1 |
# |
2 |
# $Id$ |
3 |
# |
4 |
####################################################### |
5 |
# |
6 |
# Copyright 2003-2007 by ACceSS MNRF |
7 |
# Copyright 2007 by University of Queensland |
8 |
# |
9 |
# http://esscc.uq.edu.au |
10 |
# Primary Business: Queensland, Australia |
11 |
# Licensed under the Open Software License version 3.0 |
12 |
# http://www.opensource.org/licenses/osl-3.0.php |
13 |
# |
14 |
####################################################### |
15 |
# |
16 |
|
17 |
# flag the MPI settings |
18 |
# useMPI = 'yes' |
19 |
|
20 |
# TODO: Variables named *_path should be *_include |
21 |
|
22 |
# locations of libs etc used by mkl |
23 |
# mkl_path = '/opt/intel/mkl80.019/include' |
24 |
# mkl_lib_path ='/opt/intel/mkl80.019/lib/64' |
25 |
# mkl_libs = ['mkl_solver', 'mkl_lapack', 'mkl_ipf'] |
26 |
|
27 |
# locations of libs etc used by SCSL |
28 |
# scsl_path = '/usr/include' |
29 |
# scsl_lib_path = '/usr/lib' |
30 |
# scsl_libs = ['scs_mp'] |
31 |
# scsl_libs_MPI = [ 'scs', 'mpi' ] |
32 |
|
33 |
|
34 |
# locations of include files for python |
35 |
# python_path = '/data/raid2/toolspp4/python/2.4.1/gcc-3.3.6/include/python2.4' |
36 |
# python_lib_path = '/data/raid2/toolspp4/python/2.4.1/gcc-3.3.6/lib' |
37 |
# python_lib = 'python2.4' |
38 |
|
39 |
# locations of libraries for boost |
40 |
# boost_path = '/data/raid2/toolspp4/boost/1.33.1/python-2.4.1/gcc-3.3.6/include' |
41 |
# boost_lib_path = '/data/raid2/toolspp4/boost/1.33.1/python-2.4.1/gcc-3.3.6/lib' |
42 |
# boost_lib = 'boost_python-mt' |
43 |
|
44 |
# locations of doc building executables |
45 |
#doxygen_path = '/raid2/tools/doxygen/1.4.2/gcc-3.3.5/bin' |
46 |
#epydoc_path = '/raid2/tools/epydoc/2.1/python-2.3.4/bin' |
47 |
|
48 |
# locations of PAPI |
49 |
# papi_path = '/data/raid2/toolspp4/papi/3.0.8.1/gcc-3.3.6/include' |
50 |
# papi_lib_path = '/data/raid2/toolspp4/papi/3.0.8.1/gcc-3.3.6/lib' |
51 |
# papi_libs = [ 'papi' ] |
52 |
|
53 |
# c flags to use |
54 |
#cc_flags = '-O -fPIC' |
55 |
#cc_flags_debug = '-g -fPIC -DTRILINOS -I/home/Work/trilinos-6/include' |
56 |
|
57 |
# c++ flags to use |
58 |
#cxx_flags = '-fPIC' |
59 |
#cxx_flags_debug = '-DDOASSERT -UDOPROF -fPIC -DTRILINOS -I/home/Work/trilinos-6/include' |
60 |
|
61 |
# c and c++ flags for MPI compilation |
62 |
# c flags to use |
63 |
#cc_flags_MPI = '-O -DPASO_MPI -fPIC' |
64 |
#cc_flags_debug_MPI = '-g -DPASO_MPI -fPIC -DTRILINOS -I/home/Work/trilinos-6/include' |
65 |
|
66 |
# c++ flags to use |
67 |
#cxx_flags_MPI = '-fPIC' |
68 |
#cxx_flags_debug_MPI = '-DDOASSERT -UDOPROF -fPIC -DTRILINOS -I/home/Work/trilinos-6/include' |
69 |
|
70 |
# system specific libraries to link with |
71 |
#sys_libs = [] |
72 |
|
73 |
netCDF_path = '/home/jongui/netcdf-3.6.1/netcdf-3.6.1/include' |
74 |
netCDF_lib_path ='/home/jongui/netcdf-3.6.1/netcdf-3.6.1/lib' |