Skip to content

Instantly share code, notes, and snippets.

@alexstorer
Created August 8, 2012 19:30
Show Gist options
  • Save alexstorer/3297899 to your computer and use it in GitHub Desktop.
Save alexstorer/3297899 to your computer and use it in GitHub Desktop.
How to submit a basic matlab job to the RCE using condor_submit
Universe = vanilla
Executable = /usr/local/bin/matlab
Arguments = -nodisplay -r \"addpath('/nfs/home/A/astorer/Work/dchan');
test($(Process))\"
when_to_transfer_output = ON_EXIT_OR_EVICT
transfer_output_files = out.$(PROCESS)
input =
output = out.$(Process)
error = error.$(Process)
Log = log.$(Process)
Queue 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment