11! -*- f90 -*-
22!
3- ! Copyright (c) 2009-2013 Cisco Systems, Inc. All rights reserved.
3+ ! Copyright (c) 2009-2022 Cisco Systems, Inc. All rights reserved
44! Copyright (c) 2009-2012 Los Alamos National Security, LLC.
55! All rights reserved.
66! Copyright (c) 2018-2021 Research Organization for Information Science
@@ -17,10 +17,10 @@ subroutine MPI_Alltoallw_init_f08(sendbuf,sendcounts,sdispls,sendtypes,&
1717 use :: mpi_f08_types, only : MPI_Datatype, MPI_Comm, MPI_Info, MPI_Request
1818 use :: ompi_mpifh_bindings, only : ompi_alltoallw_init_f
1919 implicit none
20- OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT (IN ), ASYNCHRONOUS :: sendbuf
21- OMPI_FORTRAN_IGNORE_TKR_TYPE, ASYNCHRONOUS :: recvbuf
22- INTEGER , INTENT (IN ), ASYNCHRONOUS :: sendcounts(* ), sdispls(* ), recvcounts(* ), rdispls(* )
23- TYPE (MPI_Datatype), INTENT (IN ), ASYNCHRONOUS :: sendtypes(* ), recvtypes(* )
20+ OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT (IN ) OMPI_ASYNCHRONOUS :: sendbuf
21+ OMPI_FORTRAN_IGNORE_TKR_TYPE OMPI_ASYNCHRONOUS :: recvbuf
22+ INTEGER , INTENT (IN ) OMPI_ASYNCHRONOUS :: sendcounts(* ), sdispls(* ), recvcounts(* ), rdispls(* )
23+ TYPE (MPI_Datatype), INTENT (IN ) OMPI_ASYNCHRONOUS :: sendtypes(* ), recvtypes(* )
2424 TYPE (MPI_Comm), INTENT (IN ) :: comm
2525 TYPE (MPI_Info), INTENT (IN ) :: info
2626 TYPE (MPI_Request), INTENT (OUT ) :: request
0 commit comments