Installing SWMF
touch Library/src/Makefile.DEPEND Library/src/Makefile.RULES
make[1]: Entering directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE'
tar -xzf hypre-2.7.0b.tar.gz
cd hypre-2.7.0b/src; \
		mv configure configure.orig; \
		cp ../../configure.hypre-2.7.0b.fixed configure; \
		./configure --without-fei \
			CC=gcc CXX=gcc; \
		make -j4 install
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for mpxlf... no
checking for mpixlf77... no
checking for mpiifort... no
checking for mpf77... no
checking for mpif77... no
checking for mpipgf77... no
checking whether make sets $(MAKE)... yes
checking for ranlib... ranlib
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking whether we are using the GNU C++ compiler... yes
checking whether gcc accepts -g... yes
checking how to run the C++ preprocessor... gcc -E
checking for MPI_Init... no
checking for MPI_Init in -lmpi... yes
checking for mpi.h... yes
checking for MPI_Comm_f2c... yes
checking for cabs in -lm... yes
checking the hostname... pfe1
checking the architecture... LINUX
configure: creating ./config.status
config.status: creating config/Makefile.config
config.status: creating HYPRE_config.h
make[2]: Entering directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src'
Making /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/blas ...
make[3]: Entering directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/blas'
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c blas_utils.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dasum.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c daxpy.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dcopy.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c ddot.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dgemm.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dgemv.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dger.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dnrm2.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c drot.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dscal.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dswap.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dsymm.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dsymv.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dsyr2.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dsyr2k.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dsyrk.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dtrmm.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dtrmv.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dtrsm.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dtrsv.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c idamax.c 
cp -fp *.o /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/utilities
make[3]: Leaving directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/blas'

Making /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/lapack ...
make[3]: Entering directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/lapack'
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dbdsqr.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dgebd2.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dgebrd.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dgelq2.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dgelqf.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dgels.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dgeqr2.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dgeqrf.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dgesvd.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dgetrf.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dgetrs.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dgetf2.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dlabad.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dlabrd.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dlacpy.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dlae2.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dlaev2.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dlange.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dlanst.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dlansy.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dlapy2.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dlarfb.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dlarf.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dlarfg.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dlarft.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dlartg.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dlas2.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dlascl.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dlaset.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dlasq1.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dlasq2.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dlasq3.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dlasq4.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dlasq5.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dlasq6.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dlasr.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dlasrt.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dlassq.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dlaswp.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dlasv2.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dlatrd.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dorg2l.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dorg2r.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dorgbr.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dorgl2.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dorglq.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dorgql.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dorgqr.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dorgtr.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dorm2r.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dormbr.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dorml2.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dormlq.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dormqr.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dpotf2.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dpotrf.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dpotrs.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dsteqr.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dsterf.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dsyev.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dsygs2.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dsygst.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dsygv.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dsytd2.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c dsytrd.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c ieeeck.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c ilaenv.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c lapack_utils.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c lsame.c 
gcc -O2 -DHAVE_CONFIG_H  -I.. -I../utilities -c xerbla.c 
gcc   -I.. -I../utilities -c dlamch.c
cp -fp *.o /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/utilities
make[3]: Leaving directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/lapack'

Making utilities ...
make[3]: Entering directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/utilities'
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I.    -DHYPRE_TIMING -c amg_linklist.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I.    -DHYPRE_TIMING -c binsearch.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I.    -DHYPRE_TIMING -c exchange_data.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I.    -DHYPRE_TIMING -c fortran_matrix.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I.    -DHYPRE_TIMING -c hypre_ap.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I.    -DHYPRE_TIMING -c hypre_printf.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I.    -DHYPRE_TIMING -c hypre_memory.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I.    -DHYPRE_TIMING -c hypre_qsort.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I.    -DHYPRE_TIMING -c memory_dmalloc.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I.    -DHYPRE_TIMING -c mpistubs.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I.    -DHYPRE_TIMING -c qsplit.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I.    -DHYPRE_TIMING -c random.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I.    -DHYPRE_TIMING -c threading.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I.    -DHYPRE_TIMING -c thread_mpistubs.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I.    -DHYPRE_TIMING -c timer.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I.    -DHYPRE_TIMING -c timing.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I.    -DHYPRE_TIMING -c umalloc_local.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I.    -DHYPRE_TIMING -c hypre_mpi_comm_f2c.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I.    -DHYPRE_TIMING -c hypre_error.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I.    -DHYPRE_TIMING -c F90_HYPRE_error.c 
Building libHYPRE_utilities.a ... 
ar -rcu libHYPRE_utilities.a *.o
ranlib libHYPRE_utilities.a
cp -fpPR ./HYPRE_*.h /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include
cp -fpPR ./_hypre_utilities.h /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include
cp -fpPR ./fortran*.h /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include
make[3]: Leaving directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/utilities'

Making multivector ...
make[3]: Entering directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/multivector'
gcc -O2 -DHAVE_CONFIG_H -I. -I./.. -I./../utilities   -c multivector.c 
gcc -O2 -DHAVE_CONFIG_H -I. -I./.. -I./../utilities   -c temp_multivector.c 
Building libHYPRE_multivector.a ... 
ar -rcu libHYPRE_multivector.a multivector.o temp_multivector.o
ranlib libHYPRE_multivector.a
cp -fpPR *.h /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include
make[3]: Leaving directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/multivector'

Making krylov ...
make[3]: Entering directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/krylov'
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../multivector -I./../utilities   -c bicgstab.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../multivector -I./../utilities   -c cgnr.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../multivector -I./../utilities   -c gmres.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../multivector -I./../utilities   -c flexgmres.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../multivector -I./../utilities   -c lgmres.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../multivector -I./../utilities   -c HYPRE_bicgstab.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../multivector -I./../utilities   -c HYPRE_cgnr.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../multivector -I./../utilities   -c HYPRE_gmres.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../multivector -I./../utilities   -c HYPRE_lgmres.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../multivector -I./../utilities   -c HYPRE_flexgmres.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../multivector -I./../utilities   -c HYPRE_pcg.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../multivector -I./../utilities   -c pcg.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../multivector -I./../utilities   -c HYPRE_lobpcg.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../multivector -I./../utilities   -c lobpcg.c 
Building libHYPRE_krylov.a ... 
ar -rcu libHYPRE_krylov.a bicgstab.o cgnr.o gmres.o flexgmres.o lgmres.o HYPRE_bicgstab.o HYPRE_cgnr.o HYPRE_gmres.o HYPRE_lgmres.o HYPRE_flexgmres.o HYPRE_pcg.o pcg.o HYPRE_lobpcg.o lobpcg.o
ranlib libHYPRE_krylov.a
cp -fpPR ./HYPRE_*.h /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include
cp -fpPR ./krylov.h /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include
cp -fpPR ./lobpcg.h /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include
make[3]: Leaving directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/krylov'

Making seq_mv ...
make[3]: Entering directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/seq_mv'
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities   -c csr_matop.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities   -c csr_matrix.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities   -c csr_matvec.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities   -c genpart.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities   -c HYPRE_csr_matrix.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities   -c HYPRE_mapped_matrix.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities   -c HYPRE_multiblock_matrix.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities   -c HYPRE_vector.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities   -c mapped_matrix.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities   -c multiblock_matrix.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities   -c vector.c 
Building libHYPRE_seq_mv.a ... 
ar -rcu libHYPRE_seq_mv.a csr_matop.o csr_matrix.o csr_matvec.o genpart.o HYPRE_csr_matrix.o HYPRE_mapped_matrix.o HYPRE_multiblock_matrix.o HYPRE_vector.o mapped_matrix.o multiblock_matrix.o vector.o
ranlib libHYPRE_seq_mv.a
cp -fpPR ./HYPRE_*.h /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include
cp -fpPR ./seq_mv.h /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include
make[3]: Leaving directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/seq_mv'

Making parcsr_mv ...
make[3]: Entering directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/parcsr_mv'
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../seq_mv   -c communicationT.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../seq_mv   -c F90_HYPRE_parcsr_matrix.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../seq_mv   -c F90_HYPRE_parcsr_vector.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../seq_mv   -c F90_parcsr_matrix.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../seq_mv   -c F90_par_vector.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../seq_mv   -c HYPRE_parcsr_matrix.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../seq_mv   -c HYPRE_parcsr_vector.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../seq_mv   -c new_commpkg.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../seq_mv   -c numbers.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../seq_mv   -c par_csr_aat.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../seq_mv   -c par_csr_assumed_part.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../seq_mv   -c par_csr_bool_matop.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../seq_mv   -c par_csr_bool_matrix.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../seq_mv   -c par_csr_communication.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../seq_mv   -c par_csr_matop.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../seq_mv   -c par_csr_matrix.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../seq_mv   -c par_csr_matop_marked.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../seq_mv   -c par_csr_matvec.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../seq_mv   -c par_vector.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../seq_mv   -c par_make_system.c 
Building libHYPRE_parcsr_mv.a ... 
ar -rcu libHYPRE_parcsr_mv.a communicationT.o F90_HYPRE_parcsr_matrix.o F90_HYPRE_parcsr_vector.o F90_parcsr_matrix.o F90_par_vector.o HYPRE_parcsr_matrix.o HYPRE_parcsr_vector.o new_commpkg.o numbers.o par_csr_aat.o par_csr_assumed_part.o par_csr_bool_matop.o par_csr_bool_matrix.o par_csr_communication.o par_csr_matop.o par_csr_matrix.o par_csr_matop_marked.o par_csr_matvec.o par_vector.o par_make_system.o
ranlib libHYPRE_parcsr_mv.a
cp -fpPR ./HYPRE_*.h /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include
cp -fpPR ./_hypre_parcsr_mv.h /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include
make[3]: Leaving directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/parcsr_mv'

Making parcsr_block_mv ...
make[3]: Entering directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/parcsr_block_mv'
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../multivector -I./../seq_mv -I./../parcsr_mv -I./../parcsr_ls -I./../IJ_mv -I./../krylov   -c csr_block_matrix.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../multivector -I./../seq_mv -I./../parcsr_mv -I./../parcsr_ls -I./../IJ_mv -I./../krylov   -c csr_block_matvec.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../multivector -I./../seq_mv -I./../parcsr_mv -I./../parcsr_ls -I./../IJ_mv -I./../krylov   -c par_csr_block_matrix.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../multivector -I./../seq_mv -I./../parcsr_mv -I./../parcsr_ls -I./../IJ_mv -I./../krylov   -c par_csr_block_matvec.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../multivector -I./../seq_mv -I./../parcsr_mv -I./../parcsr_ls -I./../IJ_mv -I./../krylov   -c par_csr_block_comm.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../multivector -I./../seq_mv -I./../parcsr_mv -I./../parcsr_ls -I./../IJ_mv -I./../krylov   -c par_csr_block_rap.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../multivector -I./../seq_mv -I./../parcsr_mv -I./../parcsr_ls -I./../IJ_mv -I./../krylov   -c par_csr_block_rap_communication.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../multivector -I./../seq_mv -I./../parcsr_mv -I./../parcsr_ls -I./../IJ_mv -I./../krylov   -c par_csr_block_interp.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../multivector -I./../seq_mv -I./../parcsr_mv -I./../parcsr_ls -I./../IJ_mv -I./../krylov   -c par_csr_block_relax.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../multivector -I./../seq_mv -I./../parcsr_mv -I./../parcsr_ls -I./../IJ_mv -I./../krylov   -c par_block_nodal_systems.c 
Building libHYPRE_parcsr_block_mv.a ... 
ar -rcu libHYPRE_parcsr_block_mv.a csr_block_matrix.o csr_block_matvec.o par_csr_block_matrix.o par_csr_block_matvec.o par_csr_block_comm.o par_csr_block_rap.o par_csr_block_rap_communication.o par_csr_block_interp.o par_csr_block_relax.o par_block_nodal_systems.o
ranlib libHYPRE_parcsr_block_mv.a
cp -fpPR ./par_csr_block_matrix.h /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include	
cp -fpPR ./csr_block_matrix.h /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include
make[3]: Leaving directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/parcsr_block_mv'

Making distributed_matrix ...
make[3]: Entering directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_matrix'
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../utilities -I./../parcsr_mv -I./../seq_mv   -c distributed_matrix.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../utilities -I./../parcsr_mv -I./../seq_mv   -c HYPRE_distributed_matrix.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../utilities -I./../parcsr_mv -I./../seq_mv   -c distributed_matrix_ISIS.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../utilities -I./../parcsr_mv -I./../seq_mv   -c distributed_matrix_PETSc.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../utilities -I./../parcsr_mv -I./../seq_mv   -c distributed_matrix_parcsr.c 
Building libHYPRE_DistributedMatrix.a ... 
ar -rcu libHYPRE_DistributedMatrix.a distributed_matrix.o HYPRE_distributed_matrix.o distributed_matrix_ISIS.o distributed_matrix_PETSc.o distributed_matrix_parcsr.o
ranlib libHYPRE_DistributedMatrix.a
cp -fpPR ./distributed_matrix.h /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include
make[3]: Leaving directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_matrix'

Making IJ_mv ...
make[3]: Entering directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/IJ_mv'
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../parcsr_ls   -c aux_parcsr_matrix.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../parcsr_ls   -c aux_par_vector.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../parcsr_ls   -c F90_HYPRE_IJMatrix.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../parcsr_ls   -c F90_HYPRE_IJVector.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../parcsr_ls   -c F90_IJMatrix.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../parcsr_ls   -c HYPRE_IJMatrix.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../parcsr_ls   -c HYPRE_IJVector.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../parcsr_ls   -c IJMatrix.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../parcsr_ls   -c IJMatrix_parcsr.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../parcsr_ls   -c IJVector.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../parcsr_ls   -c IJVector_parcsr.c 
Building libHYPRE_IJ_mv.a ... 
ar -rcu libHYPRE_IJ_mv.a aux_parcsr_matrix.o aux_par_vector.o F90_HYPRE_IJMatrix.o F90_HYPRE_IJVector.o F90_IJMatrix.o HYPRE_IJMatrix.o HYPRE_IJVector.o IJMatrix.o IJMatrix_parcsr.o IJVector.o IJVector_parcsr.o
ranlib libHYPRE_IJ_mv.a
cp -fpPR ./HYPRE_*.h /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include
cp -fpPR ./_hypre_IJ_mv.h /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include
make[3]: Leaving directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/IJ_mv'

Making matrix_matrix ...
make[3]: Entering directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/matrix_matrix'
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../utilities -I./../distributed_matrix -I./../seq_mv -I./../parcsr_mv   -c HYPRE_ConvertParCSRMatrixToDistributedMatrix.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../utilities -I./../distributed_matrix -I./../seq_mv -I./../parcsr_mv   -c HYPRE_ConvertPETScMatrixToDistributedMatrix.c 
Building libHYPRE_MatrixMatrix.a ... 
ar -rcu libHYPRE_MatrixMatrix.a HYPRE_ConvertParCSRMatrixToDistributedMatrix.o HYPRE_ConvertPETScMatrixToDistributedMatrix.o
ranlib libHYPRE_MatrixMatrix.a
cp -fpPR ./HYPRE_*.h /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include
make[3]: Leaving directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/matrix_matrix'

Making distributed_ls ...
make[3]: Entering directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_ls'
Making pilut ...
make[4]: Entering directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_ls/pilut'
gcc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix   -c comm.c 
gcc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix   -c debug.c 
gcc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix   -c distributed_qsort.c 
gcc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix   -c distributed_qsort_si.c 
gcc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix   -c HYPRE_DistributedMatrixPilutSolver.c 
gcc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix   -c ilut.c 
gcc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix   -c parilut.c 
gcc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix   -c parutil.c 
gcc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix   -c pblas1.c 
gcc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix   -c serilut.c 
gcc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix   -c trifactor.c 
gcc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix   -c util.c 
Building libHYPRE_DistributedMatrixPilutSolver.a ... 
ar -rcu libHYPRE_DistributedMatrixPilutSolver.a comm.o debug.o distributed_qsort.o distributed_qsort_si.o HYPRE_DistributedMatrixPilutSolver.o ilut.o parilut.o parutil.o pblas1.o serilut.o trifactor.o util.o
ranlib libHYPRE_DistributedMatrixPilutSolver.a
cp -fpPR ./HYPRE_*.h /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include
make[4]: Leaving directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_ls/pilut'
Making ParaSails ...
make[4]: Entering directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_ls/ParaSails'
gcc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix   -c ConjGrad.c 
gcc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix   -c DiagScale.c 
gcc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix   -c FGmres.c 
gcc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix   -c Hash.c 
gcc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix   -c hypre_ParaSails.c 
gcc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix   -c LoadBal.c 
gcc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix   -c Matrix.c 
gcc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix   -c Mem.c 
gcc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix   -c Numbering.c 
gcc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix   -c OrderStat.c 
gcc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix   -c ParaSails.c 
gcc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix   -c PrunedRows.c 
gcc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix   -c RowPatt.c 
gcc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix   -c StoredRows.c 
Building libHYPRE_ParaSails.a ... 
ar -rcu libHYPRE_ParaSails.a ConjGrad.o DiagScale.o FGmres.o Hash.o hypre_ParaSails.o LoadBal.o Matrix.o Mem.o Numbering.o OrderStat.o ParaSails.o PrunedRows.o RowPatt.o StoredRows.o
ranlib libHYPRE_ParaSails.a
make[4]: Leaving directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_ls/ParaSails'
Making Euclid ...
make[4]: Entering directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_ls/Euclid'
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I../.. -I. -I./../.. -I./../../utilities -I./../../parcsr_mv -I./../../seq_mv -I./../../distributed_matrix -I./../../hypre/include   -c blas_dh.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I../.. -I. -I./../.. -I./../../utilities -I./../../parcsr_mv -I./../../seq_mv -I./../../distributed_matrix -I./../../hypre/include   -c Euclid_apply.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I../.. -I. -I./../.. -I./../../utilities -I./../../parcsr_mv -I./../../seq_mv -I./../../distributed_matrix -I./../../hypre/include   -c Euclid_dh.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I../.. -I. -I./../.. -I./../../utilities -I./../../parcsr_mv -I./../../seq_mv -I./../../distributed_matrix -I./../../hypre/include   -c ExternalRows_dh.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I../.. -I. -I./../.. -I./../../utilities -I./../../parcsr_mv -I./../../seq_mv -I./../../distributed_matrix -I./../../hypre/include   -c Factor_dh.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I../.. -I. -I./../.. -I./../../utilities -I./../../parcsr_mv -I./../../seq_mv -I./../../distributed_matrix -I./../../hypre/include   -c getRow_dh.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I../.. -I. -I./../.. -I./../../utilities -I./../../parcsr_mv -I./../../seq_mv -I./../../distributed_matrix -I./../../hypre/include   -c globalObjects.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I../.. -I. -I./../.. -I./../../utilities -I./../../parcsr_mv -I./../../seq_mv -I./../../distributed_matrix -I./../../hypre/include   -c Hash_dh.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I../.. -I. -I./../.. -I./../../utilities -I./../../parcsr_mv -I./../../seq_mv -I./../../distributed_matrix -I./../../hypre/include   -c Hash_i_dh.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I../.. -I. -I./../.. -I./../../utilities -I./../../parcsr_mv -I./../../seq_mv -I./../../distributed_matrix -I./../../hypre/include   -c ilu_mpi_bj.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I../.. -I. -I./../.. -I./../../utilities -I./../../parcsr_mv -I./../../seq_mv -I./../../distributed_matrix -I./../../hypre/include   -c ilu_mpi_pilu.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I../.. -I. -I./../.. -I./../../utilities -I./../../parcsr_mv -I./../../seq_mv -I./../../distributed_matrix -I./../../hypre/include   -c ilu_seq.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I../.. -I. -I./../.. -I./../../utilities -I./../../parcsr_mv -I./../../seq_mv -I./../../distributed_matrix -I./../../hypre/include   -c io_dh.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I../.. -I. -I./../.. -I./../../utilities -I./../../parcsr_mv -I./../../seq_mv -I./../../distributed_matrix -I./../../hypre/include   -c krylov_dh.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I../.. -I. -I./../.. -I./../../utilities -I./../../parcsr_mv -I./../../seq_mv -I./../../distributed_matrix -I./../../hypre/include   -c Mat_dh.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I../.. -I. -I./../.. -I./../../utilities -I./../../parcsr_mv -I./../../seq_mv -I./../../distributed_matrix -I./../../hypre/include   -c mat_dh_private.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I../.. -I. -I./../.. -I./../../utilities -I./../../parcsr_mv -I./../../seq_mv -I./../../distributed_matrix -I./../../hypre/include   -c MatGenFD.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I../.. -I. -I./../.. -I./../../utilities -I./../../parcsr_mv -I./../../seq_mv -I./../../distributed_matrix -I./../../hypre/include   -c Mem_dh.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I../.. -I. -I./../.. -I./../../utilities -I./../../parcsr_mv -I./../../seq_mv -I./../../distributed_matrix -I./../../hypre/include   -c Numbering_dh.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I../.. -I. -I./../.. -I./../../utilities -I./../../parcsr_mv -I./../../seq_mv -I./../../distributed_matrix -I./../../hypre/include   -c Parser_dh.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I../.. -I. -I./../.. -I./../../utilities -I./../../parcsr_mv -I./../../seq_mv -I./../../distributed_matrix -I./../../hypre/include   -c shellSort_dh.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I../.. -I. -I./../.. -I./../../utilities -I./../../parcsr_mv -I./../../seq_mv -I./../../distributed_matrix -I./../../hypre/include   -c sig_dh.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I../.. -I. -I./../.. -I./../../utilities -I./../../parcsr_mv -I./../../seq_mv -I./../../distributed_matrix -I./../../hypre/include   -c SortedList_dh.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I../.. -I. -I./../.. -I./../../utilities -I./../../parcsr_mv -I./../../seq_mv -I./../../distributed_matrix -I./../../hypre/include   -c SortedSet_dh.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I../.. -I. -I./../.. -I./../../utilities -I./../../parcsr_mv -I./../../seq_mv -I./../../distributed_matrix -I./../../hypre/include   -c SubdomainGraph_dh.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I../.. -I. -I./../.. -I./../../utilities -I./../../parcsr_mv -I./../../seq_mv -I./../../distributed_matrix -I./../../hypre/include   -c TimeLog_dh.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I../.. -I. -I./../.. -I./../../utilities -I./../../parcsr_mv -I./../../seq_mv -I./../../distributed_matrix -I./../../hypre/include   -c Timer_dh.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I../.. -I. -I./../.. -I./../../utilities -I./../../parcsr_mv -I./../../seq_mv -I./../../distributed_matrix -I./../../hypre/include   -c Vec_dh.c 
Building libHYPRE_Euclid.a ... 
ar -rcu libHYPRE_Euclid.a blas_dh.o Euclid_apply.o Euclid_dh.o ExternalRows_dh.o Factor_dh.o getRow_dh.o globalObjects.o Hash_dh.o Hash_i_dh.o ilu_mpi_bj.o ilu_mpi_pilu.o ilu_seq.o io_dh.o krylov_dh.o Mat_dh.o mat_dh_private.o MatGenFD.o Mem_dh.o Numbering_dh.o Parser_dh.o shellSort_dh.o sig_dh.o SortedList_dh.o SortedSet_dh.o SubdomainGraph_dh.o TimeLog_dh.o Timer_dh.o Vec_dh.o
ranlib libHYPRE_Euclid.a
make[4]: Leaving directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_ls/Euclid'
make[3]: Leaving directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_ls'

Making parcsr_ls ...
make[3]: Entering directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/parcsr_ls'
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c amg_hybrid.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c aux_interp.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c F90_hypre_laplace.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c F90_HYPRE_parcsr_amg.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c F90_HYPRE_parcsr_bicgstab.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c F90_HYPRE_parcsr_block.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c F90_HYPRE_parcsr_cgnr.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c F90_HYPRE_parcsr_Euclid.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c F90_HYPRE_parcsr_gmres.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c F90_HYPRE_parcsr_flexgmres.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c F90_HYPRE_parcsr_lgmres.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c F90_HYPRE_parcsr_hybrid.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c F90_HYPRE_parcsr_int.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c F90_HYPRE_parcsr_ParaSails.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c F90_HYPRE_parcsr_pcg.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c F90_HYPRE_parcsr_pilut.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c F90_HYPRE_parcsr_schwarz.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c F90_HYPRE_ams.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c HYPRE_parcsr_amg.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c HYPRE_parcsr_bicgstab.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c HYPRE_parcsr_block.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c HYPRE_parcsr_cgnr.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c HYPRE_parcsr_Euclid.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c HYPRE_parcsr_gmres.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c HYPRE_parcsr_flexgmres.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c HYPRE_parcsr_lgmres.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c HYPRE_parcsr_hybrid.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c HYPRE_parcsr_int.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c HYPRE_parcsr_ParaSails.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c HYPRE_parcsr_pcg.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c HYPRE_parcsr_pilut.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c HYPRE_parcsr_schwarz.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c HYPRE_ams.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c HYPRE_ame.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c par_amg.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c par_amg_setup.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c par_amg_solve.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c par_amg_solveT.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c par_cg_relax_wt.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c par_coarsen.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c par_cgc_coarsen.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c par_coarse_parms.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c par_coordinates.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c par_cr.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c par_cycle.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c par_difconv.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c par_gsmg.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c par_indepset.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c par_interp.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c par_jacobi_interp.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c par_multi_interp.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c par_laplace_27pt.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c par_laplace_9pt.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c par_laplace.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c par_lr_interp.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c par_nodal_systems.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c par_rap.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c par_rap_communication.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c par_rotate_7pt.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c par_vardifconv.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c par_relax.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c par_relax_more.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c par_relax_interface.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c par_scaled_matnorm.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c par_schwarz.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c par_stats.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c par_strength.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c par_sv_interp.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c par_sv_interp_ln.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c partial.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c pcg_par.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c schwarz.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c block_tridiag.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c ams.c 
gcc -O2 -DHAVE_CONFIG_H -DMPI_MODE -DMPI_TIMING -DUSING_MPI -DHYPRE_GET_ROW -DHYPRE_MODE -DOPTIMIZED_DH -I.. -I../distributed_ls/Euclid -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../seq_mv -I./../parcsr_mv -I./../distributed_matrix -I./../matrix_matrix -I./../IJ_mv -I./../parcsr_block_mv   -c ame.c 
Building libHYPRE_parcsr_ls.a ... 
ar -rcu libHYPRE_parcsr_ls.a amg_hybrid.o aux_interp.o F90_hypre_laplace.o F90_HYPRE_parcsr_amg.o F90_HYPRE_parcsr_bicgstab.o F90_HYPRE_parcsr_block.o F90_HYPRE_parcsr_cgnr.o F90_HYPRE_parcsr_Euclid.o F90_HYPRE_parcsr_gmres.o F90_HYPRE_parcsr_flexgmres.o F90_HYPRE_parcsr_lgmres.o F90_HYPRE_parcsr_hybrid.o F90_HYPRE_parcsr_int.o F90_HYPRE_parcsr_ParaSails.o F90_HYPRE_parcsr_pcg.o F90_HYPRE_parcsr_pilut.o F90_HYPRE_parcsr_schwarz.o F90_HYPRE_ams.o HYPRE_parcsr_amg.o HYPRE_parcsr_bicgstab.o HYPRE_parcsr_block.o HYPRE_parcsr_cgnr.o HYPRE_parcsr_Euclid.o HYPRE_parcsr_gmres.o HYPRE_parcsr_flexgmres.o HYPRE_parcsr_lgmres.o HYPRE_parcsr_hybrid.o HYPRE_parcsr_int.o HYPRE_parcsr_ParaSails.o HYPRE_parcsr_pcg.o HYPRE_parcsr_pilut.o HYPRE_parcsr_schwarz.o HYPRE_ams.o HYPRE_ame.o par_amg.o par_amg_setup.o par_amg_solve.o par_amg_solveT.o par_cg_relax_wt.o par_coarsen.o par_cgc_coarsen.o par_coarse_parms.o par_coordinates.o par_cr.o par_cycle.o par_difconv.o par_gsmg.o par_indepset.o par_interp.o par_jacobi_interp.o par_multi_interp.o par_laplace_27pt.o par_laplace_9pt.o par_laplace.o par_lr_interp.o par_nodal_systems.o par_rap.o par_rap_communication.o par_rotate_7pt.o par_vardifconv.o par_relax.o par_relax_more.o par_relax_interface.o par_scaled_matnorm.o par_schwarz.o par_stats.o par_strength.o par_sv_interp.o par_sv_interp_ln.o partial.o pcg_par.o schwarz.o block_tridiag.o ams.o ame.o
ranlib libHYPRE_parcsr_ls.a
cp -fpPR ./HYPRE_*.h /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include
cp -fpPR ./_hypre_parcsr_ls.h /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include
make[3]: Leaving directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/parcsr_ls'

Making struct_mv ...
make[3]: Entering directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/struct_mv'
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities   -c assumed_part.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities   -c box_algebra.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities   -c box_alloc.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities   -c box_boundary.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities   -c box.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities   -c box_manager.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities   -c communication_info.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities   -c computation.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities   -c F90_HYPRE_struct_grid.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities   -c F90_HYPRE_struct_matrix.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities   -c F90_HYPRE_struct_stencil.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities   -c F90_HYPRE_struct_vector.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities   -c grow.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities   -c HYPRE_struct_grid.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities   -c HYPRE_struct_matrix.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities   -c HYPRE_struct_stencil.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities   -c HYPRE_struct_vector.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities   -c project.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities   -c struct_axpy.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities   -c struct_communication.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities   -c struct_copy.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities   -c struct_grid.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities   -c struct_innerprod.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities   -c struct_io.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities   -c struct_matrix.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities   -c struct_matrix_mask.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities   -c struct_matvec.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities   -c struct_overlap_innerprod.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities   -c struct_scale.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities   -c struct_stencil.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities   -c struct_vector.c 
Building libHYPRE_struct_mv.a ... 
ar -rcu libHYPRE_struct_mv.a assumed_part.o box_algebra.o box_alloc.o box_boundary.o box.o box_manager.o communication_info.o computation.o F90_HYPRE_struct_grid.o F90_HYPRE_struct_matrix.o F90_HYPRE_struct_stencil.o F90_HYPRE_struct_vector.o grow.o HYPRE_struct_grid.o HYPRE_struct_matrix.o HYPRE_struct_stencil.o HYPRE_struct_vector.o project.o struct_axpy.o struct_communication.o struct_copy.o struct_grid.o struct_innerprod.o struct_io.o struct_matrix.o struct_matrix_mask.o struct_matvec.o struct_overlap_innerprod.o struct_scale.o struct_stencil.o struct_vector.o
ranlib libHYPRE_struct_mv.a
cp -fpPR ./HYPRE_*.h /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include
cp -fpPR ./_hypre_struct_mv.h /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include
make[3]: Leaving directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/struct_mv'

Making struct_ls ...
make[3]: Entering directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/struct_ls'
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c coarsen.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c cyclic_reduction.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c F90_HYPRE_struct_bicgstab.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c F90_HYPRE_struct_gmres.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c F90_HYPRE_struct_hybrid.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c F90_HYPRE_struct_int.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c F90_HYPRE_struct_jacobi.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c F90_HYPRE_struct_pcg.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c F90_HYPRE_struct_pfmg.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c F90_HYPRE_struct_smg.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c F90_HYPRE_struct_sparse_msg.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c general.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c hybrid.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c HYPRE_struct_bicgstab.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c HYPRE_struct_hybrid.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c HYPRE_struct_int.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c HYPRE_struct_jacobi.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c HYPRE_struct_pfmg.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c HYPRE_struct_smg.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c HYPRE_struct_sparse_msg.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c HYPRE_struct_pcg.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c HYPRE_struct_gmres.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c HYPRE_struct_flexgmres.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c HYPRE_struct_lgmres.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c jacobi.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c pcg_struct.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c pfmg2_setup_rap.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c pfmg3_setup_rap.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c pfmg.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c pfmg_relax.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c pfmg_setup.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c pfmg_setup_interp.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c pfmg_setup_rap5.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c pfmg_setup_rap7.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c pfmg_setup_rap.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c pfmg_solve.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c point_relax.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c red_black_constantcoef_gs.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c red_black_gs.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c semi.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c semi_interp.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c semi_restrict.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c semi_setup_rap.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c smg2_setup_rap.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c smg3_setup_rap.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c smg_axpy.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c smg.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c smg_relax.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c smg_residual.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c smg_setup.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c smg_setup_interp.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c smg_setup_rap.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c smg_setup_restrict.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c smg_solve.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c sparse_msg2_setup_rap.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c sparse_msg3_setup_rap.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c sparse_msg.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c sparse_msg_filter.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c sparse_msg_interp.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c sparse_msg_restrict.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c sparse_msg_setup.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c sparse_msg_setup_rap.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv   -c sparse_msg_solve.c 
Building libHYPRE_struct_ls.a ... 
ar -rcu libHYPRE_struct_ls.a coarsen.o cyclic_reduction.o F90_HYPRE_struct_bicgstab.o F90_HYPRE_struct_gmres.o F90_HYPRE_struct_hybrid.o F90_HYPRE_struct_int.o F90_HYPRE_struct_jacobi.o F90_HYPRE_struct_pcg.o F90_HYPRE_struct_pfmg.o F90_HYPRE_struct_smg.o F90_HYPRE_struct_sparse_msg.o general.o hybrid.o HYPRE_struct_bicgstab.o HYPRE_struct_hybrid.o HYPRE_struct_int.o HYPRE_struct_jacobi.o HYPRE_struct_pfmg.o HYPRE_struct_smg.o HYPRE_struct_sparse_msg.o HYPRE_struct_pcg.o HYPRE_struct_gmres.o HYPRE_struct_flexgmres.o HYPRE_struct_lgmres.o jacobi.o pcg_struct.o pfmg2_setup_rap.o pfmg3_setup_rap.o pfmg.o pfmg_relax.o pfmg_setup.o pfmg_setup_interp.o pfmg_setup_rap5.o pfmg_setup_rap7.o pfmg_setup_rap.o pfmg_solve.o point_relax.o red_black_constantcoef_gs.o red_black_gs.o semi.o semi_interp.o semi_restrict.o semi_setup_rap.o smg2_setup_rap.o smg3_setup_rap.o smg_axpy.o smg.o smg_relax.o smg_residual.o smg_setup.o smg_setup_interp.o smg_setup_rap.o smg_setup_restrict.o smg_solve.o sparse_msg2_setup_rap.o sparse_msg3_setup_rap.o sparse_msg.o sparse_msg_filter.o sparse_msg_interp.o sparse_msg_restrict.o sparse_msg_setup.o sparse_msg_setup_rap.o sparse_msg_solve.o
ranlib libHYPRE_struct_ls.a
cp -fpPR ./HYPRE_*.h /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include
cp -fpPR ./_hypre_struct_ls.h /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include
make[3]: Leaving directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/struct_ls'

Making sstruct_mv ...
make[3]: Entering directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/sstruct_mv'
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv   -c F90_HYPRE_sstruct_graph.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv   -c F90_HYPRE_sstruct_grid.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv   -c F90_HYPRE_sstruct_matrix.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv   -c F90_HYPRE_sstruct_stencil.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv   -c F90_HYPRE_sstruct_vector.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv   -c HYPRE_sstruct_graph.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv   -c HYPRE_sstruct_grid.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv   -c HYPRE_sstruct_matrix.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv   -c HYPRE_sstruct_stencil.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv   -c HYPRE_sstruct_vector.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv   -c sstruct_axpy.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv   -c sstruct_copy.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv   -c sstruct_graph.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv   -c sstruct_grid.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv   -c sstruct_innerprod.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv   -c sstruct_matrix.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv   -c sstruct_matvec.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv   -c sstruct_overlap_innerprod.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv   -c sstruct_scale.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv   -c sstruct_stencil.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv   -c sstruct_vector.c 
Building libHYPRE_sstruct_mv.a ... 
ar -rcu libHYPRE_sstruct_mv.a F90_HYPRE_sstruct_graph.o F90_HYPRE_sstruct_grid.o F90_HYPRE_sstruct_matrix.o F90_HYPRE_sstruct_stencil.o F90_HYPRE_sstruct_vector.o HYPRE_sstruct_graph.o HYPRE_sstruct_grid.o HYPRE_sstruct_matrix.o HYPRE_sstruct_stencil.o HYPRE_sstruct_vector.o sstruct_axpy.o sstruct_copy.o sstruct_graph.o sstruct_grid.o sstruct_innerprod.o sstruct_matrix.o sstruct_matvec.o sstruct_overlap_innerprod.o sstruct_scale.o sstruct_stencil.o sstruct_vector.o
ranlib libHYPRE_sstruct_mv.a
cp -fpPR ./HYPRE_*.h /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include
cp -fpPR ./_hypre_sstruct_mv.h /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include
make[3]: Leaving directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/sstruct_mv'

Making sstruct_ls ...
make[3]: Entering directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/sstruct_ls'
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c F90_HYPRE_sstruct_bicgstab.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c F90_HYPRE_sstruct_gmres.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c F90_HYPRE_sstruct_flexgmres.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c F90_HYPRE_sstruct_lgmres.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c F90_HYPRE_sstruct_InterFAC.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c F90_HYPRE_sstruct_int.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c F90_HYPRE_sstruct_maxwell.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c F90_HYPRE_sstruct_pcg.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c F90_HYPRE_sstruct_split.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c F90_HYPRE_sstruct_sys_pfmg.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c HYPRE_sstruct_bicgstab.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c HYPRE_sstruct_gmres.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c HYPRE_sstruct_flexgmres.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c HYPRE_sstruct_lgmres.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c HYPRE_sstruct_InterFAC.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c HYPRE_sstruct_int.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c HYPRE_sstruct_maxwell.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c HYPRE_sstruct_pcg.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c HYPRE_sstruct_split.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c HYPRE_sstruct_sys_pfmg.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c fac.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c fac_amr_rap.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c fac_amr_fcoarsen.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c fac_amr_zero_data.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c fac_cf_coarsen.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c fac_cfstencil_box.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c fac_CFInterfaceExtents.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c fac_interp2.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c fac_relax.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c fac_restrict2.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c fac_setup2.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c fac_solve3.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c fac_zero_cdata.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c fac_zero_stencilcoef.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c hypre_bsearch.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c krylov.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c krylov_sstruct.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c eliminate_rowscols.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c maxwell_grad.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c maxwell_physbdy.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c maxwell_PNedelec.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c maxwell_PNedelec_bdy.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c maxwell_semi_interp.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c maxwell_TV.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c maxwell_TV_setup.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c maxwell_zeroBC.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c hypre_MaxwellSolve.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c hypre_MaxwellSolve2.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c nd1_amge_interpolation.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c node_relax.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c sstruct_amr_intercommunication.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c sstruct_owninfo.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c sstruct_recvinfo.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c sstruct_sendinfo.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c sstruct_sharedDOFComm.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c sys_pfmg.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c sys_pfmg_relax.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c sys_pfmg_setup.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c sys_pfmg_setup_interp.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c sys_pfmg_setup_rap.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c sys_pfmg_solve.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c sys_semi_interp.c 
gcc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -I./../sstruct_mv -I./../struct_ls -I./../parcsr_ls   -c sys_semi_restrict.c 
Building libHYPRE_sstruct_ls.a ... 
ar -rcu libHYPRE_sstruct_ls.a F90_HYPRE_sstruct_bicgstab.o F90_HYPRE_sstruct_gmres.o F90_HYPRE_sstruct_flexgmres.o F90_HYPRE_sstruct_lgmres.o F90_HYPRE_sstruct_InterFAC.o F90_HYPRE_sstruct_int.o F90_HYPRE_sstruct_maxwell.o F90_HYPRE_sstruct_pcg.o F90_HYPRE_sstruct_split.o F90_HYPRE_sstruct_sys_pfmg.o HYPRE_sstruct_bicgstab.o HYPRE_sstruct_gmres.o HYPRE_sstruct_flexgmres.o HYPRE_sstruct_lgmres.o HYPRE_sstruct_InterFAC.o HYPRE_sstruct_int.o HYPRE_sstruct_maxwell.o HYPRE_sstruct_pcg.o HYPRE_sstruct_split.o HYPRE_sstruct_sys_pfmg.o fac.o fac_amr_rap.o fac_amr_fcoarsen.o fac_amr_zero_data.o fac_cf_coarsen.o fac_cfstencil_box.o fac_CFInterfaceExtents.o fac_interp2.o fac_relax.o fac_restrict2.o fac_setup2.o fac_solve3.o fac_zero_cdata.o fac_zero_stencilcoef.o hypre_bsearch.o krylov.o krylov_sstruct.o eliminate_rowscols.o maxwell_grad.o maxwell_physbdy.o maxwell_PNedelec.o maxwell_PNedelec_bdy.o maxwell_semi_interp.o maxwell_TV.o maxwell_TV_setup.o maxwell_zeroBC.o hypre_MaxwellSolve.o hypre_MaxwellSolve2.o nd1_amge_interpolation.o node_relax.o sstruct_amr_intercommunication.o sstruct_owninfo.o sstruct_recvinfo.o sstruct_sendinfo.o sstruct_sharedDOFComm.o sys_pfmg.o sys_pfmg_relax.o sys_pfmg_setup.o sys_pfmg_setup_interp.o sys_pfmg_setup_rap.o sys_pfmg_solve.o sys_semi_interp.o sys_semi_restrict.o
ranlib libHYPRE_sstruct_ls.a
cp -fpPR ./HYPRE_*.h /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include
cp -fpPR ./_hypre_sstruct_ls.h /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include
make[3]: Leaving directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/sstruct_ls'

Making lib ...
make[3]: Entering directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/lib'
Building libHYPRE ... 
ar -rcu libHYPRE.a    /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/IJ_mv/*.o
ar -rcu libHYPRE.a /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_ls/Euclid/*.o
ar -rcu libHYPRE.a /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_ls/ParaSails/*.o
ar -rcu libHYPRE.a /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_ls/pilut/*.o
ar -rcu libHYPRE.a /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_matrix/*.o
ar -rcu libHYPRE.a /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/krylov/*.o
ar -rcu libHYPRE.a /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/matrix_matrix/*.o
ar -rcu libHYPRE.a /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/multivector/*.o
ar -rcu libHYPRE.a /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/parcsr_ls/*.o
ar -rcu libHYPRE.a /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/parcsr_mv/*.o
ar -rcu libHYPRE.a /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/parcsr_block_mv/*.o
ar -rcu libHYPRE.a /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/seq_mv/*.o
ar -rcu libHYPRE.a /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/sstruct_ls/*.o
ar -rcu libHYPRE.a /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/sstruct_mv/*.o
ar -rcu libHYPRE.a /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/struct_ls/*.o
ar -rcu libHYPRE.a /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/struct_mv/*.o
ar -rcu libHYPRE.a /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/utilities/*.o
ranlib libHYPRE.a
cp -fpPR libHYPRE* /nobackup/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/lib
make[3]: Leaving directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/lib'

Installing hypre ...

make[2]: Leaving directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src'
ln -s hypre-2.7.0b/src/hypre/lib .
ln -s hypre-2.7.0b/src/hypre/include .
make[1]: Leaving directory `/nobackupp1/gtoth1/Tmp/SWMF/util/HYPRE'
VERSION 2.3
cd CON;			make install
make[1]: Entering directory `/nobackupp1/gtoth1/Tmp/SWMF/CON'
touch Control/src/Makefile.DEPEND Control/src/Makefile.RULES Library/src/Makefile.DEPEND Coupler/src/Makefile.DEPEND Interface/src/Makefile.DEPEND Stubs/src/Makefile.DEPEND
make[1]: Leaving directory `/nobackupp1/gtoth1/Tmp/SWMF/CON'
cd ESMF/ESMF_SWMF;	make install
make[1]: Entering directory `/nobackupp1/gtoth1/Tmp/SWMF/ESMF/ESMF_SWMF'
touch src/Makefile.DEPEND
make[2]: *** No rule to make target `info'.  Stop.
make[1]: Leaving directory `/nobackupp1/gtoth1/Tmp/SWMF/ESMF/ESMF_SWMF'
Installing EE/BATSRUS/
Installing BATSRUS as EE component
make[1]: Entering directory `/nobackupp1/gtoth1/Tmp/SWMF/EE/BATSRUS'
make[1]: Leaving directory `/nobackupp1/gtoth1/Tmp/SWMF/EE/BATSRUS'
Disabling Hdf5 library in /nobackupp1/gtoth1/Tmp/SWMF/Makefile.conf
set_hdf5_: cp ../../share/Library/src/ModHdf5Utils_empty.f90 ../../share/Library/src/ModHdf5Utils.f90
Installing GM/BATSRUS/
Installing BATSRUS as GM component
make[1]: Entering directory `/nobackupp1/gtoth1/Tmp/SWMF/GM/BATSRUS'
cp -f src/ModSize_orig.f90 src/ModSize.f90
cp -f src/ModHdf5_empty.f90 src/ModHdf5.f90
cp -f src/ModImplHypre_empty.f90 src/ModImplHypre.f90
cp -f srcBATL/BATL_size_orig.f90 srcBATL/BATL_size.f90
touch src/Makefile.DEPEND src/Makefile.RULES srcBATL/Makefile.DEPEND srcInterface/Makefile.DEPEND srcPostProc/Makefile.RULES
./Config.pl -u=Default -e=Mhd
make[1]: Leaving directory `/nobackupp1/gtoth1/Tmp/SWMF/GM/BATSRUS'
Disabling Hdf5 library in /nobackupp1/gtoth1/Tmp/SWMF/Makefile.conf
set_hdf5_: cp src/ModHdf5_empty.f90 src/ModHdf5.f90
set_hdf5_: cp ../../share/Library/src/ModHdf5Utils_empty.f90 ../../share/Library/src/ModHdf5Utils.f90
Installing IE/RIM/
Installing RIM as IE component
make[1]: Entering directory `/nobackupp1/gtoth1/Tmp/SWMF/IE/RIM'
touch src/Makefile.DEPEND
make[1]: Leaving directory `/nobackupp1/gtoth1/Tmp/SWMF/IE/RIM'
Disabling Hdf5 library in /nobackupp1/gtoth1/Tmp/SWMF/Makefile.conf
set_hdf5_: cp ../../share/Library/src/ModHdf5Utils_empty.f90 ../../share/Library/src/ModHdf5Utils.f90
Installing IE/Ridley_serial/
Installing Ridley_serial as IE component
make[1]: Entering directory `/nobackupp1/gtoth1/Tmp/SWMF/IE/Ridley_serial'
cp -f src/ModSize_orig.f90 src/ModSize.f90
touch src/Makefile.DEPEND
make[1]: Leaving directory `/nobackupp1/gtoth1/Tmp/SWMF/IE/Ridley_serial'
Disabling Hdf5 library in /nobackupp1/gtoth1/Tmp/SWMF/Makefile.conf
set_hdf5_: cp ../../share/Library/src/ModHdf5Utils_empty.f90 ../../share/Library/src/ModHdf5Utils.f90
Installing IH/BATSRUS/
Installing BATSRUS as IH component
make[1]: Entering directory `/nobackupp1/gtoth1/Tmp/SWMF/IH/BATSRUS'
make[1]: Leaving directory `/nobackupp1/gtoth1/Tmp/SWMF/IH/BATSRUS'
Disabling Hdf5 library in /nobackupp1/gtoth1/Tmp/SWMF/Makefile.conf
set_hdf5_: cp ../../share/Library/src/ModHdf5Utils_empty.f90 ../../share/Library/src/ModHdf5Utils.f90
Installing IH/BATSRUS_share/
Installing BATSRUS as IH component
make[1]: Entering directory `/nobackupp1/gtoth1/Tmp/SWMF/IH/BATSRUS_share'
touch src/Makefile.DEPEND
make[1]: Leaving directory `/nobackupp1/gtoth1/Tmp/SWMF/IH/BATSRUS_share'
Disabling Hdf5 library in /nobackupp1/gtoth1/Tmp/SWMF/Makefile.conf
set_hdf5_: cp ../../share/Library/src/ModHdf5Utils_empty.f90 ../../share/Library/src/ModHdf5Utils.f90
make[1]: *** No rule to make target `srcBATL/BATL_size.f90'.  Stop.
BATSRUS/Config.pl ERROR: could not open srcBATL/BATL_size.f90
Installing IM/CRCM/
Installing CRCM as IM component
make[1]: Entering directory `/nobackupp1/gtoth1/Tmp/SWMF/IM/CRCM'
touch src/Makefile.DEPEND src/Makefile.RULES srcInterface/Makefile.DEPEND
Config.pl -EarthHO -GridDefault
make[1]: Leaving directory `/nobackupp1/gtoth1/Tmp/SWMF/IM/CRCM'
Disabling Hdf5 library in /nobackupp1/gtoth1/Tmp/SWMF/Makefile.conf
set_hdf5_: cp ../../share/Library/src/ModHdf5Utils_empty.f90 ../../share/Library/src/ModHdf5Utils.f90
Installing IM/HEIDI/
Installing HEIDI as IM component
make[1]: Entering directory `/nobackupp1/gtoth1/Tmp/SWMF/IM/HEIDI'
touch src/Makefile.DEPEND src/Makefile.RULES srcInterface/Makefile.DEPEND
make[1]: Leaving directory `/nobackupp1/gtoth1/Tmp/SWMF/IM/HEIDI'
Disabling Hdf5 library in /nobackupp1/gtoth1/Tmp/SWMF/Makefile.conf
set_hdf5_: cp ../../share/Library/src/ModHdf5Utils_empty.f90 ../../share/Library/src/ModHdf5Utils.f90
Installing IM/RCM2/
Installing RCM2 as IM component
make[1]: Entering directory `/nobackupp1/gtoth1/Tmp/SWMF/IM/RCM2'
touch src/Makefile.DEPEND
make[1]: Leaving directory `/nobackupp1/gtoth1/Tmp/SWMF/IM/RCM2'
Disabling Hdf5 library in /nobackupp1/gtoth1/Tmp/SWMF/Makefile.conf
set_hdf5_: cp ../../share/Library/src/ModHdf5Utils_empty.f90 ../../share/Library/src/ModHdf5Utils.f90
Installing LC/BATSRUS/
Installing BATSRUS as LC component
make[1]: Entering directory `/nobackupp1/gtoth1/Tmp/SWMF/LC/BATSRUS'
make[1]: Leaving directory `/nobackupp1/gtoth1/Tmp/SWMF/LC/BATSRUS'
Disabling Hdf5 library in /nobackupp1/gtoth1/Tmp/SWMF/Makefile.conf
set_hdf5_: cp ../../share/Library/src/ModHdf5Utils_empty.f90 ../../share/Library/src/ModHdf5Utils.f90
Installing OH/BATSRUS/
Installing BATSRUS as OH component
make[1]: Entering directory `/nobackupp1/gtoth1/Tmp/SWMF/OH/BATSRUS'
make[1]: Leaving directory `/nobackupp1/gtoth1/Tmp/SWMF/OH/BATSRUS'
Disabling Hdf5 library in /nobackupp1/gtoth1/Tmp/SWMF/Makefile.conf
set_hdf5_: cp ../../share/Library/src/ModHdf5Utils_empty.f90 ../../share/Library/src/ModHdf5Utils.f90
Installing PS/DGCPM/
Installing DGCPM as PS component
make[1]: Entering directory `/nobackupp1/gtoth1/Tmp/SWMF/PS/DGCPM'
touch src/Makefile.DEPEND
make[1]: Leaving directory `/nobackupp1/gtoth1/Tmp/SWMF/PS/DGCPM'
Disabling Hdf5 library in /nobackupp1/gtoth1/Tmp/SWMF/Makefile.conf
set_hdf5_: cp ../../share/Library/src/ModHdf5Utils_empty.f90 ../../share/Library/src/ModHdf5Utils.f90
Installing PW/PWOM/
Installing PWOM as PW component
make[1]: Entering directory `/nobackupp1/gtoth1/Tmp/SWMF/PW/PWOM'
mkdir bin
touch src/Makefile.DEPEND src/Makefile.RULES srcInterface/Makefile.DEPEND
make[1]: Leaving directory `/nobackupp1/gtoth1/Tmp/SWMF/PW/PWOM'
Disabling Hdf5 library in /nobackupp1/gtoth1/Tmp/SWMF/Makefile.conf
set_hdf5_: cp ../../share/Library/src/ModHdf5Utils_empty.f90 ../../share/Library/src/ModHdf5Utils.f90
Installing RB/RBE/
Installing RBE as RB component
make[1]: Entering directory `/nobackupp1/gtoth1/Tmp/SWMF/RB/RBE'
touch src/Makefile.DEPEND src/Makefile.RULES srcInterface/Makefile.DEPEND
make[1]: Leaving directory `/nobackupp1/gtoth1/Tmp/SWMF/RB/RBE'
Disabling Hdf5 library in /nobackupp1/gtoth1/Tmp/SWMF/Makefile.conf
set_hdf5_: cp ../../share/Library/src/ModHdf5Utils_empty.f90 ../../share/Library/src/ModHdf5Utils.f90
Installing SC/BATSRUS/
Installing BATSRUS as SC component
make[1]: Entering directory `/nobackupp1/gtoth1/Tmp/SWMF/SC/BATSRUS'
make[1]: Leaving directory `/nobackupp1/gtoth1/Tmp/SWMF/SC/BATSRUS'
Disabling Hdf5 library in /nobackupp1/gtoth1/Tmp/SWMF/Makefile.conf
set_hdf5_: cp ../../share/Library/src/ModHdf5Utils_empty.f90 ../../share/Library/src/ModHdf5Utils.f90
Installing SP/Kota/
Installing Kota as SP component
make[1]: Entering directory `/nobackupp1/gtoth1/Tmp/SWMF/SP/Kota'
touch src/Makefile.DEPEND srcInterface/Makefile.DEPEND
make[1]: Leaving directory `/nobackupp1/gtoth1/Tmp/SWMF/SP/Kota'
Disabling Hdf5 library in /nobackupp1/gtoth1/Tmp/SWMF/Makefile.conf
set_hdf5_: cp ../../share/Library/src/ModHdf5Utils_empty.f90 ../../share/Library/src/ModHdf5Utils.f90

Installation succeeded

Disabling Hdf5 library in Makefile.conf
set_hdf5_: cp GM/BATSRUS/src/ModHdf5_empty.f90 GM/BATSRUS/src/ModHdf5.f90
set_hdf5_: cp share/Library/src/ModHdf5Utils_empty.f90 share/Library/src/ModHdf5Utils.f90
Enabling HYPRE library in Makefile.conf
set_hypre_: cp GM/BATSRUS/src/ModImplHypre_orig.f90 GM/BATSRUS/src/ModImplHypre.f90