@@ -3679,7 +3679,6 @@ end subroutine ompi_mrecv_f
3679
3679
subroutine ompi_neighbor_allgather_f (sendbuf ,sendcount ,sendtype ,recvbuf ,recvcount ,recvtype , &
3680
3680
comm ,ierror ) &
3681
3681
BIND (C , name = "ompi_neighbor_allgather_f" )
3682
- use :: mpi_f08_types , only : MPI_Datatype , MPI_Comm
3683
3682
implicit none
3684
3683
OMPI_FORTRAN_IGNORE_TKR_TYPE , INTENT (IN ) :: sendbuf
3685
3684
OMPI_FORTRAN_IGNORE_TKR_TYPE :: recvbuf
@@ -3692,7 +3691,6 @@ end subroutine ompi_neighbor_allgather_f
3692
3691
subroutine ompi_ineighbor_allgather_f (sendbuf ,sendcount ,sendtype ,recvbuf ,recvcount ,recvtype , &
3693
3692
comm ,request ,ierror ) &
3694
3693
BIND (C , name = "ompi_ineighbor_allgather_f" )
3695
- use :: mpi_f08_types , only : MPI_Datatype , MPI_Comm , MPI_Request
3696
3694
implicit none
3697
3695
OMPI_FORTRAN_IGNORE_TKR_TYPE , INTENT (IN ) OMPI_ASYNCHRONOUS :: sendbuf
3698
3696
OMPI_FORTRAN_IGNORE_TKR_TYPE OMPI_ASYNCHRONOUS :: recvbuf
@@ -3706,7 +3704,6 @@ end subroutine ompi_ineighbor_allgather_f
3706
3704
subroutine ompi_neighbor_allgather_init_f (sendbuf ,sendcount ,sendtype ,recvbuf ,recvcount ,recvtype , &
3707
3705
comm ,info ,request ,ierror ) &
3708
3706
BIND (C , name = "ompi_neighbor_allgather_init_f" )
3709
- use :: mpi_f08_types , only : MPI_Datatype , MPI_Comm , MPI_Request
3710
3707
implicit none
3711
3708
OMPI_FORTRAN_IGNORE_TKR_TYPE , INTENT (IN ) :: sendbuf
3712
3709
OMPI_FORTRAN_IGNORE_TKR_TYPE :: recvbuf
@@ -3721,7 +3718,6 @@ end subroutine ompi_neighbor_allgather_init_f
3721
3718
subroutine ompi_neighbor_allgatherv_f (sendbuf ,sendcount ,sendtype ,recvbuf ,recvcounts ,displs , &
3722
3719
recvtype ,comm ,ierror ) &
3723
3720
BIND (C , name = "ompi_neighbor_allgatherv_f" )
3724
- use :: mpi_f08_types , only : MPI_Datatype , MPI_Comm
3725
3721
implicit none
3726
3722
OMPI_FORTRAN_IGNORE_TKR_TYPE , INTENT (IN ) :: sendbuf
3727
3723
OMPI_FORTRAN_IGNORE_TKR_TYPE :: recvbuf
@@ -3735,7 +3731,6 @@ end subroutine ompi_neighbor_allgatherv_f
3735
3731
subroutine ompi_ineighbor_allgatherv_f (sendbuf ,sendcount ,sendtype ,recvbuf ,recvcounts ,displs , &
3736
3732
recvtype ,comm ,request ,ierror ) &
3737
3733
BIND (C , name = "ompi_ineighbor_allgatherv_f" )
3738
- use :: mpi_f08_types , only : MPI_Datatype , MPI_Comm , MPI_Request
3739
3734
implicit none
3740
3735
OMPI_FORTRAN_IGNORE_TKR_TYPE , INTENT (IN ) OMPI_ASYNCHRONOUS :: sendbuf
3741
3736
OMPI_FORTRAN_IGNORE_TKR_TYPE OMPI_ASYNCHRONOUS :: recvbuf
@@ -3750,7 +3745,6 @@ end subroutine ompi_ineighbor_allgatherv_f
3750
3745
subroutine ompi_neighbor_allgatherv_init_f (sendbuf ,sendcount ,sendtype ,recvbuf ,recvcounts ,displs , &
3751
3746
recvtype ,comm ,info ,request ,ierror ) &
3752
3747
BIND (C , name = "ompi_neighbor_allgatherv_init_f" )
3753
- use :: mpi_f08_types , only : MPI_Datatype , MPI_Comm , MPI_Request
3754
3748
implicit none
3755
3749
OMPI_FORTRAN_IGNORE_TKR_TYPE , INTENT (IN ) :: sendbuf
3756
3750
OMPI_FORTRAN_IGNORE_TKR_TYPE :: recvbuf
@@ -3766,7 +3760,6 @@ end subroutine ompi_neighbor_allgatherv_init_f
3766
3760
subroutine ompi_neighbor_alltoall_f (sendbuf ,sendcount ,sendtype ,recvbuf ,recvcount ,recvtype , &
3767
3761
comm ,ierror ) &
3768
3762
BIND (C , name = "ompi_neighbor_alltoall_f" )
3769
- use :: mpi_f08_types , only : MPI_Datatype , MPI_Comm
3770
3763
implicit none
3771
3764
OMPI_FORTRAN_IGNORE_TKR_TYPE , INTENT (IN ) :: sendbuf
3772
3765
OMPI_FORTRAN_IGNORE_TKR_TYPE :: recvbuf
@@ -3779,7 +3772,6 @@ end subroutine ompi_neighbor_alltoall_f
3779
3772
subroutine ompi_ineighbor_alltoall_f (sendbuf ,sendcount ,sendtype ,recvbuf ,recvcount ,recvtype , &
3780
3773
comm ,request ,ierror ) &
3781
3774
BIND (C , name = "ompi_ineighbor_alltoall_f" )
3782
- use :: mpi_f08_types , only : MPI_Datatype , MPI_Comm , MPI_Request
3783
3775
implicit none
3784
3776
OMPI_FORTRAN_IGNORE_TKR_TYPE , INTENT (IN ) OMPI_ASYNCHRONOUS :: sendbuf
3785
3777
OMPI_FORTRAN_IGNORE_TKR_TYPE OMPI_ASYNCHRONOUS :: recvbuf
@@ -3793,7 +3785,6 @@ end subroutine ompi_ineighbor_alltoall_f
3793
3785
subroutine ompi_neighbor_alltoall_init_f (sendbuf ,sendcount ,sendtype ,recvbuf ,recvcount ,recvtype , &
3794
3786
comm ,info ,request ,ierror ) &
3795
3787
BIND (C , name = "ompi_neighbor_alltoall_init_f" )
3796
- use :: mpi_f08_types , only : MPI_Datatype , MPI_Comm , MPI_Request
3797
3788
implicit none
3798
3789
OMPI_FORTRAN_IGNORE_TKR_TYPE , INTENT (IN ) :: sendbuf
3799
3790
OMPI_FORTRAN_IGNORE_TKR_TYPE :: recvbuf
@@ -3808,7 +3799,6 @@ end subroutine ompi_neighbor_alltoall_init_f
3808
3799
subroutine ompi_neighbor_alltoallv_f (sendbuf ,sendcounts ,sdispls ,sendtype ,recvbuf ,recvcounts , &
3809
3800
rdispls ,recvtype ,comm ,ierror ) &
3810
3801
BIND (C , name = "ompi_neighbor_alltoallv_f" )
3811
- use :: mpi_f08_types , only : MPI_Datatype , MPI_Comm
3812
3802
implicit none
3813
3803
OMPI_FORTRAN_IGNORE_TKR_TYPE , INTENT (IN ) :: sendbuf
3814
3804
OMPI_FORTRAN_IGNORE_TKR_TYPE :: recvbuf
@@ -3821,7 +3811,6 @@ end subroutine ompi_neighbor_alltoallv_f
3821
3811
subroutine ompi_ineighbor_alltoallv_f (sendbuf ,sendcounts ,sdispls ,sendtype ,recvbuf ,recvcounts , &
3822
3812
rdispls ,recvtype ,comm ,request ,ierror ) &
3823
3813
BIND (C , name = "ompi_ineighbor_alltoallv_f" )
3824
- use :: mpi_f08_types , only : MPI_Datatype , MPI_Comm , MPI_Request
3825
3814
implicit none
3826
3815
OMPI_FORTRAN_IGNORE_TKR_TYPE , INTENT (IN ) OMPI_ASYNCHRONOUS :: sendbuf
3827
3816
OMPI_FORTRAN_IGNORE_TKR_TYPE OMPI_ASYNCHRONOUS :: recvbuf
@@ -3835,7 +3824,6 @@ end subroutine ompi_ineighbor_alltoallv_f
3835
3824
subroutine ompi_neighbor_alltoallv_init_f (sendbuf ,sendcounts ,sdispls ,sendtype ,recvbuf ,recvcounts , &
3836
3825
rdispls ,recvtype ,comm ,info ,request ,ierror ) &
3837
3826
BIND (C , name = "ompi_neighbor_alltoallv_init_f" )
3838
- use :: mpi_f08_types , only : MPI_Datatype , MPI_Comm , MPI_Request
3839
3827
implicit none
3840
3828
OMPI_FORTRAN_IGNORE_TKR_TYPE , INTENT (IN ) :: sendbuf
3841
3829
OMPI_FORTRAN_IGNORE_TKR_TYPE :: recvbuf
@@ -3850,7 +3838,7 @@ end subroutine ompi_neighbor_alltoallv_init_f
3850
3838
subroutine ompi_neighbor_alltoallw_f (sendbuf ,sendcounts ,sdispls ,sendtypes ,recvbuf ,recvcounts , &
3851
3839
rdispls ,recvtypes ,comm ,ierror ) &
3852
3840
BIND (C , name = "ompi_neighbor_alltoallw_f" )
3853
- use :: mpi_f08_types , only : MPI_Datatype , MPI_Comm , MPI_ADDRESS_KIND
3841
+ use :: mpi_f08_types , only : MPI_ADDRESS_KIND
3854
3842
implicit none
3855
3843
OMPI_FORTRAN_IGNORE_TKR_TYPE , INTENT (IN ) :: sendbuf
3856
3844
OMPI_FORTRAN_IGNORE_TKR_TYPE :: recvbuf
@@ -3864,7 +3852,7 @@ end subroutine ompi_neighbor_alltoallw_f
3864
3852
subroutine ompi_ineighbor_alltoallw_f (sendbuf ,sendcounts ,sdispls ,sendtypes ,recvbuf ,recvcounts , &
3865
3853
rdispls ,recvtypes ,comm ,request ,ierror ) &
3866
3854
BIND (C , name = "ompi_ineighbor_alltoallw_f" )
3867
- use :: mpi_f08_types , only : MPI_Datatype , MPI_Comm , MPI_Request , MPI_ADDRESS_KIND
3855
+ use :: mpi_f08_types , only : MPI_ADDRESS_KIND
3868
3856
implicit none
3869
3857
OMPI_FORTRAN_IGNORE_TKR_TYPE , INTENT (IN ) OMPI_ASYNCHRONOUS :: sendbuf
3870
3858
OMPI_FORTRAN_IGNORE_TKR_TYPE OMPI_ASYNCHRONOUS :: recvbuf
@@ -3879,7 +3867,7 @@ end subroutine ompi_ineighbor_alltoallw_f
3879
3867
subroutine ompi_neighbor_alltoallw_init_f (sendbuf ,sendcounts ,sdispls ,sendtypes ,recvbuf ,recvcounts , &
3880
3868
rdispls ,recvtypes ,comm ,info ,request ,ierror ) &
3881
3869
BIND (C , name = "ompi_neighbor_alltoallw_init_f" )
3882
- use :: mpi_f08_types , only : MPI_Datatype , MPI_Comm , MPI_Request , MPI_ADDRESS_KIND
3870
+ use :: mpi_f08_types , only : MPI_ADDRESS_KIND
3883
3871
implicit none
3884
3872
OMPI_FORTRAN_IGNORE_TKR_TYPE , INTENT (IN ) :: sendbuf
3885
3873
OMPI_FORTRAN_IGNORE_TKR_TYPE :: recvbuf
0 commit comments