Job scheduling system: Difference between revisions

From The Power of Many
Created page with "There are four major job schedulers in the HPC field. * '''LSF''' * '''SLURM''' * '''SGE''' * '''PBS''' Scheduler based on LSF ('''Load Sharing Facility'''): Spectrum LSF,..."
 
No edit summary
Line 1: Line 1:
{{DISPLAYTITLE:Job scheduling system}}
There are four major job schedulers in the HPC field.
There are four major job schedulers in the HPC field.


* '''LSF'''
*'''LSF'''
* '''SLURM'''
*'''SLURM'''
* '''SGE'''
*'''SGE'''
* '''PBS'''
*'''PBS'''


Scheduler based on LSF ('''Load Sharing Facility'''):  Spectrum LSF, PlatformLSF, OpenLava.
Scheduler based on LSF ('''Load Sharing Facility'''):  Spectrum LSF, PlatformLSF, OpenLava.
Line 13: Line 15:


Scheduler based on PBS ('''Portable Batch System'''): OpenPBS, PBS Pro, Moab/Torque.
Scheduler based on PBS ('''Portable Batch System'''): OpenPBS, PBS Pro, Moab/Torque.


[[Category:HPC]]
[[Category:HPC]]
{{DEFAULTSORT:Job_scheduling_system}}

Revision as of 00:06, 6 August 2021


There are four major job schedulers in the HPC field.

  • LSF
  • SLURM
  • SGE
  • PBS

Scheduler based on LSF (Load Sharing Facility): Spectrum LSF, PlatformLSF, OpenLava.

SLURM (Simple Linux Utility for Resource Management), the completely pure open-source job scheduler.

Scheduler based on SGE (Sun Grid Engine): UGE (Univa Grid Engine), SGE (Son of Grid Engine). History

Scheduler based on PBS (Portable Batch System): OpenPBS, PBS Pro, Moab/Torque.