Paul Jähne

Results 10 comments of Paul Jähne

Additionally one would need a way to cancel a registration as a normal user or did I miss this feature?

@verdurin The problem is this line https://github.com/dcjones/fastq-tools/blob/master/configure.ac#L56 which just adds `-lm` to `LIBS`. I created an issue for that: https://github.com/dcjones/fastq-tools/issues/20. And we now got a working EasyConfig for fastq-tools: https://github.com/easybuilders/easybuild-easyconfigs/pull/5396....

I also encountered this issue while building `OpenMPI 3.1.1-GCC-7.3.0-2.30`. I'm using `Ubuntu 18.04` and try to get it to work with packages from the standard repositories which include `SLURM 17.11.2`....

@boegel I don't have access to the paid SLURM support and I don't think that the compilation problem is related to SLURM. For the pmix part I created a bug...

@gpertea Thank you very much for the detailed explanation! So it will stay this way in the foreseeable future. For others running into issues or interested there are ways to...

@Jo4711 Sorry for the delay. When I wrote this code I used it only for LP problems with all zero right hand side as my class of LP problems was...

Same thing here with NextCloud 24.0.1, Nextcloud Office 6.1.1, Collabora Online - Built-in CODE Server 22.5.401. The memory usage of `coolwsd` increases for no apperant reason. I monitored the memory...

I monitored the memory usage further and added a daily restart of apache (the drops in memory usage are the restarts): ![memory-report](https://user-images.githubusercontent.com/4445745/187134191-f991514a-ce4a-4bef-bf2c-2fae6514da7a.png) The memory usage also increases with the restart...

I fixed this in https://github.com/BSData/whfb/pull/317, but the fix isn't released as of now.

> I'm unsure about introducing another NASM in to 2025b, since it already has an older version. I would have expected NASM to only be used as build-dep everywhere, given...