|
- dw_cholesky(bmat, size, size/nblocks, nblocks, rank, nodes);
|
|
|
|
|
|
+ dw_cholesky(bmat, size, size/nblocks, nblocks, rank, nodes, &timing, &flops);
|
|
fprintf(stderr, "[%d] Error[%u, %u] --> %2.2f != %2.2f (err %2.2f)\n", rank, i, j, test_mat[j +i*size], orig, err);
|
|
fprintf(stderr, "[%d] Error[%u, %u] --> %2.2f != %2.2f (err %2.2f)\n", rank, i, j, test_mat[j +i*size], orig, err);
|