mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 06:05:29 -04:00
MPI: Remove CONTIGUOUS from mp_free_mem to work around Flang bug
This commit is contained in:
parent
b8aa4e11f5
commit
8d2419c75b
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue