@@ -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
9491This is the general structure in which specific CE descriptions are inserted.
9592The 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.
9793Examples of the configuration can be found in the :ref: `full_configuration_example `, in the *Resources/Computing * section.
9894You can find the options of a specific CE in the code documentation: :mod: `DIRAC.Resources.Computing `.
9995
@@ -114,7 +110,7 @@ configuration.
114110
115111Interacting 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
118114the interactions with grid sites, by managing pilots using the underlying batch systems.
119115Instances 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-
140131Computing Elements within allocated computing resources
141132@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
142133The :mod: `~DIRAC.Resources.Computing.InProcessComputingElement ` is usually invoked by a Pilot-Job (JobAgent agent) to execute user
0 commit comments