Difference between revisions of "Jobscript-examples"

From HPC Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
These examples are very minimal and intended to give a rough overview of the functionality of [[Jobscript|jobscripts]]. They contain comments starting with "###" that explain the code.
 
These examples are very minimal and intended to give a rough overview of the functionality of [[Jobscript|jobscripts]]. They contain comments starting with "###" that explain the code.
Follow one of these links to view the examples, depending on the scheduler that manages your facility's batch system: [[LSF#Jobscript_Examples|LSF]], [[SLURM#Jobscript_Examples|SLURM]], [[Torque#Jobscript_Examples|Torque]].
+
Follow one of these links to view the examples, depending on the scheduler that manages the batch system of your facility: [[LSF#Jobscript_Examples|LSF]], [[SLURM#Jobscript_Examples|SLURM]], [[Torque#Jobscript_Examples|Torque]].
 
If you're not sure, go to [[Schedulers|this overview]] to figure out, which scheduler is used in your case.
 
If you're not sure, go to [[Schedulers|this overview]] to figure out, which scheduler is used in your case.
  

Revision as of 16:06, 28 March 2018

These examples are very minimal and intended to give a rough overview of the functionality of jobscripts. They contain comments starting with "###" that explain the code. Follow one of these links to view the examples, depending on the scheduler that manages the batch system of your facility: LSF, SLURM, Torque. If you're not sure, go to this overview to figure out, which scheduler is used in your case.


References

More detailled LSF examples