Difference between revisions of "Matlab, CUDA, and GPU Computing"

From edegan.com
Jump to navigation Jump to search
Line 3: Line 3:
 
==Getting Started==
 
==Getting Started==
  
We are running remotely on the Database Server via VNC. The DB server was configured by Wei during Summer 2018.  
+
We are running remotely on the Database Server via VNC. The VNC service on DB Server was configured by Wei during Summer 2018.  
  
To start/configure the VNC service on DB Server and to get connected remotely, see the documentation [http://mcnair.bakerinstitute.org/wiki/Database_Server_Documentation#Install_and_configure_TightVNC_and_xfce_desktop here].
+
*To start/configure the VNC service on DB Server and to get connected remotely, see the documentation [http://mcnair.bakerinstitute.org/wiki/Database_Server_Documentation#Install_and_configure_TightVNC_and_xfce_desktop here].
  
To open Matlab with GUI, open a terminal on DB Server, and type
+
*To open Matlab with GUI, open a terminal on DB Server and type
 
  matlab
 
  matlab
 +
 +
*To check if Matlab is communicating with our NVidia Driver, in the Matlab command window, type
 +
gpuDevice.
 +
 +
[[File:gpuDevice.jpg]]

Revision as of 16:17, 3 July 2018

Main Project here: Estimating Unobserved Complementarities between Entrepreneurs and Venture Capitalists Matlab Code

Getting Started

We are running remotely on the Database Server via VNC. The VNC service on DB Server was configured by Wei during Summer 2018.

  • To start/configure the VNC service on DB Server and to get connected remotely, see the documentation here.
  • To open Matlab with GUI, open a terminal on DB Server and type
matlab
  • To check if Matlab is communicating with our NVidia Driver, in the Matlab command window, type
gpuDevice. 

File:GpuDevice.jpg