fclMemReadInt32 Interface

interface
public module subroutine fclMemReadInt32(hostBuffer, memObject)

Arguments

Type IntentOptional Attributes Name
integer(kind=c_int32_t), intent(inout), target :: hostBuffer(:)

Host array (target)

class(fclDeviceInt32), intent(in) :: memObject

Focal memory object (source)

Description

Transfer device integer array to host integer array Called by operator-overloading of assignment(=)