Removed the inclusions of hypre_lapack.h and/or hypre_blas.h.
This commit is contained in:
parent
0fefd7aa02
commit
e939497362
@ -44,8 +44,6 @@
|
||||
#include <math.h>
|
||||
#include "dsp_defs.h"
|
||||
#include "superlu_util.h"
|
||||
#include "../../blas/hypre_blas.h"
|
||||
#include "../../lapack/hypre_lapack.h"
|
||||
|
||||
void
|
||||
dgsequ(SuperMatrix *A, double *r, double *c, double *rowcnd,
|
||||
|
||||
@ -44,8 +44,6 @@
|
||||
#include <math.h>
|
||||
#include "dsp_defs.h"
|
||||
#include "superlu_util.h"
|
||||
#include "../../blas/hypre_blas.h"
|
||||
#include "../../lapack/hypre_lapack.h"
|
||||
|
||||
void
|
||||
dgsrfs(char *trans, SuperMatrix *A, SuperMatrix *L, SuperMatrix *U,
|
||||
|
||||
@ -39,8 +39,6 @@
|
||||
*/
|
||||
#include "dsp_defs.h"
|
||||
#include "superlu_util.h"
|
||||
#include "../../blas/hypre_blas.h"
|
||||
#include "../../lapack/hypre_lapack.h"
|
||||
|
||||
void
|
||||
dgssvx(char *fact, char *trans, char *refact,
|
||||
|
||||
@ -37,8 +37,6 @@
|
||||
*/
|
||||
#include <math.h>
|
||||
#include "fortran.h"
|
||||
#include "../../blas/hypre_blas.h"
|
||||
#include "../../lapack/hypre_lapack.h"
|
||||
/*#include "Cnames.h"*/
|
||||
|
||||
int
|
||||
|
||||
@ -44,8 +44,6 @@
|
||||
#include <math.h>
|
||||
#include "dsp_defs.h"
|
||||
#include "superlu_util.h"
|
||||
#include "../../blas/hypre_blas.h"
|
||||
#include "../../lapack/hypre_lapack.h"
|
||||
|
||||
void
|
||||
dlaqgs(SuperMatrix *A, double *r, double *c,
|
||||
|
||||
@ -41,8 +41,6 @@
|
||||
#include "dsp_defs.h"
|
||||
#include "fortran.h"
|
||||
#include "superlu_util.h"
|
||||
#include "../../blas/hypre_blas.h"
|
||||
#include "../../lapack/hypre_lapack.h"
|
||||
|
||||
double
|
||||
dPivotGrowth(int ncols, SuperMatrix *A, int *perm_c,
|
||||
|
||||
@ -56,8 +56,6 @@
|
||||
|
||||
#ifndef HYPRE_USING_HYPRE_BLAS
|
||||
#define USE_VENDOR_BLAS
|
||||
#else
|
||||
#include "../../blas/hypre_blas.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
||||
@ -47,8 +47,6 @@
|
||||
|
||||
#ifndef HYPRE_USING_HYPRE_BLAS
|
||||
#define USE_VENDOR_BLAS
|
||||
#else
|
||||
#include "../../blas/hypre_blas.h"
|
||||
#endif
|
||||
|
||||
extern int hypre_F90_NAME_BLAS(dtrsv,DTRSV)(char *,char *,char *,int *,double *,int *,double *,int *);
|
||||
|
||||
@ -28,10 +28,6 @@
|
||||
#include "headers.h"
|
||||
#include "Common.h"
|
||||
|
||||
#ifdef HYPRE_USING_HYPRE_LAPACK
|
||||
#include "../lapack/hypre_lapack.h"
|
||||
#endif
|
||||
|
||||
/* -------------------------------------------------------------------------
|
||||
dof_domain: for each dof defines neighborhood to build interpolation,
|
||||
using
|
||||
|
||||
Loading…
Reference in New Issue
Block a user