/[escript]/branches/scons-dev/scons/shake59_options.py
ViewVC logotype

Contents of /branches/scons-dev/scons/shake59_options.py

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1686 - (show annotations)
Sun Aug 3 02:09:22 2008 UTC (14 years, 7 months ago) by ksteube
File MIME type: text/x-python
File size: 4069 byte(s)
Add config file for windows system shake59

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 Savanna (SGI ICE 8200 running SUSE Linux)
11
12 # If you cannot use the default compiler flags set in SConstruct, then change them here
13 # C/C++ Compiler flags (always use cc_flags and either cc_optim or cc_debug)
14 # cc_flags = '-ansi'
15 # cc_optim = '-O2'
16 # cc_debug = '-g'
17 # omp_optim = '-openmp'
18 # omp_debug = '-openmp'
19 # omp_libs = ['guide']
20
21 # Extra libraries
22 # sys_libs = ['guide', 'pthread', 'stdc++']
23
24 # Python libraries
25 python_path = 'C:/python25/include'
26 python_lib_path = 'C:/python25/libs'
27 python_libs = ['python25']
28 # python_cmd = 'python'
29
30 # Boost libraries
31 boost_path = 'C:/Documents and Settings/ksteube/Desktop/Temp/boost_1_33'
32 boost_lib_path = 'C:/Documents and Settings/ksteube/Desktop/Temp/boost_1_33/windows_binary/lib'
33 boost_libs = ['boost_python-vc71-mt-1_33']
34
35 # Specify whether or not to use VTK
36 # usevtk = 'yes'
37
38 # NetCDF
39 # usenetcdf = 'yes'
40 # netCDF_path = '/sw/libs/netcdf/x86_64/gcc-4.1.2/netcdf-3.6.2/include'
41 # netCDF_lib_path = '/sw/libs/netcdf/x86_64/gcc-4.1.2/netcdf-3.6.2/lib'
42 # netCDF_libs = ['netcdf_c++', 'netcdf']
43
44 # MKL
45 # usemkl = 'yes'
46 # mkl_path = '/sw/sdev/cmkl/10.0.2.18/include'
47 # mkl_lib_path = '/sw/sdev/cmkl/10.0.2.18/lib/em64t'
48 # mkl_libs = ['mkl_solver', 'mkl_em64t', 'mkl_core', 'guide', 'pthread']
49
50 # UMFPACK (requires AMD and BLAS)
51 # useumfpack = 'yes'
52 # ufc_path = '/sw/libs/umfpack/x86_64/gcc-4.1.2/umfpack-5.2/include'
53 # umf_path = '/sw/libs/umfpack/x86_64/gcc-4.1.2/umfpack-5.2/include'
54 # umf_lib_path = '/sw/libs/umfpack/x86_64/gcc-4.1.2/umfpack-5.2/lib'
55 # umf_libs = ['umfpack']
56 # amd_path = '/sw/libs/umfpack/x86_64/gcc-4.1.2/umfpack-5.2/include'
57 # amd_lib_path = '/sw/libs/umfpack/x86_64/gcc-4.1.2/umfpack-5.2/lib'
58 # amd_libs = ['amd']
59 # blas_path = '/sw/libs/umfpack/x86_64/gcc-4.1.2/umfpack-5.2/include'
60 # blas_lib_path = '/sw/libs/umfpack/x86_64/gcc-4.1.2/umfpack-5.2/lib'
61 # blas_libs = ['blas']
62
63 # OpenMP
64 # useopenmp = 'yes'
65
66 # MPI MPT (no module load required)
67 # usempi = 'no'
68 # mpi_path = '/usr/include'
69 # mpi_lib_path = '/usr/lib64'
70 # mpi_libs = ['mpi']
71 # mpi_run = 'mpirun -np 1'
72
73 # MPICH2 (to run Escript use: module load mpich2/gcc-4.1.2/mpich2-1.0.7)
74 # mpi_path = '/sw/libs/mpich2/x86_64/gcc-4.1.2/mpich2-1.0.7/include'
75 # mpi_lib_path = '/sw/libs/mpich2/x86_64/gcc-4.1.2/mpich2-1.0.7/lib'
76 # mpi_libs = ['mpich', 'rt']
77 # mpi_run = 'mpirun -np 1'
78
79 # MPICH2 for jumpshot (to run Escript use: module load mpich2/gcc-4.1.2/mpich2-1.0.7)
80 # mpi_path = '/sw/libs/mpich2/x86_64/gcc-4.1.2/mpich2-1.0.7/include'
81 # mpi_lib_path = '/sw/libs/mpich2/x86_64/gcc-4.1.2/mpich2-1.0.7/lib'
82 # mpi_libs = ['lmpe', 'mpe', 'mpich', 'rt']
83 # mpi_run = 'mpirun -np 1'
84
85 # Intel MPI (to run Escript use: module load intel-mpi/3.1.038)
86 # mpi_path = '/sw/sdev/intel/mpi/3.1.038/x86_64/include64'
87 # mpi_lib_path = '/sw/sdev/intel/mpi/3.1.038/x86_64/lib64'
88 # mpi_libs = ['mpi']
89 # mpi_run = 'mpirun -np 1'
90
91 # mvapich (to run Escript use: module load mvapich/mvapich-1.0.1)
92 # mpi_path = '/usr/diags/mpi/mvapich/intel/include'
93 # mpi_lib_path = '/usr/diags/mpi/mvapich/intel/lib/shared'
94 # mpi_libs = ['mpich']
95 # mpi_run = 'mpirun -np 1'
96
97 # OpenMPI (to run Escript use: module load openmpi/gcc-4.1.2/openmpi-1.2.6) (This doesn't compile)
98 # mpi_path = '/sw/libs/openmpi/x86_64/gcc-4.1.2/openmpi-1.2.6/include'
99 # mpi_lib_path = '/sw/libs/openmpi/x86_64/gcc-4.1.2/openmpi-1.2.6/lib'
100 # mpi_libs = ['mpi']
101 # mpi_run = 'mpirun -np 1'
102
103 # ParMETIS (for use with MPI)
104 # useparmetis = 'yes'
105 # parmetis_path = '/sw/libs/parmetis/x86_64/gcc-4.1.2/parmetis-3.1/include'
106 # parmetis_lib_path = '/sw/libs/parmetis/x86_64/gcc-4.1.2/parmetis-3.1/lib'
107 # parmetis_libs = ['parmetis', 'metis']
108
109 # PAPI
110 # usepapi = 'no'
111 # papi_path = '/usr/include'
112 # papi_lib_path = '/usr/lib64'
113 # papi_libs = ['papi']
114 # papi_instrument_solver = 'no'
115

  ViewVC Help
Powered by ViewVC 1.1.26