Alexander Grund
Alexander Grund
This is really sad. TF without MPI on clusters will use the very slow Ethernet connections
> It looks like it the universal python's package used in `actions/setup-python` is installing its symlinks to /usr/local, while I think it should not. That is not the case for...
@dsame > @Flamefire the workflow does not use `action/setup-python`. It seems the links are created by the macos python package - i see them on the "almost" clean machine with...
> @igagis the fix should be made in the `actions/python-versions` repo in first place, it is image - irrelevant. This is not true. Many people with this issue do not...
I ran into this issue too and found that `py` is going away/deprecated and it picks up a small shim which doesn't has `process`: https://github.com/pytest-dev/pytest/blob/main/src/py.py
> Hello, @Flamefire! Sorry for not responding earlier; had finals to deal with! 😅 Did you manage to find a solution or similar for this? Or are you avoiding `pytest-forked`...
> The test which fails when a worker crashes is reported as failed (and gets written to the XML) but doesn't get written to the pytest cache lastfailed file. That's...
> I believe your input is saliently overridden by B2 for VC
> So we only need to make this default for clang-win, as it's already default for msvc. Hm but there seemingly *was* an [issue](https://github.com/bfgroup/b2/commit/b613e6dbf3bd84fed90b8a812a5fdf3e8f1d96fe): > Unfortunately, it cannot be enabled...
For context: Given a possible setting `ICU_PATH` it would make sense to have the following order possible: - When `-s ICU_PATH=x` is given, use `x` - Otherwise if `path-constant ICU_PATH...