33 |
epydoc_pythonpath = '/usr/lib/python2.3/site-packages' |
epydoc_pythonpath = '/usr/lib/python2.3/site-packages' |
34 |
|
|
35 |
# locations of netcdf |
# locations of netcdf |
36 |
|
useNetCDF="yes" |
37 |
netCDF_path = "/opt/netcdf-3.6.0-p1/intel-9.0/include" |
netCDF_path = "/opt/netcdf-3.6.0-p1/intel-9.0/include" |
38 |
netCDF_lib_path = "/opt/netcdf-3.6.0-p1/intel-9.0/lib" |
netCDF_lib_path = "/opt/netcdf-3.6.0-p1/intel-9.0/lib" |
39 |
netCDF_libs_cxx = [ 'netcdf_c++', 'netcdf'] |
netCDF_libs = [ 'netcdf_c++', 'netcdf'] |
40 |
|
|
41 |
# c flags to use |
# c flags to use |
42 |
#cc_flags = '-O3 -fpic -ip -Ob2 -IPF-fma -ftz -parallel -openmp -mtune=itanium2 -mcpu=itanium2 -c99 -IPF-fltacc -IPF-fp-speculationsafe -ipo -fno-alias' |
#cc_flags = '-O3 -fpic -ip -Ob2 -IPF-fma -ftz -parallel -openmp -mtune=itanium2 -mcpu=itanium2 -c99 -IPF-fltacc -IPF-fp-speculationsafe -ipo -fno-alias' |