Changes between Version 8 and Version 9 of Help/FAQ


Ignore:
Timestamp:
Feb 20, 2017 7:01:46 AM (8 years ago)
Author:
raasch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Help/FAQ

    v8 v9  
    2626
    2727=== 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.
     28Yes, 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{{{
     30Error: 'x' argument of 'c_sizeof' intrinsic at (1) must be an interoperable data entity
     31}}}
    2932
    3033