Some examples of how to use the worker framework with several languages and applications.
bash_example
: computation done by a Bash script.r_example
: computation done by an R script.job_array_example
: example of submitting a worker job that emulates PBS torque job array functionality.matlab_example
: computation done by a Matlab script. (Note: this will use a license per concurrent work item, compile the Matlab script first!)sas_example
: computation done by a SAS script.
Examples in this directory were kindly provided by Mag Selwa ([email protected]).