Andreas Noack
Andreas Noack
It's here, https://github.com/JuliaPackaging/Yggdrasil/blob/master/E/Elemental/build_tarballs.jl, but I don't see why it would be easier to modify `Elemental_jll` instead of just `Elemental.jl`.
> Or I could build our own NERSC-specific `Elemental_jll` which would live in our global admin depot (alongside of our `MPI.jl`) What I don't understand is why it would be...
Take a look at https://github.com/JuliaParallel/Elemental.jl/blob/83089155659739fea1aae476c6fd492b1ee20850/test/lav.jl#L39-L74. This is a distributed *sparse* matrix but the process is similar in the dense case. You first select all the elements to be distributed from...
I'm a little surprised by this. Would it be easy to try MKL's `LAPACK.gesvd!`. Our `svd` calls `LAPACK.gesdd!`.
I can reproduce the bug on my laptop. My guess is that this is an issue with the conversion between Elemental arrays and DistributedArrays.DArray. If I just use the Elemental's...
First, it might be useful to confirm that the same pattern shows up with you try to compile a C++ version of this problem.
It looks like you can still browse the html version of the documentation although it doesn't render correctly. I think the best place for you to look is https://github.com/LLNL/Elemental/blob/hydrogen/tests/lapack_like/SVD.cpp#L157. It...
The source for the documentation is at https://github.com/elemental/elemental-web. I've asked your colleague at LLNL if they could start hosting the docs since they are already maintaining the fork of Elemental,...
I had the pleasure of spending some days at NERSC a couple of years ago while working on a project where we ran Julia code on Cori so I'm well...
I can't reproduce this. Is it possible that you've called `MPI.Init()` in your session?