How can I submit a Matlab job to the batch cluster?
In order to run a matlab job on the RCE Batch Cluster, you must create a wrapper shell script to set a number of environment variables and run matlab in a command line mode.
In order to make this process simplier for RCE users, HMDC has developed a simple program to automate this process called submitMatlabBatch.sh:
[username@rce-1 ~]$ submitMatlabBatch.sh
Usage: /opt/bin/submitMatlabBatch.sh <MATLAB_FILE>
Users simply need to supply their matlab code file (typically FILENAME.m) as an argument. STDOUT from your job will be captured in the condor_submit_util/FILENAME.m.condor.out file and STDERR will be captured in the condor_submit_util/FILENAME.m.condor.err file.
