Difference between revisions of "MATLAB"

From PHASTA Wiki
Jump to: navigation, search
Line 1: Line 1:
 
[[Category:Software]]
 
[[Category:Software]]
  
Matlab is installed only on Viz001 and Viz002 (since we only have node-locked licenses). Several recent versions are installed in /opt/matlab. Currently, the full path to the latest version is:
+
=General=
  
   /opt/matlab/R2013a/bin/matlab
+
Matlab is installed only on viz001, viz002, and viz003 (since we only have node-locked licenses). Several recent versions are installed in /opt/matlab. The full path to the latest version will look like:
 +
 
 +
   /opt/matlab/R2015b/bin/matlab
  
 
The licenses expire periodically, but can be renewed. If you need an older version and find that the license has expired, please email Benjamin.A.Matthews@Colorado.edu
 
The licenses expire periodically, but can be renewed. If you need an older version and find that the license has expired, please email Benjamin.A.Matthews@Colorado.edu
 +
 +
=OpenGL=
 +
 +
Recent versions of matlab, starting with R2014b, automatically enable hardware-accelerated OpenGL rendering when available. If matlab has trouble finding the display driver, it will switch to a software-based OpenGL implementation, which is inferior.
 +
 +
To use hardware-accelerated OpenGL on the viz nodes, you must have executed
 +
 +
  vglconnect -s viz003
 +
  vglrun matlab -nosoftwareopengl

Revision as of 22:46, 22 November 2015


General

Matlab is installed only on viz001, viz002, and viz003 (since we only have node-locked licenses). Several recent versions are installed in /opt/matlab. The full path to the latest version will look like:

 /opt/matlab/R2015b/bin/matlab

The licenses expire periodically, but can be renewed. If you need an older version and find that the license has expired, please email Benjamin.A.Matthews@Colorado.edu

OpenGL

Recent versions of matlab, starting with R2014b, automatically enable hardware-accelerated OpenGL rendering when available. If matlab has trouble finding the display driver, it will switch to a software-based OpenGL implementation, which is inferior.

To use hardware-accelerated OpenGL on the viz nodes, you must have executed

 vglconnect -s viz003
 vglrun matlab -nosoftwareopengl