Christoph Junghans

Results 288 comments of Christoph Junghans

> ``` > [ RUN ] hpx.view_bad_alloc > terminate called after throwing an instance of 'hpx::detail::exception_with_info' > what(): new allocator failed to allocate memory: HPX(out_of_memory) > [ RUN ] hpx.view_bad_alloc...

@hkaiser @diehlpk could you have a look at https://github.com/kokkos/kokkos/actions/runs/13203198061/job/36861088079 ?

On a related note, you could store the generated rpms as artifacts for people to use, as in CD of CI/CD.

I ran into a similar issue now that the arm64 linux runners (` ubuntu-24.04-arm`) are online. Previously arm64 image were out of the question as qemu was too slow and...

> > now that the amd64 linux runners (` ubuntu-24.04-arm`) are online > > I guess you meant `arm64` and yes we are going to update our docs related to...

I ran into the same issue inside Github runners, one can trigger the error with the following very simple workflow: ```yml name: mocktest on: push: branches: - main jobs: mocktest:...

I am fine with these suggestions.

On a second thought we could also fix the overwriting issue in cmale by installing the whole directory structure.

> Greatly appreciate the reviews and help @junghans! Thank you. > > Can you help me find the spot in the CI/CD where `pyxtp` is installed? Now it fails when...

I wouldn't worry about it, this could just be due to a CI container update.