Skip to content

(WIP) Improve safety calculations in Tessellated solid#15128

Open
sawenzel wants to merge 2 commits intoAliceO2Group:devfrom
sawenzel:swenzel/tessellated-safety-caching
Open

(WIP) Improve safety calculations in Tessellated solid#15128
sawenzel wants to merge 2 commits intoAliceO2Group:devfrom
sawenzel:swenzel/tessellated-safety-caching

Conversation

@sawenzel
Copy link
Copy Markdown
Collaborator

@sawenzel sawenzel commented Mar 6, 2026

Optimization: Cache safety and only recalculate when becoming invalid. This works since safety can be underestimated and does not need to be precise. Precise safety evaluation for Tessellated is expensive.

Optimization: Cache safety and only recalculate when becoming invalid.
This works since safety can be underestimated and does not need to be
precise. Precise safety evaluation for Tessellated is expensive.
@sawenzel sawenzel requested a review from shahor02 as a code owner March 6, 2026 08:27
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 6, 2026

REQUEST FOR PRODUCTION RELEASES:
To request your PR to be included in production software, please add the corresponding labels called "async-" to your PR. Add the labels directly (if you have the permissions) or add a comment of the form (note that labels are separated by a ",")

+async-label <label1>, <label2>, !<label3> ...

This will add <label1> and <label2> and removes <label3>.

The following labels are available
async-2023-pbpb-apass4
async-2023-pp-apass4
async-2024-pp-apass1
async-2022-pp-apass7
async-2024-pp-cpass0
async-2024-PbPb-apass1
async-2024-ppRef-apass1
async-2024-PbPb-apass2
async-2023-PbPb-apass5

@alibuild
Copy link
Copy Markdown
Collaborator

alibuild commented Mar 29, 2026

Error while checking build/O2/fullCI_slc9 for 5afccc8 at 2026-04-15 09:12:

## sw/BUILD/O2-full-system-test-latest/log
command /sw/slc9_x86-64/O2/slc9_x86-64-slc9_x86-64-local11/prodtests/full-system-test/dpl-workflow.sh had nonzero exit code 1
[9132:BadMapCalibSpec]: [09:12:08][ERROR] Insufficient statistics: 0 entries in lowE histo, do nothing
[9643:qc-task-ITS-ITSTrackTask]: [09:12:24][ERROR] Exception while running: Inconsistent type and payload size at Vertices(DS/tracks1/0): type size 48  payload size 260. Rethrowing.
[9643:qc-task-ITS-ITSTrackTask]: [09:12:24][FATAL] Unhandled o2::framework::runtime_error reached the top of main of o2-qc, device shutting down. Reason: Inconsistent type and payload size at Vertices(DS/tracks1/0): type size 48  payload size 260
[ERROR] Workflow crashed - PID 9643 (qc-task-ITS-ITSTrackTask) did not exit correctly however it's not clear why. Exit code forced to 128.
[9486:o2-eve-export]: [09:12:27][ERROR] filesystem problem during DirectoryLoader::canCreateNextFile: filesystem error: directory iterator cannot open directory: No such file or directory [jsons]
[ERROR]  - Device qc-task-ITS-ITSTrackTask: pid 9643 (exit 128)
[INFO]    - First error: [09:12:24][FATAL] Unhandled o2::framework::runtime_error reached the top of main of o2-qc, device shutting down. Reason: Inconsistent type and payload size at Vertices(DS/tracks1/0): type size 48  payload size 260
[ERROR] SEVERE: Device qc-task-ITS-ITSTrackTask (9643) had at least one message above severity 7: Unhandled o2::framework::runtime_error reached the top of main of o2-qc, device shutting down. Reason: Inconsistent type and payload size at Vertices(DS/tracks1/0): type size 48  payload size 260


## sw/BUILD/o2checkcode-latest/log
--
========== List of errors found ==========
++ GRERR=0
++ grep -v clang-diagnostic-error error-log.txt
++ grep ' error:'
++ GRERR=1
++ [[ 1 == 0 ]]
++ mkdir -p /sw/INSTALLROOT/d47e620973fc2fe7955abf9f05b734507439518f/slc9_x86-64/o2checkcode/1.0-local119/etc/modulefiles
++ cat
--

Full log here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants