Alexander Grund
Alexander Grund
(created using `eb --new-pr`) See https://github.com/easybuilders/easybuild-easyconfigs/pull/19666#issuecomment-1991295933 for the motivation
(created using `eb --new-pr`) Fixes #157 This may cause failures in some existing EasyConfigs but actually we shouldn't have any unknown args in use and if we did that easyconfig...
More compatible version of #3025 for 4.x to only deprecate and verbosely warn about unknown configure args
PoC: update `PythonPackage` easyblock to build wheel first when installing Python package with `pip`
(created using `eb --new-pr`) This is a Proof of Concept only. It adds the option to set `use_pip = 'wheel'` which matches more our build-test-install cycle. Currently when using pip...
This is more or less a question: When I run the equivalent of `make -j4`, i.e. parallel tests, through OpenCppCoverage using `--cover-children` is OpenCppCoverage able to handle that? I.e. is...
**Is your feature request related to a problem? Please describe.** Some lines cannot be covered, e.g. exception recovery for a system fault. For this LCov has `LCOV_EXCL_LINE` and `LCOV_EXCL_BEGIN/END` comments...
### Description We are compiling and testing jax on an HPC system with a rather large number of cores (208 including Hyper-Threading) When running the testsuite (`pytest tests`) it fails...
What is the purpose of the empty files defined1/2.cpp and defined.hpp? They get compiled for each test (there are >100 tests) and slow down the test/build considerably Remove them? Similar...
During debugging I found that in a lot of the turtle code `boost::optional` instances are passed by value. This leads to a constructor and destructor call on each call making...
Are there any plans for C++11/C++14 inside the framework? I believe quite some trickery and macros can be removed which makes the code cleaner to understand and use. Furthermore `override`...