1 |
jongui |
970 |
|
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 |
|
|
# flag the MPI settings |
11 |
|
|
# useMPI = 'yes' |
12 |
|
|
|
13 |
|
|
# TODO: Variables named *_path should be *_include |
14 |
|
|
|
15 |
|
|
# locations of libs etc used by mkl |
16 |
|
|
# mkl_path = '/opt/intel/mkl80.019/include' |
17 |
|
|
# mkl_lib_path ='/opt/intel/mkl80.019/lib/64' |
18 |
|
|
# mkl_libs = ['mkl_solver', 'mkl_lapack', 'mkl_ipf'] |
19 |
|
|
|
20 |
|
|
# locations of libs etc used by SCSL |
21 |
|
|
# scsl_path = '/usr/include' |
22 |
|
|
# scsl_lib_path = '/usr/lib' |
23 |
|
|
# scsl_libs = ['scs_mp'] |
24 |
|
|
# scsl_libs_MPI = [ 'scs', 'mpi' ] |
25 |
|
|
|
26 |
|
|
|
27 |
|
|
# locations of include files for python |
28 |
|
|
# python_path = '/data/raid2/toolspp4/python/2.4.1/gcc-3.3.6/include/python2.4' |
29 |
|
|
# python_lib_path = '/data/raid2/toolspp4/python/2.4.1/gcc-3.3.6/lib' |
30 |
|
|
# python_lib = 'python2.4' |
31 |
|
|
|
32 |
|
|
# locations of libraries for boost |
33 |
|
|
# boost_path = '/data/raid2/toolspp4/boost/1.33.1/python-2.4.1/gcc-3.3.6/include' |
34 |
ksteube |
1139 |
# boost_libs_path = '/data/raid2/toolspp4/boost/1.33.1/python-2.4.1/gcc-3.3.6/lib' |
35 |
|
|
# boost_libs = 'boost_python-mt' |
36 |
jongui |
970 |
|
37 |
|
|
# locations of doc building executables |
38 |
|
|
#doxygen_path = '/raid2/tools/doxygen/1.4.2/gcc-3.3.5/bin' |
39 |
|
|
#epydoc_path = '/raid2/tools/epydoc/2.1/python-2.3.4/bin' |
40 |
|
|
#epydoc_pythonpath = '/raid2/tools/epydoc/2.1/python-2.3.4/lib/python2.3/site-packages' |
41 |
|
|
|
42 |
|
|
# locations of PAPI |
43 |
|
|
# papi_path = '/data/raid2/toolspp4/papi/3.0.8.1/gcc-3.3.6/include' |
44 |
|
|
# papi_lib_path = '/data/raid2/toolspp4/papi/3.0.8.1/gcc-3.3.6/lib' |
45 |
|
|
# papi_libs = [ 'papi' ] |
46 |
|
|
|
47 |
|
|
# c flags to use |
48 |
|
|
#cc_flags = '-O -fPIC' |
49 |
|
|
#cc_flags_debug = '-g -fPIC -DTRILINOS -I/home/Work/trilinos-6/include' |
50 |
|
|
|
51 |
|
|
# c++ flags to use |
52 |
|
|
#cxx_flags = '-fPIC' |
53 |
|
|
#cxx_flags_debug = '-DDOASSERT -UDOPROF -fPIC -DTRILINOS -I/home/Work/trilinos-6/include' |
54 |
|
|
|
55 |
|
|
# c and c++ flags for MPI compilation |
56 |
|
|
# c flags to use |
57 |
|
|
#cc_flags_MPI = '-O -DPASO_MPI -fPIC' |
58 |
|
|
#cc_flags_debug_MPI = '-g -DPASO_MPI -fPIC -DTRILINOS -I/home/Work/trilinos-6/include' |
59 |
|
|
|
60 |
|
|
# c++ flags to use |
61 |
|
|
#cxx_flags_MPI = '-fPIC' |
62 |
|
|
#cxx_flags_debug_MPI = '-DDOASSERT -UDOPROF -fPIC -DTRILINOS -I/home/Work/trilinos-6/include' |
63 |
|
|
|
64 |
|
|
# system specific libraries to link with |
65 |
|
|
#sys_libs = [] |
66 |
|
|
|
67 |
|
|
netCDF_path = '/home/jongui/netcdf-3.6.1/netcdf-3.6.1/include' |
68 |
|
|
netCDF_lib_path ='/home/jongui/netcdf-3.6.1/netcdf-3.6.1/lib' |