Difference between revisions of "Jobscript-examples"

From HPC Wiki
Jump to navigation Jump to search
m
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
[[Category:HPC-User]]
 
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]].
+
* [[LSF#Jobscript_Examples|LSF]]
If you're not sure, go to [[Schedulers|this overview]] to figure out, which scheduler is used in your case.
+
* [[SLURM#Jobscript_Examples|SLURM]]
 +
* [[Torque#Jobscript_Examples|Torque]]
  
 +
If you are not sure, go to [[Schedulers|this overview]] to figure out, which [[Batch-Scheduler]] is used in your facility.
  
 
== References ==
 
== References ==
 +
 
[https://doc.itc.rwth-aachen.de/display/CC/Example+scripts More detailled LSF examples]
 
[https://doc.itc.rwth-aachen.de/display/CC/Example+scripts More detailled LSF examples]
 +
 +
[https://user.cscs.ch/getting_started/running_jobs/jobscript_generator/#slurm-jobscript-generator SLURM jobscript generator]

Latest revision as of 08:23, 4 September 2019

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.

If you are not sure, go to this overview to figure out, which Batch-Scheduler is used in your facility.

References

More detailled LSF examples

SLURM jobscript generator