1 |
|
|
2 |
|
# Copyright 2006 by ACcESS MNRF |
3 |
# |
# |
4 |
# $Id$ |
# http://www.access.edu.au |
5 |
# |
# Primary Business: Queensland, Australia |
|
####################################################### |
|
|
# |
|
|
# Copyright 2003-2007 by ACceSS MNRF |
|
|
# Copyright 2007 by University of Queensland |
|
|
# |
|
|
# http://esscc.uq.edu.au |
|
|
# Primary Business: Queensland, Australia |
|
6 |
# Licensed under the Open Software License version 3.0 |
# Licensed under the Open Software License version 3.0 |
7 |
# http://www.opensource.org/licenses/osl-3.0.php |
# http://www.opensource.org/licenses/osl-3.0.php |
8 |
# |
# |
|
####################################################### |
|
|
# |
|
9 |
|
|
10 |
# flag the MPI settings |
# Configuration for Savanna (SGI ICE 8200 running SUSE Linux) |
11 |
# useMPI = 'yes' |
|
12 |
# trilinos_path="/usr/local/trilinos-6/include" |
# If you cannot use the default compiler flags set in SConstruct, then change them here |
13 |
# trilinos_lib_path="/usr/local/trilinos-6/lib" |
# C/C++ Compiler flags (always use cc_flags and either cc_optim or cc_debug) |
14 |
# trilinos_libs=["aztecoo", "teuchos", "epetra"] |
# cc_flags = '-ansi' |
15 |
|
# cc_optim = '-O2' |
16 |
|
# cc_debug = '-g' |
17 |
# TODO: Variables named *_path should be *_include |
# omp_optim = '-openmp' |
18 |
|
# omp_debug = '-openmp' |
19 |
# locations of libs etc used by mkl |
# omp_libs = [] |
20 |
# mkl_path = '/opt/intel/mkl80.019/include' |
|
21 |
# mkl_lib_path ='/opt/intel/mkl80.019/lib/64' |
# Be picky about errors |
22 |
# mkl_libs = ['mkl_solver', 'mkl_lapack', 'mkl_ipf'] |
# usepedantic = 'no' |
23 |
|
|
24 |
# locations of libs etc used by SCSL |
# Extra libraries |
25 |
# scsl_path = '/usr/include' |
# sys_libs = [] |
26 |
# scsl_lib_path = '/usr/lib' |
|
27 |
# scsl_libs = ['scs_mp'] |
# Python libraries |
28 |
# scsl_libs_MPI = [ 'scs', 'mpi' ] |
# python_path = '/sw/apps/python/x86_64/gcc-4.1.2/python-2.4.4/include/python2.4' |
29 |
|
# python_lib_path = '/sw/apps/python/x86_64/gcc-4.1.2/python-2.4.4/lib' |
30 |
|
# python_libs = 'python2.4' |
31 |
# locations of include files for python |
# python_cmd = 'python' |
32 |
# python_path = '/data/raid2/toolspp4/python/2.4.1/gcc-3.3.6/include/python2.4' |
|
33 |
# python_lib_path = '/data/raid2/toolspp4/python/2.4.1/gcc-3.3.6/lib' |
# Boost libraries |
34 |
# python_lib = 'python2.4' |
# boost_path = '/sw/libs/boost/x86_64/gcc-4.1.2/python-2.4.4/boost_1_33/include/boost-1_33' |
35 |
|
# boost_lib_path = '/sw/libs/boost/x86_64/gcc-4.1.2/python-2.4.4/boost_1_33/lib' |
36 |
# locations of libraries for boost |
# boost_libs = ['boost_python-gcc'] |
37 |
# boost_path = '/data/raid2/toolspp4/boost/1.33.1/python-2.4.1/gcc-3.3.6/include' |
|
38 |
# boost_lib_path = '/data/raid2/toolspp4/boost/1.33.1/python-2.4.1/gcc-3.3.6/lib' |
# Specify whether or not to use VTK |
39 |
# boost_lib = 'boost_python-mt' |
# usevtk = 'yes' |
40 |
|
|
41 |
# locations of doc building executables |
# NetCDF |
42 |
# doxygen_path = '/raid2/tools/doxygen/1.4.2/gcc-3.3.5/bin' |
# usenetcdf = 'yes' |
43 |
# epydoc_path = '/raid2/tools/epydoc/2.1/python-2.3.4/bin' |
# netCDF_path = '/sw/libs/netcdf/x86_64/gcc-4.1.2/netcdf-3.6.2/include' |
44 |
# epydoc_pythonpath = '/raid2/tools/epydoc/2.1/python-2.3.4/lib/python2.3/site-packages' |
# netCDF_lib_path = '/sw/libs/netcdf/x86_64/gcc-4.1.2/netcdf-3.6.2/lib' |
45 |
|
# netCDF_libs = ['netcdf_c++', 'netcdf'] |
46 |
# locations of PAPI |
|
47 |
# papi_path = '/data/raid2/toolspp4/papi/3.0.8.1/gcc-3.3.6/include' |
# MKL |
48 |
# papi_lib_path = '/data/raid2/toolspp4/papi/3.0.8.1/gcc-3.3.6/lib' |
# usemkl = 'yes' |
49 |
# papi_libs = [ 'papi' ] |
# mkl_path = '/sw/sdev/cmkl/10.0.2.18/include' |
50 |
|
# mkl_lib_path = '/sw/sdev/cmkl/10.0.2.18/lib/em64t' |
51 |
# c flags to use |
# mkl_libs = ['mkl_solver', 'mkl_em64t', 'mkl_core', 'guide', 'pthread'] |
52 |
# cc_flags = '-O -fPIC' |
|
53 |
# cc_flags_debug = '-g -fPIC' |
# UMFPACK (requires AMD and BLAS) |
54 |
|
# useumfpack = 'yes' |
55 |
# c++ flags to use |
# ufc_path = '/sw/libs/umfpack/x86_64/gcc-4.1.2/umfpack-5.2/include' |
56 |
# cxx_flags = '-fPIC' |
# umf_path = '/sw/libs/umfpack/x86_64/gcc-4.1.2/umfpack-5.2/include' |
57 |
# cxx_flags_debug = '-DDOASSERT -UDOPROF -fPIC' |
# umf_lib_path = '/sw/libs/umfpack/x86_64/gcc-4.1.2/umfpack-5.2/lib' |
58 |
# system specific libraries to link with |
# umf_libs = ['umfpack'] |
59 |
sys_libs = [] |
# amd_path = '/sw/libs/umfpack/x86_64/gcc-4.1.2/umfpack-5.2/include' |
60 |
|
# amd_lib_path = '/sw/libs/umfpack/x86_64/gcc-4.1.2/umfpack-5.2/lib' |
61 |
|
# amd_libs = ['amd'] |
62 |
|
# blas_path = '/sw/libs/umfpack/x86_64/gcc-4.1.2/umfpack-5.2/include' |
63 |
|
# blas_lib_path = '/sw/libs/umfpack/x86_64/gcc-4.1.2/umfpack-5.2/lib' |
64 |
|
# blas_libs = ['blas'] |
65 |
|
|
66 |
|
# OpenMP |
67 |
|
# useopenmp = 'yes' |
68 |
|
|
69 |
|
# MPICH2 (to run Escript use: module load mpich2/gcc-4.1.2/mpich2-1.0.7) |
70 |
|
# mpi_path = '/home/Work/InstallArea/mpich2-1.0.7/include' |
71 |
|
# mpi_lib_path = '/home/Work/InstallArea/mpich2-1.0.7/lib' |
72 |
|
# mpi_libs = ['mpich', 'rt'] |
73 |
|
# mpi_run = 'mpirun -np 1' |
74 |
|
|
75 |
|
# MPICH2 for jumpshot (to run Escript use: module load mpich2/gcc-4.1.2/mpich2-1.0.7) |
76 |
|
# mpi_path = '/home/Work/InstallArea/mpich2-1.0.7/include' |
77 |
|
# mpi_lib_path = '/home/Work/InstallArea/mpich2-1.0.7/lib' |
78 |
|
# mpi_libs = ['lmpe', 'mpe', 'mpich', 'rt'] |
79 |
|
# mpi_run = 'mpirun -np 1' |
80 |
|
|
81 |
|
# ParMETIS (for use with MPI) |
82 |
|
# useparmetis = 'yes' |
83 |
|
# parmetis_path = '/home/Work/InstallArea/parmetis-3.1/include' |
84 |
|
# parmetis_lib_path = '/home/Work/InstallArea/parmetis-3.1/lib' |
85 |
|
# parmetis_libs = ['parmetis', 'metis'] |
86 |
|
|
87 |
|
# PAPI |
88 |
|
# usepapi = 'no' |
89 |
|
# papi_path = '/usr/include' |
90 |
|
# papi_lib_path = '/usr/lib' |
91 |
|
# papi_libs = ['papi'] |
92 |
|
# papi_instrument_solver = 'no' |
93 |
|
|