Changes between Version 8 and Version 9 of doc/app/cpp_options
- Timestamp:
- Aug 27, 2020 7:10:26 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/cpp_options
v8 v9 18 18 ||{{{__cuda_fft}}} ||Enables usage of the NVIDIA CUDA specific FFT library in case PALM runs on GPUs using OpenACC || 19 19 ||{{{__fftw}}} ||Enables usage of the FFTW library. || 20 ||{{{__ibm}}} ||Enables usage of specific IBM FFT. This additionally requires to set the initialization parameter [wiki:/doc/app/inipar#fft_method fft_method] = 'system-specific'. Do not use {{{-D__nec}}} at the same time. ||21 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. || 22 ||{{{__nec}}} ||Enables usage of specific NEC FFT. This additionally requires to set the initialization parameter [wiki:/doc/app/inipar#fft_method fft_method] = 'system-specific'. Do not use {{{-D__ibm}}} at the same time.||21 ||{{{__nec}}} ||Enables usage of specific NEC FFT. This additionally requires to set the initialization parameter [wiki:/doc/app/inipar#fft_method fft_method] = 'system-specific'. || 23 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. || 24 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. ||