Skip to content

Commit 4d4873c

Browse files
committed
Add Open Cluster Scheduler (fka SGE) support to documentation
Signed-off-by: Daniel Gruber <[email protected]>
1 parent ad363d3 commit 4d4873c

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/launching-apps/gridengine.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ Launching with Grid Engine
33

44
Open MPI supports the family of run-time schedulers including the Sun
55
Grid Engine (SGE), Oracle Grid Engine (OGE), Grid Engine (GE), Son of
6-
Grid Engine, and others.
6+
Grid Engine, Open Cluster Scheduler (OCS), Gridware Cluster Scheduler (GCS)
7+
and others.
78

89
This documentation will collectively refer to all of them as "Grid
910
Engine", unless a referring to a specific flavor of the Grid Engine
@@ -102,6 +103,10 @@ look like:
102103
.. note:: For very old versions of Sun Grid Engine, omit
103104
``accounting_summary`` too.
104105

106+
.. note:: For Open Cluster Scheduler / Gridware Cluster Scheduler it is
107+
necessary to set ``ign_sreq_on_mhost`` (ignoring slave resource requests
108+
on the master node) to ``FALSE``.
109+
105110
You may want to alter other parameters, but the important one is
106111
``control_slaves``, specifying that the environment has "tight
107112
integration". Note also the lack of a start or stop procedure. The
@@ -143,6 +148,13 @@ configuration instructions can be found at `the Son of GridEngine
143148
configuration how-to site
144149
<http://arc.liv.ac.uk/SGE/howto/sge-configs.html>`_.
145150

151+
An actively developed (2024, 2025) open source successor of Sun Grid Engine is
152+
`Open Cluster Scheduler <https://github.com/hpc-gridware/clusterscheduler>`_.
153+
It maintains backward compatibility with SGE and provides many new features.
154+
An MPI parallel environment setup for OpenMPI is available in
155+
`the Open Cluster Scheduler GitHub repository
156+
<https://github.com/hpc-gridware/clusterscheduler/tree/master/source/dist/mpi/openmpi>`_.
157+
146158
Grid Engine tight integration support of the ``qsub -notify`` flag
147159
------------------------------------------------------------------
148160

0 commit comments

Comments
 (0)