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