@@ -3,7 +3,8 @@ Launching with Grid Engine
33
44Open MPI supports the family of run-time schedulers including the Sun
55Grid 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
89This documentation will collectively refer to all of them as "Grid
910Engine", 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+
105110You may want to alter other parameters, but the important one is
106111``control_slaves ``, specifying that the environment has "tight
107112integration". 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
143148configuration 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+
146158Grid Engine tight integration support of the ``qsub -notify `` flag
147159------------------------------------------------------------------
148160
0 commit comments