Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyangzhuan committed Jan 20, 2025
1 parent 54ef73a commit 73c323b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PYTHON/pdbridge.c
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@ void pdbridge_init3d (int_t m, int_t n, int_t nnz, int_t *rowind, int_t *colptr
// options.RowPerm = NOROWPERM;
// options.ColPerm = NATURAL;

iam = slu_obj->grid3d.iam;
if (!iam) {
print_sp_ienv_dist(&(slu_obj->options));
print_options_dist(&(slu_obj->options));
Expand All @@ -485,7 +486,7 @@ void pdbridge_init3d (int_t m, int_t n, int_t nnz, int_t *rowind, int_t *colptr
INITIALIZE THE SUPERLU PROCESS GRID.
------------------------------------------------------------ */
superlu_gridinit3d (MPI_COMM_WORLD, nprow, npcol, npdep, &(slu_obj->grid3d));
iam = slu_obj->grid3d.iam;


#if ( DEBUGlevel>=1 )
CHECK_MALLOC (iam, "Enter pdbridge_init3d()");
Expand Down

0 comments on commit 73c323b

Please sign in to comment.