Dominique

Results 406 comments of Dominique

Thanks @bruno- ! A patch was sent to Bram Molenaar earlier today!

@bruno- I'm afraid you're right. I also get an error message. Something is wrong because the manpage for `man` states that if neither `MANPAGER` nor `PAGER` are set, then `man`...

A possible solution would be for `man.vim` to always invoke `man` with `-P` to specify a particular pager and override `MANPAGER` and `PAGER` without unsetting them.

For some reason, `ClusterManagers.addprocs_sge` sometimes succeeds. I tried to add 28 workers, and it's been printing dots for over an hour now. Is this expected?!

Apologies, that was a cut and paste of the wrong piece of code (I tried `qrsh` following some comments found on this issue tracker). I use `addprocs_sge`, but it doesn't...

Yes, or we could use a residual estimate to begin with.

Sounds good. But LLᵀ and LDLᵀ would cause termination in a single iteration, no?

M and N are in a different category than preconditioners.

At the command line: ```julia julia> A = get_div_grad(4, 4, 4) julia> n = size(A, 1) julia> m = div(n, 2) julia> Ao = A[:,1:m] julia> b = Ao *...

@amontoison I added CI on macOS M1 with Julia 1.7.2 to this PR. This is for information only since Julia isn't yet reliable on that platform.