update_readout_kipf Subroutine

private subroutine update_readout_kipf(this)

Update the readout (empty for node-level output)

Type Bound

kipf_msgpass_layer_type

Arguments

Type IntentOptional Attributes Name
class(kipf_msgpass_layer_type), intent(inout), target :: this

Instance of the message passing layer


Source Code

  subroutine update_readout_kipf(this)
    !! Update the readout (empty for node-level output)
    implicit none
    ! Arguments
    class(kipf_msgpass_layer_type), intent(inout), target :: this
    !! Instance of the message passing layer
  end subroutine update_readout_kipf