Skip to content
Snippets Groups Projects
Commit bc6cd812 authored by Domenico Giordano's avatar Domenico Giordano
Browse files

Merge branch 'tsulliva-master-patch-73928' into 'qa-build-atlas-gen_sherpa-ma'

Update CHANGELOG.md

See merge request !990
parents 084d08af f78b8d8a
Branches test/hubot
No related tags found
4 merge requests!994sync with master,!992Master,!991merge qa-build-atlas-gen_sherpa-ma commit bc6cd812 from 7286313,!990Update CHANGELOG.md
# Changelog for Atlas gen_sherpa MultiArchitecture (MA)
## [Unreleased]
## [v2.2] 2024-04-25
- A new result parser script, written in python, has been added. The old parser calculated the score based on the walltime,
which is dominated by initialization for small numbers of events. The new parser examines the timestamps in the log file to determine the beginning and end of the actual event loop.
- Because the timestamps have resolution of 1 second, a minimum number of events (50) is now required. If fewer than 50 events are requested, the workload fails.
- The workload is single-threaded. Prior to this version, requests for multiple threads were silently ignored. Now, the workload will fail if the number of threads requested is not equal to one.
## [v2.1] 2023-11-10
- Limit the number of loaded cores using the argument -n | --ncores
......
......@@ -3,7 +3,7 @@ HEPWL_BMKOPTS="-e 50 -c1 -m none"
HEPWL_BMKDIR=atlas-gen_sherpa-ma
HEPWL_BMKDESCRIPTION="ATLAS Event Generation based on athena version 23.0.3"
HEPWL_DOCKERIMAGENAME=atlas-gen_sherpa-ma-bmk
HEPWL_DOCKERIMAGETAG=ci-v2.2
HEPWL_DOCKERIMAGETAG=v2.2
HEPWL_CVMFSREPOS=atlas.cern.ch,atlas-condb.cern.ch,sft.cern.ch
HEPWL_EXTEND_SFT_SPEC=./sft_spec_custom.txt
HEPWL_BMKOS="centos:centos7.9.2009"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment