fclMemWriteDouble Interface

interface
public module subroutine fclMemWriteDouble(memObject, hostBuffer)

Arguments

Type IntentOptional Attributes Name
class(fclDeviceDouble), intent(inout) :: memObject

Focal memory object (target)

real(kind=c_double), intent(in), target :: hostBuffer(:)

Host array (source)

Description

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