Alexander Grund

Results 224 issues of Alexander Grund

Useful for (and used in) CI Since #82 the warnings have already been fixed. This change ensures that it stays like that.

On a Rocky 8.7 system with Intel cascade-lake CPUs I get a failing sanity check of IMPI/2021.10.0: > Abort(1615247) on node 0 (rank 0 in comm 0): Fatal error in...

PyTorch checks these environment variables in this order to determine the build type (for CMake) to use: - CMAKE_BUILD_TYPE - DEBUG - REL_WITH_DEB_INFO If we don't set it explicitely we...

enhancement

The [init method of PythonPackage ](https://github.com/easybuilders/easybuild-easyblocks/blob/9e1cdf245fdd6b4d803885562eb084b6df4e236b/easybuild/easyblocks/generic/pythonpackage.py#L380-L423) does a lot depending on EC params For some Python packages with own easyblocks, such as numpy, we may want to use pip starting...