``` # mpiexecjl -n 2 julia dcopy.jl # This code trys to copy in parallel a El.DistMatrix to another El.DistMatrix # The intention is for each rank to deal with...
My goal is to add svd(A::DArray) to the julia interface to elemental. I have been looking at svdvals for understanding how to do it. But I do not know how...
I have files each holding 1 column of an array. I would like to create an Elemental.DistMatrix from these files. I would like to load the DistMatrix in parallel. An...