Changes between Version 12 and Version 13 of Help/FAQ


Ignore:
Timestamp:
Jul 2, 2018 6:41:17 AM (7 years ago)
Author:
raasch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Help/FAQ

    v12 v13  
    2727
    2828=== 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 the function {{{C_SIZEOF}}}:
     29Yes, 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}}}:
    3030{{{
    3131Error: 'x' argument of 'c_sizeof' intrinsic at (1) must be an interoperable data entity
     32}}}
     33of with function {{{C_LOC}}}:
     34{{{
     35Error: Argument 'array' to 'c_loc' at (1) must be an associated scalar POINTER
    3236}}}
    3337