The remoting machine does have GPU with which I usually carry out scientific computation.
— General Information for device 0 —
Name: GeForce GTX 480
Compute capability: 2.0
Clock rate: 1401000
Device copy overlap: Enabled
Kernel execution timeout : Enabled
— Memory Information for device 0 —
Total global mem: 1609760768
Total constant Mem: 65536
Max mem pitch: 2147483647
Texture Alignment: 512
— MP Information for device 0 —
Multiprocessor count: 15
Shared mem per mp: 49152
Registers per mp: 32768
Threads in warp: 32
Max threads per block: 1024
Max thread dimensions: (1024, 1024, 64)
Max grid dimensions: (65535, 65535, 65535)
— General Information for device 1 —
Name: Tesla C2070
Compute capability: 2.0
Clock rate: 1147000
Device copy overlap: Enabled
Kernel execution timeout : Disabled
— Memory Information for device 1 —
Total global mem: 6442123264
Total constant Mem: 65536
Max mem pitch: 2147483647
Texture Alignment: 512
— MP Information for device 1 —
Multiprocessor count: 14
Shared mem per mp: 49152
Registers per mp: 32768
Threads in warp: 32
Max threads per block: 1024
Max thread dimensions: (1024, 1024, 64)
Max grid dimensions: (65535, 65535, 65535)
running sample3 gives similar information
OptiX 3.6.0
Number of Devices = 2
Device 0: GeForce GTX 480
Compute Support: 2 0
Total Memory: 1609760768 bytes
Clock Rate: 1401000 kilohertz
Max. Threads per Block: 1024
SM Count: 15
Execution Timeout Enabled: 1
Max. HW Texture Count: 128
TCC driver enabled: 0
CUDA Device Ordinal: 0
Device 1: Tesla C2070
Compute Support: 2 0
Total Memory: 6442123264 bytes
Clock Rate: 1147000 kilohertz
Max. Threads per Block: 1024
SM Count: 14
Execution Timeout Enabled: 0
Max. HW Texture Count: 128
TCC driver enabled: 0
CUDA Device Ordinal: 1
Constructing a context…
Created with 2 device(s)
Supports 2147483647 simultaneous textures
Free memory:
Device 0: 1464328192 bytes
Device 1: 6373621760 bytes
$ uname -a
Linux smithwick 3.5.0-51-generic #76-Ubuntu SMP Thu May 15 21:19:10 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
$ nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2012 NVIDIA Corporation
Built on Thu_May__9_18:45:33_PDT_2013
Cuda compilation tools, release 5.5, V5.5.0
Thanks for your advice, I’ll try VNC.