...
Start MATLAB, without desktop.
[ispisso0@node166user@node166 ~]$ matlab -nodesktop
Configure MATLAB to run parallel jobs on your cluster by calling configCluster. For each cluster, configCluster only needs to be called once per version of MATLAB, and once per user.
>> configCluster
Jobs will now default to the cluster rather than submit to the local machine.
...