61 |
|
|
62 |
# Additional flags to add to the linker |
# Additional flags to add to the linker |
63 |
# DEFAULT: '' (empty) |
# DEFAULT: '' (empty) |
64 |
ld_extra = '-shared-intel' |
ld_extra = '-shared-intel -L/opt/hdf5/1.8.6/lib' |
65 |
|
|
66 |
# Whether to treat compiler warnings as errors |
# Whether to treat compiler warnings as errors |
67 |
# DEFAULT: True |
# DEFAULT: True |
108 |
# boost-python library/libraries to link against |
# boost-python library/libraries to link against |
109 |
boost_libs = ['boost_python-gcc41-mt-1_39'] |
boost_libs = ['boost_python-gcc41-mt-1_39'] |
110 |
|
|
111 |
|
|
112 |
|
# Prefix or paths to CppUnit headers and libraries. See note above. |
113 |
|
cppunit_prefix = '/opt/cppunit/1.12.1' |
114 |
|
|
115 |
|
# CppUnit library/libraries to link against |
116 |
|
#cppunit_libs = ['cppunit'] |
117 |
|
|
118 |
|
|
119 |
# Whether to use the netCDF library for dump file support |
# Whether to use the netCDF library for dump file support |
120 |
# DEFAULT: False |
# DEFAULT: False |
121 |
netcdf = True |
netcdf = True |
183 |
|
|
184 |
# Whether to use LLNL's SILO library for Silo output file support in weipa |
# Whether to use LLNL's SILO library for Silo output file support in weipa |
185 |
# DEFAULT: False |
# DEFAULT: False |
186 |
#silo = True |
silo = True |
187 |
|
|
188 |
# Prefix or paths to SILO headers and libraries. See note above. |
# Prefix or paths to SILO headers and libraries. See note above. |
189 |
#silo_prefix = '/usr/local' |
silo_prefix = [ '/opt/silo/4.7.2/include', '/opt/silo/4.7.2/lib'] |
190 |
|
#silo_prefix = [ '/opt/silo/4.7.2/include', '/opt/silo/4.7.2/lib' , '/opt/hdf5/1.8.6/lib' ] |
191 |
|
|
192 |
# SILO library/libraries to link against |
# SILO library/libraries to link against |
193 |
#silo_libs = ['siloh5', 'hdf5'] |
silo_libs = ['siloh5', 'hdf5'] |
194 |
|
|
195 |
# Whether to use LLNL's VisIt simulation interface (only version 2 supported) |
# Whether to use LLNL's VisIt simulation interface (only version 2 supported) |
196 |
# DEFAULT: False |
# DEFAULT: False |
206 |
# modules) |
# modules) |
207 |
# DEFAULT: False |
# DEFAULT: False |
208 |
#pyvisi = True |
#pyvisi = True |
209 |
|
# Whether to use BoomerAMG (requires MPI) |
210 |
|
# DEFAULT: False |
211 |
|
#boomeramg = True |
212 |
|
|
213 |
|
# Prefix or paths to BoomerAMG headers and libraries. See note above. |
214 |
|
#boomeramg_prefix = '/opt/hypre/2.0.0/' |
215 |
|
|
216 |
|
# BoomerAMG library/libraries to link against |
217 |
|
#boomeramg_libs = ['HYPRE'] |
218 |
|
#boomeramg_libs = ['HYPRE_IJ_mv', 'HYPRE_krylov', 'HYPRE_parcsr_ls'] |
219 |
|
|
220 |
|
|
221 |
|
|
222 |
|
|
223 |
|
|
224 |
### ADVANCED OPTIONS ### |
### ADVANCED OPTIONS ### |