I wonder what does the Julia community use for solving large sparse linear systems of equations on distributed GPUs? PETSc.jl seems like an obvious option but I tried it in Windows and it is not building. So either no one has really needed that use case before (in Windows) or that there is an alternative that I am missing on here. Any suggestion is welcome.
Windows support for PETSc.jl requires someone to put together precompiled binaries of the library for Windows, and I don’t think anyone has gotten around to that yet. (None of the PETSc.jl developers are Windows users.)
2 Likes
I see thanks.