Changes between Version 5 and Version 6 of doc/app/cpp_options
- Timestamp:
- Jun 5, 2019 1:56:18 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/cpp_options
v5 v6 21 21 ||{{{__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. || 22 22 ||{{{__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. || 23 ||{{{__logging}}} ||Used by PALM developers to activate additional and extensive debug output. ||24 23 ||{{{__mpifh}}} ||Needs to be set in case of old MPI-libraries (using FORTRAN77 standard) which only support INCLUDE files (instead of FORTRAN modules). Is only effective if {{{-D__parallel}}} is set too. || 25 24 ||{{{__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. ||