Joseph Schuchart
Joseph Schuchart
I tried to reproduce this on current `main` in a docker image with [s390x emulation](https://til.simonwillison.net/docker/emulate-s390x-with-qemu) but all tests succeed there.
@opoplawski Is this still an issue in Fedora rawhide? I tried again with a s390x rawhide emulated docker container and couldn't reproduce this error.
I got me a free instance on the IBM community cloud but still not luck reproducing this. Since there are only two cores available and this seems to be some...
Out of curiosity, I ran the tests on my local shared memory machine using current master and osc rdma. I see 42 tests failing, most (all?) of which seem to...
With the patch in #7829 all tests run successfully on my local shared memory system using osc/rdma. Can someone test osc/rdma on multiple nodes? (I don't have access to a...
I ran the test suite using osc/ucx on my local system and see a number of tests failing. It seems that UCX 1.8.0 is complaining about misaligned variables in all...
This gets more and more interesting: the UCX error is not caused by the application using misaligned target offsets but by the osc/ucx issuing a 64bit atomic fetch-add inside an...
I tried the benchmark with the modified osc/ucx in PR #6980 and I see the same three tests failing after applying the following patch to fix the rput/rget issue: ```diff...
Sorry, that wasn't entirely clear: both master and #6980 fail for the same reason that I described above. The problematic part didn't change in #6980. Also: this was on my...
I ran them with both a single and four processes. The three failed test cases caused by the indexed data type occur even when running on a single process.