Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 597 Bytes

File metadata and controls

18 lines (12 loc) · 597 Bytes

1. Strict compliance with modern Fortran standards

Overview

Remove legacy features deleted from recent Fortran standards, as they might not be supported by recent compilers, and avoid compiler-specific extensions, ensuring that the code remains compatible across various development environments.

Checks

  • PWR075: Avoid using GNU Fortran extensions.

  • Planned: Tune compiler flags to mark features removed from recent Fortran standards.

  • Planned: Tune compiler flags to mark compiler-specific constructs.