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

From edegan.com
Jump to navigation Jump to search
Line 7: Line 7:
 
*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
+
*Once you are connected to DB Server through VNC, open a terminal on DB Server and type
 
  matlab
 
  matlab
 +
 +
This will bring up the Matlab GUI.
  
 
*To check if Matlab work with our NVidia graphics card, in the Matlab command window, type
 
*To check if Matlab work with our NVidia graphics card, in the Matlab command window, type

Revision as of 17:45, 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.
  • Once you are connected to DB Server through VNC, open a terminal on DB Server and type
matlab

This will bring up the Matlab GUI.

  • To check if Matlab work with our NVidia graphics card, in the Matlab command window, type
gpuDevice. 

GpuDevice.png