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

Annotation of /trunk/scons/shake63_options.py

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1690 - (hide annotations)
Thu Aug 7 01:12:38 2008 UTC (14 years, 7 months ago) by jfenwick
File MIME type: text/x-python
File size: 985 byte(s)
Added Configuration for shake63 (Joel-Box)
1 jfenwick 1690
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    

  ViewVC Help
Powered by ViewVC 1.1.26