From: Nikhil V. <nik...@gm...> - 2020-08-21 14:50:52
|
Hello, I need to print the sparse matrices (Petsc) and vectors involved in my calculations to file using print_matlab(). I have observed that the matrices and vectors that are written to the matlab scripts in serial and parallel runs are not identical. Is this actually the case or am I missing something? Furthermore, is there another function to write matrices and vectors to file which is independent of whether the execution is serial or parallel? Best regards, Nikhil |