This repository has been archived by the owner on Jan 30, 2024. It is now read-only.
2.11.2.22
- Free space updates
- Limit and frequency
- Pilot imposes a 2 GB limit on the available free space before downloading a payload. To alleviate cases with low available WN space, this has now gets lowered to 1 GB when the payload is running
- The check for remaining available space was lowered from once per 5 minutes to once per 4 minutes
- Problem seen at OU with merge jobs on 16 GB nodes
- Related discussion: https://its.cern.ch/jira/browse/ATLASJT-382
- Requested by H. Severini
- Update for truePilots in PUSH mode
- The available space check is delayed until after the job definition has been processed, which allows the pilot to communicate any out of space error directly to the server instead of going via a batch exit code
- Requested by T. Maeno
- Limit and frequency
- Raythena related updates
- Internal file lists are now properly updated when the external PILOT_LOGFILE environmental variable is set
- Requested by V. Tsulaia
- Updated orphan killer
- Now sending SIGTERM before SIGKILL with 10s sleep (with further improvements to come)
- Requested by O. Freyermuth (RAL)
- Now sending cpu model info in cpu_consumption_unit also for running jobs (previously only when payload had finished)
- Requested by R. Walker
- ReSim
- In case the job report contains resimevents info from the ReSim_tf, it will be added to the jobMetrics
- Requested by R. Walker
- HPO update
- The error code from a failed HPO main payload was previously overwritten by the ‘no more data points’ error in the subsequent payload iteration. Now fixed
- Requested by T. Maeno / R. Zhang
- Improvements related to AthenaMP with pile-up
- Job parameter filtering (such as quotation mark handling) has been made user specific (internal improvement)
- The --athenaopts field is treated specially in the job parameter filtering to allow for environmental variables to be used (ATHENA_CORE_NUMBER)
- Discussed in JIRA ticket: https://its.cern.ch/jira/browse/ATLPHYSVAL-756
- Requested by R. Walker