/[escript]/trunk/scons/shake71_options.py
ViewVC logotype

Contents of /trunk/scons/shake71_options.py

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1579 - (show annotations)
Mon Jun 2 08:48:36 2008 UTC (14 years, 9 months ago) by ksteube
File MIME type: text/x-python
File size: 1680 byte(s)
Fix typo in PCG.c
Improvement of build options for Savanna, ac.apac.edu, shake71

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 # Configuration for shake71 (Linux)
11
12 # ParMETIS
13 parmetis_path = '/home/Work/Escript.x86_64/parmetis-3.1/include'
14 parmetis_lib_path = '/home/Work/Escript.x86_64/parmetis-3.1/lib'
15 parmetis_lib = ['parmetis', 'metis']
16
17 # Python
18 python_path = '/home/Work/Escript.x86_64/python-2.4.4/include/python2.4'
19 python_lib_path = '/home/Work/Escript.x86_64/python-2.4.4/lib'
20 python_lib = 'python2.4'
21
22 # Boost
23 boost_path = '/home/Work/Escript.x86_64/boost_1_33/include/boost-1_33'
24 boost_lib_path = '/home/Work/Escript.x86_64/boost_1_33/lib'
25 boost_lib = 'boost_python-gcc-mt'
26
27 # Documentation
28 doxygen_path = '/usr/bin'
29 epydoc_path = '/usr/bin'
30
31 # NetCDF
32 useNetCDF = "yes"
33 netCDF_path = "/home/Work/Escript.x86_64/netcdf-3.6.2/include"
34 netCDF_lib_path = "/home/Work/Escript.x86_64/netcdf-3.6.2/lib"
35 netCDF_libs = [ 'netcdf_c++', 'netcdf']
36
37 # MPI
38 mpi_path = '/home/Work/mpich2-1.0.5p4/include'
39 mpi_lib_path = '/home/Work/mpich2-1.0.5p4/lib'
40 mpi_libs = ['mpich', 'rt']
41 mpi_run = 'mpirun -np 1'
42
43 # PAPI
44 # papi_instrument_solver = 0
45 # papi_path = '/sw/.../include'
46 # papi_lib_path = '/sw/.../lib'
47 # papi_libs = ['papi']
48
49 # C flags (also used by C++)
50 # cc_flags = '-O -fPIC'
51 # cc_flags_debug = '-g -fPIC -DTRILINOS -I/home/Work/trilinos-6/include'
52
53 # C++ flags
54 # cxx_flags = '-fPIC'
55 # cxx_flags_debug = '-DDOASSERT -UDOPROF -fPIC -DTRILINOS -I/home/Work/trilinos-6/include'
56
57 # System-specific libraries to link with
58 # sys_libs = []
59

  ViewVC Help
Powered by ViewVC 1.1.26