Caspar van Leeuwen

Results 56 issues of Caspar van Leeuwen

**Environment:** 1. Framework: TensorFlow 2. Framework version: 2.6.0 3. Horovod version: 0.23.0 (also seen with 0.22.1) 4. MPI version: OpenMPI 4.1.1 5. CUDA version: 11.3.1 6. NCCL version: 2.10.3 7....

bug

Also, the `__init__.py` file used to contain ``` load_jupyter_server_extension = load_jupyter_server_extension ``` That doesn't seem to make sense, it's like `x = x`, that's a no-op. Probably you meant to...

My question was "When/why would one use Bundle, or choose for PythonPackage? What’s the difference?" @boegel 's answers: boegel [1:53 PM] @Caspar van Leeuwen We use a Bundle when a...

(created using `eb --new-pr`)

update

(created using `eb --new-pr`) Depends on - [x] #15918 - [x] #15920 - [ ] #15921 - [x] #15922 Note that the current EasyConfig doesn't work yet, the patches need...

update

Replaces https://github.com/easybuilders/easybuild-framework/pull/4052 After discussion with @boegel we've decided that the the approach in #4052 is not maintainable. By pushing the loop over the entries in an EasyStack file to `main.py`,...

**Goal** With https://github.com/easybuilders/easybuild-framework/pull/4021 we can _parse_ EasyConfig-specific options in an EasyStack file. However, nothing is _done_ with those parsed options yet. One of the options of primary importance would be...

enhancement

I've talked to @boegel at the 5th EasyBuild user meeting about poor startup times of ```eb```. He mentioned it was something he was looking to improve as well and ask...

performance

PackedBinary contains some logic separating two cases: whether only files are extracted from a tar, or whether folders are extracted. `if os.path.isdir(srcpath): # copy files to install dir via Binary...

@jfgrimm caught a missing dependency in one of my EasyConfigs https://github.com/easybuilders/easybuild-easyconfigs/pull/16410 simply by running an `ldd` on a compiled library and noting that it linked to a system library. We...

feature request