Viktor Rehnberg

Results 17 issues of Viktor Rehnberg

The Tarball EasyBlock defines two [extra_options](https://github.com/easybuilders/easybuild-easyblocks/blob/develop/easybuild/easyblocks/generic/tarball.py#L53-L61) `install_type` and `preinstall_cmd`. Besides a log message in run, the only place both are used is in the `install_step`. So far it is perfectly...

bug report

Running the test-suite on a node with less than 5 GPUs will lead to failures in https://github.com/tinygrad/tinygrad/blob/master/test/test_multitensor.py due to `RuntimeError: CUDA Error 101, invalid device ordinal`. I'm looking to add...

### Feature request Commands such as `load_dataset` creates file locks with `filelock.FileLock`. It would be good if there was a way to disable this. ### Motivation File locking doesn't work...

enhancement

This is what I've used as part of https://github.com/easybuilders/easybuild-easyconfigs/pull/17988. Related to https://github.com/ulfaslak/infostop/issues/23. I've seen no issue with Infomap==2.7.1 but this is in no way exhaustively tested.

Currently job-arrays are expanded into separate jobs (in squeue pending array jobs are contracted e.g. `2360362_[30-119%30`). This leads to a lot of extra clutter to scroll through. With the option...

In htop you can interactively add and arrange columns in the TUI. Doing this in TURM would be wicked. The options for possible columns would be https://slurm.schedmd.com/squeue.html#OPT_Format and in htop...

Being able to use the scroll wheel besides only up/down and j/k would be useful. Optionally, using all the navigation keys (Page Up/Down, Home/End) in both the queue and the...

To reduce duplication in linkcheckerrc it would be nice to enable interpolation https://docs.python.org/3/library/configparser.html#interpolation-of-values It is also recommended in the documentation for configparser https://docs.python.org/3/library/configparser.html#configparser.RawConfigParser

Two changes: - Change internal errors to exit code 70 in line with sysexits.h - Change exit code for warnings to 3 to solve https://github.com/linkchecker/linkchecker/issues/844