Difference between revisions of "Matlab, CUDA, and GPU Computing"
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 | + | 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 | + | *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 15: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.