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 shake63 (Fedora) |
11 |
|
12 |
# Python |
13 |
python_path = '/usr/include/python2.5' |
14 |
python_lib_path = '/usr/lib' |
15 |
python_lib = 'python2.5' |
16 |
|
17 |
# Boost |
18 |
boost_path = '/usr/include/' |
19 |
boost_lib_path = '/usr/lib' |
20 |
boost_lib = 'boost_python' |
21 |
|
22 |
# NetCDF |
23 |
useNetCDF = 'yes' |
24 |
netCDF_path = '/usr/include/netcdf-3' |
25 |
netCDF_lib_path = '/usr/lib' |
26 |
netCDF_libs = [ 'netcdf_c++', 'netcdf'] |
27 |
|
28 |
# MPI (version: MPICH2) |
29 |
# mpi_path = '/Users/artak/Work/Escript/mpich2-1.0.7/include' |
30 |
# mpi_lib_path = '/Users/artak/Work/Escript/mpich2-1.0.7/lib' |
31 |
# mpi_libs = ['mpich', 'rt'] |
32 |
# mpi_run = 'mpirun -np 1' |
33 |
|
34 |
# ParMETIS |
35 |
# parmetis_path = '/usr/include' |
36 |
# parmetis_lib_path = '/usr/lib' |
37 |
# parmetis_lib = ['parmetis', 'metis'] |
38 |
|