Changes between Version 8 and Version 9 of Help/FAQ
- Timestamp:
- Feb 20, 2017 7:01:46 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/FAQ
v8 v9 26 26 27 27 === Are there any known issues with specific Fortran compiler versions? 28 Yes, the GNU Fortran compiler with the versions 4.8.X is not compatible with the PALM code and compilation of PALM will fail. To solve this issue, please update to a newer compiler. 28 Yes, PALM cannot be compiled with the GNU Fortran compiler versions 4.8.X and older. To solve this issue, please update to a newer compiler. A typical error message appears with the function {{{C_SIZEOF}}}: 29 {{{ 30 Error: 'x' argument of 'c_sizeof' intrinsic at (1) must be an interoperable data entity 31 }}} 29 32 30 33