@@ -57,25 +57,22 @@ of the *ComputingElement* is located inside the corresponding site section in th
57
57
# Site administrative domain
58
58
LCG
59
59
{
60
- # Site section
60
+ # Site section. This is the DIRAC's site name.
61
61
LCG.CNAF.it
62
62
{
63
- # Site name
63
+ # Alternative site name (e.g. site name in GOC DB)
64
64
Name = CNAF
65
65
66
- # List of valid CEs on the site
67
- CE = ce01.infn.it, ce02.infn.it
68
-
69
66
# Section describing each CE
70
67
CEs
71
68
{
72
- # Specific CE description section
69
+ # Specific CE description section. This site name is unique.
73
70
ce01.infn.it
74
71
{
75
- # Type of the CE
72
+ # Type of the CE. "HTCondorCE" and "AREX" and "SSH" are the most common types.
76
73
CEType = HTCondorCE
77
74
78
- # Section to describe various queue in the CE
75
+ # Section to describe various (logical) queues in the CE.
79
76
Queues
80
77
{
81
78
long
@@ -93,7 +90,6 @@ of the *ComputingElement* is located inside the corresponding site section in th
93
90
94
91
This is the general structure in which specific CE descriptions are inserted.
95
92
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.
97
93
Examples of the configuration can be found in the :ref: `full_configuration_example `, in the *Resources/Computing * section.
98
94
You can find the options of a specific CE in the code documentation: :mod: `DIRAC.Resources.Computing `.
99
95
@@ -114,7 +110,7 @@ configuration.
114
110
115
111
Interacting with Grid Sites
116
112
@@@@@@@@@@@@@@@@@@@@@@@@@@@
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
118
114
the interactions with grid sites, by managing pilots using the underlying batch systems.
119
115
Instances of such CEs are generally setup by the site administrators.
120
116
@@ -132,11 +128,6 @@ The :mod:`~DIRAC.Resources.Computing.CloudComputingElement` allows submission to
132
128
(via the standard SiteDirector agent). The instances are contextualised using cloud-init.
133
129
134
130
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
-
140
131
Computing Elements within allocated computing resources
141
132
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
142
133
The :mod: `~DIRAC.Resources.Computing.InProcessComputingElement ` is usually invoked by a Pilot-Job (JobAgent agent) to execute user
0 commit comments