Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

examples

Some examples of how to use the worker framework with several languages and applications.

What is it?

  1. bash_example: computation done by a Bash script.
  2. r_example: computation done by an R script.
  3. job_array_example: example of submitting a worker job that emulates PBS torque job array functionality.
  4. matlab_example: computation done by a Matlab script. (Note: this will use a license per concurrent work item, compile the Matlab script first!)
  5. sas_example: computation done by a SAS script.

Acknowledgement

Examples in this directory were kindly provided by Mag Selwa ([email protected]).