Tiziano Müller

Results 171 comments of Tiziano Müller

@srvasanth sorry for the late reply. I can confirm: with `threads=none` (e.g. no openmp threading in amdlibflame enabled) all our tests succeed. Will this be fixed at some point in...

@srvasanth thanks a lot for the clarification. Will keep the threading in amdlibflame disabled for now. Interestingly it seems that despite the functionality supposedly available only via the libflame native...

With systemd I am currently using `/dev/stdout` as a log file (`log=/dev/stdout` in `config`) to reroute all the logs to stdout and then have systemd collect them. To log to...

It seems that support for rockchip-acceleration was added in ffmpeg-3 (and continues to be there). It is by default not enabled since it needs the mpp library: ``` ~/Downloads/ffmpeg-4.2.2 $...

The debian control file and the headers say Apache 2.0 (which is probably why ffmpeg requires to be built with `--enable-version3`): * https://github.com/rockchip-linux/mpp/blob/develop/debian/copyright * https://github.com/rockchip-linux/mpp/blob/develop/mpp/inc/mpp.h Just did a succesful buidl...

Not from me unfortunatley: I moved from a Rockchip back to Intel

This can be considered an RFC wrt giving schedulers access to computers. The third commit is an example where this would be useful and can be submitted as a plugin...

ok, it seems to be a bit trickier: when submitting a job using `verdi run submit.py`, the process will hang. When trying to kill it, it will hang again and...

> > ok, it seems to be a bit trickier: when submitting a job using `verdi run submit.py`, the process will hang. When trying to kill it, it will hang...

> Some minor changes. I checked out your branch locally and launched a calculation job with `run` and then interrupted it and in my case it works just fine. The...