Changes between Version 12 and Version 13 of Help/FAQ
- Timestamp:
- Jul 2, 2018 6:41:17 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/FAQ
v12 v13 27 27 28 28 === Are there any known issues with specific Fortran compiler versions? 29 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 thefunction {{{C_SIZEOF}}}:29 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. Typical error messages appear with function {{{C_SIZEOF}}}: 30 30 {{{ 31 31 Error: 'x' argument of 'c_sizeof' intrinsic at (1) must be an interoperable data entity 32 }}} 33 of with function {{{C_LOC}}}: 34 {{{ 35 Error: Argument 'array' to 'c_loc' at (1) must be an associated scalar POINTER 32 36 }}} 33 37