7 |
# http://www.opensource.org/licenses/osl-3.0.php |
# http://www.opensource.org/licenses/osl-3.0.php |
8 |
# |
# |
9 |
|
|
10 |
# Configuration for Savanna |
# Configuration for Savanna (SGI ICE 8200) |
|
|
|
|
# MKL |
|
|
# mkl_path = '/sw/sdev/cmkl/10.0.2.18/include' |
|
|
# mkl_lib_path = '/sw/sdev/cmkl/10.0.2.18/lib/em64t' |
|
|
# mkl_libs = ['mkl_solver', 'mkl_lapack'] |
|
11 |
|
|
12 |
# ParMETIS |
# ParMETIS |
13 |
# parmetis_path = '/sw/libs/parmetis/x86_64/gcc-4.1.2/parmetis-3.1/include' |
# parmetis_path = '/sw/libs/parmetis/x86_64/gcc-4.1.2/parmetis-3.1/include' |
34 |
netCDF_lib_path = '/sw/libs/netcdf/x86_64/gcc-4.1.2/netcdf-3.6.2/lib' |
netCDF_lib_path = '/sw/libs/netcdf/x86_64/gcc-4.1.2/netcdf-3.6.2/lib' |
35 |
netCDF_libs = ['netcdf_c++', 'netcdf'] |
netCDF_libs = ['netcdf_c++', 'netcdf'] |
36 |
|
|
|
# PAPI |
|
|
papi_instrument_solver = 0 |
|
|
# papi_path = '/sw/.../include' |
|
|
# papi_lib_path = '/sw/.../lib' |
|
|
# papi_libs = ['papi'] |
|
|
|
|
37 |
# MPI |
# MPI |
38 |
mpi_path = '/usr/include' |
mpi_path = '/usr/include' |
39 |
mpi_lib_path = '/usr/lib64' |
mpi_lib_path = '/usr/lib64' |
40 |
mpi_libs = ['mpi'] |
mpi_libs = ['mpi'] |
41 |
mpi_run = 'mpirun -np 1' |
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 |
|
# MKL |
50 |
|
# mkl_path = '/sw/sdev/cmkl/10.0.2.18/include' |
51 |
|
# mkl_lib_path = '/sw/sdev/cmkl/10.0.2.18/lib/em64t' |
52 |
|
# mkl_libs = ['mkl_solver', 'mkl_lapack'] |
53 |
|
|
54 |
# OpenMP (comment out to disable OpenMP) |
# OpenMP (comment out to disable OpenMP) |
55 |
omp_flags = '-openmp -openmp_report0' |
omp_flags = '-openmp -openmp_report0' |
56 |
omp_flags_debug = '-openmp -openmp_report0' |
omp_flags_debug = '-openmp -openmp_report0' |
57 |
|
|
58 |
# C flags (also used by C++) |
# C flags (also used by C++) |
59 |
cc_flags = '-O3 -ansi -fPIC -vec-report0 -ftz -IPF-fltacc- -IPF-fma -fno-alias -DBLOCKTIMER' |
cc_flags = '-O3 -ansi -fPIC -vec-report0 -ftz -IPF-fltacc- -IPF-fma -fno-alias -DBLOCKTIMER -UPASO_DYNAMIC_SCHEDULING_MVM' |
60 |
cc_flags_debug = '-g -ansi -fPIC' |
cc_flags_debug = '-g -ansi -fPIC' |
61 |
|
|
62 |
# C++ flags |
# C++ flags |
64 |
cxx_flags_debug = '-DDOASSERT -DDOPROF' # -D... here is not recognized by scons as dependencies |
cxx_flags_debug = '-DDOASSERT -DDOPROF' # -D... here is not recognized by scons as dependencies |
65 |
|
|
66 |
# System-specific libraries to link with |
# System-specific libraries to link with |
67 |
sys_libs = ['guide', 'pthread', 'stdc++'] |
sys_libs = ['guide', 'pthread', 'stdc++'] |
68 |
|
|