Skip to content

Conversation

@ktf
Copy link
Member

@ktf ktf commented Dec 9, 2025

  • Avoid dependency on bc for a multiplication
  • Make sure the CPU detection does not depend on the lscpu
    human readable output, which is apparently dependent on version /
    presence of a container.

@ktf ktf requested a review from a team as a code owner December 9, 2025 09:14
@github-actions
Copy link
Contributor

github-actions bot commented Dec 9, 2025

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

* Avoid dependency on bc for a multiplication
* Make sure the CPU detection does not depend on the lscpu
  human readable output, which is apparently dependent on version /
  presence of a container.
@ktf ktf changed the title Avoid dependency on bc for a multiplication Cleanup jobutils2 to work on ARM Dec 9, 2025
@ktf
Copy link
Member Author

ktf commented Dec 9, 2025

Tested on ARM, x86, including on the EPNs.

@ktf
Copy link
Member Author

ktf commented Dec 10, 2025

@sawenzel we seem to have the issue with the ZipFiles back on ARM. Do you remember what was the cause?

@sawenzel
Copy link
Collaborator

@sawenzel we seem to have the issue with the ZipFiles back on ARM. Do you remember what was the cause?

doesn't ring a bell to me

singiamtel
singiamtel previously approved these changes Dec 11, 2025
@ktf ktf merged commit 16f1a93 into AliceO2Group:dev Dec 13, 2025
11 checks passed
@ktf
Copy link
Member Author

ktf commented Dec 13, 2025

Gets the ARM build green. Merging.

@sawenzel
Copy link
Collaborator

I agree on the improvements. But note that the ARM build was green before this PR, mainly due to #14906 and alisw/alidist#6062.

@ktf
Copy link
Member Author

ktf commented Dec 15, 2025

How was that possible? Without this you have:

[root@deaca7115896 /]# lscpu | grep "Socket(s)" | awk '{print $2}'
-

maybe it was not running the full system test?

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.

4 participants