Changes between Version 18 and Version 19 of Help/FAQ


Ignore:
Timestamp:
Nov 14, 2019 8:53:11 AM (4 years ago)
Author:
raasch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Help/FAQ

    v18 v19  
    4747To prevent possible problems with in-lining, use compiler option {{{-hipa0}}}.
    4848
    49 '''Intel Fortran: Version 16.0 and higher:'''\\
     49'''Intel Fortran: Version 16.0 and higher, as well as Cray Fortran compiler 8.7.10:'''\\
    5050When using NetCDF4, floating divide by zero may appear within the first NetCDF library calls in case that the compiler option {{{-fpe0}}} has been used. In order to circumvent this problem, you may omit the {{{-fpe0}}} option (a poor workaround, because floating point errors within the PALM code won't be detected too), or you should install the NetCDF library with Intel compiler option {{{-fp-model strict}}} switched on.
     51
     52For the Cray compiler, do not use option {{{-K trap=fp}}}.
    5153
    5254