-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added possibility to define a general HEPMCOFFSET. #1730
Conversation
…mulating different SPLITIDs of a run in separate jobs.
REQUEST FOR PRODUCTION RELEASES:
This will add The following labels are available |
+async-label async-2023-pbpb-apass3, async-2023-pbpb-apass4, async-2023-pp-apass4, async-2024-pp-apass1, async-2022-pp-apass7, async-2024-pp-cpass0 |
Hi @sawenzel could you please have a look at this? |
Dear @pbuehler, |
Hi @alcaliva, which conflicts do you mean? |
I get conflicts when cherry-picking the PR, which implies that there is something else missing. |
Doesn't it tell you where the conflict is? |
Hi @pbuehler, when trying to cherry-pick your PR, I get the following error message: INFO: Sort commits from oldest to most recent This usually implies that something else is missing. |
Removing for cpass0 of pp 2024, it makes no sense there. |
Hi @pbuehler, |
…mulating different SPLITIDs of a run in separate jobs. (#1730) Co-authored-by: Paul Buehler <[email protected]> (cherry picked from commit 9780b46)
…mulating different SPLITIDs of a run in separate jobs. (#1730) Co-authored-by: Paul Buehler <[email protected]> (cherry picked from commit 9780b46)
…mulating different SPLITIDs of a run in separate jobs. (#1730) Co-authored-by: Paul Buehler <[email protected]> (cherry picked from commit 9780b46)
…mulating different SPLITIDs of a run in separate jobs. (#1730) Co-authored-by: Paul Buehler <[email protected]> (cherry picked from commit 9780b46)
…mulating different SPLITIDs of a run in separate jobs. (#1730) Co-authored-by: Paul Buehler <[email protected]> (cherry picked from commit 9780b46)
…mulating different SPLITIDs of a run in separate jobs. (#1730) Co-authored-by: Paul Buehler <[email protected]> (cherry picked from commit 9780b46)
…mulating different SPLITIDs of a run in separate jobs. (#1730) Co-authored-by: Paul Buehler <[email protected]> (cherry picked from commit 9780b46)
This is useful when simulating different SPLITIDs/CYCLEs of a run in separate jobs.
For given parameters:
PRODSPLIT
NTIMEFRAMES
NSIGEVENTS
SPLITID
CYCLE
the offset can e.g. be calculated with:
HEPMCOFFSET
echo "(${CYCLE}+${PRODSPLIT}*(${SPLITID}-1))*${NTIMEFRAMES}*${NSIGEVENTS}" | bc