Update the readout (empty for node-level output)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(kipf_msgpass_layer_type), | intent(inout), | target | :: | this |
Instance of the message passing layer |
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