fclMemReadDouble Interface

interface
public module subroutine fclMemReadDouble(hostBuffer, memObject)

Arguments

Type IntentOptional Attributes Name
real(kind=c_double), intent(inout), target :: hostBuffer(:)

Host array (target)

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

Focal memory object (source)

Description

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