_matrix_vector=>_mv translations
This commit is contained in:
parent
3ac2d0d8d7
commit
d9015e48a9
@ -7,7 +7,7 @@
|
||||
#define hypre_CI_LS_HEADER
|
||||
|
||||
#include "utilities.h"
|
||||
#include "CI_struct_matrix_vector.h"
|
||||
#include "CI_struct_mv.h"
|
||||
#include "HYPRE.h"
|
||||
|
||||
/*BHEADER**********************************************************************
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#include "../struct_matrix_vector/struct_matrix_vector.h"
|
||||
#include "../struct_mv/struct_mv.h"
|
||||
|
||||
#ifndef HYPRE_CI_MV_HEADER
|
||||
#define HYPRE_CI_MV_HEADER
|
||||
|
||||
@ -25,7 +25,7 @@ CFLAGS = \
|
||||
-I$(srcdir)\
|
||||
-I$(srcdir)/..\
|
||||
-I$(srcdir)/../utilities\
|
||||
-I$(srcdir)/../struct_matrix_vector\
|
||||
-I$(srcdir)/../struct_mv\
|
||||
@PETSCINCLUDE@ \
|
||||
${CINCLUDES} ${CDEFS}
|
||||
|
||||
@ -33,7 +33,7 @@ RANLIB = @RANLIB@
|
||||
|
||||
HEADERS =\
|
||||
headers.h\
|
||||
CI_struct_matrix_vector.h\
|
||||
CI_struct_mv.h\
|
||||
HYPRE_CI_mv.h
|
||||
|
||||
FILES =\
|
||||
|
||||
@ -11,4 +11,4 @@
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "CI_struct_matrix_vector.h"
|
||||
#include "CI_struct_mv.h"
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
pound include "HYPRE_parcsr_mv.h"
|
||||
*/
|
||||
|
||||
#include "parcsr_matrix_vector.h"
|
||||
#include "parcsr_mv.h"
|
||||
|
||||
|
||||
#define hypre_AddStructStencilEltToStructGridpoint( stencil_shape, index, new_index ) \
|
||||
|
||||
@ -19,7 +19,7 @@ PACKAGE=fei-isis
|
||||
#######################################################################
|
||||
|
||||
HYPRE_ROOT = @HYPRE_TOP_SRC_DIR@
|
||||
FEI_ROOT= ${HYPRE_ROOT}/FEI_matrix_vector/fei-base
|
||||
FEI_ROOT= ${HYPRE_ROOT}/FEI_mv/fei-base
|
||||
HYPRE_ARCH=@ARCH@
|
||||
FEI_TARGET=FEI_PLL
|
||||
|
||||
@ -39,8 +39,8 @@ C++INCLUDES=-I$(FEI_ROOT) -I$(HYPRE_ROOT) \
|
||||
-I$(FEI_ROOT)/../fei-hypre \
|
||||
-I$(HYPRE_ROOT)/hypre/include \
|
||||
-I$(HYPRE_ROOT)/utilities \
|
||||
-I$(HYPRE_ROOT)/parcsr_matrix_vector \
|
||||
-I$(HYPRE_ROOT)/seq_matrix_vector \
|
||||
-I$(HYPRE_ROOT)/parcsr_mv \
|
||||
-I$(HYPRE_ROOT)/seq_mv \
|
||||
${CINCLUDES}
|
||||
CXXFLAGS=${CXX_COMPILE_FLAGS} $(OPT) -c
|
||||
|
||||
|
||||
@ -12,8 +12,8 @@
|
||||
#include <assert.h>
|
||||
|
||||
#include "utilities/utilities.h"
|
||||
#include "IJ_matrix_vector/HYPRE_IJ_mv.h"
|
||||
#include "parcsr_matrix_vector/parcsr_matrix_vector.h"
|
||||
#include "IJ_mv/HYPRE_IJ_mv.h"
|
||||
#include "parcsr_mv/parcsr_mv.h"
|
||||
|
||||
extern void qsort1(int*, double*, int, int);
|
||||
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
#include "./IJ_matrix_vector.h"
|
||||
#include "./IJ_mv.h"
|
||||
#include "fortran.h"
|
||||
|
||||
/*--------------------------------------------------------------------------
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
#include "./IJ_matrix_vector.h"
|
||||
#include "./IJ_mv.h"
|
||||
#include "fortran.h"
|
||||
|
||||
/*--------------------------------------------------------------------------
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
#include "./IJ_matrix_vector.h"
|
||||
#include "./IJ_mv.h"
|
||||
|
||||
#include "../HYPRE.h"
|
||||
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
#include "./IJ_matrix_vector.h"
|
||||
#include "./IJ_mv.h"
|
||||
|
||||
#include "../HYPRE.h"
|
||||
|
||||
|
||||
@ -5,8 +5,8 @@
|
||||
#define hypre_IJ_HEADER
|
||||
|
||||
#include "utilities.h"
|
||||
#include "seq_matrix_vector.h"
|
||||
#include "parcsr_matrix_vector.h"
|
||||
#include "seq_mv.h"
|
||||
#include "parcsr_mv.h"
|
||||
#include "HYPRE_IJ_mv.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
#include "IJ_matrix_vector.h"
|
||||
#include "IJ_mv.h"
|
||||
#include "aux_parcsr_matrix.h"
|
||||
|
||||
/*--------------------------------------------------------------------------
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
# $Revision$
|
||||
#EHEADER***********************************************************************
|
||||
|
||||
INTERNAL_HEADER=IJ_matrix_vector.h
|
||||
INTERNAL_HEADER=IJ_mv.h
|
||||
|
||||
#===========================================================================
|
||||
# Include guards and other includes
|
||||
@ -22,8 +22,8 @@ cat > $INTERNAL_HEADER <<@
|
||||
#define hypre_IJ_HEADER
|
||||
|
||||
#include "utilities.h"
|
||||
#include "seq_matrix_vector.h"
|
||||
#include "parcsr_matrix_vector.h"
|
||||
#include "seq_mv.h"
|
||||
#include "parcsr_mv.h"
|
||||
#include "HYPRE_IJ_mv.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
@ -11,5 +11,5 @@
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "IJ_matrix_vector.h"
|
||||
#include "IJ_mv.h"
|
||||
#include "HYPRE_IJ_mv.h"
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
#include "IJ_matrix_vector.h"
|
||||
#include "IJ_mv.h"
|
||||
#include "aux_parcsr_matrix.h"
|
||||
|
||||
/******************************************************************************
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
#ifndef Hypre_Box_DataMembers_
|
||||
#define Hypre_Box_DataMembers_
|
||||
|
||||
#include "struct_matrix_vector.h"
|
||||
#include "struct_mv.h"
|
||||
|
||||
struct Hypre_Box_private_type
|
||||
{
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
#include "Hypre_ParCSRMatrix_Data.h"
|
||||
#include "HYPRE_parcsr_ls.h"
|
||||
#include "HYPRE_IJ_mv.h"
|
||||
#include "IJ_matrix_vector.h"
|
||||
#include "IJ_mv.h"
|
||||
|
||||
/* *************************************************
|
||||
* Constructor
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
#include <assert.h>
|
||||
#include "Hypre_ParCSRVector_Skel.h"
|
||||
#include "Hypre_ParCSRVector_Data.h"
|
||||
#include "IJ_matrix_vector.h"
|
||||
#include "IJ_mv.h"
|
||||
#include "Hypre_Partition_Skel.h"
|
||||
#include "Hypre_PartitionBuilder_Skel.h"
|
||||
#include "Hypre_Map_Stub.h"
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
#include "Hypre_MPI_Com_Skel.h"
|
||||
#include "Hypre_MPI_Com_Data.h"
|
||||
#include "HYPRE_IJ_mv.h"
|
||||
#include "IJ_matrix_vector.h"
|
||||
#include "IJ_mv.h"
|
||||
#include "Hypre_Partition_Skel.h"
|
||||
#include "Hypre_PartitionBuilder_Skel.h"
|
||||
#include "Hypre_Map_Stub.h"
|
||||
|
||||
@ -19,8 +19,8 @@ which needs libgcc.a ... */
|
||||
#include "Hypre_PartitionBuilder_Skel.h"
|
||||
#include "Hypre_Map_Stub.h"
|
||||
#include "HYPRE_IJ_mv.h"
|
||||
#include "IJ_matrix_vector.h"
|
||||
#include "parcsr_matrix_vector.h"
|
||||
#include "IJ_mv.h"
|
||||
#include "parcsr_mv.h"
|
||||
#include "Hypre_ParCSRVectorBuilder_IOR.h"
|
||||
#include "HYPRE.h"
|
||||
|
||||
|
||||
@ -88,8 +88,8 @@ int impl_Hypre_ParCSRVectorBuilder_Start
|
||||
* set and storage allocated, this just resets the partitioning vector.
|
||||
* But that could invalidate the already-set local storage and indices.
|
||||
* For some hints about this issue, look at
|
||||
* IJ_matrix_vector/hypre_IJVector_parcsr.c:hypre_IJVectorSetPartitioningPar
|
||||
* and parcsr_matrix_vector/par_vector.c:hypre_ParVectorCreate .
|
||||
* IJ_mv/hypre_IJVector_parcsr.c:hypre_IJVectorSetPartitioningPar
|
||||
* and parcsr_mv/par_vector.c:hypre_ParVectorCreate .
|
||||
**********************************************************/
|
||||
/* int impl_Hypre_ParCSRVectorBuilder_SetPartitioning */
|
||||
/* ( Hypre_ParCSRVectorBuilder this, array1int partitioning ) { */
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#define Hypre_StructGrid_DataMembers_
|
||||
|
||||
#include "HYPRE_struct_mv.h"
|
||||
#include "struct_matrix_vector.h"
|
||||
#include "struct_mv.h"
|
||||
#include "Hypre_MPI_Com_Skel.h"
|
||||
#include "Hypre_MPI_Com_Data.h"
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
*/
|
||||
|
||||
#include "HYPRE_struct_mv.h"
|
||||
#include "struct_matrix_vector.h"
|
||||
#include "struct_mv.h"
|
||||
#include "Hypre_Box_Skel.h"
|
||||
#include "Hypre_StructGrid_Skel.h"
|
||||
#include "Hypre_StructStencil_Skel.h"
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#define Hypre_StructMatrix_DataMembers_
|
||||
|
||||
#include "HYPRE_struct_mv.h"
|
||||
#include "struct_matrix_vector.h"
|
||||
#include "struct_mv.h"
|
||||
|
||||
struct Hypre_StructMatrix_private_type
|
||||
{
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#define Hypre_StructStencil_DataMembers_
|
||||
|
||||
#include "HYPRE_struct_mv.h"
|
||||
#include "struct_matrix_vector.h"
|
||||
#include "struct_mv.h"
|
||||
|
||||
struct Hypre_StructStencil_private_type
|
||||
{
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
#include "Hypre_StructVector_Skel.h"
|
||||
#include "Hypre_StructVector_Data.h"
|
||||
#include "HYPRE_struct_mv.h"
|
||||
#include "struct_matrix_vector.h"
|
||||
#include "struct_mv.h"
|
||||
#include "Hypre_Box_Skel.h"
|
||||
#include "Hypre_StructGrid_Skel.h"
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#define Hypre_StructVector_DataMembers_
|
||||
|
||||
#include "HYPRE_struct_mv.h"
|
||||
#include "struct_matrix_vector.h"
|
||||
#include "struct_mv.h"
|
||||
#include "Hypre_StructGrid_IOR.h"
|
||||
|
||||
struct Hypre_StructVector_private_type
|
||||
|
||||
@ -10,7 +10,7 @@ lib_LIBRARIES = libhypre_class.a
|
||||
libhypre_class_a_SOURCES = ${PREBUILT_SRCS} ${GENERATED_SRCS} ${PREBUILT_HDRS} ${GENERATED_HDRS}
|
||||
#libhypre_class_a_HEADERS =
|
||||
|
||||
HYPRE_INCLUDES = -I../../hypre/include -I../../struct_matrix_vector -I../babel_stubs_c -I../babel
|
||||
HYPRE_INCLUDES = -I../../hypre/include -I../../struct_mv -I../babel_stubs_c -I../babel
|
||||
# BABEL_INCLUDES = -I${BABELDIR}/include -I${BABELDIR}/include/babel
|
||||
BABEL_INCLUDES = -I${BABELDIR}/babel-0.4.1/source/runtime/ -I${BABELDIR}/babel-0.4.1/source/runtime/babel
|
||||
INCLUDES = -I.. ${HYPRE_INCLUDES} ${BABEL_INCLUDES}
|
||||
|
||||
@ -128,7 +128,7 @@ lib_LIBRARIES = libhypre_class.a
|
||||
libhypre_class_a_SOURCES = ${PREBUILT_SRCS} ${GENERATED_SRCS} ${PREBUILT_HDRS} ${GENERATED_HDRS}
|
||||
#libhypre_class_a_HEADERS =
|
||||
|
||||
HYPRE_INCLUDES = -I../../hypre/include -I../../struct_matrix_vector -I../babel_stubs_c -I../babel
|
||||
HYPRE_INCLUDES = -I../../hypre/include -I../../struct_mv -I../babel_stubs_c -I../babel
|
||||
# BABEL_INCLUDES = -I${BABELDIR}/include -I${BABELDIR}/include/babel
|
||||
BABEL_INCLUDES = -I${BABELDIR}/babel-0.4.1/source/runtime/ -I${BABELDIR}/babel-0.4.1/source/runtime/babel
|
||||
INCLUDES = -I.. ${HYPRE_INCLUDES} ${BABEL_INCLUDES}
|
||||
|
||||
@ -8,7 +8,7 @@ testum_SOURCES = testum.c
|
||||
|
||||
testum_LDADD = -L$(BABELDIR)/lib -L../../hypre/lib -L../Hypre -lhypre_class -lbabel -lHYPRE_ls -lHYPRE_mv -lHYPRE_utilities
|
||||
|
||||
HYPRE_INCLUDES = -I../../hypre/include -I../../struct_matrix_vector
|
||||
HYPRE_INCLUDES = -I../../hypre/include -I../../struct_mv
|
||||
BABEL_INCLUDES = -I${BABELDIR}/include -I${BABELDIR}/include/babel
|
||||
INCLUDES = -I.. ${HYPRE_INCLUDES} ${BABEL_INCLUDES} -I../Hypre
|
||||
|
||||
|
||||
@ -77,7 +77,7 @@ testum_SOURCES = testum.c
|
||||
|
||||
testum_LDADD = -L$(BABELDIR)/lib -L../../hypre/lib -L../Hypre -lhypre_class -lbabel -lHYPRE_ls -lHYPRE_mv -lHYPRE_utilities
|
||||
|
||||
HYPRE_INCLUDES = -I../../hypre/include -I../../struct_matrix_vector
|
||||
HYPRE_INCLUDES = -I../../hypre/include -I../../struct_mv
|
||||
BABEL_INCLUDES = -I${BABELDIR}/include -I${BABELDIR}/include/babel
|
||||
INCLUDES = -I.. ${HYPRE_INCLUDES} ${BABEL_INCLUDES} -I../Hypre
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
|
||||
@ -33,8 +33,8 @@ CFLAGS = \
|
||||
-I$(srcdir)\
|
||||
-I$(srcdir)/../..\
|
||||
-I$(srcdir)/../../utilities\
|
||||
-I$(srcdir)/../../parcsr_matrix_vector\
|
||||
-I$(srcdir)/../../seq_matrix_vector\
|
||||
-I$(srcdir)/../../parcsr_mv\
|
||||
-I$(srcdir)/../../seq_mv\
|
||||
-I$(srcdir)/../../hypre/include\
|
||||
${CINCLUDES}\
|
||||
${CDEFS}
|
||||
|
||||
@ -62,8 +62,8 @@ CFLAGS = \
|
||||
-I$(srcdir)/..\
|
||||
-I$(srcdir)/../utilities\
|
||||
-I$(srcdir)/../distributed_matrix\
|
||||
-I$(srcdir)/../seq_matrix_vector\
|
||||
-I$(srcdir)/../parcsr_matrix_vector\
|
||||
-I$(srcdir)/../seq_mv\
|
||||
-I$(srcdir)/../parcsr_mv\
|
||||
@PETSCINCLUDE@ \
|
||||
${C_COMPILE_FLAGS}\
|
||||
${CINCLUDES} ${CDEFS}
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
#include "HYPRE_distributed_matrix_protos.h"
|
||||
|
||||
/* Matrix prototypes for IJMatirx */
|
||||
#include "IJ_matrix_vector/HYPRE_IJ_mv.h"
|
||||
#include "IJ_mv/HYPRE_IJ_mv.h"
|
||||
|
||||
/*--------------------------------------------------------------------------
|
||||
* HYPRE_BuildIJMatrixFromDistributedMatrix
|
||||
|
||||
@ -51,9 +51,9 @@ CFLAGS = \
|
||||
-I$(srcdir)/../utilities\
|
||||
-I$(srcdir)/../matrix_matrix\
|
||||
-I$(srcdir)/../distributed_matrix\
|
||||
-I$(srcdir)/../IJ_matrix_vector\
|
||||
-I$(srcdir)/../seq_matrix_vector\
|
||||
-I$(srcdir)/../parcsr_matrix_vector\
|
||||
-I$(srcdir)/../IJ_mv\
|
||||
-I$(srcdir)/../seq_mv\
|
||||
-I$(srcdir)/../parcsr_mv\
|
||||
@PETSCINCLUDE@\
|
||||
${C_COMPILE_FLAGS}\
|
||||
${CINCLUDES} ${CDEFS}
|
||||
|
||||
@ -42,8 +42,8 @@
|
||||
|
||||
#include "../matrix_matrix/HYPRE_matrix_matrix_protos.h"
|
||||
|
||||
#include "../seq_matrix_vector/vector.h"
|
||||
#include "../parcsr_matrix_vector/par_vector.h"
|
||||
#include "../seq_mv/vector.h"
|
||||
#include "../parcsr_mv/par_vector.h"
|
||||
|
||||
#ifdef MLPACK
|
||||
|
||||
|
||||
@ -8,8 +8,8 @@
|
||||
|
||||
#include "utilities.h"
|
||||
#include "krylov.h"
|
||||
#include "seq_matrix_vector.h"
|
||||
#include "parcsr_matrix_vector.h"
|
||||
#include "seq_mv.h"
|
||||
#include "parcsr_mv.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@ -27,7 +27,7 @@ CFLAGS =\
|
||||
-I$(srcdir)\
|
||||
-I$(srcdir)/..\
|
||||
-I$(srcdir)/../utilities\
|
||||
-I$(srcdir)/../seq_matrix_vector\
|
||||
-I$(srcdir)/../seq_mv\
|
||||
${CINCLUDES}\
|
||||
${CDEFS}
|
||||
|
||||
@ -39,7 +39,7 @@ LDLIBFLAGS = @LDLIBDIRS@ @LDLIBS@
|
||||
|
||||
LFLAGS =\
|
||||
-L.\
|
||||
-L../seq_matrix_vector\
|
||||
-L../seq_mv\
|
||||
-L../utilities\
|
||||
-lHYPRE_parcsr_mv\
|
||||
-lHYPRE_seq_mv\
|
||||
@ -51,7 +51,7 @@ HEADERS =\
|
||||
headers.h\
|
||||
par_csr_matrix.h\
|
||||
par_vector.h\
|
||||
parcsr_matrix_vector.h\
|
||||
parcsr_mv.h\
|
||||
HYPRE_parcsr_mv.h
|
||||
|
||||
FILES =\
|
||||
@ -95,7 +95,7 @@ driver_matmul: driver_matmul.o libHYPRE_parcsr_mv.a
|
||||
|
||||
install: all
|
||||
@cp -f $(srcdir)/HYPRE_*.h $$HYPRE_INSTALL_DIR/include/.
|
||||
@cp -f $(srcdir)/parcsr_matrix_vector.h $$HYPRE_INSTALL_DIR/include/.
|
||||
@cp -f $(srcdir)/parcsr_mv.h $$HYPRE_INSTALL_DIR/include/.
|
||||
@cp -f libHYPRE_*.a $$HYPRE_INSTALL_DIR/lib/.
|
||||
|
||||
clean:
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
# $Revision$
|
||||
#EHEADER***********************************************************************
|
||||
|
||||
INTERNAL_HEADER=parcsr_matrix_vector.h
|
||||
INTERNAL_HEADER=parcsr_mv.h
|
||||
|
||||
#===========================================================================
|
||||
# Include guards and other includes
|
||||
@ -24,7 +24,7 @@ cat > $INTERNAL_HEADER <<@
|
||||
#define hypre_PARCSR_MV_HEADER
|
||||
|
||||
#include "utilities.h"
|
||||
#include "seq_matrix_vector.h"
|
||||
#include "seq_mv.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@ -11,6 +11,6 @@
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "parcsr_matrix_vector.h"
|
||||
#include "parcsr_mv.h"
|
||||
|
||||
|
||||
|
||||
@ -14,13 +14,13 @@
|
||||
|
||||
#include "headers.h"
|
||||
|
||||
#include "../seq_matrix_vector/HYPRE_seq_mv.h"
|
||||
#include "../seq_mv/HYPRE_seq_mv.h"
|
||||
/* In addition to publically accessible interface in HYPRE_mv.h, the implementation
|
||||
in this file uses accessor macros into the sequential matrix structure, and
|
||||
so includes the .h that defines that structure. Should those accessor functions
|
||||
become proper functions at some later date, this will not be necessary. AJC 4/99
|
||||
*/
|
||||
#include "../seq_matrix_vector/csr_matrix.h"
|
||||
#include "../seq_mv/csr_matrix.h"
|
||||
|
||||
/*--------------------------------------------------------------------------
|
||||
* hypre_ParCSRMatrixCreate
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
#define hypre_PARCSR_MV_HEADER
|
||||
|
||||
#include "utilities.h"
|
||||
#include "seq_matrix_vector.h"
|
||||
#include "seq_mv.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#define hypre_LS_HEADER
|
||||
|
||||
#include "utilities.h"
|
||||
#include "seq_matrix_vector.h"
|
||||
#include "seq_mv.h"
|
||||
|
||||
*/
|
||||
|
||||
|
||||
@ -26,7 +26,7 @@ CFLAGS =\
|
||||
-I$(srcdir)\
|
||||
-I$(srcdir)/../..\
|
||||
-I$(srcdir)/../../utilities\
|
||||
-I$(srcdir)/../../seq_matrix_vector\
|
||||
-I$(srcdir)/../../seq_mv\
|
||||
${CINCLUDES}\
|
||||
${CDEFS}
|
||||
|
||||
@ -39,7 +39,7 @@ LDLIBFLAGS = @LDLIBDIRS@ @LDLIBS@
|
||||
LFLAGS =\
|
||||
-L.\
|
||||
-lX11\
|
||||
-L../../seq_matrix_vector\
|
||||
-L../../seq_mv\
|
||||
-L../../utilities\
|
||||
-lHYPRE_amge_ls\
|
||||
-lHYPRE_seq_mv\
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
#define hypre_LS_HEADER
|
||||
|
||||
#include "utilities.h"
|
||||
#include "seq_matrix_vector.h"
|
||||
#include "seq_mv.h"
|
||||
|
||||
#include "AMGe_matrix_topology.h"
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#define hypre_LS_HEADER
|
||||
|
||||
#include "utilities.h"
|
||||
#include "seq_matrix_vector.h"
|
||||
#include "seq_mv.h"
|
||||
|
||||
*/
|
||||
|
||||
|
||||
@ -26,7 +26,7 @@ CFLAGS =\
|
||||
-I$(srcdir)\
|
||||
-I$(srcdir)/../..\
|
||||
-I$(srcdir)/../../utilities\
|
||||
-I$(srcdir)/../../seq_matrix_vector\
|
||||
-I$(srcdir)/../../seq_mv\
|
||||
${CINCLUDES}\
|
||||
${CDEFS}
|
||||
|
||||
@ -39,7 +39,7 @@ LDLIBFLAGS = @LDLIBDIRS@ @LDLIBS@
|
||||
LFLAGS =\
|
||||
-L.\
|
||||
-lX11\
|
||||
-L../../seq_matrix_vector\
|
||||
-L../../seq_mv\
|
||||
-L../../utilities\
|
||||
-lHYPRE_amge_ls\
|
||||
-lHYPRE_seq_mv\
|
||||
|
||||
@ -25,7 +25,7 @@ CFLAGS =\
|
||||
${C_COMPILE_FLAGS}\
|
||||
-I../..\
|
||||
-I../../utilities\
|
||||
-I../../seq_matrix_vector\
|
||||
-I../../seq_mv\
|
||||
${CINCLUDES}\
|
||||
${CDEFS}
|
||||
|
||||
@ -38,7 +38,7 @@ LDLIBFLAGS =
|
||||
LFLAGS =\
|
||||
-L.\
|
||||
-lX11\
|
||||
-L../../seq_matrix_vector\
|
||||
-L../../seq_mv\
|
||||
-L../../utilities\
|
||||
-lHYPRE_amge_ls\
|
||||
-lHYPRE_seq_mv\
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
#define hypre_LS_HEADER
|
||||
|
||||
#include "utilities.h"
|
||||
#include "seq_matrix_vector.h"
|
||||
#include "seq_mv.h"
|
||||
|
||||
#include "AMGe_matrix_topology.h"
|
||||
|
||||
|
||||
@ -46,7 +46,7 @@ LFLAGS =\
|
||||
-L/home/casc/g77/lib\
|
||||
-L/usr/local/mpi/mpich/lib/solaris/ch_p4\
|
||||
-L.\
|
||||
-L../../seq_matrix_vector\
|
||||
-L../../seq_mv\
|
||||
-L../../utilities\
|
||||
-lHYPRE_ls\
|
||||
-lHYPRE_mv\
|
||||
|
||||
@ -51,7 +51,7 @@ LFLAGS =\
|
||||
-L/home/casc/g77/lib\
|
||||
-L/usr/local/mpi/mpich/lib/solaris/ch_p4\
|
||||
-L.\
|
||||
-L../../seq_matrix_vector\
|
||||
-L../../seq_mv\
|
||||
-L../../utilities\
|
||||
-lHYPRE_ls\
|
||||
-lHYPRE_mv\
|
||||
|
||||
@ -28,7 +28,7 @@ CFLAGS =\
|
||||
-I$(srcdir)/../..\
|
||||
-I$(srcdir)/../../utilities\
|
||||
-I$(srcdir)/../../krylov\
|
||||
-I$(srcdir)/../../seq_matrix_vector\
|
||||
-I$(srcdir)/../../seq_mv\
|
||||
${CINCLUDES}\
|
||||
${CDEFS}
|
||||
|
||||
@ -40,7 +40,7 @@ LDLIBFLAGS = @LDLIBDIRS@ @LDLIBS@
|
||||
|
||||
LFLAGS =\
|
||||
-L.\
|
||||
-L../../seq_matrix_vector\
|
||||
-L../../seq_mv\
|
||||
-L../../utilities\
|
||||
-lHYPRE_amg_ls\
|
||||
-lHYPRE_seq_mv\
|
||||
|
||||
@ -25,7 +25,7 @@ cat > $INTERNAL_HEADER <<@
|
||||
|
||||
#include "utilities.h"
|
||||
#include "krylov.h"
|
||||
#include "seq_matrix_vector.h"
|
||||
#include "seq_mv.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
|
||||
#include "utilities.h"
|
||||
#include "krylov.h"
|
||||
#include "seq_matrix_vector.h"
|
||||
#include "seq_mv.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@ -45,7 +45,7 @@ LFLAGS =\
|
||||
|
||||
HEADERS =\
|
||||
HYPRE_seq_mv.h\
|
||||
seq_matrix_vector.h\
|
||||
seq_mv.h\
|
||||
csr_matrix.h\
|
||||
headers.h\
|
||||
mapped_matrix.h\
|
||||
@ -75,7 +75,7 @@ all: libHYPRE_seq_mv.a
|
||||
|
||||
install: all
|
||||
@cp -f $(srcdir)/HYPRE_*.h $$HYPRE_INSTALL_DIR/include/.
|
||||
@cp -f $(srcdir)/seq_matrix_vector.h $$HYPRE_INSTALL_DIR/include/.
|
||||
@cp -f $(srcdir)/seq_mv.h $$HYPRE_INSTALL_DIR/include/.
|
||||
@cp -f libHYPRE_*.a $$HYPRE_INSTALL_DIR/lib/.
|
||||
|
||||
clean:
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
# $Revision$
|
||||
#EHEADER***********************************************************************
|
||||
|
||||
INTERNAL_HEADER=seq_matrix_vector.h
|
||||
INTERNAL_HEADER=seq_mv.h
|
||||
|
||||
#===========================================================================
|
||||
# Include guards and other includes
|
||||
|
||||
@ -11,6 +11,6 @@
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "seq_matrix_vector.h"
|
||||
#include "seq_mv.h"
|
||||
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
|
||||
#include "utilities.h"
|
||||
#include "krylov.h"
|
||||
#include "sstruct_matrix_vector.h"
|
||||
#include "sstruct_mv.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@ -25,17 +25,17 @@ CFLAGS =\
|
||||
-I$(srcdir)\
|
||||
-I$(srcdir)/..\
|
||||
-I$(srcdir)/../utilities\
|
||||
-I$(srcdir)/../struct_matrix_vector\
|
||||
-I$(srcdir)/../seq_matrix_vector\
|
||||
-I$(srcdir)/../parcsr_matrix_vector\
|
||||
-I$(srcdir)/../IJ_matrix_vector\
|
||||
-I$(srcdir)/../struct_mv\
|
||||
-I$(srcdir)/../seq_mv\
|
||||
-I$(srcdir)/../parcsr_mv\
|
||||
-I$(srcdir)/../IJ_mv\
|
||||
${CINCLUDES}
|
||||
|
||||
RANLIB= @RANLIB@
|
||||
|
||||
HEADERS =\
|
||||
HYPRE_sstruct_mv.h\
|
||||
sstruct_matrix_vector.h\
|
||||
sstruct_mv.h\
|
||||
headers.h\
|
||||
sstruct_graph.h\
|
||||
sstruct_grid.h\
|
||||
@ -72,7 +72,7 @@ all: libHYPRE_sstruct_mv.a
|
||||
|
||||
install: all
|
||||
@cp -f $(srcdir)/HYPRE_*.h $$HYPRE_INSTALL_DIR/include/.
|
||||
@cp -f $(srcdir)/sstruct_matrix_vector.h $$HYPRE_INSTALL_DIR/include/.
|
||||
@cp -f $(srcdir)/sstruct_mv.h $$HYPRE_INSTALL_DIR/include/.
|
||||
@cp -f libHYPRE_*.a $$HYPRE_INSTALL_DIR/lib/.
|
||||
|
||||
clean:
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
# $Revision$
|
||||
#EHEADER***********************************************************************
|
||||
|
||||
INTERNAL_HEADER=sstruct_matrix_vector.h
|
||||
INTERNAL_HEADER=sstruct_mv.h
|
||||
|
||||
#===========================================================================
|
||||
# Include guards and other includes
|
||||
@ -24,8 +24,8 @@ cat > $INTERNAL_HEADER <<@
|
||||
#define hypre_SSTRUCT_MV_HEADER
|
||||
|
||||
#include "utilities.h"
|
||||
#include "struct_matrix_vector.h"
|
||||
#include "IJ_matrix_vector.h"
|
||||
#include "struct_mv.h"
|
||||
#include "IJ_mv.h"
|
||||
#include "HYPRE.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
@ -11,4 +11,4 @@
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "sstruct_matrix_vector.h"
|
||||
#include "sstruct_mv.h"
|
||||
|
||||
@ -7,8 +7,8 @@
|
||||
#define hypre_SSTRUCT_MV_HEADER
|
||||
|
||||
#include "utilities.h"
|
||||
#include "struct_matrix_vector.h"
|
||||
#include "IJ_matrix_vector.h"
|
||||
#include "struct_mv.h"
|
||||
#include "IJ_mv.h"
|
||||
#include "HYPRE.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#include "../struct_matrix_vector/struct_matrix_vector.h"
|
||||
#include "../struct_mv/struct_mv.h"
|
||||
|
||||
#ifndef HYPRE_structIJ_MV_HEADER
|
||||
#define HYPRE_structIJ_MV_HEADER
|
||||
|
||||
@ -2,4 +2,4 @@
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "structIJ_matrix_vector.h"
|
||||
#include "structIJ_mv.h"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#include "HYPRE_structIJ_mv.h"
|
||||
#include "HYPRE_IJ_mv.h"
|
||||
#include "IJ_matrix_vector.h"
|
||||
#include "CI_struct_matrix_vector.h"
|
||||
#include "IJ_mv.h"
|
||||
#include "CI_struct_mv.h"
|
||||
#include "utilities.h"
|
||||
|
||||
#ifndef hypre_structIJ_MV_HEADER
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
#define hypre_STRUCT_LS_HEADER
|
||||
|
||||
#include "utilities.h"
|
||||
#include "struct_matrix_vector.h"
|
||||
#include "struct_mv.h"
|
||||
#include "krylov.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
@ -40,7 +40,7 @@ HEADERS =\
|
||||
struct_matrix.h\
|
||||
struct_stencil.h\
|
||||
struct_vector.h\
|
||||
struct_matrix_vector.h\
|
||||
struct_mv.h\
|
||||
HYPRE_struct_mv.h
|
||||
|
||||
FILES =\
|
||||
@ -83,7 +83,7 @@ all: libHYPRE_struct_mv.a
|
||||
|
||||
install: all
|
||||
@cp -f $(srcdir)/HYPRE_*.h $$HYPRE_INSTALL_DIR/include/.
|
||||
@cp -f $(srcdir)/struct_matrix_vector.h $$HYPRE_INSTALL_DIR/include/.
|
||||
@cp -f $(srcdir)/struct_mv.h $$HYPRE_INSTALL_DIR/include/.
|
||||
@cp -f libHYPRE_*.a $$HYPRE_INSTALL_DIR/lib/.
|
||||
|
||||
clean:
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
# $Revision$
|
||||
#EHEADER***********************************************************************
|
||||
|
||||
INTERNAL_HEADER=struct_matrix_vector.h
|
||||
INTERNAL_HEADER=struct_mv.h
|
||||
|
||||
#===========================================================================
|
||||
# Include guards and other includes
|
||||
|
||||
@ -11,4 +11,4 @@
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "struct_matrix_vector.h"
|
||||
#include "struct_mv.h"
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
#include "HYPRE_parcsr_mv.h"
|
||||
|
||||
#include "HYPRE_IJ_mv.h"
|
||||
#include "IJ_matrix_vector.h"
|
||||
#include "IJ_mv.h"
|
||||
#include "HYPRE_parcsr_ls.h"
|
||||
|
||||
#include "Hypre_LinearOperator_Stub.h"
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
#define DEBUG 0
|
||||
|
||||
#if DEBUG
|
||||
#include "sstruct_matrix_vector.h"
|
||||
#include "sstruct_mv.h"
|
||||
#endif
|
||||
|
||||
/*--------------------------------------------------------------------------
|
||||
|
||||
@ -25,7 +25,7 @@ CDEFS = @HYPREDEFS@ -DHYPRE_TIMING
|
||||
CFLAGS =\
|
||||
${C_COMPILE_FLAGS}\
|
||||
-I$(srcdir)/../utilities\
|
||||
-I$(srcdir)/../struct_matrix_vector\
|
||||
-I$(srcdir)/../struct_mv\
|
||||
${CINCLUDES} ${CDEFS}
|
||||
|
||||
RANLIB= @RANLIB@
|
||||
@ -35,7 +35,7 @@ LIBFLAGS = @LIBDIRS@ @LIBS@
|
||||
LDLIBFLAGS = @LDLIBDIRS@ @LDLIBS@
|
||||
|
||||
LFLAGS =\
|
||||
-L../struct_matrix_vector\
|
||||
-L../struct_mv\
|
||||
-L../utilities\
|
||||
-lHYPRE_mv\
|
||||
-lHYPRE_utilities\
|
||||
|
||||
Loading…
Reference in New Issue
Block a user