zc62

Results 10 comments of zc62

@hyhuang00 > I am wondering why the number of tests has increased significantly This is because there are this many tests, but in your previous case, the test will abort...

Oh, I should have seen what oschuett posted about `--maxtasks` earlier. What I wrote about `make -j` is completely wrong. `make -j` simply does not work, and the number of...

It happened to me that test `QS/regtest-negf-fft/li_chain_kp` got timed out (more than 400 seconds) if I only use 2 mpi ranks x 2 openmp threads. Not sure what happened. Even...

I noticed the same error. There is a trick in the script: https://github.com/cp2k/cp2k/blob/aa9c8d9962e810d991202283608a233847e566fc/tools/toolchain/scripts/stage3/install_libint.sh#L90 It looks like you chose intelmpi and the trick was applied, and ifort was used for the...

I have a commit that makes mpv print the complete channel layout: https://github.com/zc62/mpv/commit/bb04a7f7a3280b0f5c590764ca9ff978721314e2 On my system it shows: ``` [autoconvert] inserting resampler [swresample] format change, reinitializing resampler [swresample] 48000Hz mono...

> Hey @zc62 - I must have missed this post. Does this commit fix the issues described in your testing, or is your post about the behavior after compiling with...

Just curious, does [`interpolation`](https://mpv.io/manual/master/#options-interpolation) do the job?

I've recently acquired a freesync display, which has the range set to 57-144Hz. When I play a 24fps video file with mpv in fullscreen, the OSD of my monitor shows...

I have a similar observation to what philipl had. My display can do 57-144Hz, and if I enable interpolation and display-resample, the display reports a constant 144Hz. If I use...

An issue reported in mpv (see the link above) also shows such kind of errors: ``` sub/ass: Glyph 0x53F7 not found, broken font? Trying all charmaps sub/ass: Glyph 0x53F7 not...