Andreas Noack

Results 424 comments of Andreas Noack

Are you using the latest version? If you look at line 139 in EigenGeneral.jl then you can see I've introduced an exceptional shift for every tenth iteration. I thought it...

> However, I still have to check if LAPACK struggles with this matrix too or not. @haampie did you reach a conclusion here?

Is this still a problem?

See https://github.com/JuliaArrays/ArrayViews.jl/issues/64

Is this still relevant to track?

Is this still relevant?

The GSL dependency in Copulas looks like it was silently removed in https://github.com/lrnv/Copulas.jl/pull/73 so if the version bound here is updated the part of the issue here disappears.

There have been various off-line discussions of the latency issues with StaticArrays and the conclusion is essentially this issue, i.e. that the unrolling makes the code so big that it...

For some reason, I'd unwatched my package here so I've only seen this issue now. Soon, we'll change `MPI.jl` to use the C-API and also hard code various MPI implementations....

MPI.jl has a mechanism that allows for using a system MPI instead of the BB provided MPI. However, it's really not clear to me how that can work here unless...