Changes between Version 13 and Version 14 of Help/FAQ
- Timestamp:
- Aug 30, 2018 3:05:34 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/FAQ
v13 v14 43 43 do not work if arrays have more than 9999 elements. Use options {{{-G0 -rl -m2 -Rbcdsp}}} instead. 44 44 45 '''Cray with programming environment PrgEnv-cray/6.0.4''' 46 To prevent possible problems with in-lining, use compiler option {{{-hipa0}}}. 47 45 48 '''Intel Fortran: Version 16.0 and higher:'''\\ 46 49 When 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.