Changes between Version 9 and Version 10 of doc/app/cpp_options
- Timestamp:
- Feb 22, 2021 4:57:43 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/cpp_options
v9 v10 19 19 ||{{{__fftw}}} ||Enables usage of the FFTW library. || 20 20 ||{{{__intel_compiler}}} ||May be used in case of the Intel FORTRAN compiler to guarantee correct formatting of the progress bar, which is output to the terminal in case of interactive PALM runs. || 21 ||{{{__nec}}} ||Enables usage of specific NEC FFT. This additionally requires to set the initialization parameter [wiki:/doc/app/ini par#fft_method fft_method] = 'system-specific'. ||21 ||{{{__nec}}} ||Enables usage of specific NEC FFT. This additionally requires to set the initialization parameter [wiki:/doc/app/initialization_parameters#fft_method fft_method] = 'system-specific'. || 22 22 ||{{{__netcdf}}} ||Enables NetCDF I/O. If this activation string is not set, PALM does not read or write any NetCDF data. ASCII I/O files are not affected. You may omit {{{-D__netcdf}}} in order to test PALM without having a NetCDF library available on your system. || 23 23 ||{{{__netcdf4}}} ||Enables to use the NetCDF4/HDF5 data format. {{{-D__netcdf}}} has to be set too. See initialization parameter [wiki:/doc/app/d3par#netcdf_data_format netcdf_data_format] about how to choose the NetCDF data format. ||