Skip to content

Commit

Permalink
MPI: Remove CONTIGUOUS from mp_free_mem to work around Flang bug
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Jan 23, 2024
1 parent b8aa4e1 commit 8d2419c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mpiwrap/message_passing.fypp
Original file line number Diff line number Diff line change
Expand Up @@ -4711,8 +4711,8 @@
!> \param[out] stat (optional) allocation status result
! **************************************************************************************************
SUBROUTINE mp_free_mem_${nametype1}$ (DATA, stat)
${type1}$, CONTIGUOUS, DIMENSION(:), &
POINTER, ASYNCHRONOUS :: DATA
${type1}$, DIMENSION(:), &
POINTER, ASYNCHRONOUS :: DATA
INTEGER, INTENT(OUT), OPTIONAL :: stat

#if defined(__parallel)
Expand Down

0 comments on commit 8d2419c

Please sign in to comment.