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

Merge branch 'bmk-atlas-to-squash' into 'qa-build-atlas-sim_mt-ma'

Atlas sim support for ncores

See merge request !956
parents 02959c46 d5621f10
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 @@ ...@@ -2,7 +2,7 @@
## [Unreleased] ## [Unreleased]
## [v2.2] 2023-12-15 ## [v2.3] 2023-12-15
- Minor improvement of the script - Minor improvement of the script
## [v2.2] 2023-12-07 ## [v2.2] 2023-12-07
......
...@@ -2,8 +2,9 @@ ...@@ -2,8 +2,9 @@
## [Unreleased] ## [Unreleased]
## [v2.1] 2023-11-28 ## [v2.1] 2023-12-19
- Limit the number of loaded cores using the argument -n | --ncores - Limit the number of loaded cores using the argument -n | --ncores
- Minor patch of the athena setup (BMK-1209)
## [v2.0] 2022-10-04 ## [v2.0] 2022-10-04
- First working release of Atlas simMT built for x86_64 and aarch64 - 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(){ ...@@ -32,7 +32,7 @@ function doOne(){
release=23.0.3 release=23.0.3
export ATLAS_LOCAL_ROOT_BASE=/cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase export ATLAS_LOCAL_ROOT_BASE=/cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase
source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh -q 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 unset FRONTIER_SERVER
export ATHENA_CORE_NUMBER=$athenaCores # env variable for ATHENA threads/process number 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.
Please register or to comment