Hi everyone,
I initialize a large sparse matrix (50000x20000) using MatCreate() and then filling it with MatSetValues() line by lineĀ
but it takes a bit more than an hour on 80 cores to fill in the matrix.
Is there a way to optimize this initialization?
Fuji