Difference between revisions of "Jobscript-examples"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
| − | == | + | These examples are very minimal and intend to give a rough overview of the functionality of [[Jobscript|jobscripts]]. |
| + | |||
| + | |||
| + | == Serial Job == | ||
| + | |||
| + | This job will run a given executable, in this case "myapp.exe". | ||
| + | <syntaxhighlight lang="zsh"> | ||
| + | |||
| + | </syntaxhighlight> | ||
| − | |||
== References == | == References == | ||
[https://doc.itc.rwth-aachen.de/display/CC/Example+scripts More detailled examples] | [https://doc.itc.rwth-aachen.de/display/CC/Example+scripts More detailled examples] | ||
Revision as of 13:48, 28 March 2018
These examples are very minimal and intend to give a rough overview of the functionality of jobscripts.
Serial Job
This job will run a given executable, in this case "myapp.exe".