Skip to content

Commit

Permalink
Update readme with information about Intel compiler issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aradi committed Aug 30, 2024
1 parent ab39c4f commit 453a1de
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Fortuno. We recommend to use those compilers or any newer versions of them.
+------------------------+-----------------------------------------------------+
| Compiler | Status |
+========================+=====================================================+
| Intel 2024.0 | * serial: OK |
| Intel 2024.0 [1] | * serial: OK |
| | * mpi: OK |
| | * coarray: OK |
+------------------------+-----------------------------------------------------+
Expand All @@ -247,8 +247,17 @@ Fortuno. We recommend to use those compilers or any newer versions of them.
| | * coarray: not tested yet |
+------------------------+-----------------------------------------------------+

If you are aware of any other compilers being able to build Fortuno, open a pull
request to update the table.
If you are aware of any other compilers being able to build Fortuno, please,
open a pull request to update the table.

Notes
-----

1. Please ensure you are using Intel 2024.0, as newer versions (2024.1 and
2024.2) have a confirmed compiler bug that creates an incorrect binary,
leading to segmentation faults due to the loss of pointer association status.
For more details, refer to the `Intel community discussion
<https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-bug-Procedure-pointer-association-status-gets-lost/m-p/1612121>`_.


License
Expand Down

0 comments on commit 453a1de

Please sign in to comment.