Skip to content

Commit 66b0165

Browse files
committed
docs: ComputingElement docs update
1 parent 1d275db commit 66b0165

File tree

2 files changed

+6
-17
lines changed

2 files changed

+6
-17
lines changed

docs/source/AdministratorGuide/Resources/computingelements.rst

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -57,25 +57,22 @@ of the *ComputingElement* is located inside the corresponding site section in th
5757
# Site administrative domain
5858
LCG
5959
{
60-
# Site section
60+
# Site section. This is the DIRAC's site name.
6161
LCG.CNAF.it
6262
{
63-
# Site name
63+
# Alternative site name (e.g. site name in GOC DB)
6464
Name = CNAF
6565

66-
# List of valid CEs on the site
67-
CE = ce01.infn.it, ce02.infn.it
68-
6966
# Section describing each CE
7067
CEs
7168
{
72-
# Specific CE description section
69+
# Specific CE description section. This site name is unique.
7370
ce01.infn.it
7471
{
75-
# Type of the CE
72+
# Type of the CE. "HTCondorCE" and "AREX" and "SSH" are the most common types.
7673
CEType = HTCondorCE
7774

78-
# Section to describe various queue in the CE
75+
# Section to describe various (logical) queues in the CE.
7976
Queues
8077
{
8178
long
@@ -93,7 +90,6 @@ of the *ComputingElement* is located inside the corresponding site section in th
9390

9491
This is the general structure in which specific CE descriptions are inserted.
9592
The CE configuration is part of the general DIRAC configuration
96-
It can be placed in the general Configuration Service or in the local configuration of the DIRAC installation.
9793
Examples of the configuration can be found in the :ref:`full_configuration_example`, in the *Resources/Computing* section.
9894
You can find the options of a specific CE in the code documentation: :mod:`DIRAC.Resources.Computing`.
9995

@@ -114,7 +110,7 @@ configuration.
114110

115111
Interacting with Grid Sites
116112
@@@@@@@@@@@@@@@@@@@@@@@@@@@
117-
The :mod:`~DIRAC.Resources.Computing.HTCondorCEComputingElement` and the :mod:`~DIRAC.Resources.Computing.ARCComputingElement` eases
113+
The :mod:`~DIRAC.Resources.Computing.HTCondorCEComputingElement` and the :mod:`~DIRAC.Resources.Computing.AREXComputingElement` eases
118114
the interactions with grid sites, by managing pilots using the underlying batch systems.
119115
Instances of such CEs are generally setup by the site administrators.
120116

@@ -132,11 +128,6 @@ The :mod:`~DIRAC.Resources.Computing.CloudComputingElement` allows submission to
132128
(via the standard SiteDirector agent). The instances are contextualised using cloud-init.
133129

134130

135-
Delegating to BOINC (Volunteering Computing)
136-
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
137-
There exists a :mod:`~DIRAC.Resources.Computing.BOINCComputingElement` to submit pilots to a BOINC server.
138-
139-
140131
Computing Elements within allocated computing resources
141132
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
142133
The :mod:`~DIRAC.Resources.Computing.InProcessComputingElement` is usually invoked by a Pilot-Job (JobAgent agent) to execute user

docs/source/UserGuide/Tutorials/JobManagementAdvanced/index.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,6 @@ using the "setNumberOfProcessors" method of the API::
345345
Calling ``Job().setNumberOfProcessors()``, with a value bigger than 1,
346346
will translate into adding also the "MultiProcessor" tag to the job description.
347347

348-
.. versionadded:: v6r20p5
349-
350348
Users can specify in the job descriptions NumberOfProcessors and WholeNode parameters, e.g.::
351349

352350
NumberOfProcessors = 16;

0 commit comments

Comments
 (0)