MPI_SumAll Interface

public interface MPI_SumAll

Module Procedures

private subroutine MPI_SumAll_int_r0(x)

Arguments

Type IntentOptional Attributes Name
integer, intent(inout) :: x

private subroutine MPI_SumAll_int_r1(x)

Arguments

Type IntentOptional Attributes Name
integer, intent(inout) :: x(:)

private subroutine MPI_SumAll_int_r2(x)

Arguments

Type IntentOptional Attributes Name
integer, intent(inout) :: x(:,:)

private subroutine MPI_SumAll_int_r3(x)

Arguments

Type IntentOptional Attributes Name
integer, intent(inout) :: x(:,:,:)

private subroutine MPI_SumAll_real_r0(x)

Arguments

Type IntentOptional Attributes Name
real(kind=RP), intent(inout) :: x

private subroutine MPI_SumAll_real_r1(x)

Arguments

Type IntentOptional Attributes Name
real(kind=RP), intent(inout) :: x(:)

private subroutine MPI_SumAll_real_r2(x)

Arguments

Type IntentOptional Attributes Name
real(kind=RP), intent(inout) :: x(:,:)

private subroutine MPI_SumAll_real_r3(x)

Arguments

Type IntentOptional Attributes Name
real(kind=RP), intent(inout) :: x(:,:,:)