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

Atlas sim support for ncores

parent 02959c46
No related branches found
No related tags found
8 merge requests!994sync with master,!982master,!971Master,!961Master,!960Master,!959Master,!957merge qa-build-atlas-sim_mt-ma commit d14e1794 from 6638701,!956Atlas sim support for ncores
......@@ -2,7 +2,7 @@
## [Unreleased]
## [v2.2] 2023-12-15
## [v2.3] 2023-12-15
- Minor improvement of the script
## [v2.2] 2023-12-07
......
......@@ -2,8 +2,9 @@
## [Unreleased]
## [v2.1] 2023-11-28
## [v2.1] 2023-12-19
- Limit the number of loaded cores using the argument -n | --ncores
- Minor patch of the athena setup (BMK-1209)
## [v2.0] 2022-10-04
- First working release of Atlas simMT built for x86_64 and aarch64
......
# Changelog for Atlas simMT
## [Unreleased]
## [v2.0] 2022-10-04
- First working release of Atlas simMT built for x86_64 and aarch64
- The version starts from v2.0 to avoid confusion with the legacy images built in atlas/sim_mt having version v1.x
- This release is based on Athena 23.0.3 and is different w.r.t. the workload built in atlas/sim_mt that is based on Athena 22.0.27
\ No newline at end of file
......@@ -32,7 +32,7 @@ function doOne(){
release=23.0.3
export ATLAS_LOCAL_ROOT_BASE=/cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase
source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh -q
asetup Athena,${release}
asetup Athena,${release} --tdaqarea=/cvmfs/atlas.cern.ch/repo/sw/tdaq
unset FRONTIER_SERVER
export ATHENA_CORE_NUMBER=$athenaCores # env variable for ATHENA threads/process number
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment