Difference between revisions of "Jobscript-examples"

From HPC Wiki
Jump to navigation Jump to search
Line 1: Line 1:
== General ==
+
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>
  
These examples are very minimal and intend to give a rough overview of the functionality of [[Jobscript|jobscripts]].
 
  
 
== 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 14: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".


References

More detailled examples