Changes between Version 18 and Version 19 of Help/FAQ
- Timestamp:
- Nov 14, 2019 8:53:11 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/FAQ
v18 v19 47 47 To prevent possible problems with in-lining, use compiler option {{{-hipa0}}}. 48 48 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:'''\\ 50 50 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. 51 52 For the Cray compiler, do not use option {{{-K trap=fp}}}. 51 53 52 54