Changes between Version 5 and Version 6 of doc/app/cpp_options


Ignore:
Timestamp:
Jun 5, 2019 1:56:18 PM (6 years ago)
Author:
raasch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/cpp_options

    v5 v6  
    2121||{{{__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. ||
    2222||{{{__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.   ||
    2423||{{{__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.  ||
    2524||{{{__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. ||