Sylvestre Ledru
Sylvestre Ledru
@fghoussen what do you think about this ? thanks :)
Tests to verify the quality of the results are welcome. arpack-ng was mostly started to fix some builds and packaging issues. We introduced some tests over the years but it...
"VM with 28 GB" => the issue is probably triggered by limitation of i386. Doesn't matter how much memory you have on the system I guess this is this command:...
did you try https://github.com/opencollab/arpack-ng/issues/289#issuecomment-745891320 ? You could also disable the binding only for this arch.
Probably legacy. don't hesitate to propose patches to improve the situation
Could you please attach the test case? Thanks Le 1 février 2017 19:32:29 GMT+01:00, jfrench7 a écrit : >I can confirm a similar problem with the double complex fortran77 >interface...
Impressive work! bravo
Yeah, indeed, not a trivial task for sure! I think we can delegate the easy stuff to clap and parse the complex stuff by hand
Clap clap: ``` Warning: Congrats! The bfs test test_L is now passing! Warning: Congrats! The bfs test test_L_depth is now passing! Warning: Congrats! The bfs test test_L_type_l is now passing!...
Sweet Could you please add a BENCHMARKING.md file like https://github.com/uutils/coreutils/blob/main/src/uu/sort/BENCHMARKING.md with some examples? Did you see some performance wins?