Tiziano Müller

Results 171 comments of Tiziano Müller

I expect a lot more and similar problems in all our file parsers since they are usually not unittested and we have almost no negative tests (tests which are supposed...

It's slightly different: Both computers are on, active input is set to HDMI from Computer 1. I turn off Computer 1. Monitor goes into sleep mode. Computer 2 (connected via...

@KeyofBlueS thanks a lot for the hint. I am trying with the corresponding command for Sway (wayland): `swaymsg 'output "Iiyama North America PL2792UH 1166300301390" dpms on'` but nothing happens. For...

@KeyofBlueS yes, I tried that, to no avail. With `dpms off` I get a reconfigure from Sway on the screen configs, but the monitor does not wake up, also not...

Although I have to admit we're using the AMDs libflame-fork, I see the same error when calling `dpotrf` from multiple threads as being done by [CP2K](https://cp2k.org): ``` libflame: /scratch/e1000/timuel/spack-stage/spack-stage-amdlibflame-3.0-ffgwl56r4x36ie7wjxbdlvlrce63tmti/spack-src/src/base/flamec/main/FLA_Blocksize.c (line...

another error from the same function: ``` libflame: /scratch/e1000/timuel/spack-stage/spack-stage-amdlibflame-3.0-ffgwl56r4x36ie7wjxbdlvlrce63tmti/spack-src/src/lapack/dec/chol/front/flamec/FLA_Chol_u.c (line 69): libflame: Function or conditional branch/case not yet implemented. libflame: Aborting. Program received signal SIGABRT: Process abort signal. Backtrace for...

@srvasanth thanks for the quick follow-up! I've been using Spack to build libflame, this is the spec: ``` a73g6lc [email protected]~debug+lapack2flame+shared+static patches=b3066e8ea70f9a59d1ce00330d72764482dd0faa57d185a45f73ce0effa2bc14 threads=openmp ``` which according to the Spack package translates...

@srvasanth ok, this would be bad since we have packages in our dependency chain which seemingly require that to be enabled (but maybe it is a misunderstanding what `threads=openmp` in...

This is the log with the CP2K regtests with a debug-enabled amdlibflame: [error_summary.txt](https://github.com/flame/libflame/files/6669042/error_summary.txt) which contains the symbols inside amdlibflame for better traceback.