Alexander Grund

Results 844 comments of Alexander Grund

As this came up for 2.3: There are 4 places using the caffe2 lib: [1](https://github.com/pytorch/pytorch/blob/91e7c7945cef141c4796e216e535ba8ac0da2609/test/export/test_lift_unlift.py#L151), [2](https://github.com/pytorch/pytorch/blob/91e7c7945cef141c4796e216e535ba8ac0da2609/test/export/test_lift_unlift.py#L384), [3](https://github.com/pytorch/pytorch/blob/91e7c7945cef141c4796e216e535ba8ac0da2609/test/test_weak.py#L597), [4](https://github.com/pytorch/pytorch/blob/91e7c7945cef141c4796e216e535ba8ac0da2609/torch/testing/_internal/torchbind_impls.py#L116) Doesn't seem to bad to patch

@boegel Resolved conflicts

Rebased and updated. Let's see what CI says ;-)

> @Flamefire We should add a small check in the easyconfig test suite to make sure that no easyconfigs are still setting `parallel`? I added a CI check for all...

Yes I think I addressed all comments of @boegel I can open another PR enabling `$EASYBUILD_DEPRECATED` for 5.0x which is currently commented out (in 5.0x and develop) and I think...

> Test report by @lazariv **FAILED** Build succeeded for 4 out of 5 (5 easyconfigs in total) i8022 - Linux Rocky Linux 8.7 (Green Obsidian), x86_64, AMD EPYC 7352 24-Core...

> Test report by @lazariv **FAILED** Build succeeded for 1 out of 3 (3 easyconfigs in total) n1590 - Linux RHEL 8.7 (Ootpa), x86_64, Intel(R) Xeon(R) Platinum 8470, Python 3.8.13...

When this is addressed: I added a few remarks for minor things to https://github.com/easybuilders/easybuild-framework/pull/4692 that could be changed while touching the file:

I've seen `--wrap-mode=nodownload` which might be what we need here. Not fully sure it is for this specific downloads

So on WSL we use `glXSwapIntervalSGI`. > glXSwapIntervalMESA works. The pointer returned for glXSwapIntervalSGI is valid, so SFML can't detect this issue without taking an approach similiar to SDL's. >...