Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tools to submit jobs to a computing cluster.

License

Notifications You must be signed in to change notification settings

jangeiger/cluster_jobs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Utilities/examples to submit jobs to our computing cluster

The folder 'simple_sge_tum_ph/' cotains a simple working example how to run a python simulation on the computing cluster of the TU Munich physics department, which is using the Sun Grid Engine (SGE) for job submission (via the qsub command). The folder 'simple_slurm_lrz_nim/' contains a simple working example how to run a python simulation on the computing cluster for the NIM cluster of the LRZ, which is using SLURM for the jub submission. Further explanations can be found in our group wiki at https://wiki.tum.de/display/tuphtfk/Cluster+utilisation (password protected, since it gives details about our cluster...).

The 'multi/' folder contains the file cluster_jobs.py to simplify submission of many (similar) simulations using Python. Explanations are in the module doc string of cluster_jobs.py. It provides the functions submit_sge(...) for SGE, submit_slurm(...) for SLURM, as well as run_local(...) for debugging on a local machine.

About

Tools to submit jobs to a computing cluster.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 83.5%
  • Shell 16.5%