@@ -98,7 +98,7 @@ end subroutine pompi_buffer_attach_f
9898! us ; they can just both be bound to the same back - end
9999! ompi_buffer_detach_f08 C function .
100100subroutine pompi_buffer_detach_f (buffer_addr ,size ,ierror ) &
101- BIND (C , name = "ompi_buffer_detach_f08 " )
101+ BIND (C , name = "pompi_buffer_detach_f08 " )
102102 implicit none
103103 OMPI_FORTRAN_IGNORE_TKR_TYPE , INTENT (IN ) :: buffer_addr
104104 INTEGER , INTENT (OUT ) :: size
@@ -1416,7 +1416,7 @@ subroutine pompi_type_set_name_f(type,type_name,ierror,type_name_len) &
14161416end subroutine pompi_type_set_name_f
14171417
14181418subroutine pompi_win_allocate_f (size , disp_unit , info , comm , &
1419- baseptr , win , ierror ) BIND (C , name = "ompi_win_allocate_f " )
1419+ baseptr , win , ierror ) BIND (C , name = "pompi_win_allocate_f " )
14201420 USE , INTRINSIC :: ISO_C_BINDING , ONLY : C_PTR
14211421 use :: mpi_f08_types , only : MPI_ADDRESS_KIND
14221422 INTEGER (KIND = MPI_ADDRESS_KIND ), INTENT (IN ) :: size
@@ -1429,7 +1429,7 @@ subroutine pompi_win_allocate_f(size, disp_unit, info, comm, &
14291429end subroutine pompi_win_allocate_f
14301430
14311431subroutine pompi_win_allocate_shared_f (size , disp_unit , info , comm , &
1432- baseptr , win , ierror ) BIND (C , name = "ompi_win_allocate_shared_f " )
1432+ baseptr , win , ierror ) BIND (C , name = "pompi_win_allocate_shared_f " )
14331433 USE , INTRINSIC :: ISO_C_BINDING , ONLY : C_PTR
14341434 use :: mpi_f08_types , only : MPI_ADDRESS_KIND
14351435 INTEGER (KIND = MPI_ADDRESS_KIND ), INTENT (IN ) :: size
0 commit comments