MatLAB
MatLAB can be used interactively on the compute nodes with just three quick commands:
$ qsub -I -l nodes=1
$ module add matlab
$ matlab
Running MatLAB interactively on a reserved compute node with graphical (that is, X11 windows output) is a two-stage process that requires two separate terminal sessions:
- In the first terminal, login and reserve one or more nodes:
ssh geojr.acesgrid.org
qsub -I -l nodes=1
==> on this new node run "hostname" which will return something
like "aE34-500-139"
- In the second terminal, use a second ssh connection to login to the reserved node:
ssh -Y geojr.acesgrid.org
ssh -Y aE34-500-139 <=== this is the hostname from above
module add matlab
matlab -nojvm
Two versions are available:
-
module add matlab
This is the default MatLAB R14 (version 7.x)
-
module add matlab/6r13
This is the older MatLAB R13 (version 6.x)
And there are currently some restrictions:
|