Skip to content
Snippets Groups Projects
Commit ac760200 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Fix work-around, nvhpc 24.9 still needs it.

parent 11a7cae7
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ MODULE redist_collection_displace
#endif
! and when taking the slice address and the optimizer is on,
! some other random failure occurs even with very recent compiler versions
#if defined __PGI && (__PGIC__ <= 23 || __PGIC__ == 24 && __PGIC_MINOR__ <= 3)
#if defined __PGI && (__PGIC__ <= 23 || __PGIC__ == 24 && __PGIC_MINOR__ <= 9)
#undef HAVE_FC_C_LOC_OF_SLICE
#endif
USE test_redist_common, ONLY: build_odd_selection_xmap, &
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment