From b3981e949230ae77a02304c41987943ccb126d25 Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Thu, 19 Oct 2023 17:12:20 -0700 Subject: [PATCH] add explicit declaritions --- SRC/include/superlu_ddefs.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SRC/include/superlu_ddefs.h b/SRC/include/superlu_ddefs.h index 37dc601f..35a48bb5 100755 --- a/SRC/include/superlu_ddefs.h +++ b/SRC/include/superlu_ddefs.h @@ -1578,6 +1578,11 @@ dReDistribute_A(SuperMatrix *A, dScalePermstruct_t *ScalePermstruct, Glu_freeable_t *Glu_freeable, int_t *xsup, int_t *supno, gridinfo_t *grid, int_t *colptr[], int_t *rowind[], double *a[]); +extern float +pddistribute3d_Yang(superlu_dist_options_t *options, int_t n, SuperMatrix *A, + dScalePermstruct_t *ScalePermstruct, + Glu_freeable_t *Glu_freeable, dLUstruct_t *LUstruct, + gridinfo3d_t *grid3d); #if 0 // NOT CALLED /* from ancFactorization.h (not called) */