Skip to content

Commit cedd67c

Browse files
HELP: Mention also Open Grid Scheduler (OGS) + provide more info the different SGE implementations
1 parent ad2bb45 commit cedd67c

File tree

5 files changed

+29
-13
lines changed

5 files changed

+29
-13
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: parallelly
2-
Version: 1.42.0-9004
2+
Version: 1.42.0-9005
33
Title: Enhancing the 'parallel' Package
44
Imports:
55
parallel,

R/availableCores.R

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,17 @@
121121
#' `qsub -l nodes=1:ppn=2`, which requests one node with two cores.
122122
#'
123123
#' \item `"SGE"` -
124-
#' Query Sun Grid Engine/Oracle Grid Engine/Son of Grid Engine (SGE)
125-
#' and Univa Grid Engine (UGE)/Altair Grid Engine (AGE) environment
126-
#' variable \env{NSLOTS}.
124+
#' Query the "Grid Engine" scheduler environment variable \env{NSLOTS}.
127125
#' An example of a job submission that results in this is
128126
#' `qsub -pe smp 2` (or `qsub -pe by_node 2`), which
129127
#' requests two cores on a single machine.
128+
#' Known Grid Engine schedulers are
129+
# Sun Grid Engine (SGE; open source; acquires Gridware, Inc. in 2000),
130+
#' Oracle Grid Engine (OGE; acquires Sun Microsystems in 2010),
131+
#' Univa Grid Engine (UGE; fork of open-source SGE 6.2u5),
132+
#' Altair Grid Engine (AGE; acquires Univa Corporation in 2020),
133+
#' Son of Grid Engine (SGE aka SoGE; open-source fork of SGE 6.2u5), and
134+
# Open Grid Scheduler (OGS; open-source fork of SGE 6.2u5).
130135
#'
131136
#' \item `"Slurm"` -
132137
#' Query Simple Linux Utility for Resource Management (Slurm)

R/availableWorkers.R

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,17 @@
5757
#' with two cores.
5858
#'
5959
#' \item `"SGE"` -
60-
#' Query Sun Grid Engine/Oracle Grid Engine/Son of Grid Engine (SGE)
61-
#' and Univa Grid Engine (UGE)/Altair Grid Engine (AGE) environment
62-
#' variable \env{PE_HOSTFILE}.
60+
#' Query the "Grid Engine" scheduler environment variable \env{PE_HOSTFILE}.
6361
#' An example of a job submission that results in this is
6462
#' `qsub -pe mpi 8` (or `qsub -pe ompi 8`), which
6563
#' requests eight cores on a any number of machines.
64+
#' Known Grid Engine schedulers are
65+
# Sun Grid Engine (SGE; open source; acquires Gridware, Inc. in 2000),
66+
#' Oracle Grid Engine (OGE; acquires Sun Microsystems in 2010),
67+
#' Univa Grid Engine (UGE; fork of open-source SGE 6.2u5),
68+
#' Altair Grid Engine (AGE; acquires Univa Corporation in 2020),
69+
#' Son of Grid Engine (SGE aka SoGE; open-source fork of SGE 6.2u5), and
70+
# Open Grid Scheduler (OGS; open-source fork of SGE 6.2u5).
6671
#'
6772
#' \item `"Slurm"` -
6873
#' Query Slurm environment variable \env{SLURM_JOB_NODELIST} (fallback

man/availableCores.Rd

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/availableWorkers.Rd

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)