-
Notifications
You must be signed in to change notification settings - Fork 14
Queuedata
Paul Nilsson edited this page Jul 26, 2022
·
11 revisions
The following list describes the queuedata fields currently used by the Pilot.
(In progress as of June 2022)
Data member | Meaning |
---|---|
acopytools | Dictionary with associated pilot copy tools; used to associate a copy tool (e.g. 'rucio') with the various read/write activities |
acopytools_schemas | DEPRECATED? (Used in the pilot, but queuedata doesn't seem to contain it) |
allow_lan | Allow LAN access (whatever method) for stage-in |
allow_wan | Allow WAN access (whatever method) for stage-in |
appdir | Optional string for defining the directory in which software releases are installed |
aprotocols | DEPRECATED? Not currently used by the Pilot |
astorages | Associated DDM storage endpoints |
catchall | Preliminary parameters for dev/integration that may or may not become permanent parameter |
cmtconfig | DEPRECATED? Platform information. Internal pilot name 'platform' |
container_options | |
container_type | |
copytools | |
corecount | Number of cores per machine for AthenaMP use (currently ATLAS only) |
direct_access_lan | Boolean used to enable direct access mode over LAN |
direct_access_wan | Boolean used to enable direct access mode over WAN |
environ | List of environment variables to be added to the payload command |
es_stageout_gap | Mapped from queue data's "zip_time_gap". |
is_cvmfs | |
maxinputsize | |
maxrss | |
maxtime | |
maxwdir | |
name | Mapped from queue data's "nickname". |
pledgedcpu | |
resource | Mapped from queue data's "panda_resource" |
site | Mapped from queue data's "atlas_site" OR 'gstat' |
state | |
status | |
timefloor | |
type | |
use_pcache |
- Introduction
- Pilot Architecture
- Pilot Workflows
- Event service
- Metadata
- Direct Access
- Signal Handling
- Error Codes
- Containers
- Special Algorithms
- Pilot Configuration
- Timing Measurements
- Copy Tools
- Pilot release procedure