reduce_max_omp Interface

public interface reduce_max_omp

Called by

interface~~reduce_max_omp~~CalledByGraph interface~reduce_max_omp reduce_max_omp proc~reduce_max_i3 reduce_max_i3 proc~reduce_max_i3->interface~reduce_max_omp proc~reduce_max_i2 reduce_max_i2 proc~reduce_max_i2->interface~reduce_max_omp proc~reduce_max_i reduce_max_i proc~reduce_max_i->interface~reduce_max_omp proc~reduce_max_r2 reduce_max_r2 proc~reduce_max_r2->interface~reduce_max_omp proc~reduce_max_r4 reduce_max_r4 proc~reduce_max_r4->interface~reduce_max_omp proc~reduce_max_r1 reduce_max_r1 proc~reduce_max_r1->interface~reduce_max_omp proc~reduce_max_i1 reduce_max_i1 proc~reduce_max_i1->interface~reduce_max_omp proc~reduce_max_i4 reduce_max_i4 proc~reduce_max_i4->interface~reduce_max_omp proc~reduce_max_r3 reduce_max_r3 proc~reduce_max_r3->interface~reduce_max_omp proc~reduce_max_r reduce_max_r proc~reduce_max_r->interface~reduce_max_omp interface~reduce_max reduce_max interface~reduce_max->proc~reduce_max_i3 interface~reduce_max->proc~reduce_max_i2 interface~reduce_max->proc~reduce_max_i interface~reduce_max->proc~reduce_max_r2 interface~reduce_max->proc~reduce_max_r4 interface~reduce_max->proc~reduce_max_r1 interface~reduce_max->proc~reduce_max_i1 interface~reduce_max->proc~reduce_max_i4 interface~reduce_max->proc~reduce_max_r3 interface~reduce_max->proc~reduce_max_r proc~ratqs_main_first ratqs_main_first proc~ratqs_main_first->interface~reduce_max proc~ratqs_main_first~2 ratqs_main_first proc~ratqs_main_first~2->interface~reduce_max proc~physiq physiq proc~physiq->proc~ratqs_main_first proc~old_lmdz1d old_lmdz1d proc~old_lmdz1d->proc~physiq proc~call_physiq call_physiq proc~call_physiq->proc~physiq proc~call_physiq~2 call_physiq proc~call_physiq~2->proc~physiq proc~scm scm proc~scm->proc~physiq program~lmdz1d lmdz1d program~lmdz1d->proc~old_lmdz1d program~lmdz1d->proc~scm proc~calfis calfis proc~calfis->proc~call_physiq proc~leapfrog leapfrog proc~leapfrog->proc~calfis program~gcm~2 gcm program~gcm~2->proc~leapfrog

Contents


Module Procedures

private subroutine reduce_max_omp_i(VarIn, VarOut)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: VarIn
integer, intent(out) :: VarOut

private subroutine reduce_max_omp_i1(VarIn, VarOut)

Arguments

Type IntentOptional Attributes Name
integer, intent(in), DIMENSION(:) :: VarIn
integer, intent(out), DIMENSION(:) :: VarOut

private subroutine reduce_max_omp_i2(VarIn, VarOut)

Arguments

Type IntentOptional Attributes Name
integer, intent(in), DIMENSION(:,:) :: VarIn
integer, intent(out), DIMENSION(:,:) :: VarOut

private subroutine reduce_max_omp_i3(VarIn, VarOut)

Arguments

Type IntentOptional Attributes Name
integer, intent(in), DIMENSION(:,:,:) :: VarIn
integer, intent(out), DIMENSION(:,:,:) :: VarOut

private subroutine reduce_max_omp_i4(VarIn, VarOut)

Arguments

Type IntentOptional Attributes Name
integer, intent(in), DIMENSION(:,:,:,:) :: VarIn
integer, intent(out), DIMENSION(:,:,:,:) :: VarOut

private subroutine reduce_max_omp_r(VarIn, VarOut)

Arguments

Type IntentOptional Attributes Name
real, intent(in) :: VarIn
real, intent(out) :: VarOut

private subroutine reduce_max_omp_r1(VarIn, VarOut)

Arguments

Type IntentOptional Attributes Name
real, intent(in), DIMENSION(:) :: VarIn
real, intent(out), DIMENSION(:) :: VarOut

private subroutine reduce_max_omp_r2(VarIn, VarOut)

Arguments

Type IntentOptional Attributes Name
real, intent(in), DIMENSION(:,:) :: VarIn
real, intent(out), DIMENSION(:,:) :: VarOut

private subroutine reduce_max_omp_r3(VarIn, VarOut)

Arguments

Type IntentOptional Attributes Name
real, intent(in), DIMENSION(:,:,:) :: VarIn
real, intent(out), DIMENSION(:,:,:) :: VarOut

private subroutine reduce_max_omp_r4(VarIn, VarOut)

Arguments

Type IntentOptional Attributes Name
real, intent(in), DIMENSION(:,:,:,:) :: VarIn
real, intent(out), DIMENSION(:,:,:,:) :: VarOut