Removed all references to includes directory.
This commit is contained in:
parent
11c523275a
commit
454bf6d74f
@ -15,7 +15,7 @@
|
||||
#ifndef hypre_PETSC_MAT_PILUT_SOLVER_HEADER
|
||||
#define hypre_PETSC_MAT_PILUT_SOLVER_HEADER
|
||||
|
||||
#include "../../includes/general.h"
|
||||
#include "../../utilities/general.h"
|
||||
#include "../../utilities/memory.h"
|
||||
#ifdef HYPRE_DEBUG
|
||||
#include <gmalloc.h>
|
||||
@ -27,7 +27,7 @@
|
||||
#include "mat.h"
|
||||
#include "vec.h"
|
||||
|
||||
#include "../../includes/HYPRE.h"
|
||||
#include "../../HYPRE.h"
|
||||
|
||||
/*--------------------------------------------------------------------------
|
||||
* hypre_PETScMatPilutSolver
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
#ifndef hypre_PETSC_MAT_PILUT_SOLVER_HEADER
|
||||
#define hypre_PETSC_MAT_PILUT_SOLVER_HEADER
|
||||
|
||||
#include "../../includes/general.h"
|
||||
#include "../../utilities/general.h"
|
||||
#include "../../utilities/memory.h"
|
||||
#ifdef HYPRE_DEBUG
|
||||
#include <gmalloc.h>
|
||||
@ -27,7 +27,7 @@
|
||||
#include "mat.h"
|
||||
#include "vec.h"
|
||||
|
||||
#include "../../includes/HYPRE.h"
|
||||
#include "../../HYPRE.h"
|
||||
|
||||
/*--------------------------------------------------------------------------
|
||||
* hypre_PETScMatPilutSolver
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
-I/usr/local/include -I/home/casc/include
|
||||
ILU_INC = -I../../seq_linear_solvers/ilut
|
||||
IC_INC = -I../../seq_linear_solvers/ict
|
||||
LIN_SOLVE_INC = -I../../includes
|
||||
LIN_SOLVE_INC = -I../.. -I../../utilities
|
||||
|
||||
INC = $(PETSC_INC) $(PETSC_PRIV_INC) $(MPI_INC) $($(LOCAL_SOLVER)_INC) \
|
||||
$(LIN_SOLVE_INC) -I/home/casc/include
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
#ifndef hypre_PETScSolverParILUT_HEADER
|
||||
#define hypre_PETScSolverParILUT_HEADER
|
||||
|
||||
#include "../../includes/general.h"
|
||||
#include "../../utilities/general.h"
|
||||
#include "../../utilities/memory.h"
|
||||
#ifdef HYPRE_DEBUG
|
||||
#include <gmalloc.h>
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
-I/usr/local/include -I/home/casc/include
|
||||
ILU_INC = -I../../seq_linear_solvers/ilut
|
||||
IC_INC = -I../../seq_linear_solvers/ict
|
||||
LIN_SOLVE_INC = -I../../includes
|
||||
LIN_SOLVE_INC = -I../.. -I../../utilities
|
||||
|
||||
INC = $(PETSC_INC) $(PETSC_PRIV_INC) $(MPI_INC) $($(LOCAL_SOLVER)_INC) \
|
||||
$(LIN_SOLVE_INC) -I/home/casc/include
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
#ifndef hypre_PETScSolverParILUT_HEADER
|
||||
#define hypre_PETScSolverParILUT_HEADER
|
||||
|
||||
#include "../../includes/general.h"
|
||||
#include "../../utilities/general.h"
|
||||
#include "../../utilities/memory.h"
|
||||
#ifdef HYPRE_DEBUG
|
||||
#include <gmalloc.h>
|
||||
|
||||
@ -31,7 +31,8 @@ CFLAGS =\
|
||||
${PETSC_CFLAGS}\
|
||||
${ISIS_FLAGS}\
|
||||
-I/usr/local/include\
|
||||
-I${HYPRE_DIR}/includes\
|
||||
-I${HYPRE_DIR}\
|
||||
-I${HYPRE_DIR}/utilities\
|
||||
-DPETSC_AVAILABLE\
|
||||
-DISIS_AVAILABLE\
|
||||
-DHYPRE_MEMORY_CHECK\
|
||||
|
||||
@ -34,7 +34,8 @@ CFLAGS =\
|
||||
${ISIS_FLAGS}\
|
||||
-I/usr/local/include\
|
||||
-I/home/casc/include\
|
||||
-I${HYPRE_DIR}/includes\
|
||||
-I${HYPRE_DIR}\
|
||||
-I${HYPRE_DIR}/utilities\
|
||||
-DPETSC_AVAILABLE\
|
||||
-DISIS_AVAILABLE\
|
||||
-DHYPRE_MEMORY_CHECK\
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
#define _DISTRIBUTED_MATRIX_PILUT_SOLVER_HEADER
|
||||
|
||||
|
||||
#include "../../includes/general.h"
|
||||
#include "../../utilities/general.h"
|
||||
#include "../../utilities/memory.h"
|
||||
#ifdef HYPRE_DEBUG
|
||||
#include <gmalloc.h>
|
||||
|
||||
@ -25,7 +25,7 @@ MPIRUN = mpirun -np 4
|
||||
#PETSc; not used here, but used by objects called from here
|
||||
PETSC_INCLUDES = -I${PETSC_DIR}/include
|
||||
# General
|
||||
HYPRE_INCLUDES = -I../../includes -I/home/casc/include
|
||||
HYPRE_INCLUDES = -I../.. -I../../utilities -I/home/casc/include
|
||||
INCLUDES = $(HYPRE_INCLUDES) $(MPI_INCLUDES) $(PETSC_INCLUDES)
|
||||
LIBDIR = $(MPI_LIBDIR)
|
||||
LIBS = -L. -lHYPREpilut -lm $(MPI_LIBS) $(OTHER_LIBS)
|
||||
|
||||
@ -29,7 +29,7 @@ MPIRUN = mpirun -np 4
|
||||
#PETSc; not used here, but used by objects called from here
|
||||
PETSC_INCLUDES = -I${PETSC_DIR}/include
|
||||
# General
|
||||
HYPRE_INCLUDES = -I../../includes -I/home/casc/include
|
||||
HYPRE_INCLUDES = -I../.. -I../../utilities -I/home/casc/include
|
||||
INCLUDES = $(HYPRE_INCLUDES) $(MPI_INCLUDES) $(PETSC_INCLUDES)
|
||||
LIBDIR = $(MPI_LIBDIR)
|
||||
LIBS = -L. -lHYPREpilut -lm $(MPI_LIBS) $(OTHER_LIBS)
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#ifndef MACROS_H
|
||||
#define MACROS_H
|
||||
|
||||
#include "../../includes/general.h"
|
||||
#include "../../utilities/general.h"
|
||||
|
||||
/*
|
||||
* macros.h
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
#define _DISTRIBUTED_MATRIX_PILUT_SOLVER_HEADER
|
||||
|
||||
|
||||
#include "../../includes/general.h"
|
||||
#include "../../utilities/general.h"
|
||||
#include "../../utilities/memory.h"
|
||||
#ifdef HYPRE_DEBUG
|
||||
#include <gmalloc.h>
|
||||
|
||||
@ -25,7 +25,7 @@ MPIRUN = mpirun -np 4
|
||||
#PETSc; not used here, but used by objects called from here
|
||||
PETSC_INCLUDES = -I${PETSC_DIR}/include
|
||||
# General
|
||||
HYPRE_INCLUDES = -I../../includes -I/home/casc/include
|
||||
HYPRE_INCLUDES = -I../.. -I../../utilities -I/home/casc/include
|
||||
INCLUDES = $(HYPRE_INCLUDES) $(MPI_INCLUDES) $(PETSC_INCLUDES)
|
||||
LIBDIR = $(MPI_LIBDIR)
|
||||
LIBS = -L. -lHYPREpilut -lm $(MPI_LIBS) $(OTHER_LIBS)
|
||||
|
||||
@ -29,7 +29,7 @@ MPIRUN = mpirun -np 4
|
||||
#PETSc; not used here, but used by objects called from here
|
||||
PETSC_INCLUDES = -I${PETSC_DIR}/include
|
||||
# General
|
||||
HYPRE_INCLUDES = -I../../includes -I/home/casc/include
|
||||
HYPRE_INCLUDES = -I../.. -I../../utilities -I/home/casc/include
|
||||
INCLUDES = $(HYPRE_INCLUDES) $(MPI_INCLUDES) $(PETSC_INCLUDES)
|
||||
LIBDIR = $(MPI_LIBDIR)
|
||||
LIBS = -L. -lHYPREpilut -lm $(MPI_LIBS) $(OTHER_LIBS)
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#ifndef MACROS_H
|
||||
#define MACROS_H
|
||||
|
||||
#include "../../includes/general.h"
|
||||
#include "../../utilities/general.h"
|
||||
|
||||
/*
|
||||
* macros.h
|
||||
|
||||
@ -47,7 +47,8 @@ CFLAGS =\
|
||||
${SEQ_SOLVER_FLAGS}\
|
||||
-I/usr/local/include\
|
||||
-I/home/casc/include\
|
||||
-I../includes\
|
||||
-I..\
|
||||
-I../utilities\
|
||||
-DHYPRE_MEMORY_CHECK\
|
||||
-DHYPRE_DEBUG\
|
||||
-I/g/g90/chow/ale3d/isis/include\
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
#ifndef hypre_DISTRIBUTED_MATRIX_HEADER
|
||||
#define hypre_DISTRIBUTED_MATRIX_HEADER
|
||||
|
||||
#include "../includes/general.h"
|
||||
#include "../utilities/general.h"
|
||||
#include "../utilities/memory.h"
|
||||
|
||||
#include "mpi.h"
|
||||
|
||||
@ -3,7 +3,7 @@ OBJS=cg_driver.o ict_driver.o \
|
||||
|
||||
HEADERS = ic_data.h ict_facsol_f.h
|
||||
|
||||
INC = -I.. -I/home/casc/include -I../../includes
|
||||
INC = -I.. -I/home/casc/include -I../.. -I../../utilities
|
||||
|
||||
SPARSKIT_DIR = ../dsparskit
|
||||
LIB = -L$(SPARSKIT_DIR) -ldsparskit
|
||||
|
||||
@ -3,7 +3,7 @@ OBJS=gmres_driver.o ilut_driver.o ilu_setup.o ilu_Initialize.o \
|
||||
|
||||
HEADERS = ilu_data.h ilut_facsol_f.h
|
||||
|
||||
INC = -I.. -I/home/casc/include -I../../includes
|
||||
INC = -I.. -I/home/casc/include -I../.. -I../../utilities
|
||||
|
||||
SPARSKIT_DIR = ../dsparskit
|
||||
LIB = -L$(SPARSKIT_DIR) -ldsparskit
|
||||
|
||||
@ -3,7 +3,7 @@ OBJS=cg_driver.o ict_driver.o \
|
||||
|
||||
HEADERS = ic_data.h ict_facsol_f.h
|
||||
|
||||
INC = -I.. -I/home/casc/include -I../../includes
|
||||
INC = -I.. -I/home/casc/include -I../.. -I../../utilities
|
||||
|
||||
SPARSKIT_DIR = ../dsparskit
|
||||
LIB = -L$(SPARSKIT_DIR) -ldsparskit
|
||||
|
||||
@ -3,7 +3,7 @@ OBJS=gmres_driver.o ilut_driver.o ilu_setup.o ilu_Initialize.o \
|
||||
|
||||
HEADERS = ilu_data.h ilut_facsol_f.h
|
||||
|
||||
INC = -I.. -I/home/casc/include -I../../includes
|
||||
INC = -I.. -I/home/casc/include -I../.. -I../../utilities
|
||||
|
||||
SPARSKIT_DIR = ../dsparskit
|
||||
LIB = -L$(SPARSKIT_DIR) -ldsparskit
|
||||
|
||||
Loading…
Reference in New Issue
Block a user