cable_output_reduction_buffers_associate_1d_int32 Module Subroutine

module subroutine cable_output_reduction_buffers_associate_1d_int32(output_var, temp_buffer)

The reduction buffer association subroutine for 1D 32-bit integer variables.

Arguments

Type IntentOptional Attributes Name
type(cable_output_variable_t), intent(inout) :: output_var

The output variable for which to associate the reduction buffer.

integer(kind=int32), intent(inout), pointer :: temp_buffer(:)

The pointer array to associate with the appropriate reduction buffer.


Calls

proc~~cable_output_reduction_buffers_associate_1d_int32~~CallsGraph proc~cable_output_reduction_buffers_associate_1d_int32 cable_output_reduction_buffers_associate_1d_int32 interface~array_eq array_eq proc~cable_output_reduction_buffers_associate_1d_int32->interface~array_eq proc~cable_abort cable_abort proc~cable_output_reduction_buffers_associate_1d_int32->proc~cable_abort proc~array_eq_int32 array_eq_int32 interface~array_eq->proc~array_eq_int32