Changes between Version 13 and Version 14 of Help/FAQ


Ignore:
Timestamp:
Aug 30, 2018 3:05:34 PM (6 years ago)
Author:
raasch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Help/FAQ

    v13 v14  
    4343do not work if arrays have more than 9999 elements. Use options {{{-G0 -rl -m2 -Rbcdsp}}} instead.
    4444
     45'''Cray with programming environment  PrgEnv-cray/6.0.4'''
     46To prevent possible problems with in-lining, use compiler option {{{-hipa0}}}.
     47
    4548'''Intel Fortran: Version 16.0 and higher:'''\\
    4649When 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.