Installing SWMF g++: unrecognized option '-show' /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../lib64/crt1.o: In function `_start': /usr/src/packages/BUILD/glibc-2.11.1/csu/../sysdeps/x86_64/elf/start.S:109: undefined reference to `main' collect2: ld returned 1 exit status touch Library/src/Makefile.DEPEND Library/src/Makefile.RULES make[1]: Entering directory `/nobackupp8/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=icc CXX=icc; \ 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... icc checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. make[2]: Entering directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src' mkdir: cannot create directory `/home/falgout': Permission denied mkdir: cannot create directory `/home/falgout': Permission denied cp: cannot stat `HYPRE_config.h': No such file or directory cp: cannot create regular file `/home/falgout/hypre_releases/new_release/hypre-2.7.0b/src/linear_solvers/hypre/include/.': No such file or directory cp: cannot create regular file `/home/falgout/hypre_releases/new_release/hypre-2.7.0b/src/linear_solvers/hypre/include/.': No such file or directory Making /home/falgout/hypre_releases/new_release/hypre-2.7.0b/src/linear_solvers/blas ... /bin/sh: line 9: cd: /home/falgout/hypre_releases/new_release/hypre-2.7.0b/src/linear_solvers/blas: No such file or directory Making /home/falgout/hypre_releases/new_release/hypre-2.7.0b/src/linear_solvers/lapack ... /bin/sh: line 9: cd: /home/falgout/hypre_releases/new_release/hypre-2.7.0b/src/linear_solvers/lapack: No such file or directory Making utilities ... make[3]: Entering directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/utilities' mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I. -DHYPRE_TIMING -c amg_linklist.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I. -DHYPRE_TIMING -c binsearch.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I. -DHYPRE_TIMING -c exchange_data.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I. -DHYPRE_TIMING -c fortran_matrix.c In file included from _hypre_utilities.h:16, from binsearch.c:15: HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory In file included from _hypre_utilities.h:16, from fortran_matrix.h:17, from fortran_matrix.c:19: HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory In file included from _hypre_utilities.h:16, from exchange_data.c:20: HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory make[3]: *** [binsearch.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [amg_linklist.o] Error 1 make[3]: *** [exchange_data.o] Error 1 make[3]: *** [fortran_matrix.o] Error 1 make[3]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/utilities' Making multivector ... make[3]: Entering directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/multivector' mpicc -O2 -DHAVE_CONFIG_H -I. -I./.. -I./../utilities -c multivector.c mpicc -O2 -DHAVE_CONFIG_H -I. -I./.. -I./../utilities -c temp_multivector.c In file included from ./../utilities/_hypre_utilities.h:16, from interpreter.h:19, from temp_multivector, , from temp_multiv: ./../utili./../utilities/HYPRE_utilitie error: HYPRE_confHYPRE_config.h: No such file or directory make[3]: *** [multivector.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [temp_multivector.o] Error 1 make[3]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/multivector' Making krylov ... make[3]: Entering directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/krylov' mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../multivector -I./../utilities -c bicgstab.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../multivector -I./../utilities -c cgnr.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../multivector -I./../utilities -c gmres.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../multivector -I./../utilities -c flexgmres.c In file included from HYPRE_krylov.h:17In file included from HYPRE_krylov., , from krylov.h:1I,./../utilities/HYPRE_utilities.h: ./../uerror: HYPRE_config.h: No such filerror: HYPRE_config.h: No such file or directory h:17, from error: HYPRE_config.h: No such file or direct: ./../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory make[3]: *** [flexgmres.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [gmres.o] Error 1 make[3]: *** [cgnr.o] Error 1 make[3]: *** [bicgstab.o] Error 1 make[3]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/krylov' Making seq_mv ... make[3]: Entering directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/seq_mv' mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c csr_matop.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c csr_matrix.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c csr_matvec.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c genpart.c In file included from headers.h:21In file included from headers.h:21, seqseq_mv.h:17: errerroHYPHYPRE_config.h: No such filerror: HYPRE_config.h: No such file or directory make[3]: *** [csr_matrix.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [genpart.o] Error 1 make[3]: *** [csr_matop.o] Error 1 make[3]: *** [csr_matvec.o] Error 1 make[3]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/seq_mv' Making parcsr_mv ... make[3]: Entering directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/parcsr_mv' mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../seq_mv -c communicationT.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../seq_mv -c F90_HYPRE_parcsr_matrix.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../seq_mv -c F90_HYPRE_parcsr_vector.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../seq_mv -c F90_parcsr_matrix.c In file included from HYPRE_parcsr_mv.h:25, from _hypre_parcsr_mv.h, , from headers.h:21, from F90_parcsr_matrix., : ./../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directoHY RE_config.h: No such file or directory make[3]: *** [F90_parcsr_matrix.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [communicationT.o] Error 1 make[3]: *** [F90_HYPRE_parcsr_vector.o] Error 1 make[3]: *** [F90_HYPRE_parcsr_matrix.o] Error 1 make[3]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/parcsr_mv' Making parcsr_block_mv ... make[3]: Entering directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/parcsr_block_mv' mpicc -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 mpicc -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 mpicc -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 mpicc -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 In file included from csr_block_matrix.h:31, from csr_block_matvec.c:22: ./../seq_mv/seq_mv.h:17:26: error: HYPRE_config.h: No such file or directory In file included from csr_block_matrix.h:31, from headers.h:20, from csr_block_matrix.c:22: ./../seq_mv/seq_mv.h:17:26: error: HYPRE_config.h: No such file or directory In file included from csr_block_matrix.h:31, from headers.h:20, from par_csr_block_matrix.c:22: ./../seq_mv/seq_mv.h:17:26: error: HYPRE_config.h: No such file or directory In file included from csr_block_matrix.h:31, from headers.h:20, from par_csr_block_matvec.c:24: ./../seq_mv/seq_mv.h:17:26: error: HYPRE_config.h: No such file or directory make[3]: *** [csr_block_matvec.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [par_csr_block_matvec.o] Error 1 make[3]: *** [par_csr_block_matrix.o] Error 1 make[3]: *** [csr_block_matrix.o] Error 1 make[3]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/parcsr_block_mv' Making distributed_matrix ... make[3]: Entering directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_matrix' mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../utilities -I./../parcsr_mv -I./../seq_mv -c distributed_matrix.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../utilities -I./../parcsr_mv -I./../seq_mv -c HYPRE_distributed_matrix.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../utilities -I./../parcsr_mv -I./../seq_mv -c distributed_matrix_ISIS.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../utilities -I./../parcsr_mv -I./../seq_mv -c distributed_matrix_PETSc.c In file included from ./../utilities/_hypre_utilities.h:16, from distributed_matrix.h:26, from distributed_matrix.c:22: ./../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory In file included from ./../utilities/_hypre_utilities.h:16, from ./distributed_matrix.h:26, from distributed_matrix_ISIS.c:24: ./../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory In file included from ./../utilities/_hypre_utilities.h:16, from ./distributed_matrix.h:26, from distributed_matrix_PETSc.c:22: ./../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory In file included from ./../utilities/_hypre_utilities.h:16, from ./distributed_matrix.h:26, from HYPRE_distributed_matrix.c:22: ./../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory make[3]: *** [distributed_matrix_PETSc.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [HYPRE_distributed_matrix.o] Error 1 make[3]: *** [distributed_matrix_ISIS.o] Error 1 make[3]: *** [distributed_matrix.o] Error 1 make[3]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_matrix' Making IJ_mv ... make[3]: Entering directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/IJ_mv' mpicc -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 mpicc -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 mpicc -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 mpicc -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 In file included from aux_parcsr_matrix.c:23: _hypre_IJ_mv.h:2:26: error: HYPRE_config.h: No such file or directory In file included from F90_HYPRE_IJVector.c:19: ./_hypre_IJ_mv.h:2:26: error: HYPRE_config.h: No such file or directory In file included from aux_par_vector.c:23: _hypre_IJ_mv.h:2:26: error: HYPRE_config.h: No such file or directory In file included from F90_HYPRE_IJMatrix.c:19: ./_hypre_IJ_mv.h:2:26: error: HYPRE_config.h: No such file or directory make[3]: *** [aux_par_vector.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [F90_HYPRE_IJVector.o] Error 1 make[3]: *** [F90_HYPRE_IJMatrix.o] Error 1 make[3]: *** [aux_parcsr_matrix.o] Error 1 make[3]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/IJ_mv' Making matrix_matrix ... make[3]: Entering directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/matrix_matrix' mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../utilities -I./../distributed_matrix -I./../seq_mv -I./../parcsr_mv -c HYPRE_ConvertParCSRMatrixToDistributedMatrix.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../utilities -I./../distributed_matrix -I./../seq_mv -I./../parcsr_mv -c HYPRE_ConvertPETScMatrixToDistributedMatrix.c HYPRE_ConvertParCSRMatrixToDistributedMatrix.c:26:26 eerror:HHYPRE_config.h: No such file or director make[3]: *** [HYPRE_ConvertPETScMatrixToDistributedMatrix.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [HYPRE_ConvertParCSRMatrixToDistributedMatrix.o] Error 1 make[3]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/matrix_matrix' Making distributed_ls ... make[3]: Entering directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_ls' Making pilut ... make[4]: Entering directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_ls/pilut' mpicc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix -c comm.c mpicc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix -c debug.c mpicc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix -c distributed_qsort.c mpicc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix -c distributed_qsort_si.c comm.c:28:26: error: HYPRE_config.h: No such file or directory In file included from debug.c:31: ./DistributedMatrixPilutSolver.h:20:26: error: HYPRE_config.h: No such file or directory In file included from ./../../utilities/_hypre_utilities.h:16, from distributed_qsort.c:26: ./../../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory make[4]: *** [distributed_qsort.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[4]: *** [comm.o] Error 1 ilities/_hypre_utilities.h:16, from ../../utilities/fortran.h:28, from macros.h:20, from ilu.h:40, from distributed_qsort_si.c:28: ../../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory make[4]: *** [debug.o] Error 1 make[4]: *** [distributed_qsort_si.o] Error 1 make[4]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_ls/pilut' Making ParaSails ... make[4]: Entering directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_ls/ParaSails' mpicc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix -c ConjGrad.c mpicc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix -c DiagScale.c mpicc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix -c FGmres.c mpicc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix -c Hash.c In file included from ConjGrad.c:24InCommon.h:26:26: error: HYPRE_config.h: No such error: HYPRE_config.h: No such file or directory In file included from DiagScale.c:24: Common.h:26:26: error: HYPRE_config.h: No such file or directory make[4]: *** [Hash.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[4]: *** [DiagScale.o] Error 1 make[4]: *** [ConjGrad.o] Error 1 make[4]: *** [FGmres.o] Error 1 make[4]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_ls/ParaSails' Making Euclid ... make[4]: Entering directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_ls/Euclid' mpicc -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 mpicc -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 mpicc -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 mpicc -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 In file included from ./../../parcsr_mv/HYPRE_parcsr_mv.h:25, from euclid_common.h:35, from Euclid_dh.h:, , from Euclid_app: ./../.../../../utilities/HYPRE_utilities.h error: HYPRE_cHYPRE_config.h: No such file or di ect ry make[4]: *** [blas_dh.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[4]: *** [Euclid_apply.o] Error 1 make[4]: *** [ExternalRows_dh.o] Error 1 make[4]: *** [Euclid_dh.o] Error 1 make[4]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_ls/Euclid' make[3]: *** [all] Error 2 make[3]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_ls' Making parcsr_ls ... make[3]: Entering directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/parcsr_ls' mpicc -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 mpicc -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 mpicc -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 mpicc -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 In file included from headers.h:21In file included from headers.h:21, _hy_hypre_parcsr_ls.h:13: errerroHYPHYPRE_config.h: Nerror: HYPRE_config.h: No such file or directory make[3]: *** [F90_hypre_laplace.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [aux_interp.o] Error 1 make[3]: *** [F90_HYPRE_parcsr_amg.o] Error 1 make[3]: *** [amg_hybrid.o] Error 1 make[3]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/parcsr_ls' Making struct_mv ... make[3]: Entering directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/struct_mv' mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c assumed_part.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c box_algebra.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c box_alloc.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c box_boundary.c In file included from ./../utilities/_hypre_utilities.h:16, from _hypre_struct_mv.h:13, from headers.h:20, from assumed_part.c:18: ./../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory e_utilities.h:16, from _hypre_struct_mv.h:13, from headers.h:20, from box_algebra.c:20: ./../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory In file included from ./../utilities/_hypre_utilities.h:16, from _hypre_struct_mv.h:13, from headers.h:20, from box_alloc.c:22: ./../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory In file included from ./../utilities/_hypre_utilities.h:16, from _hypre_struct_mv.h:13, from headers.h:20, from box_boundary.c:31: ./../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory make[3]: *** [box_alloc.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [box_boundary.o] Error 1 make[3]: *** [box_algebra.o] Error 1 make[3]: *** [assumed_part.o] Error 1 make[3]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/struct_mv' Making struct_ls ... make[3]: Entering directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/struct_ls' mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c coarsen.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c cyclic_reduction.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c F90_HYPRE_struct_bicgstab.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c F90_HYPRE_struct_gmres.c In file included from ./../utilities/_hypre_utilities.h:16, from _hypre_struct_ls.h:13, from headers.h:21, from cyclic_reduc: ./../util./../utilities/HYPRE_utilities error: HYPRE_conHYPRE_config.h: No such file or irectory irectory 3:26: error: HYPRE_config.h: No such file or directory make[3]: *** [F90_HYPRE_struct_bicgstab.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [coarsen.o] Error 1 make[3]: *** [F90_HYPRE_struct_gmres.o] Error 1 make[3]: *** [cyclic_reduction.o] Error 1 make[3]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/struct_ls' Making sstruct_mv ... make[3]: Entering directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/sstruct_mv' mpicc -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 mpicc -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 mpicc -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 mpicc -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 In file included from HYPRE_sstruct_mv.h:17, from _hypre_sstruct_mv.h:16, from headers.h:21, from F90_HYPRE_sstruct_graph.c:19: ./../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory In file included from HYPRE_sstruct_mv.h:17, from _hypre_sstruct_mv.h:16, from headers.h:21, from F90_HYPRE_sstruct_grid.c:19: In file included from HYPRE_sstruct_mv.herr, HYPRE_config.h: No such file or directory , from headers.h:21, from F90_HYPRE_sstruct_stencil.c:19: ./../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory In file included from HYPRE_sstruct_mv.h:17, from _hypre_sstruct_mv.h:16, from headers.h:21, from F90_HYPRE_sstruct_matrix.c:19: ./../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory make[3]: *** [F90_HYPRE_sstruct_stencil.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [F90_HYPRE_sstruct_grid.o] Error 1 make[3]: *** [F90_HYPRE_sstruct_matrix.o] Error 1 make[3]: *** [F90_HYPRE_sstruct_graph.o] Error 1 make[3]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/sstruct_mv' Making sstruct_ls ... make[3]: Entering directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/sstruct_ls' mpicc -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 mpicc -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 mpicc -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 mpicc -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 In file included from headers.h:21, from F90_HYPRE_sstruct_lgmres.c:1::__hypre_sstruct_ls.h:13:26 eerror:HHYPRE_config.h: No such file or director make[3]: *** [F90_HYPRE_sstruct_flexgmres.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [F90_HYPRE_sstruct_bicgstab.o] Error 1 make[3]: *** [F90_HYPRE_sstruct_lgmres.o] Error 1 make[3]: *** [F90_HYPRE_sstruct_gmres.o] Error 1 make[3]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/sstruct_ls' Making /home/falgout/hypre_releases/new_release/hypre-2.7.0b/src/linear_solvers/FEI_mv ... /bin/sh: line 9: cd: /home/falgout/hypre_releases/new_release/hypre-2.7.0b/src/linear_solvers/FEI_mv: No such file or directory Making lib ... make[3]: Entering directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/lib' make[3]: *** No rule to make target `/home/falgout/hypre_releases/new_release/hypre-2.7.0b/src/linear_solvers/FEI_mv/SuperLU/SRC/*.o', needed by `libHYPRE.a'. Stop. make[3]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/lib' Installing hypre ... /bin/sh: line 2: /home/falgout/hypre_releases/new_release/hypre-2.7.0b/src/linear_solvers/config/mkinstalldirs: No such file or directory /bin/sh: line 3: cd: /home/falgout/hypre_releases/new_release/hypre-2.7.0b/src/linear_solvers/hypre/lib: No such file or directory /bin/sh: line 4: cd: /home/falgout/hypre_releases/new_release/hypre-2.7.0b/lib: No such file or directory /bin/sh: line 9: cd: /home/falgout/hypre_releases/new_release/hypre-2.7.0b/src/linear_solvers/hypre/include: No such file or directory /bin/sh: line 10: cd: /home/falgout/hypre_releases/new_release/hypre-2.7.0b/include: No such file or directory chmod: cannot access `/home/falgout/hypre_releases/new_release/hypre-2.7.0b/lib': No such file or directory chmod: cannot access `/home/falgout/hypre_releases/new_release/hypre-2.7.0b/include': No such file or directory make[2]: Leaving directory `/nobackupp8/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 `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE' VERSION 2.3 cd CON; make install make[1]: Entering directory `/nobackupp8/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 `/nobackupp8/gtoth1/Tmp/SWMF/CON' cd ESMF/ESMF_SWMF; make install make[1]: Entering directory `/nobackupp8/gtoth1/Tmp/SWMF/ESMF/ESMF_SWMF' touch src/Makefile.DEPEND make[2]: *** No rule to make target `info'. Stop. make[1]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/ESMF/ESMF_SWMF' Installing EE/BATSRUS/ Installing BATSRUS as EE component make[1]: Entering directory `/nobackupp8/gtoth1/Tmp/SWMF/EE/BATSRUS' make[1]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/EE/BATSRUS' Disabling Hdf5 library in /nobackupp8/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 `/nobackupp8/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 `/nobackupp8/gtoth1/Tmp/SWMF/GM/BATSRUS' Disabling Hdf5 library in /nobackupp8/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 `/nobackupp8/gtoth1/Tmp/SWMF/IE/RIM' touch src/Makefile.DEPEND make[1]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/IE/RIM' Disabling Hdf5 library in /nobackupp8/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 `/nobackupp8/gtoth1/Tmp/SWMF/IE/Ridley_serial' cp -f src/ModSize_orig.f90 src/ModSize.f90 touch src/Makefile.DEPEND make[1]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/IE/Ridley_serial' Disabling Hdf5 library in /nobackupp8/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 `/nobackupp8/gtoth1/Tmp/SWMF/IH/BATSRUS' make[1]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/IH/BATSRUS' Disabling Hdf5 library in /nobackupp8/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 `/nobackupp8/gtoth1/Tmp/SWMF/IH/BATSRUS_share' touch src/Makefile.DEPEND make[1]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/IH/BATSRUS_share' Disabling Hdf5 library in /nobackupp8/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 `/nobackupp8/gtoth1/Tmp/SWMF/IM/CRCM' touch src/Makefile.DEPEND src/Makefile.RULES srcInterface/Makefile.DEPEND Config.pl -EarthHO -GridDefault make[1]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/IM/CRCM' Disabling Hdf5 library in /nobackupp8/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 `/nobackupp8/gtoth1/Tmp/SWMF/IM/HEIDI' touch src/Makefile.DEPEND src/Makefile.RULES srcInterface/Makefile.DEPEND make[1]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/IM/HEIDI' Disabling Hdf5 library in /nobackupp8/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 `/nobackupp8/gtoth1/Tmp/SWMF/IM/RCM2' touch src/Makefile.DEPEND make[1]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/IM/RCM2' Disabling Hdf5 library in /nobackupp8/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 `/nobackupp8/gtoth1/Tmp/SWMF/OH/BATSRUS' make[1]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/OH/BATSRUS' Disabling Hdf5 library in /nobackupp8/gtoth1/Tmp/SWMF/Makefile.conf set_hdf5_: cp ../../share/Library/src/ModHdf5Utils_empty.f90 ../../share/Library/src/ModHdf5Utils.f90 Installing PC/IPIC3D/ Installing IPIC3D as PC component make[1]: Entering directory `/nobackupp8/gtoth1/Tmp/SWMF/PC/IPIC3D' Makefile:95: warning: overriding commands for target `clean' /nobackupp8/gtoth1/Tmp/SWMF/Makefile.conf:82: warning: ignoring old commands for target `clean' mkdir bin mkdir libIPIC3D touch src/Makefile.DEPEND src/Makefile.local srcInterface/Makefile.DEPEND make[1]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/PC/IPIC3D' Disabling Hdf5 library in /nobackupp8/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 `/nobackupp8/gtoth1/Tmp/SWMF/PS/DGCPM' touch src/Makefile.DEPEND make[1]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/PS/DGCPM' Disabling Hdf5 library in /nobackupp8/gtoth1/Tmp/SWMF/Makefile.conf set_hdf5_: cp ../../share/Library/src/ModHdf5Utils_empty.f90 ../../share/Library/src/ModHdf5Utils.f90 Installing PT/AMPS/ Installing amps as PT component make[1]: Entering directory `/nobackupp8/gtoth1/Tmp/SWMF/PT/AMPS' Makefile:54: warning: overriding commands for target `clean' /nobackupp8/gtoth1/Tmp/SWMF/Makefile.conf:82: warning: ignoring old commands for target `clean' AMPS installed make[1]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/PT/AMPS' Disabling Hdf5 library in /nobackupp8/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 `/nobackupp8/gtoth1/Tmp/SWMF/PW/PWOM' mkdir bin touch src/Makefile.DEPEND src/Makefile.RULES srcInterface/Makefile.DEPEND make[1]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/PW/PWOM' Disabling Hdf5 library in /nobackupp8/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 `/nobackupp8/gtoth1/Tmp/SWMF/RB/RBE' touch src/Makefile.DEPEND src/Makefile.RULES srcInterface/Makefile.DEPEND make[1]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/RB/RBE' Disabling Hdf5 library in /nobackupp8/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 `/nobackupp8/gtoth1/Tmp/SWMF/SC/BATSRUS' make[1]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/SC/BATSRUS' Disabling Hdf5 library in /nobackupp8/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 `/nobackupp8/gtoth1/Tmp/SWMF/SP/Kota' touch src/Makefile.DEPEND srcInterface/Makefile.DEPEND make[1]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/SP/Kota' Disabling Hdf5 library in /nobackupp8/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 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=icc CXX=icc; \ 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... icc checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. make[1]: Entering directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src' mkdir: cannot create directory `/home/falgout': Permission denied mkdir: cannot create directory `/home/falgout': Permission denied cp: cannot stat `HYPRE_config.h': No such file or directory cp: cannot create regular file `/home/falgout/hypre_releases/new_release/hypre-2.7.0b/src/linear_solvers/hypre/include/.': No such file or directory cp: cannot create regular file `/home/falgout/hypre_releases/new_release/hypre-2.7.0b/src/linear_solvers/hypre/include/.': No such file or directory Making /home/falgout/hypre_releases/new_release/hypre-2.7.0b/src/linear_solvers/blas ... /bin/sh: line 9: cd: /home/falgout/hypre_releases/new_release/hypre-2.7.0b/src/linear_solvers/blas: No such file or directory Making /home/falgout/hypre_releases/new_release/hypre-2.7.0b/src/linear_solvers/lapack ... /bin/sh: line 9: cd: /home/falgout/hypre_releases/new_release/hypre-2.7.0b/src/linear_solvers/lapack: No such file or directory Making utilities ... make[2]: Entering directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/utilities' mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I. -DHYPRE_TIMING -c amg_linklist.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I. -DHYPRE_TIMING -c binsearch.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I. -DHYPRE_TIMING -c exchange_data.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I. -DHYPRE_TIMING -c fortran_matrix.c In file included from _hypre_utilities.h:16, from binsearch.c:15: In file included from _h error: HYPRE_config.h: No such file or directory klist.c:21: HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory In file included from _hypre_utilities.h:16, from fortran_matrix.h:17, from fortran_matrix.c:19: HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory In file included from _hypre_utilities.h:16, from exchange_data.c:20: HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory make[2]: *** [binsearch.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [amg_linklist.o] Error 1 make[2]: *** [exchange_data.o] Error 1 make[2]: *** [fortran_matrix.o] Error 1 make[2]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/utilities' Making multivector ... make[2]: Entering directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/multivector' mpicc -O2 -DHAVE_CONFIG_H -I. -I./.. -I./../utilities -c multivector.c mpicc -O2 -DHAVE_CONFIG_H -I. -I./.. -I./../utilities -c temp_multivector.c In file included from ./../utilities/_hypre_utilities.h:16, from interpreter.h:19, from multivector.h:19, from multivector.c:20: ./../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory make[2]: *** [multivector.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [temp_multivector.o] Error 1 make[2]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/multivector' Making krylov ... make[2]: Entering directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/krylov' mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../multivector -I./../utilities -c bicgstab.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../multivector -I./../utilities -c cgnr.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../multivector -I./../utilities -c gmres.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../multivector -I./../utilities -c flexgmres.c In file included from HYPRE_krylov.h:17, from krylov.h:13, from cgnr.c:23: ./../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory In file included from HYPRE_krylov.h:17, from krylov.h:13, from flexgmres.c:22: ./../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory make[2]: *** [cgnr.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [bicgstab.o] Error 1 make[2]: *** [flexgmres.o] Error 1 make[2]: *** [gmres.o] Error 1 make[2]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/krylov' Making seq_mv ... make[2]: Entering directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/seq_mv' mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c csr_matop.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c csr_matrix.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c csr_matvec.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c genpart.c In file included from headers.h:21, from csr_matrix, :sseq_mv.h:17:26 eerror:HHYPRE_config.h: No such file orHYPRE_conf g.h: No such file or directory make[2]: *** [csr_matrix.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [genpart.o] Error 1 make[2]: *** [csr_matop.o] Error 1 make[2]: *** [csr_matvec.o] Error 1 make[2]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/seq_mv' Making parcsr_mv ... make[2]: Entering directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/parcsr_mv' mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../seq_mv -c communicationT.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../seq_mv -c F90_HYPRE_parcsr_matrix.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../seq_mv -c F90_HYPRE_parcsr_vector.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../seq_mv -c F90_parcsr_matrix.c In file included from HYPRE_parcsr_mv.h:25, from _hypre_parcsr_mv.h:16, from headers.h:21, from communicationT.c:16: ./../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory make[2]: *** [F90_parcsr_matrix.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [F90_HYPRE_parcsr_vector.o] Error 1 make[2]: *** [F90_HYPRE_parcsr_matrix.o] Error 1 make[2]: *** [communicationT.o] Error 1 make[2]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/parcsr_mv' Making parcsr_block_mv ... make[2]: Entering directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/parcsr_block_mv' mpicc -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 mpicc -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 mpicc -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 mpicc -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 In file included from csr_block_matrix.h:31, from csr_block_matvec.c:22: ./../seq_mv/seq_mv.h:17:26: error: HYPRE_config.h: No such file or directory In file included from csr_block_matrix.h:31, from headers.h:20, from csr_block_matrix.c:22: ./../seq_mv/seq_mv.h:17:26: error: HYPRE_config.h: No such file or directoryIn file included from csr_block_matrix.h:31, from headers.h:20, from par_csr_block_matrix.c:22: ./../seq_mv/seq_mv.h:17:26: error: HYPRE_config.h: No such file or directory In file included from csr_block_matrix.h:31, from headers.h:20, from par_csr_block_matvec.c:24: ./../seq_mv/seq_mv.h:17:26: error: HYPRE_config.h: No such file or directory make[2]: *** [csr_block_matvec.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [par_csr_block_matvec.o] Error 1 make[2]: *** [par_csr_block_matrix.o] Error 1 make[2]: *** [csr_block_matrix.o] Error 1 make[2]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/parcsr_block_mv' Making distributed_matrix ... make[2]: Entering directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_matrix' mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../utilities -I./../parcsr_mv -I./../seq_mv -c distributed_matrix.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../utilities -I./../parcsr_mv -I./../seq_mv -c HYPRE_distributed_matrix.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../utilities -I./../parcsr_mv -I./../seq_mv -c distributed_matrix_ISIS.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../utilities -I./../parcsr_mv -I./../seq_mv -c distributed_matrix_PETSc.c In file included from ./../utilities/_hypre_utilities.h:16, from distributed_matrix.h:26, from distributed_matrix.c:22: ./../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory In file included from ./../utilities/_hypre_utilities.h:16, from ./distributed_matrix.h:26, from distributed_matrix_ISIS.c:24: ./../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory In file included from ./../utilities/_hypre_utilities.h:16, from ./distributed_matrix.h:26, from distributed_matrix_PETSc.c:22: ./../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory In file included from ./../utilities/_hypre_utilities.h:16, from ./distributed_matrix.h:26, from HYPRE_distributed_matrix.c:22: ./../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory make[2]: *** [distributed_matrix_PETSc.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [distributed_matrix.o] Error 1 make[2]: *** [distributed_matrix_ISIS.o] Error 1 make[2]: *** [HYPRE_distributed_matrix.o] Error 1 make[2]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_matrix' Making IJ_mv ... make[2]: Entering directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/IJ_mv' mpicc -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 mpicc -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 mpicc -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 mpicc -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 In file included from aux_parcsr_matrix.c: _hy_hypre_IJ_mv.h:2: errerroHYPHYPRE_config.h: No such file or direct ry In file included from F90_HYPRE_IJMatrix.c:19: ./_hypre_IJ_mv.h:2:26: error: HYPRE_config.h: No such file or directory In file included from F90_HYPRE_IJVector.c:19: ./_hypre_IJ_mv.h:2:26: error: HYPRE_config.h: No such file or directory make[2]: *** [aux_par_vector.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [F90_HYPRE_IJVector.o] Error 1 make[2]: *** [F90_HYPRE_IJMatrix.o] Error 1 make[2]: *** [aux_parcsr_matrix.o] Error 1 make[2]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/IJ_mv' Making matrix_matrix ... make[2]: Entering directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/matrix_matrix' mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../utilities -I./../distributed_matrix -I./../seq_mv -I./../parcsr_mv -c HYPRE_ConvertParCSRMatrixToDistributedMatrix.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../utilities -I./../distributed_matrix -I./../seq_mv -I./../parcsr_mv -c HYPRE_ConvertPETScMatrixToDistributedMatrix.c HYPRE_ConvertParCSRMatrixToDistributedMatrix.c:26:26: error: HYPRE_config.h: No such file or directory HYPRE_ConvertPETScMatrixToDistributedMatrix.c:26:26: error: HYPRE_config.h: No such file or directory make[2]: *** [HYPRE_ConvertPETScMatrixToDistributedMatrix.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [HYPRE_ConvertParCSRMatrixToDistributedMatrix.o] Error 1 make[2]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/matrix_matrix' Making distributed_ls ... make[2]: Entering directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_ls' Making pilut ... make[3]: Entering directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_ls/pilut' mpicc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix -c comm.c mpicc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix -c debug.c mpicc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix -c distributed_qsort.c mpicc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix -c distributed_qsort_si.c comm.c:28:26: error: HYPRE_config.h: No such file or directory In file included from debug.c:31: ./DistributedMatrixPilutSolver.h:20:26: error: HYPRE_config.h: No such file or directory In file included from ./../../utilities/_hypre_utilities.h:16, from distributed_qsort.c:26: ./../../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory make[3]: *** [distributed_qsort.o] Error 1 make[3]: *** Waiting for unfinished jobs.... In file included from ../../utilities/_hypre_utilities.h:16, from ../../utilities/fortran.h:28, from macros.h:20, from ilu.h:40, from distributed_qsort_si.c:28: ../../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory make[3]: *** [comm.o] Error 1 make[3]: *** [debug.o] Error 1 make[3]: *** [distributed_qsort_si.o] Error 1 make[3]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_ls/pilut' Making ParaSails ... make[3]: Entering directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_ls/ParaSails' mpicc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix -c ConjGrad.c mpicc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix -c DiagScale.c mpicc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix -c FGmres.c mpicc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix -c Hash.c In file included from ConjGrad.c:InCoCommon.h:26:2 ererrorHYHYPRE_config.h: No such file HYPRE_config h: No such file or directory In file included from DiagScale.c:24: Common.h:26:26: error: HYPRE_config.h: No such file or directory make[3]: *** [Hash.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [DiagScale.o] Error 1 make[3]: *** [ConjGrad.o] Error 1 make[3]: *** [FGmres.o] Error 1 make[3]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_ls/ParaSails' Making Euclid ... make[3]: Entering directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_ls/Euclid' mpicc -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 mpicc -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 mpicc -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 mpicc -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 In file included from ./../../parcsr_mv/HYPRE_parcsr_mv.h:25, from euclid_common.h:35, from Euclid_dh.h:, , from Euclid_app: ./../.../../../utilities/HYPRE_utilities.h error: HYPRE_cHYPRE_config.h: No such file or di ect ry make[3]: *** [blas_dh.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [Euclid_apply.o] Error 1 make[3]: *** [ExternalRows_dh.o] Error 1 make[3]: *** [Euclid_dh.o] Error 1 make[3]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_ls/Euclid' make[2]: *** [all] Error 2 make[2]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_ls' Making parcsr_ls ... make[2]: Entering directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/parcsr_ls' mpicc -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 mpicc -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 mpicc -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 mpicc -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 In file included from headers.h:21, from amg_hybrid, : _hypre_parcsr_ls.h:13:26: error: HYPRE_config.h: No such file or directory ecHYPR _config.h: No such file or directory make[2]: *** [F90_hypre_laplace.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [aux_interp.o] Error 1 make[2]: *** [F90_HYPRE_parcsr_amg.o] Error 1 make[2]: *** [amg_hybrid.o] Error 1 make[2]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/parcsr_ls' Making struct_mv ... make[2]: Entering directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/struct_mv' mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c assumed_part.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c box_algebra.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c box_alloc.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c box_boundary.c In file included from ./../utilities/_hypre_utilities.h:16, from _hypre_struct_mv.h:13, from headers.h:20, from box_alloc.c:22: ./../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory In file included from ./../utilities/_hypre_utilities.h:16, from _hypre_struct_mv.h:13, from headers.h:20, from box_algebra.c:20: ./../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory In file included from ./../utilities/_hypre_utilities.h:16, from _hypre_struct_mv.h:13, from headers.h:20, from box_boundary.c:31In./../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory ruct_mv.h:13, from headers.h:20, from assumed_part.c:18: ./../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory make[2]: *** [box_alloc.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [box_boundary.o] Error 1 make[2]: *** [box_algebra.o] Error 1 make[2]: *** [assumed_part.o] Error 1 make[2]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/struct_mv' Making struct_ls ... make[2]: Entering directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/struct_ls' mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c coarsen.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c cyclic_reduction.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c F90_HYPRE_struct_bicgstab.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c F90_HYPRE_struct_gmres.c In file included from ./../utilities/_hypre_utilities.h:16, from _hypre_struct_ls.h:13, from headers.h:21, from F90_HYPRE_st: ./../utilities/HYP./../utilities/HYPRE_ error: HYPRE_config.h: NoHYPRE_config.h: No such file or direct ry error: HYPRE_config.h: No such file or directory make[2]: *** [F90_HYPRE_struct_bicgstab.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [coarsen.o] Error 1 make[2]: *** [F90_HYPRE_struct_gmres.o] Error 1 make[2]: *** [cyclic_reduction.o] Error 1 make[2]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/struct_ls' Making sstruct_mv ... make[2]: Entering directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/sstruct_mv' mpicc -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 mpicc -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 mpicc -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 mpicc -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 In file included from HYPRE_sstruct_mv.h:17, from _hypre_sstruct_mv.h:16In file included from HYPRE_sstruct_In file, from _hypre_sstru, ,./../utilities/HYPRE_utilities.h:23, error: HYPRE_config.h: No such file or directory /./../utilities/HYPRE_utilities.h:23:2 ererrorHYHYPRE_config.h: No such file or direcHY R _config.h: No such file or directory make[2]: *** [F90_HYPRE_sstruct_stencil.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [F90_HYPRE_sstruct_grid.o] Error 1 make[2]: *** [F90_HYPRE_sstruct_matrix.o] Error 1 make[2]: *** [F90_HYPRE_sstruct_graph.o] Error 1 make[2]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/sstruct_mv' Making sstruct_ls ... make[2]: Entering directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/sstruct_ls' mpicc -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 mpicc -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 mpicc -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 mpicc -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 In file included from headers.h:21, from F90_HYPRE_sstruct_lgmres.c:1::__hypre_sstruct_ls.h:13:26 eerror:HHYPRE_config.h: No such file or director make[2]: *** [F90_HYPRE_sstruct_lgmres.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [F90_HYPRE_sstruct_flexgmres.o] Error 1 make[2]: *** [F90_HYPRE_sstruct_bicgstab.o] Error 1 make[2]: *** [F90_HYPRE_sstruct_gmres.o] Error 1 make[2]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/sstruct_ls' Making /home/falgout/hypre_releases/new_release/hypre-2.7.0b/src/linear_solvers/FEI_mv ... /bin/sh: line 9: cd: /home/falgout/hypre_releases/new_release/hypre-2.7.0b/src/linear_solvers/FEI_mv: No such file or directory Making lib ... make[2]: Entering directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/lib' make[2]: *** No rule to make target `/home/falgout/hypre_releases/new_release/hypre-2.7.0b/src/linear_solvers/FEI_mv/SuperLU/SRC/*.o', needed by `libHYPRE.a'. Stop. make[2]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/lib' Installing hypre ... /bin/sh: line 2: /home/falgout/hypre_releases/new_release/hypre-2.7.0b/src/linear_solvers/config/mkinstalldirs: No such file or directory /bin/sh: line 3: cd: /home/falgout/hypre_releases/new_release/hypre-2.7.0b/src/linear_solvers/hypre/lib: No such file or directory /bin/sh: line 4: cd: /home/falgout/hypre_releases/new_release/hypre-2.7.0b/lib: No such file or directory /bin/sh: line 9: cd: /home/falgout/hypre_releases/new_release/hypre-2.7.0b/src/linear_solvers/hypre/include: No such file or directory /bin/sh: line 10: cd: /home/falgout/hypre_releases/new_release/hypre-2.7.0b/include: No such file or directory chmod: cannot access `/home/falgout/hypre_releases/new_release/hypre-2.7.0b/lib': No such file or directory chmod: cannot access `/home/falgout/hypre_releases/new_release/hypre-2.7.0b/include': No such file or directory make[1]: Leaving directory `/nobackupp8/gtoth1/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src' ln -s hypre-2.7.0b/src/hypre/lib . ln: creating symbolic link `./lib': File exists make: *** [lib/libHYPRE.a] Error 1 SWMF/Config.pl ERROR: Could not execute command=cd util/HYPRE; make install Compilation failed in require at ./Config.pl line 13, <> line 106.