fclMemWriteScalarDouble Interface

interface
public module subroutine fclMemWriteScalarDouble(memObject, hostValue)

Arguments

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

Focal memory object to fill

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

Host value with which to fill

Description

Assign a scalar double to a device double memory buffer Called by operator-overloading of assignment(=)