Installing SWMF touch Library/src/Makefile.DEPEND Library/src/Makefile.RULES make[1]: Entering directory `/nobackup/gtoth/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=mpicc 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... mpif77 checking whether make sets $(MAKE)... yes checking for ranlib... ranlib checking for gcc... mpicc 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 mpicc accepts -g... yes checking for mpicc option to accept ANSI C... none needed checking how to run the C preprocessor... mpicc -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 whether we are using the GNU Fortran 77 compiler... no checking whether mpif77 accepts -g... no checking how to get verbose linking output from mpif77... configure: WARNING: compilation failed checking for Fortran libraries of mpif77... checking for dummy main to link with Fortran libraries... none checking for Fortran name-mangling scheme... configure: error: cannot compile a simple Fortran program See `config.log' for more details. make[2]: Entering directory `/nobackup/gtoth/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 `/nobackup/gtoth/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 amg_linklist.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 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 exchange_data.c:20: 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 make[3]: *** [exchange_data.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [fortran_matrix.o] Error 1 make[3]: *** [amg_linklist.o] Error 1 make[3]: *** [binsearch.o] Error 1 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/utilities' Making multivector ... make[3]: Entering directory `/nobackup/gtoth/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 In file included from ./../utilities/_hypre_utilities.h:16, from interpreter.h:19, from temp_multivector.h:19, from temp_multivector.c:20: ./../utilities/HYPRE_utilities.h:23:26: error: HYPRE_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 `/nobackup/gtoth/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/multivector' Making krylov ... make[3]: Entering directory `/nobackup/gtoth/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 bicgstab.c:22: ./../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 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 gmres.c:22: ./../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[3]: *** [gmres.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [cgnr.o] Error 1 make[3]: *** [bicgstab.o] Error 1 make[3]: *** [flexgmres.o] Error 1 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/krylov' Making seq_mv ... make[3]: Entering directory `/nobackup/gtoth/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_matop.c:22: seq_mv.h:17:26: error: HYPRE_config.h: No such file or directory In file included from headers.h:21, from csr_matrix.c:22: seq_mv.h:17:26: error: HYPRE_config.h: No such file or directory In file included from headers.h:21, from genpart.c:17: seq_mv.h:17:26: error: HYPRE_config.h: No such file or directory In file included from headers.h:21, from csr_matvec.c:22: seq_mv.h:17:26: error: HYPRE_config.h: No such file or directory make[3]: *** [csr_matop.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [genpart.o] Error 1 make[3]: *** [csr_matrix.o] Error 1 make[3]: *** [csr_matvec.o] Error 1 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/seq_mv' Making parcsr_mv ... make[3]: Entering directory `/nobackup/gtoth/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 In file included from HYPRE_parcsr_mv.h:25, from _hypre_parcsr_mv.h:16, from headers.h:21, from F90_HYPRE_parcsr_matrix.c:19: ./../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory In file included from HYPRE_parcsr_mv.h:25, from _hypre_parcsr_mv.h:16, from headers.h:21, from F90_parcsr_matrix.c:19: ./../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory In file included from HYPRE_parcsr_mv.h:25, from _hypre_parcsr_mv.h:16, from headers.h:21, from F90_HYPRE_parcsr_vector.c:19: ./../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory make[3]: *** [communicationT.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [F90_HYPRE_parcsr_matrix.o] Error 1 make[3]: *** [F90_parcsr_matrix.o] Error 1 make[3]: *** [F90_HYPRE_parcsr_vector.o] Error 1 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/parcsr_mv' Making parcsr_block_mv ... make[3]: Entering directory `/nobackup/gtoth/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]: *** [csr_block_matrix.o] Error 1 make[3]: *** [par_csr_block_matrix.o] Error 1 make[3]: *** [par_csr_block_matvec.o] Error 1 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/parcsr_block_mv' Making distributed_matrix ... make[3]: Entering directory `/nobackup/gtoth/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 HYPRE_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 make[3]: *** [distributed_matrix_ISIS.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [distributed_matrix.o] Error 1 make[3]: *** [HYPRE_distributed_matrix.o] Error 1 make[3]: *** [distributed_matrix_PETSc.o] Error 1 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_matrix' Making IJ_mv ... make[3]: Entering directory `/nobackup/gtoth/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 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 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[3]: *** [aux_parcsr_matrix.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [F90_HYPRE_IJMatrix.o] Error 1 make[3]: *** [aux_par_vector.o] Error 1 make[3]: *** [F90_HYPRE_IJVector.o] Error 1 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/IJ_mv' Making matrix_matrix ... make[3]: Entering directory `/nobackup/gtoth/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[3]: *** [HYPRE_ConvertPETScMatrixToDistributedMatrix.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [HYPRE_ConvertParCSRMatrixToDistributedMatrix.o] Error 1 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/matrix_matrix' Making distributed_ls ... make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_ls' Making pilut ... make[4]: Entering directory `/nobackup/gtoth/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.... 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[4]: *** [debug.o] Error 1 make[4]: *** [comm.o] Error 1 make[4]: *** [distributed_qsort_si.o] Error 1 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_ls/pilut' Making ParaSails ... make[4]: Entering directory `/nobackup/gtoth/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:24: Common.h:26:26: error: HYPRE_config.h: No such file or directory In file included from FGmres.c:24: Common.h:26:26: error: HYPRE_config.h: No such file or directory In file included from Hash.c:35: Common.h:26:26: 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 `/nobackup/gtoth/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_ls/ParaSails' Making Euclid ... make[4]: Entering directory `/nobackup/gtoth/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:21, from Euclid_apply.c:16: ./../../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory In file included from ./../../parcsr_mv/HYPRE_parcsr_mv.h:25, from euclid_common.h:35, from blas_dh.h:25, from blas_dh.c:16: ./../../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory In file included from ./../../parcsr_mv/HYPRE_parcsr_mv.h:25, from euclid_common.h:35, from Euclid_dh.h:21, from Euclid_dh.c:16: ./../../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory In file included from ./../../parcsr_mv/HYPRE_parcsr_mv.h:25, from euclid_common.h:35, from ExternalRows_dh.h:22, from ExternalRows_dh.c:16: ./../../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory make[4]: *** [Euclid_apply.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[4]: *** [blas_dh.o] Error 1 make[4]: *** [ExternalRows_dh.o] Error 1 make[4]: *** [Euclid_dh.o] Error 1 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_ls/Euclid' make[3]: *** [all] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_ls' Making parcsr_ls ... make[3]: Entering directory `/nobackup/gtoth/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.c:21: _hypre_parcsr_ls.h:13:26: error: HYPRE_config.h: No such file or directory In file included from headers.h:21, from aux_interp.c:15: _hypre_parcsr_ls.h:13:26: error: HYPRE_config.h: No such file or directory In file included from headers.h:21, from F90_hypre_laplace.c:19: _hypre_parcsr_ls.h:13:26: error: HYPRE_config.h: No such file or directory In file included from headers.h:21, from F90_HYPRE_parcsr_amg.c:19: _hypre_parcsr_ls.h:13:26: error: HYPRE_config.h: No such file or directory make[3]: *** [amg_hybrid.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [aux_interp.o] Error 1 make[3]: *** [F90_hypre_laplace.o] Error 1 make[3]: *** [F90_HYPRE_parcsr_amg.o] Error 1 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/parcsr_ls' Making struct_mv ... make[3]: Entering directory `/nobackup/gtoth/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 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_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 `/nobackup/gtoth/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/struct_mv' Making struct_ls ... make[3]: Entering directory `/nobackup/gtoth/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 coarsen.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_ls.h:13, from headers.h:21, from cyclic_reduction.c:21: ./../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_ls.h:13, from headers.h:21, from F90_HYPRE_struct_bicgstab.c:13: ./../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_ls.h:13, from headers.h:21, from F90_HYPRE_struct_gmres.c:13: ./../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory make[3]: *** [coarsen.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [F90_HYPRE_struct_bicgstab.o] Error 1 make[3]: *** [F90_HYPRE_struct_gmres.o] Error 1 make[3]: *** [cyclic_reduction.o] Error 1 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/struct_ls' Making sstruct_mv ... make[3]: Entering directory `/nobackup/gtoth/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: ./../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 In file included from HYPRE_sstruct_mv.h:17, from _hypre_sstruct_mv.h:16, 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 make[3]: *** [F90_HYPRE_sstruct_graph.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_stencil.o] Error 1 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/sstruct_mv' Making sstruct_ls ... make[3]: Entering directory `/nobackup/gtoth/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_bicgstab.c:19: _hypre_sstruct_ls.h:13:26: error: HYPRE_config.h: No such file or directory In file included from headers.h:21, from F90_HYPRE_sstruct_gmres.c:19: _hypre_sstruct_ls.h:13:26: error: HYPRE_config.h: No such file or directory In file included from headers.h:21, from F90_HYPRE_sstruct_lgmres.c:19: _hypre_sstruct_ls.h:13:26: error: HYPRE_config.h: No such file or directory In file included from headers.h:21, from F90_HYPRE_sstruct_flexgmres.c:19: _hypre_sstruct_ls.h:13:26: error: HYPRE_config.h: No such file or directory make[3]: *** [F90_HYPRE_sstruct_bicgstab.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [F90_HYPRE_sstruct_gmres.o] Error 1 make[3]: *** [F90_HYPRE_sstruct_flexgmres.o] Error 1 make[3]: *** [F90_HYPRE_sstruct_lgmres.o] Error 1 make[3]: Leaving directory `/nobackup/gtoth/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 `/nobackup/gtoth/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 `/nobackup/gtoth/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 `/nobackup/gtoth/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 `/nobackup/gtoth/Tmp/SWMF/util/HYPRE' VERSION 2.3 cd CON; make install make[1]: Entering directory `/nobackup/gtoth/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 `/nobackup/gtoth/Tmp/SWMF/CON' cd ESMF/ESMF_SWMF; make install make[1]: Entering directory `/nobackup/gtoth/Tmp/SWMF/ESMF/ESMF_SWMF' touch src/Makefile.DEPEND make[1]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/ESMF/ESMF_SWMF' Installing EE/BATSRUS/ Installing BATSRUS as EE component make[1]: Entering directory `/nobackup/gtoth/Tmp/SWMF/EE/BATSRUS' make[1]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/EE/BATSRUS' Disabling Hdf5 library in /nobackup/gtoth/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 `/nobackup/gtoth/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 `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' Disabling Hdf5 library in /nobackup/gtoth/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/Ridley_serial/ Installing Ridley_serial as IE component make[1]: Entering directory `/nobackup/gtoth/Tmp/SWMF/IE/Ridley_serial' cp -f src/ModSize_orig.f90 src/ModSize.f90 touch src/Makefile.DEPEND make[1]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/IE/Ridley_serial' Disabling Hdf5 library in /nobackup/gtoth/Tmp/SWMF/Makefile.conf 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 `/nobackup/gtoth/Tmp/SWMF/IE/RIM' touch src/Makefile.DEPEND make[1]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/IE/RIM' Disabling Hdf5 library in /nobackup/gtoth/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 `/nobackup/gtoth/Tmp/SWMF/IH/BATSRUS' make[1]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/IH/BATSRUS' Disabling Hdf5 library in /nobackup/gtoth/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 `/nobackup/gtoth/Tmp/SWMF/IH/BATSRUS_share' touch src/Makefile.DEPEND make[1]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/IH/BATSRUS_share' Disabling Hdf5 library in /nobackup/gtoth/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 `/nobackup/gtoth/Tmp/SWMF/IM/CRCM' touch src/Makefile.DEPEND src/Makefile.RULES srcInterface/Makefile.DEPEND Config.pl -EarthHO -GridDefault make[1]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/IM/CRCM' Disabling Hdf5 library in /nobackup/gtoth/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 `/nobackup/gtoth/Tmp/SWMF/IM/HEIDI' touch src/Makefile.DEPEND src/Makefile.RULES srcInterface/Makefile.DEPEND make[1]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/IM/HEIDI' Disabling Hdf5 library in /nobackup/gtoth/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 `/nobackup/gtoth/Tmp/SWMF/IM/RCM2' touch src/Makefile.DEPEND make[1]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/IM/RCM2' Disabling Hdf5 library in /nobackup/gtoth/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 `/nobackup/gtoth/Tmp/SWMF/LC/BATSRUS' make[1]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/LC/BATSRUS' Disabling Hdf5 library in /nobackup/gtoth/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 `/nobackup/gtoth/Tmp/SWMF/OH/BATSRUS' make[1]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/OH/BATSRUS' Disabling Hdf5 library in /nobackup/gtoth/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 `/nobackup/gtoth/Tmp/SWMF/PS/DGCPM' touch src/Makefile.DEPEND make[1]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/PS/DGCPM' Disabling Hdf5 library in /nobackup/gtoth/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 `/nobackup/gtoth/Tmp/SWMF/PW/PWOM' mkdir bin touch src/Makefile.DEPEND src/Makefile.RULES srcInterface/Makefile.DEPEND make[1]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/PW/PWOM' Disabling Hdf5 library in /nobackup/gtoth/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 `/nobackup/gtoth/Tmp/SWMF/RB/RBE' touch src/Makefile.DEPEND src/Makefile.RULES srcInterface/Makefile.DEPEND make[1]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/RB/RBE' Disabling Hdf5 library in /nobackup/gtoth/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 `/nobackup/gtoth/Tmp/SWMF/SC/BATSRUS' make[1]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/SC/BATSRUS' Disabling Hdf5 library in /nobackup/gtoth/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 `/nobackup/gtoth/Tmp/SWMF/SP/Kota' touch src/Makefile.DEPEND srcInterface/Makefile.DEPEND make[1]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/SP/Kota' Disabling Hdf5 library in /nobackup/gtoth/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=mpicc 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... mpif77 checking whether make sets $(MAKE)... yes checking for ranlib... ranlib checking for gcc... mpicc 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 mpicc accepts -g... yes checking for mpicc option to accept ANSI C... none needed checking how to run the C preprocessor... mpicc -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 whether we are using the GNU Fortran 77 compiler... no checking whether mpif77 accepts -g... no checking how to get verbose linking output from mpif77... configure: WARNING: compilation failed checking for Fortran libraries of mpif77... checking for dummy main to link with Fortran libraries... none checking for Fortran name-mangling scheme... configure: error: cannot compile a simple Fortran program See `config.log' for more details. make[1]: Entering directory `/nobackup/gtoth/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 `/nobackup/gtoth/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 amg_linklist.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 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 exchange_data.c:20: 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 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 `/nobackup/gtoth/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/utilities' Making multivector ... make[2]: Entering directory `/nobackup/gtoth/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 In file included from ./../utilities/_hypre_utilities.h:16, from interpreter.h:19, from temp_multivector.h:19, from temp_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 `/nobackup/gtoth/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/multivector' Making krylov ... make[2]: Entering directory `/nobackup/gtoth/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 bicgstab.c:22: ./../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 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 gmres.c:22: ./../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]: *** [bicgstab.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [cgnr.o] Error 1 make[2]: *** [gmres.o] Error 1 make[2]: *** [flexgmres.o] Error 1 make[2]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/krylov' Making seq_mv ... make[2]: Entering directory `/nobackup/gtoth/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_matop.c:22: seq_mv.h:17:26: error: HYPRE_config.h: No such file or directory In file included from headers.h:21, from csr_matrix.c:22: seq_mv.h:17:26: error: HYPRE_config.h: No such file or directory In file included from headers.h:21, from genpart.c:17: seq_mv.h:17:26: error: HYPRE_config.h: No such file or directory In file included from headers.h:21, from csr_matvec.c:22: seq_mv.h:17:26: error: HYPRE_config.h: No such file or directory make[2]: *** [csr_matop.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [genpart.o] Error 1 make[2]: *** [csr_matrix.o] Error 1 make[2]: *** [csr_matvec.o] Error 1 make[2]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/seq_mv' Making parcsr_mv ... make[2]: Entering directory `/nobackup/gtoth/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 In file included from HYPRE_parcsr_mv.h:25, from _hypre_parcsr_mv.h:16, from headers.h:21, from F90_HYPRE_parcsr_matrix.c:19: ./../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory In file included from HYPRE_parcsr_mv.h:25, from _hypre_parcsr_mv.h:16, from headers.h:21, from F90_HYPRE_parcsr_vector.c:19: ./../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory In file included from HYPRE_parcsr_mv.h:25, from _hypre_parcsr_mv.h:16, from headers.h:21, from F90_parcsr_matrix.c:19: ./../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory make[2]: *** [communicationT.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [F90_HYPRE_parcsr_matrix.o] Error 1 make[2]: *** [F90_parcsr_matrix.o] Error 1 make[2]: *** [F90_HYPRE_parcsr_vector.o] Error 1 make[2]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/parcsr_mv' Making parcsr_block_mv ... make[2]: Entering directory `/nobackup/gtoth/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_matvec.c:24: ./../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 make[2]: *** [csr_block_matvec.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [csr_block_matrix.o] Error 1 make[2]: *** [par_csr_block_matrix.o] Error 1 make[2]: *** [par_csr_block_matvec.o] Error 1 make[2]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/parcsr_block_mv' Making distributed_matrix ... make[2]: Entering directory `/nobackup/gtoth/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 HYPRE_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 make[2]: *** [distributed_matrix.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [HYPRE_distributed_matrix.o] Error 1 make[2]: *** [distributed_matrix_ISIS.o] Error 1 make[2]: *** [distributed_matrix_PETSc.o] Error 1 make[2]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_matrix' Making IJ_mv ... make[2]: Entering directory `/nobackup/gtoth/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 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 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_parcsr_matrix.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [aux_par_vector.o] Error 1 make[2]: *** [F90_HYPRE_IJMatrix.o] Error 1 make[2]: *** [F90_HYPRE_IJVector.o] Error 1 make[2]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/IJ_mv' Making matrix_matrix ... make[2]: Entering directory `/nobackup/gtoth/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 `/nobackup/gtoth/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/matrix_matrix' Making distributed_ls ... make[2]: Entering directory `/nobackup/gtoth/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_ls' Making pilut ... make[3]: Entering directory `/nobackup/gtoth/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]: *** [debug.o] Error 1 make[3]: *** [comm.o] Error 1 make[3]: *** [distributed_qsort_si.o] Error 1 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_ls/pilut' Making ParaSails ... make[3]: Entering directory `/nobackup/gtoth/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:24: Common.h:26:26: error: HYPRE_config.h: No such file or directory In file included from FGmres.c:24: Common.h:26:26: error: HYPRE_config.h: No such file or directory In file included from Hash.c:35: Common.h:26:26: 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[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 `/nobackup/gtoth/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_ls/ParaSails' Making Euclid ... make[3]: Entering directory `/nobackup/gtoth/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:21, from Euclid_apply.c:16: ./../../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory In file included from ./../../parcsr_mv/HYPRE_parcsr_mv.h:25, from euclid_common.h:35, from Euclid_dh.h:21, from Euclid_dh.c:16: ./../../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory In file included from ./../../parcsr_mv/HYPRE_parcsr_mv.h:25, from euclid_common.h:35, from blas_dh.h:25, from blas_dh.c:16: ./../../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory In file included from ./../../parcsr_mv/HYPRE_parcsr_mv.h:25, from euclid_common.h:35, from ExternalRows_dh.h:22, from ExternalRows_dh.c:16: ./../../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory make[3]: *** [Euclid_apply.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [blas_dh.o] Error 1 make[3]: *** [ExternalRows_dh.o] Error 1 make[3]: *** [Euclid_dh.o] Error 1 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_ls/Euclid' make[2]: *** [all] Error 2 make[2]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_ls' Making parcsr_ls ... make[2]: Entering directory `/nobackup/gtoth/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.c:21: _hypre_parcsr_ls.h:13:26: error: HYPRE_config.h: No such file or directory In file included from headers.h:21, from aux_interp.c:15: _hypre_parcsr_ls.h:13:26: error: HYPRE_config.h: No such file or directory In file included from headers.h:21, from F90_hypre_laplace.c:19: _hypre_parcsr_ls.h:13:26: error: HYPRE_config.h: No such file or directory In file included from headers.h:21, from F90_HYPRE_parcsr_amg.c:19: _hypre_parcsr_ls.h:13:26: error: HYPRE_config.h: No such file or directory make[2]: *** [aux_interp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [amg_hybrid.o] Error 1 make[2]: *** [F90_hypre_laplace.o] Error 1 make[2]: *** [F90_HYPRE_parcsr_amg.o] Error 1 make[2]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/parcsr_ls' Making struct_mv ... make[2]: Entering directory `/nobackup/gtoth/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 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_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[2]: *** [box_alloc.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [box_algebra.o] Error 1 make[2]: *** [box_boundary.o] Error 1 make[2]: *** [assumed_part.o] Error 1 make[2]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/struct_mv' Making struct_ls ... make[2]: Entering directory `/nobackup/gtoth/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 coarsen.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_ls.h:13, from headers.h:21, from cyclic_reduction.c:21: ./../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_ls.h:13, from headers.h:21, from F90_HYPRE_struct_bicgstab.c:13: ./../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_ls.h:13, from headers.h:21, from F90_HYPRE_struct_gmres.c:13: ./../utilities/HYPRE_utilities.h:23:26: error: HYPRE_config.h: No such file or directory make[2]: *** [coarsen.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [F90_HYPRE_struct_gmres.o] Error 1 make[2]: *** [F90_HYPRE_struct_bicgstab.o] Error 1 make[2]: *** [cyclic_reduction.o] Error 1 make[2]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/struct_ls' Making sstruct_mv ... make[2]: Entering directory `/nobackup/gtoth/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: ./../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 In file included from HYPRE_sstruct_mv.h:17, from _hypre_sstruct_mv.h:16, 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 make[2]: *** [F90_HYPRE_sstruct_grid.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [F90_HYPRE_sstruct_graph.o] Error 1 make[2]: *** [F90_HYPRE_sstruct_matrix.o] Error 1 make[2]: *** [F90_HYPRE_sstruct_stencil.o] Error 1 make[2]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/util/HYPRE/hypre-2.7.0b/src/sstruct_mv' Making sstruct_ls ... make[2]: Entering directory `/nobackup/gtoth/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_bicgstab.c:19: _hypre_sstruct_ls.h:13:26: error: HYPRE_config.h: No such file or directory In file included from headers.h:21, from F90_HYPRE_sstruct_gmres.c:19: _hypre_sstruct_ls.h:13:26: error: HYPRE_config.h: No such file or directory In file included from headers.h:21, from F90_HYPRE_sstruct_flexgmres.c:19: _hypre_sstruct_ls.h:13:26: error: HYPRE_config.h: No such file or directory In file included from headers.h:21, from F90_HYPRE_sstruct_lgmres.c:19: _hypre_sstruct_ls.h:13:26: error: HYPRE_config.h: No such file or directory make[2]: *** [F90_HYPRE_sstruct_bicgstab.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [F90_HYPRE_sstruct_flexgmres.o] Error 1 make[2]: *** [F90_HYPRE_sstruct_gmres.o] Error 1 make[2]: *** [F90_HYPRE_sstruct_lgmres.o] Error 1 make[2]: Leaving directory `/nobackup/gtoth/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 `/nobackup/gtoth/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 `/nobackup/gtoth/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 `/nobackup/gtoth/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 11, <> line 99. make[1]: Entering directory `/nobackup/gtoth/Tmp/SWMF' rm -f share/Library/test/*.diff cd share/Library/src; /usr/bin/make LIB make[2]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' /usr/bin/make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 blas.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModBlasLapack.f90 f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModKind.f90 Error: No licence found for this product Error: No licence found for this product Error: No licence found for this product Error: No licence found for this product make[3]: *** [lapack.o] Error 2 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [blas.o] Error 2 make[3]: *** [ModBlasLapack.o] Error 2 make[3]: *** [ModKind.o] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[2]: *** [LIB] Error 2 make[2]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[1]: *** [test_share_library] Error 2 make[1]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make: [test] Error 2 (ignored) make[1]: Entering directory `/nobackup/gtoth/Tmp/SWMF' for i in `ls -d [A-Z][A-Z]/*/ | grep -v /CVS/ | grep -v /Empty/`; \ do ( cd $i; /usr/bin/make test; ); done make[2]: Entering directory `/nobackup/gtoth/Tmp/SWMF/EE/BATSRUS' EE/BATSRUS is tested in GM/BATSRUS make[2]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/EE/BATSRUS' make[2]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' /usr/bin/make test_fluxemergence_compile make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' ./Config.pl -e=MhdEosRad -u=Ee -g=10,10,10,500,1 make[5]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Writing new grid size 10,10,10,500,1 and 2 ghost cells into src/ModSize.f90 and srcBATL/BATL_size.f90... /usr/bin/make BATSRUS make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' cd /nobackup/gtoth/Tmp/SWMF/share/Library/src; /usr/bin/make LIB make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' /usr/bin/make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 blas.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModBlasLapack.f90 f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModKind.f90 Error: No licence found for this product Error: No licence found for this product make[7]: *** [blas.o] Error 2 make[7]: *** Waiting for unfinished jobs.... make[7]: *** [lapack.o] Error 2 Error: No licence found for this product make[7]: *** [ModBlasLapack.o] Error 2 Error: No licence found for this product make[7]: *** [ModKind.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [BATSRUS] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[4]: *** [test_fluxemergence_compile] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[3]: *** [test_fluxemergence] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[2]: [test] Error 2 (ignored) make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' /usr/bin/make test_shocktube_compile make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' ./Config.pl -u=Default -e=MhdHyp -g=64,2,2,10,1 make[5]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. BATSRUS/Config.pl WARNING: nI=64 nJ=2 nK=2 does not allow AMR Writing new grid size 64,2,2,10,1 and 2 ghost cells into src/ModSize.f90 and srcBATL/BATL_size.f90... /usr/bin/make BATSRUS make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' cd /nobackup/gtoth/Tmp/SWMF/share/Library/src; /usr/bin/make LIB make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' /usr/bin/make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 blas.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModBlasLapack.f90 f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModKind.f90 Error: No licence found for this product Error: No licence found for this product Error: No licence found for this product make[7]: *** [lapack.o] Error 2 make[7]: *** Waiting for unfinished jobs.... make[7]: *** [ModBlasLapack.o] Error 2 make[7]: *** [blas.o] Error 2 Error: No licence found for this product make[7]: *** [ModKind.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [BATSRUS] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[4]: *** [test_shocktube_compile] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[3]: *** [test_shocktube] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[2]: [test] Error 2 (ignored) make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' /usr/bin/make test_partsteady_compile make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' ./Config.pl -u=Default -e=MhdHyp -g=4,4,1,1000,1 make[5]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Writing new grid size 4,4,1,1000,1 and 2 ghost cells into src/ModSize.f90 and srcBATL/BATL_size.f90... /usr/bin/make BATSRUS make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' cd /nobackup/gtoth/Tmp/SWMF/share/Library/src; /usr/bin/make LIB make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' /usr/bin/make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 blas.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModBlasLapack.f90 f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModKind.f90 Error: No licence found for this product make[7]: *** [blas.o] Error 2 make[7]: *** Waiting for unfinished jobs.... Error: No licence found for this product Error: No licence found for this product make[7]: *** [ModBlasLapack.o] Error 2 make[7]: *** [lapack.o] Error 2 Error: No licence found for this product make[7]: *** [ModKind.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [BATSRUS] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[4]: *** [test_partsteady_compile] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[3]: *** [test_partsteady] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[2]: [test] Error 2 (ignored) make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' /usr/bin/make test_hallmhd_compile make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' ./Config.pl -u=Waves -e=Mhd -g=64,2,2,10,10 make[5]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. BATSRUS/Config.pl WARNING: nI=64 nJ=2 nK=2 does not allow AMR Writing new grid size 64,2,2,10,10 and 2 ghost cells into src/ModSize.f90 and srcBATL/BATL_size.f90... /usr/bin/make BATSRUS make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' cd /nobackup/gtoth/Tmp/SWMF/share/Library/src; /usr/bin/make LIB make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' /usr/bin/make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 blas.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModBlasLapack.f90 f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModKind.f90 Error: No licence found for this product make[7]: *** [lapack.o] Error 2 make[7]: *** Waiting for unfinished jobs.... Error: No licence found for this product make[7]: *** [ModBlasLapack.o] Error 2 Error: No licence found for this product make[7]: *** [blas.o] Error 2 Error: No licence found for this product make[7]: *** [ModKind.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [BATSRUS] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[4]: *** [test_hallmhd_compile] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[3]: *** [test_hallmhd] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[2]: [test] Error 2 (ignored) make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' /usr/bin/make test_twofluidmhd_compile make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' ./Config.pl -u=Waves -e=MhdHypPe -g=64,2,2,10,10 make[5]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. /usr/bin/make BATSRUS make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' cd /nobackup/gtoth/Tmp/SWMF/share/Library/src; /usr/bin/make LIB make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' /usr/bin/make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 blas.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModBlasLapack.f90 f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModKind.f90 Error: No licence found for this product Error: No licence found for this product Error: No licence found for this product make[7]: *** [blas.o] Error 2 make[7]: *** Waiting for unfinished jobs.... make[7]: *** [lapack.o] Error 2 make[7]: *** [ModBlasLapack.o] Error 2 Error: No licence found for this product make[7]: *** [ModKind.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [BATSRUS] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[4]: *** [test_twofluidmhd_compile] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[3]: *** [test_twofluidmhd] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[2]: [test] Error 2 (ignored) make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' /usr/bin/make test_multifluid_compile make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' ./Config.pl -u=Default -e=MhdHd -g=64,2,2,10,1 make[5]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. BATSRUS/Config.pl WARNING: nI=64 nJ=2 nK=2 does not allow AMR Writing new grid size 64,2,2,10,1 and 2 ghost cells into src/ModSize.f90 and srcBATL/BATL_size.f90... /usr/bin/make BATSRUS make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' cd /nobackup/gtoth/Tmp/SWMF/share/Library/src; /usr/bin/make LIB make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' /usr/bin/make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 blas.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModBlasLapack.f90 f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModKind.f90 Error: No licence found for this product Error: No licence found for this product Error: No licence found for this product make[7]: *** [lapack.o] Error 2 make[7]: *** Waiting for unfinished jobs.... make[7]: *** [blas.o] Error 2 make[7]: *** [ModBlasLapack.o] Error 2 Error: No licence found for this product make[7]: *** [ModKind.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [BATSRUS] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[4]: *** [test_multifluid_compile] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[3]: *** [test_multifluid] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[2]: [test] Error 2 (ignored) make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' /usr/bin/make test_multiion_compile make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' ./Config.pl -u=Default -e=MultiIon -g=64,2,2,10,1 make[5]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. /usr/bin/make BATSRUS make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' cd /nobackup/gtoth/Tmp/SWMF/share/Library/src; /usr/bin/make LIB make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' /usr/bin/make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 blas.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModBlasLapack.f90 f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModKind.f90 Error: No licence found for this product make[7]: *** [blas.o] Error 2 make[7]: *** Waiting for unfinished jobs.... Error: No licence found for this product make[7]: *** [ModBlasLapack.o] Error 2 Error: No licence found for this product make[7]: *** [lapack.o] Error 2 Error: No licence found for this product make[7]: *** [ModKind.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [BATSRUS] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[4]: *** [test_multiion_compile] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[3]: *** [test_multiion] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[2]: [test] Error 2 (ignored) make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' /usr/bin/make test_mhdions_compile make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' ./Config.pl -u=Default -e=MhdIons -g=64,2,2,40,1 make[5]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. BATSRUS/Config.pl WARNING: nI=64 nJ=2 nK=2 does not allow AMR Writing new grid size 64,2,2,40,1 and 2 ghost cells into src/ModSize.f90 and srcBATL/BATL_size.f90... /usr/bin/make BATSRUS make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' cd /nobackup/gtoth/Tmp/SWMF/share/Library/src; /usr/bin/make LIB make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' /usr/bin/make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 blas.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModBlasLapack.f90 f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModKind.f90 Error: No licence found for this product make[7]: *** [lapack.o] Error 2 make[7]: *** Waiting for unfinished jobs.... Error: No licence found for this product Error: No licence found for this product Error: No licence found for this product make[7]: *** [ModBlasLapack.o] Error 2 make[7]: *** [blas.o] Error 2 make[7]: *** [ModKind.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [BATSRUS] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[4]: *** [test_mhdions_compile] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[3]: *** [test_mhdions] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[2]: [test] Error 2 (ignored) make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' /usr/bin/make test_mhdnoncons_compile make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' ./Config.pl -u=Default -e=MhdNonCons -g=64,2,2,40,1 make[5]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. /usr/bin/make BATSRUS make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' cd /nobackup/gtoth/Tmp/SWMF/share/Library/src; /usr/bin/make LIB make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' /usr/bin/make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 blas.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModBlasLapack.f90 f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModKind.f90 Error: No licence found for this product make[7]: *** [lapack.o] Error 2 make[7]: *** Waiting for unfinished jobs.... Error: No licence found for this product Error: No licence found for this product make[7]: *** [ModBlasLapack.o] Error 2 make[7]: *** [blas.o] Error 2 Error: No licence found for this product make[7]: *** [ModKind.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [BATSRUS] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[4]: *** [test_mhdnoncons_compile] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[3]: *** [test_mhdnoncons] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[2]: [test] Error 2 (ignored) make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' /usr/bin/make test_eosgodunov_compile make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' ./Config.pl -e=HdEos -u=Eos -g=10,1,1,100,1 make[5]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Writing new grid size 10,1,1,100,1 and 2 ghost cells into src/ModSize.f90 and srcBATL/BATL_size.f90... /usr/bin/make CRASH make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' cd /nobackup/gtoth/Tmp/SWMF/share/Library/src; /usr/bin/make LIB make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' /usr/bin/make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 blas.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModBlasLapack.f90 f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModKind.f90 Error: No licence found for this product make[7]: *** [lapack.o] Error 2 make[7]: *** Waiting for unfinished jobs.... Error: No licence found for this product make[7]: *** [ModBlasLapack.o] Error 2 Error: No licence found for this product make[7]: *** [blas.o] Error 2 Error: No licence found for this product make[7]: *** [ModKind.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [CRASH] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[4]: *** [test_eosgodunov_compile] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[3]: *** [test_eosgodunov] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[2]: [test] Error 2 (ignored) make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' /usr/bin/make test_levelset_compile make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' ./Config.pl -e=HdCrash -u=Crash -g=4,4,1,2000,1 -nMaterial=3 make[5]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Writing new grid size 4,4,1,2000,1 and 2 ghost cells into src/ModSize.f90 and srcBATL/BATL_size.f90... /usr/bin/make CRASH make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' cd /nobackup/gtoth/Tmp/SWMF/share/Library/src; /usr/bin/make LIB make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' /usr/bin/make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 blas.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModBlasLapack.f90 f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModKind.f90 Error: No licence found for this product make[7]: *** [lapack.o] Error 2 make[7]: *** Waiting for unfinished jobs.... Error: No licence found for this product make[7]: Error: No licence found for this product *** [blas.o] Error 2 make[7]: *** [ModBlasLapack.o] Error 2 Error: No licence found for this product make[7]: *** [ModKind.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [CRASH] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[4]: *** [test_levelset_compile] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[3]: *** [test_levelset] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[2]: [test] Error 2 (ignored) make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' /usr/bin/make test_hyades2d_compile make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' ./Config.pl -e=HdRadCrash -u=Crash -g=4,4,1,1000,1000 -nMaterial=3 make[5]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Writing new grid size 4,4,1,1000,1000 and 2 ghost cells into src/ModSize.f90 and srcBATL/BATL_size.f90... ./Config.pl -hdf5 which: no h5pfc in (/usr/caen/nagf95-5.1/bin:/usr/caen/tecplot360-2012//bin:/usr/caen/tecplotfocus-2012/bin:/usr/caen/idl-8.2/idl//bin:.:/home/gtoth/bin:/home/darrens/bin:.:/home/gtoth/bin:/home/darrens/bin:/usr/lib64/qt-3.3/bin:/usr/bin:/bin:/opt/bin:/home/software/rhel6/moab/bin:/opt/moab/bin:/home/software/rhel6/cac/bin:/usr/local/torque/bin:/usr/local/torque/sbin:/home/software/rhel6/openmpi-1.6.0/nag-5.1/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/gtoth/bin) Warning: h5pfc is not in path. Load parallel hdf5 module!/ make[5]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. /usr/bin/make CRASH make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' cd /nobackup/gtoth/Tmp/SWMF/share/Library/src; /usr/bin/make LIB make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' /usr/bin/make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 blas.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModBlasLapack.f90 f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModKind.f90 Error: No licence found for this product make[7]: *** [lapack.o] Error 2 make[7]: *** Waiting for unfinished jobs.... Error: No licence found for this product make[7]: *** [ModBlasLapack.o] Error 2 Error: No licence found for this product make[7]: *** [blas.o] Error 2 Error: No licence found for this product make[7]: *** [ModKind.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [CRASH] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[4]: *** [test_hyades2d_compile] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[3]: *** [test_hyades2d] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[2]: [test] Error 2 (ignored) make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' /usr/bin/make test_laserpackage_compile make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' ./Config.pl -e=Crash -u=Crash -g=8,8,1,200,200 -nMaterial=5 -nWave=30 make[5]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Writing new grid size 8,8,1,200,200 and 2 ghost cells into src/ModSize.f90 and srcBATL/BATL_size.f90... Writing new nWave = 30 into src/ModEquation.f90... Writing new nMaterial = 5 into src/ModEquation.f90... ./Config.pl -hypre make[5]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. /usr/bin/make CRASH make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' cd /nobackup/gtoth/Tmp/SWMF/share/Library/src; /usr/bin/make LIB make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' /usr/bin/make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 blas.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModBlasLapack.f90 f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModKind.f90 Error: No licence found for this product make[7]: *** [lapack.o] Error 2 make[7]: *** Waiting for unfinished jobs.... Error: No licence found for this product make[7]: *** [ModBlasLapack.o] Error 2 Error: No licence found for this product make[7]: *** [blas.o] Error 2 Error: No licence found for this product make[7]: *** [ModKind.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [CRASH] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[4]: *** [test_laserpackage_compile] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[3]: *** [test_laserpackage] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[2]: [test] Error 2 (ignored) make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' /usr/bin/make test_graydiffusion_compile make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' ./Config.pl -e=HdEosRad -u=GrayDiffusion -g=32,4,4,16,16 make[5]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Writing new grid size 32,4,4,16,16 and 2 ghost cells into src/ModSize.f90 and srcBATL/BATL_size.f90... /usr/bin/make BATSRUS make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' cd /nobackup/gtoth/Tmp/SWMF/share/Library/src; /usr/bin/make LIB make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' /usr/bin/make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 blas.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModBlasLapack.f90 f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModKind.f90 Error: No licence found for this product make[7]: *** [lapack.o] Error 2 make[7]: *** Waiting for unfinished jobs.... Error: No licence found for this product make[7]: *** [ModBlasLapack.o] Error 2 Error: No licence found for this product make[7]: *** [blas.o] Error 2 Error: No licence found for this product make[7]: *** [ModKind.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [BATSRUS] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[4]: *** [test_graydiffusion_compile] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[3]: *** [test_graydiffusion] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[2]: [test] Error 2 (ignored) make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' /usr/bin/make test_viscosity_compile make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' ./Config.pl -e=Hd -u=Waves -g=16,4,1,200,1 make[5]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Writing new grid size 16,4,1,200,1 and 2 ghost cells into src/ModSize.f90 and srcBATL/BATL_size.f90... /usr/bin/make BATSRUS make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' cd /nobackup/gtoth/Tmp/SWMF/share/Library/src; /usr/bin/make LIB make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' /usr/bin/make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 blas.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModBlasLapack.f90 f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModKind.f90 Error: No licence found for this product make[7]: *** [lapack.o] Error 2 make[7]: *** Waiting for unfinished jobs.... Error: No licence found for this product Error: No licence found for this product make[7]: *** [ModBlasLapack.o] Error 2 make[7]: *** [blas.o] Error 2 Error: No licence found for this product make[7]: *** [ModKind.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [BATSRUS] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[4]: *** [test_viscosity_compile] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[3]: *** [test_viscosity] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[2]: [test] Error 2 (ignored) make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' /usr/bin/make test_corona_compile make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' ./Config.pl -u=Sc -e=MhdCorona -g=4,4,4,3000,1 make[5]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Writing new grid size 4,4,4,3000,1 and 2 ghost cells into src/ModSize.f90 and srcBATL/BATL_size.f90... /usr/bin/make BATSRUS make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' cd /nobackup/gtoth/Tmp/SWMF/share/Library/src; /usr/bin/make LIB make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' /usr/bin/make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 blas.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModBlasLapack.f90 f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModKind.f90 Error: No licence found for this product make[7]: *** [blas.o] Error 2Error: No licence found for this product make[7]: *** Waiting for unfinished jobs.... make[7]: *** [ModBlasLapack.o] Error 2 Error: No licence found for this product make[7]: *** [lapack.o] Error 2 Error: No licence found for this product make[7]: *** [ModKind.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [BATSRUS] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[4]: *** [test_corona_compile] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[3]: *** [test_corona] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[2]: [test] Error 2 (ignored) make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' /usr/bin/make test_coronasph_compile make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' ./Config.pl -u=Sc -e=MhdCorona -g=4,4,4,3000,1 make[5]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. /usr/bin/make BATSRUS make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' cd /nobackup/gtoth/Tmp/SWMF/share/Library/src; /usr/bin/make LIB make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' /usr/bin/make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 blas.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModBlasLapack.f90 f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModKind.f90 Error: No licence found for this product make[7]: *** [lapack.o] Error 2 make[7]: *** Waiting for unfinished jobs.... Error: No licence found for this product Error: No licence found for this product make[7]: *** [ModBlasLapack.o] Error 2 make[7]: *** [blas.o] Error 2 Error: No licence found for this product make[7]: *** [ModKind.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [BATSRUS] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[4]: *** [test_coronasph_compile] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[3]: *** [test_coronasph] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[2]: [test] Error 2 (ignored) make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' /usr/bin/make test_corona_2t_compile make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' ./Config.pl -u=ScHeat -e=MhdWavesPe -g=4,4,4,3000,1 make[5]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. /usr/bin/make BATSRUS make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' cd /nobackup/gtoth/Tmp/SWMF/share/Library/src; /usr/bin/make LIB make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' /usr/bin/make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 blas.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModBlasLapack.f90 f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModKind.f90 Error: No licence found for this product make[7]: *** [lapack.o] Error 2 make[7]: *** Waiting for unfinished jobs.... Error: No licence found for this product Error: No licence found for this product make[7]: *** [ModBlasLapack.o] Error 2 make[7]: *** [blas.o] Error 2 Error: No licence found for this product make[7]: *** [ModKind.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [BATSRUS] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[4]: *** [test_corona_2t_compile] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[3]: *** [test_corona_2t] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[2]: [test] Error 2 (ignored) make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' /usr/bin/make test_chromo_compile make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' ./Config.pl -u=ScChromo -e=MhdWavesHyp -g=6,4,4,4000,4000 make[5]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Writing new grid size 6,4,4,4000,4000 and 2 ghost cells into src/ModSize.f90 and srcBATL/BATL_size.f90... /usr/bin/make BATSRUS make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' cd /nobackup/gtoth/Tmp/SWMF/share/Library/src; /usr/bin/make LIB make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' /usr/bin/make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 blas.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModBlasLapack.f90 f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModKind.f90 Error: No licence found for this product make[7]: *** [blas.o] Error 2 make[7]: *** Waiting for unfinished jobs.... Error: No licence found for this product Error: No licence found for this product make[7]: *** [ModBlasLapack.o] Error 2 make[7]: *** [lapack.o] Error 2 Error: No licence found for this product make[7]: *** [ModKind.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [BATSRUS] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[4]: *** [test_chromo_compile] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[3]: *** [test_chromo] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[2]: [test] Error 2 (ignored) make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' /usr/bin/make test_outerhelio_compile make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' ./Config.pl -u=OuterHelio -e=OuterHelio -g=4,4,4,3500,1 make[5]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Writing new grid size 4,4,4,3500,1 and 2 ghost cells into src/ModSize.f90 and srcBATL/BATL_size.f90... /usr/bin/make BATSRUS make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' cd /nobackup/gtoth/Tmp/SWMF/share/Library/src; /usr/bin/make LIB make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' /usr/bin/make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 blas.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModBlasLapack.f90 f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModKind.f90 Error: No licence found for this product make[7]: *** [lapack.o] Error 2 make[7]: *** Waiting for unfinished jobs.... Error: No licence found for this product Error: No licence found for this product make[7]: *** [ModBlasLapack.o] Error 2 make[7]: *** [blas.o] Error 2 Error: No licence found for this product make[7]: *** [ModKind.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [BATSRUS] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[4]: *** [test_outerhelio_compile] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[3]: *** [test_outerhelio] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[2]: [test] Error 2 (ignored) make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' /usr/bin/make test_earthsph_compile make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' ./Config.pl -e=Mhd -u=Default -g=8,8,8,600,300 make[6]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Writing new grid size 8,8,8,600,300 and 2 ghost cells into src/ModSize.f90 and srcBATL/BATL_size.f90... /usr/bin/make BATSRUS make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' cd /nobackup/gtoth/Tmp/SWMF/share/Library/src; /usr/bin/make LIB make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' /usr/bin/make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[8]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 blas.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModBlasLapack.f90 f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModKind.f90 Error: No licence found for this product Error: No licence found for this product Error: No licence found for this product make[8]: *** [lapack.o] Error 2 make[8]: *** Waiting for unfinished jobs.... make[8]: *** [blas.o] Error 2 make[8]: *** [ModBlasLapack.o] Error 2 Error: No licence found for this product make[8]: *** [ModKind.o] Error 2 make[8]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[7]: *** [LIB] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [BATSRUS] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[5]: *** [test_earthsph_compile] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[4]: *** [test_earthsph_start] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[3]: [test_earthsph] Error 2 (ignored) if([ "y" ]); then rm -rf run_test_earthsph; mv run_test run_test_earthsph; fi mv: cannot stat `run_test': No such file or directory make[3]: *** [test_earthsph] Error 1 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[2]: [test] Error 2 (ignored) make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' /usr/bin/make test_2bodyplot_compile make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' ./Config.pl -e=Mhd -u=Default -g=8,8,8,700,300 make[5]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Writing new grid size 8,8,8,700,300 and 2 ghost cells into src/ModSize.f90 and srcBATL/BATL_size.f90... /usr/bin/make BATSRUS make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' cd /nobackup/gtoth/Tmp/SWMF/share/Library/src; /usr/bin/make LIB make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' /usr/bin/make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 blas.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModBlasLapack.f90 f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModKind.f90 Error: No licence found for this product make[7]: *** [lapack.o] Error 2 make[7]: *** Waiting for unfinished jobs.... Error: No licence found for this product make[7]: *** [blas.o] Error 2 Error: No licence found for this product make[7]: *** [ModBlasLapack.o] Error 2 Error: No licence found for this product make[7]: *** [ModKind.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [BATSRUS] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[4]: *** [test_2bodyplot_compile] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[3]: *** [test_2bodyplot] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[2]: [test] Error 2 (ignored) make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' /usr/bin/make test_titan_compile make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' ./Config.pl -u=Titan -e=MhdTitan -g=6,6,6,1000,200 make[6]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Writing new grid size 6,6,6,1000,200 and 2 ghost cells into src/ModSize.f90 and srcBATL/BATL_size.f90... /usr/bin/make BATSRUS make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' cd /nobackup/gtoth/Tmp/SWMF/share/Library/src; /usr/bin/make LIB make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' /usr/bin/make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[8]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 blas.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModBlasLapack.f90 f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModKind.f90 Error: No licence found for this product make[8]: *** [lapack.o] Error 2 make[8]: *** Waiting for unfinished jobs.... Error: No licence found for this product Error: No licence found for this product make[8]: *** [blas.o] Error 2 make[8]: *** [ModBlasLapack.o] Error 2 Error: No licence found for this product make[8]: *** [ModKind.o] Error 2 make[8]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[7]: *** [LIB] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [BATSRUS] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[5]: *** [test_titan_compile] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[4]: *** [test_titan_start] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[3]: [test_titan] Error 2 (ignored) make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' /usr/bin/make test_titan_restart_save make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' cd run_test; cp Param/TITAN/PARAM.in.restartsave PARAM.in /bin/sh: line 0: cd: run_test: No such file or directory #./TestParam.pl -n=1 run_test/PARAM.in cd run_test; mpirun -np 1 -mca btl ^openib ./BATSRUS.exe > runlog /bin/sh: line 0: cd: run_test: No such file or directory -------------------------------------------------------------------------- mpirun was unable to launch the specified application as it could not access or execute an executable: Executable: ./BATSRUS.exe Node: nyx0231.engin.umich.edu while attempting to start process rank 0. -------------------------------------------------------------------------- make[5]: *** [test_titan_restart_save] Error 131 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[4]: *** [test_titan_restart] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[3]: [test_titan] Error 2 (ignored) if([ "y" ]); then rm -rf run_test_titan; mv run_test run_test_titan; fi mv: cannot stat `run_test': No such file or directory make[3]: *** [test_titan] Error 1 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[2]: [test] Error 2 (ignored) make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' /usr/bin/make test_mars_compile make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' ./Config.pl -u=Mars -e=MhdMars -g=6,6,6,1000,200 make[6]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. /usr/bin/make BATSRUS make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' cd /nobackup/gtoth/Tmp/SWMF/share/Library/src; /usr/bin/make LIB make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' /usr/bin/make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[8]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 blas.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModBlasLapack.f90 f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModKind.f90 Error: No licence found for this product make[8]: *** [blas.o] Error 2 make[8]: *** Waiting for unfinished jobs.... Error: No licence found for this product Error: No licence found for this product make[8]: *** [ModBlasLapack.o] Error 2 make[8]: *** [lapack.o] Error 2 Error: No licence found for this product make[8]: *** [ModKind.o] Error 2 make[8]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[7]: *** [LIB] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [BATSRUS] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[5]: *** [test_mars_compile] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[4]: *** [test_mars_start] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[3]: [test_mars] Error 2 (ignored) if([ "y" ]); then rm -rf run_test_mars; mv run_test run_test_mars; fi mv: cannot stat `run_test': No such file or directory make[3]: *** [test_mars] Error 1 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[2]: [test] Error 2 (ignored) make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' /usr/bin/make test_marsfluids_compile make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' ./Config.pl -u=MarsFluids -e=MhdMarsFluids -g=6,6,6,1000,200 make[6]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. /usr/bin/make BATSRUS make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' cd /nobackup/gtoth/Tmp/SWMF/share/Library/src; /usr/bin/make LIB make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' /usr/bin/make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[8]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 blas.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModBlasLapack.f90 f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModKind.f90 Error: No licence found for this product Error: No licence found for this product make[8]: *** [lapack.o] Error 2 make[8]: *** Waiting for unfinished jobs.... make[8]: *** [blas.o] Error 2 Error: No licence found for this product make[8]: *** [ModBlasLapack.o] Error 2 Error: No licence found for this product make[8]: *** [ModKind.o] Error 2 make[8]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[7]: *** [LIB] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [BATSRUS] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[5]: *** [test_marsfluids_compile] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[4]: *** [test_marsfluids_start] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[3]: [test_marsfluids] Error 2 (ignored) make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' /usr/bin/make test_marsfluids_restart_save make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' cd run_test; cp Param/MARSFLUIDS/PARAM.in.restartsave PARAM.in /bin/sh: line 0: cd: run_test: No such file or directory #./TestParam.pl -n=1 run_test/PARAM.in cd run_test; sleep 1; mpirun -np 1 -mca btl ^openib ./BATSRUS.exe > runlog /bin/sh: line 0: cd: run_test: No such file or directory -------------------------------------------------------------------------- mpirun was unable to launch the specified application as it could not access or execute an executable: Executable: ./BATSRUS.exe Node: nyx0231.engin.umich.edu while attempting to start process rank 0. -------------------------------------------------------------------------- make[5]: *** [test_marsfluids_restart_save] Error 131 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[4]: *** [test_marsfluids_restart] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[3]: [test_marsfluids] Error 2 (ignored) if([ "y" ]); then rm -rf run_test_marsfluids; mv run_test run_test_marsfluids; fi mv: cannot stat `run_test': No such file or directory make[3]: *** [test_marsfluids] Error 1 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[2]: [test] Error 2 (ignored) make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' /usr/bin/make test_venus_compile make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' ./Config.pl -u=Venus -e=MhdMars -g=6,6,6,1000,200 make[6]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. /usr/bin/make BATSRUS make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' cd /nobackup/gtoth/Tmp/SWMF/share/Library/src; /usr/bin/make LIB make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' /usr/bin/make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[8]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 blas.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModBlasLapack.f90 f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModKind.f90 Error: No licence found for this product make[8]: *** [lapack.o] Error 2 make[8]: *** Waiting for unfinished jobs.... Error: No licence found for this product Error: No licence found for this product make[8]: *** [ModBlasLapack.o] Error 2 make[8]: *** [blas.o] Error 2 Error: No licence found for this product make[8]: *** [ModKind.o] Error 2 make[8]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[7]: *** [LIB] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [BATSRUS] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[5]: *** [test_venus_compile] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[4]: *** [test_venus_start] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[3]: [test_venus] Error 2 (ignored) make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' /usr/bin/make test_venus_restart_save make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' cd run_test; cp Param/VENUS/PARAM.in.restartsave PARAM.in /bin/sh: line 0: cd: run_test: No such file or directory #./TestParam.pl -n=1 run_test/PARAM.in cd run_test; mpirun -np 1 -mca btl ^openib ./BATSRUS.exe > runlog /bin/sh: line 0: cd: run_test: No such file or directory -------------------------------------------------------------------------- mpirun was unable to launch the specified application as it could not access or execute an executable: Executable: ./BATSRUS.exe Node: nyx0231.engin.umich.edu while attempting to start process rank 0. -------------------------------------------------------------------------- make[5]: *** [test_venus_restart_save] Error 131 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[4]: *** [test_venus_restart] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[3]: [test_venus] Error 2 (ignored) if([ "y" ]); then rm -rf run_test_venus; mv run_test run_test_venus; fi mv: cannot stat `run_test': No such file or directory make[3]: *** [test_venus] Error 1 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[2]: [test] Error 2 (ignored) make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' /usr/bin/make test_mercurysph_compile make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' ./Config.pl -u=Mercury -e=Mhd -g=4,4,4,600,100 make[5]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Writing new grid size 4,4,4,600,100 and 2 ghost cells into src/ModSize.f90 and srcBATL/BATL_size.f90... /usr/bin/make BATSRUS make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' cd /nobackup/gtoth/Tmp/SWMF/share/Library/src; /usr/bin/make LIB make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' /usr/bin/make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 blas.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModBlasLapack.f90 f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModKind.f90 Error: No licence found for this product make[7]: *** [lapack.o] Error 2 make[7]: *** Waiting for unfinished jobs.... Error: No licence found for this product make[7]: *** [ModBlasLapack.o] Error 2 Error: No licence found for this product make[7]: *** [blas.o] Error 2 Error: No licence found for this product make[7]: *** [ModKind.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [BATSRUS] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[4]: *** [test_mercurysph_compile] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[3]: *** [test_mercurysph] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[2]: [test] Error 2 (ignored) make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' /usr/bin/make test_saturn_compile make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' ./Config.pl -u=Saturn -e=MhdHyp -g=8,8,8,720,1 make[6]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Writing new grid size 8,8,8,720,1 and 2 ghost cells into src/ModSize.f90 and srcBATL/BATL_size.f90... /usr/bin/make BATSRUS make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' cd /nobackup/gtoth/Tmp/SWMF/share/Library/src; /usr/bin/make LIB make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' /usr/bin/make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[8]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 blas.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModBlasLapack.f90 f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModKind.f90 Error: No licence found for this product Error: No licence found for this product make[8]: *** [lapack.o] Error 2 make[8]: *** Waiting for unfinished jobs.... make[8]: *** [ModBlasLapack.o] Error 2 Error: No licence found for this product make[8]: *** [blas.o] Error 2 Error: No licence found for this product make[8]: *** [ModKind.o] Error 2 make[8]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[7]: *** [LIB] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [BATSRUS] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[5]: *** [test_saturn_compile] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[4]: *** [test_saturn_start] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[3]: [test_saturn] Error 2 (ignored) if([ "y" ]); then rm -rf run_test_saturn; mv run_test run_test_saturn; fi mv: cannot stat `run_test': No such file or directory make[3]: *** [test_saturn] Error 1 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[2]: [test] Error 2 (ignored) make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' /usr/bin/make test_comet_compile make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' ./Config.pl -u=Comet6Sp -e=MhdComet -g=8,8,8,600,100 make[5]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Writing new grid size 8,8,8,600,100 and 2 ghost cells into src/ModSize.f90 and srcBATL/BATL_size.f90... /usr/bin/make BATSRUS make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' cd /nobackup/gtoth/Tmp/SWMF/share/Library/src; /usr/bin/make LIB make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' /usr/bin/make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 blas.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModBlasLapack.f90 f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModKind.f90 Error: No licence found for this product make[7]: *** [blas.o] Error 2 make[7]: *** Waiting for unfinished jobs.... Error: No licence found for this product Error: No licence found for this product make[7]: *** [ModBlasLapack.o] Error 2 make[7]: *** [lapack.o] Error 2 Error: No licence found for this product make[7]: *** [ModKind.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [BATSRUS] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[4]: *** [test_comet_compile] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[3]: *** [test_comet] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[2]: [test] Error 2 (ignored) make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' /usr/bin/make test_cometfluids_compile make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' ./Config.pl -u=Comet3FluidsPe -e=MhdComet3FluidsPe -g=8,8,8,400,1 make[6]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Writing new grid size 8,8,8,400,1 and 2 ghost cells into src/ModSize.f90 and srcBATL/BATL_size.f90... /usr/bin/make BATSRUS make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' cd /nobackup/gtoth/Tmp/SWMF/share/Library/src; /usr/bin/make LIB make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' /usr/bin/make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[8]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 blas.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModBlasLapack.f90 f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModKind.f90 Error: No licence found for this product make[8]: *** [lapack.o] Error 2 make[8]: *** Waiting for unfinished jobs.... Error: No licence found for this product Error: No licence found for this product make[8]: *** [ModBlasLapack.o] Error 2 make[8]: *** [blas.o] Error 2 Error: No licence found for this product make[8]: *** [ModKind.o] Error 2 make[8]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[7]: *** [LIB] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [BATSRUS] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[5]: *** [test_cometfluids_compile] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[4]: *** [test_cometfluids_start] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[3]: [test_cometfluids] Error 2 (ignored) make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' /usr/bin/make test_cometfluids_restart_save make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' cd run_test; cp Param/COMET3FLUIDSPE/PARAM.in.restartsave PARAM.in /bin/sh: line 0: cd: run_test: No such file or directory #./TestParam.pl -n=1 run_test/PARAM.in cd run_test; sleep 1; mpirun -np 1 -mca btl ^openib ./BATSRUS.exe > runlog /bin/sh: line 0: cd: run_test: No such file or directory -------------------------------------------------------------------------- mpirun was unable to launch the specified application as it could not access or execute an executable: Executable: ./BATSRUS.exe Node: nyx0231.engin.umich.edu while attempting to start process rank 0. -------------------------------------------------------------------------- make[5]: *** [test_cometfluids_restart_save] Error 131 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[4]: *** [test_cometfluids_restart] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[3]: [test_cometfluids] Error 2 (ignored) if([ "y" ]); then rm -rf run_test_cometfluids; mv run_test run_test_cometfluids; fi mv: cannot stat `run_test': No such file or directory make[3]: *** [test_cometfluids] Error 1 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[2]: [test] Error 2 (ignored) make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' /usr/bin/make test_magnetometer_compile make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' ./Config.pl -u=Default -e=Mhd -g=4,4,4,400,1 make[5]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Writing new grid size 4,4,4,400,1 and 2 ghost cells into src/ModSize.f90 and srcBATL/BATL_size.f90... /usr/bin/make BATSRUS make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' cd /nobackup/gtoth/Tmp/SWMF/share/Library/src; /usr/bin/make LIB make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' /usr/bin/make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 blas.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModBlasLapack.f90 f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModKind.f90 Error: No licence found for this product make[7]: *** [lapack.o] Error 2 make[7]: *** Waiting for unfinished jobs.... Error: No licence found for this product make[7]: *** [ModBlasLapack.o] Error 2 Error: No licence found for this product make[7]: *** [blas.o] Error 2 Error: No licence found for this product make[7]: *** [ModKind.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [BATSRUS] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[4]: *** [test_magnetometer_compile] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[3]: *** [test_magnetometer] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[2]: [test] Error 2 (ignored) make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' /usr/bin/make test_anisotropic_compile make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' ./Config.pl -u=Waves -e=MhdAnisoP -g=100,2,2,100,1 make[5]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. BATSRUS/Config.pl WARNING: nI=100 nJ=2 nK=2 does not allow AMR Writing new grid size 100,2,2,100,1 and 2 ghost cells into src/ModSize.f90 and srcBATL/BATL_size.f90... /usr/bin/make BATSRUS make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' cd /nobackup/gtoth/Tmp/SWMF/share/Library/src; /usr/bin/make LIB make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' /usr/bin/make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 blas.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModBlasLapack.f90 f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModKind.f90 Error: No licence found for this product Error: No licence found for this product make[7]: *** [blas.o] Error 2 make[7]: *** Waiting for unfinished jobs.... make[7]: *** [ModBlasLapack.o] Error 2 Error: No licence found for this product make[7]: *** [lapack.o] Error 2 Error: No licence found for this product make[7]: *** [ModKind.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [BATSRUS] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[4]: *** [test_anisotropic_compile] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[3]: *** [test_anisotropic] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[2]: [test] Error 2 (ignored) make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' /usr/bin/make test_func_compile make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' ./Config.pl -u=Default -e=Mhd -g=8,8,8,720,70 make[5]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Writing new grid size 8,8,8,720,70 and 2 ghost cells into src/ModSize.f90 and srcBATL/BATL_size.f90... /usr/bin/make BATSRUS make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' cd /nobackup/gtoth/Tmp/SWMF/share/Library/src; /usr/bin/make LIB make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' /usr/bin/make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 blas.f f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModBlasLapack.f90 f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 ModKind.f90 Error: No licence found for this product Error: No licence found for this product Error: No licence found for this product make[7]: *** [lapack.o] Error 2 make[7]: *** Waiting for unfinished jobs.... make[7]: *** [blas.o] Error 2 make[7]: *** [ModBlasLapack.o] Error 2 Error: No licence found for this product make[7]: *** [ModKind.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [BATSRUS] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[4]: *** [test_func_compile] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[3]: *** [test_func] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[2]: [test] Error 2 (ignored) -rw-r--r-- 1 gtoth aoss 26 Feb 10 19:14 test_2bodyplot.diff -rw-r--r-- 1 gtoth aoss 28 Feb 10 19:14 test_anisotropic.diff -rw-r--r-- 1 gtoth aoss 23 Feb 10 19:14 test_chromo.diff -rw-r--r-- 1 gtoth aoss 22 Feb 10 19:14 test_comet.diff -rw-r--r-- 1 gtoth aoss 28 Feb 10 19:14 test_cometfluids.diff -rw-r--r-- 1 gtoth aoss 33 Feb 10 19:14 test_cometfluids_restart.diff -rw-r--r-- 1 gtoth aoss 26 Feb 10 19:14 test_corona_2t.diff -rw-r--r-- 1 gtoth aoss 23 Feb 10 19:14 test_corona.diff -rw-r--r-- 1 gtoth aoss 26 Feb 10 19:14 test_coronasph.diff -rw-r--r-- 1 gtoth aoss 25 Feb 10 19:14 test_earthsph.diff -rw-r--r-- 1 gtoth aoss 27 Feb 10 19:13 test_eosgodunov.diff -rw-r--r-- 1 gtoth aoss 30 Feb 10 19:13 test_fluxemergence.diff -rw-r--r-- 1 gtoth aoss 21 Feb 10 19:14 test_func.diff -rw-r--r-- 1 gtoth aoss 30 Feb 10 19:14 test_graydiffusion.diff -rw-r--r-- 1 gtoth aoss 24 Feb 10 19:13 test_hallmhd.diff -rw-r--r-- 1 gtoth aoss 25 Feb 10 19:13 test_hyades2d.diff -rw-r--r-- 1 gtoth aoss 29 Feb 10 19:14 test_laserpackage.diff -rw-r--r-- 1 gtoth aoss 25 Feb 10 19:13 test_levelset.diff -rw-r--r-- 1 gtoth aoss 29 Feb 10 19:14 test_magnetometer.diff -rw-r--r-- 1 gtoth aoss 21 Feb 10 19:14 test_mars.diff -rw-r--r-- 1 gtoth aoss 27 Feb 10 19:14 test_marsfluids.diff -rw-r--r-- 1 gtoth aoss 32 Feb 10 19:14 test_marsfluids_restart.diff -rw-r--r-- 1 gtoth aoss 27 Feb 10 19:14 test_mercurysph.diff -rw-r--r-- 1 gtoth aoss 24 Feb 10 19:13 test_mhdions.diff -rw-r--r-- 1 gtoth aoss 27 Feb 10 19:13 test_mhdnoncons.diff -rw-r--r-- 1 gtoth aoss 27 Feb 10 19:13 test_multifluid.diff -rw-r--r-- 1 gtoth aoss 25 Feb 10 19:13 test_multiion.diff -rw-r--r-- 1 gtoth aoss 27 Feb 10 19:14 test_outerhelio.diff -rw-r--r-- 1 gtoth aoss 27 Feb 10 19:13 test_partsteady.diff -rw-r--r-- 1 gtoth aoss 23 Feb 10 19:14 test_saturn.diff -rw-r--r-- 1 gtoth aoss 26 Feb 10 19:13 test_shocktube.diff -rw-r--r-- 1 gtoth aoss 22 Feb 10 19:14 test_titan.diff -rw-r--r-- 1 gtoth aoss 27 Feb 10 19:14 test_titan_restart.diff -rw-r--r-- 1 gtoth aoss 28 Feb 10 19:13 test_twofluidmhd.diff -rw-r--r-- 1 gtoth aoss 22 Feb 10 19:14 test_venus.diff -rw-r--r-- 1 gtoth aoss 27 Feb 10 19:14 test_venus_restart.diff -rw-r--r-- 1 gtoth aoss 26 Feb 10 19:14 test_viscosity.diff make[2]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/GM/BATSRUS' make[2]: Entering directory `/nobackup/gtoth/Tmp/SWMF/IE/Ridley_serial' echo "IE/Ridley_serial test is incomplete" > notest.diff make[2]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/IE/Ridley_serial' make[2]: Entering directory `/nobackup/gtoth/Tmp/SWMF/IE/RIM' echo "There is no test for IE/RIM" > notest.diff make[2]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/IE/RIM' make[2]: Entering directory `/nobackup/gtoth/Tmp/SWMF/IH/BATSRUS' IH/BATSRUS is tested in GM/BATSRUS make[2]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/IH/BATSRUS' make[2]: Entering directory `/nobackup/gtoth/Tmp/SWMF/IH/BATSRUS_share' IH/BATSRUS_share is tested in GM/BATSRUS make[2]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/IH/BATSRUS_share' make[2]: Entering directory `/nobackup/gtoth/Tmp/SWMF/IM/CRCM' echo "There is no test for CRCM" There is no test for CRCM make[2]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/IM/CRCM' make[2]: Entering directory `/nobackup/gtoth/Tmp/SWMF/IM/HEIDI' make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF/IM/HEIDI' make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. make test_compile make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/IM/HEIDI' make HEIDI make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/IM/HEIDI' touch src/Makefile.DEPEND src/Makefile.RULES srcInterface/Makefile.DEPEND make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f Error: No licence found for this product make[7]: *** [lapack.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [HEIDI] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/IM/HEIDI' make[4]: *** [test_compile] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/IM/HEIDI' make[3]: *** [test_analytic] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/IM/HEIDI' make[2]: [test] Error 2 (ignored) make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF/IM/HEIDI' make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. make test_compile make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/IM/HEIDI' make HEIDI make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/IM/HEIDI' touch src/Makefile.DEPEND src/Makefile.RULES srcInterface/Makefile.DEPEND make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f Error: No licence found for this product make[7]: *** [lapack.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [HEIDI] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/IM/HEIDI' make[4]: *** [test_compile] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/IM/HEIDI' make[3]: *** [test_numeric] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/IM/HEIDI' make[2]: [test] Error 2 (ignored) make[2]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/IM/HEIDI' make[2]: Entering directory `/nobackup/gtoth/Tmp/SWMF/IM/RCM2' make[2]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/IM/RCM2' make[2]: Entering directory `/nobackup/gtoth/Tmp/SWMF/LC/BATSRUS' LC/BATSRUS is tested in GM/BATSRUS make[2]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/LC/BATSRUS' make[2]: Entering directory `/nobackup/gtoth/Tmp/SWMF/OH/BATSRUS' OH/BATSRUS is tested in GM/BATSRUS make[2]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/OH/BATSRUS' make[2]: Entering directory `/nobackup/gtoth/Tmp/SWMF/PS/DGCPM' echo "PS/DGCPM test is incomplete" > notest.diff make[2]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/PS/DGCPM' make[2]: Entering directory `/nobackup/gtoth/Tmp/SWMF/PW/PWOM' make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF/PW/PWOM' make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. make test_compile PLANET=Saturn make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/PW/PWOM' ./Config.pl -Saturn make PWOM make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/PW/PWOM' cd /nobackup/gtoth/Tmp/SWMF/share/Library/src; make LIB make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f Error: No licence found for this product make[7]: *** [lapack.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [PWOM] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/PW/PWOM' make[4]: *** [test_compile] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/PW/PWOM' make[3]: *** [test_saturn] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/PW/PWOM' make[2]: [test] Error 2 (ignored) make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF/PW/PWOM' make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. make test_restart_save make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/PW/PWOM' cp data/input/Saturn/restart_iline* run_test/PW/restartIN/ cp: target `run_test/PW/restartIN/' is not a directory make[4]: *** [test_restart_save] Error 1 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/PW/PWOM' make[3]: *** [test_restart] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/PW/PWOM' make[2]: [test] Error 2 (ignored) make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF/PW/PWOM' make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. make test_compile PLANET=Earth make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/PW/PWOM' ./Config.pl -Earth make PWOM make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/PW/PWOM' cd /nobackup/gtoth/Tmp/SWMF/share/Library/src; make LIB make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f Error: No licence found for this product make[7]: *** [lapack.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [PWOM] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/PW/PWOM' make[4]: *** [test_compile] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/PW/PWOM' make[3]: *** [test_earth] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/PW/PWOM' make[2]: [test] Error 2 (ignored) make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF/PW/PWOM' make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. make test_restart_save make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/PW/PWOM' cp data/input/Earth/restart_iline* run_test/PW/restartIN/ cp: target `run_test/PW/restartIN/' is not a directory make[4]: *** [test_restart_save] Error 1 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/PW/PWOM' make[3]: *** [test_restart] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/PW/PWOM' make[2]: [test] Error 2 (ignored) make[2]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/PW/PWOM' make[2]: Entering directory `/nobackup/gtoth/Tmp/SWMF/RB/RBE' make test_compile make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF/RB/RBE' make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. make RBE make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/RB/RBE' make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f Error: No licence found for this product make[6]: *** [lapack.o] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [LIB] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[4]: *** [RBE] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/RB/RBE' make[3]: *** [test_compile] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/RB/RBE' make[2]: *** [test] Error 2 make[2]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/RB/RBE' make[2]: Entering directory `/nobackup/gtoth/Tmp/SWMF/SC/BATSRUS' SC/BATSRUS is tested in GM/BATSRUS make[2]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/SC/BATSRUS' make[2]: Entering directory `/nobackup/gtoth/Tmp/SWMF/SP/Kota' echo "SP/Kota test is incomplete" > notest.diff make[2]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/SP/Kota' ls -ltr [A-Z][A-Z]/*/*.diff -rw-r--r-- 1 gtoth aoss 30 Feb 10 19:13 GM/BATSRUS/test_fluxemergence.diff -rw-r--r-- 1 gtoth aoss 26 Feb 10 19:13 GM/BATSRUS/test_shocktube.diff -rw-r--r-- 1 gtoth aoss 27 Feb 10 19:13 GM/BATSRUS/test_partsteady.diff -rw-r--r-- 1 gtoth aoss 24 Feb 10 19:13 GM/BATSRUS/test_hallmhd.diff -rw-r--r-- 1 gtoth aoss 28 Feb 10 19:13 GM/BATSRUS/test_twofluidmhd.diff -rw-r--r-- 1 gtoth aoss 27 Feb 10 19:13 GM/BATSRUS/test_multifluid.diff -rw-r--r-- 1 gtoth aoss 25 Feb 10 19:13 GM/BATSRUS/test_multiion.diff -rw-r--r-- 1 gtoth aoss 24 Feb 10 19:13 GM/BATSRUS/test_mhdions.diff -rw-r--r-- 1 gtoth aoss 27 Feb 10 19:13 GM/BATSRUS/test_mhdnoncons.diff -rw-r--r-- 1 gtoth aoss 27 Feb 10 19:13 GM/BATSRUS/test_eosgodunov.diff -rw-r--r-- 1 gtoth aoss 25 Feb 10 19:13 GM/BATSRUS/test_levelset.diff -rw-r--r-- 1 gtoth aoss 25 Feb 10 19:13 GM/BATSRUS/test_hyades2d.diff -rw-r--r-- 1 gtoth aoss 29 Feb 10 19:14 GM/BATSRUS/test_laserpackage.diff -rw-r--r-- 1 gtoth aoss 30 Feb 10 19:14 GM/BATSRUS/test_graydiffusion.diff -rw-r--r-- 1 gtoth aoss 26 Feb 10 19:14 GM/BATSRUS/test_viscosity.diff -rw-r--r-- 1 gtoth aoss 23 Feb 10 19:14 GM/BATSRUS/test_corona.diff -rw-r--r-- 1 gtoth aoss 26 Feb 10 19:14 GM/BATSRUS/test_coronasph.diff -rw-r--r-- 1 gtoth aoss 26 Feb 10 19:14 GM/BATSRUS/test_corona_2t.diff -rw-r--r-- 1 gtoth aoss 23 Feb 10 19:14 GM/BATSRUS/test_chromo.diff -rw-r--r-- 1 gtoth aoss 27 Feb 10 19:14 GM/BATSRUS/test_outerhelio.diff -rw-r--r-- 1 gtoth aoss 25 Feb 10 19:14 GM/BATSRUS/test_earthsph.diff -rw-r--r-- 1 gtoth aoss 26 Feb 10 19:14 GM/BATSRUS/test_2bodyplot.diff -rw-r--r-- 1 gtoth aoss 22 Feb 10 19:14 GM/BATSRUS/test_titan.diff -rw-r--r-- 1 gtoth aoss 27 Feb 10 19:14 GM/BATSRUS/test_titan_restart.diff -rw-r--r-- 1 gtoth aoss 21 Feb 10 19:14 GM/BATSRUS/test_mars.diff -rw-r--r-- 1 gtoth aoss 27 Feb 10 19:14 GM/BATSRUS/test_marsfluids.diff -rw-r--r-- 1 gtoth aoss 32 Feb 10 19:14 GM/BATSRUS/test_marsfluids_restart.diff -rw-r--r-- 1 gtoth aoss 22 Feb 10 19:14 GM/BATSRUS/test_venus.diff -rw-r--r-- 1 gtoth aoss 27 Feb 10 19:14 GM/BATSRUS/test_venus_restart.diff -rw-r--r-- 1 gtoth aoss 27 Feb 10 19:14 GM/BATSRUS/test_mercurysph.diff -rw-r--r-- 1 gtoth aoss 23 Feb 10 19:14 GM/BATSRUS/test_saturn.diff -rw-r--r-- 1 gtoth aoss 22 Feb 10 19:14 GM/BATSRUS/test_comet.diff -rw-r--r-- 1 gtoth aoss 28 Feb 10 19:14 GM/BATSRUS/test_cometfluids.diff -rw-r--r-- 1 gtoth aoss 33 Feb 10 19:14 GM/BATSRUS/test_cometfluids_restart.diff -rw-r--r-- 1 gtoth aoss 29 Feb 10 19:14 GM/BATSRUS/test_magnetometer.diff -rw-r--r-- 1 gtoth aoss 28 Feb 10 19:14 GM/BATSRUS/test_anisotropic.diff -rw-r--r-- 1 gtoth aoss 21 Feb 10 19:14 GM/BATSRUS/test_func.diff -rw-r--r-- 1 gtoth aoss 16 Feb 10 19:14 IM/HEIDI/test_numeric.diff -rw-r--r-- 1 gtoth aoss 16 Feb 10 19:14 IM/HEIDI/test_analytic.diff -rw-r--r-- 1 gtoth aoss 28 Feb 10 19:14 IE/RIM/notest.diff -rw-r--r-- 1 gtoth aoss 36 Feb 10 19:14 IE/Ridley_serial/notest.diff -rw-r--r-- 1 gtoth aoss 21 Feb 10 19:14 PW/PWOM/test_Saturn_restart.diff -rw-r--r-- 1 gtoth aoss 12 Feb 10 19:14 PW/PWOM/test_Saturn_plots.diff -rw-r--r-- 1 gtoth aoss 16 Feb 10 19:14 PW/PWOM/test_Saturn.diff -rw-r--r-- 1 gtoth aoss 12 Feb 10 19:14 PW/PWOM/test_Earth_plots.diff -rw-r--r-- 1 gtoth aoss 16 Feb 10 19:14 PW/PWOM/test_Earth.diff -rw-r--r-- 1 gtoth aoss 28 Feb 10 19:14 PS/DGCPM/notest.diff -rw-r--r-- 1 gtoth aoss 26 Feb 10 19:14 IM/RCM2/notest.diff -rw-r--r-- 1 gtoth aoss 27 Feb 10 19:14 SP/Kota/notest.diff -rw-r--r-- 1 gtoth aoss 16 Feb 10 19:14 RB/RBE/test.diff -rw-r--r-- 1 gtoth aoss 21 Feb 10 19:14 PW/PWOM/test_Earth_restart.diff make[1]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make[1]: Entering directory `/nobackup/gtoth/Tmp/SWMF' /usr/bin/make test_lc_compile make[2]: Entering directory `/nobackup/gtoth/Tmp/SWMF' ./Config.pl -v=Empty,LC/BATSRUS Modifying versions in Makefile.def make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF' make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. cd LC/BATSRUS; \ rm -rf src srcBATL srcUser srcEquation \ srcInterface/LC_get_for_mh.f90 \ srcInterface/LC_put_from_mh.f90 \ srcInterface/LC_wrapper.f90 srcInterface/LC_get_for_sp.f90; \ mkdir src srcBATL srcUser srcEquation cd GM/BATSRUS/src; cp *.f90 *.h Makefile* ../../../LC/BATSRUS/src cd GM/BATSRUS/srcBATL; cp BATL*.f90 Makefile* \ ../../../LC/BATSRUS/srcBATL cp GM/BATSRUS/srcUser/*.f90 LC/BATSRUS/srcUser/ cp GM/BATSRUS/srcEquation/*.f90 LC/BATSRUS/srcEquation/ cd GM/BATSRUS; \ cp Makefile.def Makefile.conf PARAM.XML Config.pl \ ../../LC/BATSRUS/ cd GM/BATSRUS/srcInterface/; \ cp ModGridDescriptor.f90 ModBuffer.f90 \ update_lagrangian_grid.f90 \ ModRadioWaveImage.f90 ModRadioWaveRaytracing.f90 \ ModDensityAndGradient.f90 \ ../../../LC/BATSRUS/srcInterface cp -f IH/BATSRUS_share/src/IH_wrapper.f90 \ LC/BATSRUS/srcInterface/LC_wrapper.f90 cp -f IH/BATSRUS_share/src/IH_get_for_sp.f90 \ LC/BATSRUS/srcInterface/LC_get_for_sp.f90 cp -f IH/BATSRUS_share/src/IH_get_for_mh.f90 \ LC/BATSRUS/srcInterface/LC_get_for_mh.f90 cp -f IH/BATSRUS_share/src/IH_put_from_mh.f90 \ LC/BATSRUS/srcInterface/LC_put_from_mh.f90 cd LC/BATSRUS/srcInterface/; perl -i -pe \ 's/IH/LC/g;s/BATSRUS/LC_BATSRUS/;s/Inner/Solar/;s/Heliosphere/Corona/' \ LC_wrapper.f90 LC_get_for_sp.f90 LC_get_for_mh.f90 LC_put_from_mh.f90;\ perl -i -pe 's/OH/SC/' LC_get_for_mh.f90 LC_put_from_mh.f90 cd LC/BATSRUS/src; rm -f main.f90 cd LC/BATSRUS; \ /nobackup/gtoth/Tmp/SWMF/share/Scripts/Methods.pl LC src/*.f90 src/*.h srcBATL/*.f90 srcUser/*.f90 srcEquation/*.f90 srcInterface/*.f90; \ /nobackup/gtoth/Tmp/SWMF/share/Scripts/Rename.pl -w -r -common=LC src/*.f90 src/*.h srcBATL/*.f90 srcUser/*.f90 srcEquation/*.f90 srcInterface/*.f90 Number of files to process=211 Finished 47 replacements in file src/advect_points.f90 Finished 50 replacements in file src/explicit.f90 Finished 160 replacements in file src/impl_interface.f90 Finished 175 replacements in file src/library.f90 Finished 48 replacements in file src/ModAMR.f90 Finished 12 replacements in file src/ModBoundaryCells.f90 Finished 13 replacements in file src/ModConserveFlux.f90 Finished 24 replacements in file src/ModEnergy.f90 Finished 33 replacements in file src/ModFaceBoundary.f90 Finished 7 replacements in file src/ModGeometry.f90 Finished 14 replacements in file src/ModHdf5_empty.f90 Finished 8 replacements in file src/ModImplHypre_empty.f90 Finished 7 replacements in file src/ModIO.f90 Finished 23 replacements in file src/ModMessagePass.f90 Finished 5 replacements in file src/ModParallel.f90 Finished 2 replacements in file src/ModProcMH.f90 Finished 7 replacements in file src/ModRaytrace.f90 Finished 2 replacements in file src/ModSingleFluid.f90 Finished 31 replacements in file src/ModTimeStepControl.f90 Finished 16 replacements in file src/ModViscosity.f90 Finished 117 replacements in file src/project_B.f90 Finished 12 replacements in file src/rotate.f90 Finished 61 replacements in file src/update_states.f90 Finished 98 replacements in file src/write_plot_common.f90 Finished 9 replacements in file src/write_plot_sph.f90 Finished 27 replacements in file srcBATL/BATL_amr_criteria.f90 Finished 14 replacements in file srcBATL/BATL_grid.f90 Finished 21 replacements in file srcBATL/BATL_pass_face.f90 Finished 22 replacements in file srcBATL/BATL_tree.f90 Finished 63 replacements in file srcUser/ModUserComet6Sp.f90 Finished 85 replacements in file srcUser/ModUserEe.f90 Finished 77 replacements in file srcUser/ModUserGrayDiffusion.f90 Finished 13 replacements in file srcUser/ModUserKelvinHelmholtz.f90 Finished 130 replacements in file srcUser/ModUserMarsFluids.f90 Finished 44 replacements in file srcUser/ModUserMultiIon.f90 Finished 92 replacements in file srcUser/ModUserOhNeutrals.f90 Finished 51 replacements in file srcUser/ModUserSaturn3sp.f90 Finished 120 replacements in file srcUser/ModUserScHeat.f90 Finished 121 replacements in file srcUser/ModUserTitanPe.f90 Finished 88 replacements in file srcUser/ModUserWaves.f90 Finished 6 replacements in file srcEquation/ModEquationHdEos.f90 Finished 5 replacements in file srcEquation/ModEquationMhdAnisoP.f90 Finished 5 replacements in file srcEquation/ModEquationMhdCrash.f90 Finished 5 replacements in file srcEquation/ModEquationMhdHyp.f90 Finished 5 replacements in file srcEquation/ModEquationMhdMars.f90 Finished 5 replacements in file srcEquation/ModEquationMhdNonCons.f90 Finished 5 replacements in file srcEquation/ModEquationMhdSaturn3sp.f90 Finished 5 replacements in file srcEquation/ModEquationMhdTitanPe.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWavesHypPe.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWavesPeSignB.f90 Finished 4 replacements in file srcEquation/ModEquationOuterHelio.f90 Finished 28 replacements in file srcInterface/LC_wrapper.f90 Finished 10 replacements in file srcInterface/ModRadioWaveImage.f90 Thread 1 finished 2042 replacement(s) in 53 file(s) Finished 28 replacements in file src/clean_divb.f90 Finished 27 replacements in file src/get_im_pressure.f90 Finished 44 replacements in file src/impl_matvec.f90 Finished 158 replacements in file src/MH_set_parameters.f90 Finished 34 replacements in file src/ModBatlInterface.f90 Finished 47 replacements in file src/ModCellBoundary.f90 Finished 5 replacements in file src/ModCT.f90 Finished 33 replacements in file src/ModExpansionFactors.f90 Finished 25 replacements in file src/ModFaceGradient.f90 Finished 28 replacements in file src/ModGroundMagPerturb.f90 Finished 41 replacements in file src/ModHdf5_orig.f90 Finished 12 replacements in file src/ModImplHypre_orig.f90 Finished 42 replacements in file src/ModLaserHeating.f90 Finished 46 replacements in file src/ModMultiIon.f90 Finished 4 replacements in file src/ModPhysics.f90 Finished 70 replacements in file src/ModRadDiffusion.f90 Finished 52 replacements in file src/ModRestartFile.f90 Finished 4 replacements in file src/ModSize_orig.f90 Finished 74 replacements in file src/ModUserEmpty.f90 Finished 23 replacements in file src/proj_bicgstab.f90 Finished 93 replacements in file src/ray_trace.f90 Finished 18 replacements in file src/set_ICs.f90 Finished 80 replacements in file src/user_interface.f90 Finished 48 replacements in file src/write_plot_los.f90 Finished 33 replacements in file src/write_progress.f90 Finished 17 replacements in file srcBATL/BATL_amr_geometry.f90 Finished 5 replacements in file srcBATL/BATL_mpi.f90 Finished 2 replacements in file srcBATL/BATL_size.f90 Finished 53 replacements in file srcUser/ModUserComet1Sp.f90 Finished 160 replacements in file srcUser/ModUserCrashXray2dFull.f90 Finished 14 replacements in file srcUser/ModUserEos.f90 Finished 37 replacements in file srcUser/ModUserIh.f90 Finished 64 replacements in file srcUser/ModUserLogAdvection.f90 Finished 56 replacements in file srcUser/ModUserMercury.f90 Finished 10 replacements in file srcUser/ModUserNonPublicSample.f90 Finished 38 replacements in file srcUser/ModUserPic.f90 Finished 113 replacements in file srcUser/ModUserScChromo.f90 Finished 25 replacements in file srcUser/ModUserSwIono.f90 Finished 121 replacements in file srcUser/ModUserVenusFluids.f90 Finished 6 replacements in file srcEquation/ModEquationCrashTe.f90 Finished 6 replacements in file srcEquation/ModEquationHd.f90 Finished 5 replacements in file srcEquation/ModEquationMhdComet.f90 Finished 5 replacements in file srcEquation/ModEquationMhd.f90 Finished 4 replacements in file srcEquation/ModEquationMhdIons.f90 Finished 4 replacements in file srcEquation/ModEquationMhdMarsFluidsPe.f90 Finished 5 replacements in file srcEquation/ModEquationMhdPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdSwIonoPe.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWavesHyp.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWavesLperpHypPe.f90 Finished 4 replacements in file srcEquation/ModEquationMultiIon.f90 Finished 7 replacements in file srcInterface/LC_get_for_sp.f90 Finished 13 replacements in file srcInterface/ModDensityAndGradient.f90 Finished 17 replacements in file srcInterface/update_lagrangian_grid.f90 Thread 3 finished 1874 replacement(s) in 53 file(s) Finished 94 replacements in file src/constrain_B.f90 Finished 57 replacements in file src/implicit.f90 Finished 35 replacements in file src/impl_newton.f90 Finished 10 replacements in file src/ModAdvance.f90 Finished 23 replacements in file src/ModBlockData.f90 Finished 5 replacements in file src/ModCharacteristic.f90 Finished 13 replacements in file src/ModCurrent.f90 Finished 2 replacements in file src/ModExtraVariables.f90 Finished 26 replacements in file src/ModFaceValue.f90 Finished 36 replacements in file src/ModHallResist.f90 Finished 89 replacements in file src/ModHeatConduction.f90 Finished 14 replacements in file src/ModImplicit.f90 Finished 8 replacements in file src/ModMain.f90 Finished 5 replacements in file src/ModNodes.f90 Finished 16 replacements in file src/ModPointImplicit.f90 Finished 19 replacements in file src/ModRadiativeCooling.f90 Finished 38 replacements in file src/ModSatelliteFile.f90 Finished 21 replacements in file src/ModSolarwind.f90 Finished 4 replacements in file src/ModUser.f90 Finished 17 replacements in file src/proj_cg.f90 Finished 210 replacements in file src/ray_trace_new.f90 Finished 37 replacements in file src/set_physics.f90 Finished 136 replacements in file src/write_logfile.f90 Finished 19 replacements in file src/write_plot_radiowave.f90 Finished 19 replacements in file src/user_module.h Finished 8 replacements in file srcBATL/BATL_geometry.f90 Finished 27 replacements in file srcBATL/BATL_pass_cell.f90 Finished 2 replacements in file srcBATL/BATL_size_orig.f90 Finished 133 replacements in file srcUser/ModUserComet3FluidsPe.f90 Finished 55 replacements in file srcUser/ModUserEarthXray.f90 Finished 49 replacements in file srcUser/ModUserEuropa.f90 Finished 30 replacements in file srcUser/ModUserJupiter.f90 Finished 115 replacements in file srcUser/ModUserMars.f90 Finished 53 replacements in file srcUser/ModUserMultiGroup.f90 Finished 8 replacements in file srcUser/ModUserOh.f90 Finished 20 replacements in file srcUser/ModUserPointImplicit.f90 Finished 82 replacements in file srcUser/ModUserSc.f90 Finished 110 replacements in file srcUser/ModUserTitan.f90 Finished 34 replacements in file srcUser/ModUserWaveReflection.f90 Finished 6 replacements in file srcEquation/ModEquationHdCrash.f90 Finished 6 replacements in file srcEquation/ModEquationHdRadCrash.f90 Finished 5 replacements in file srcEquation/ModEquationMhdCorona.f90 Finished 4 replacements in file srcEquation/ModEquationMhdHd.f90 Finished 4 replacements in file srcEquation/ModEquationMhdIonsPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdMarsFluidsSW.f90 Finished 5 replacements in file srcEquation/ModEquationMhdPw.f90 Finished 5 replacements in file srcEquation/ModEquationMhdTitan.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWavesHypPeAnisoPi.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWavesPe.f90 Finished 4 replacements in file srcEquation/ModEquationMultiSwIono.f90 Finished 4 replacements in file srcInterface/LC_put_from_mh.f90 Finished 11 replacements in file srcInterface/ModGridDescriptor.f90 Thread 4 finished 1747 replacement(s) in 52 file(s) Finished 175 replacements in file src/BATS_methods.f90 Finished 21 replacements in file src/fix_axis_cells.f90 Finished 28 replacements in file src/impl_jacobian.f90 Finished 58 replacements in file src/load_balance.f90 Finished 23 replacements in file src/ModB0.f90 Finished 40 replacements in file src/ModCalcSource.f90 Finished 91 replacements in file src/ModCoronalHeating.f90 Finished 5 replacements in file src/ModEquation.f90 Finished 85 replacements in file src/ModFaceFlux.f90 Finished 15 replacements in file src/ModGmGeoindices.f90 Finished 14 replacements in file src/ModHdf5.f90 Finished 8 replacements in file src/ModImplHypre.f90 Finished 11 replacements in file src/ModIonoVelocity.f90 Finished 3 replacements in file src/ModMultiFluid.f90 Finished 10 replacements in file src/ModPartSteady.f90 Finished 8 replacements in file src/ModProject.f90 Finished 54 replacements in file src/ModResistivity.f90 Finished 4 replacements in file src/ModSize.f90 Finished 4 replacements in file src/ModUserDefault.f90 Finished 19 replacements in file src/ModWaves.f90 Finished 37 replacements in file src/ray_pass.f90 Finished 24 replacements in file src/set_block_geometry.f90 Finished 51 replacements in file src/update_states_MHD.f90 Finished 10 replacements in file src/write_plot_idl.f90 Finished 32 replacements in file src/write_plot_tec.f90 Finished 25 replacements in file srcBATL/BATL_amr.f90 Finished 26 replacements in file srcBATL/BATL_lib.f90 Finished 15 replacements in file srcBATL/BATL_pass_node.f90 Finished 24 replacements in file srcUser/ModUserCCMC.f90 Finished 170 replacements in file srcUser/ModUserCrash.f90 Finished 27 replacements in file srcUser/ModUserEnceladus.f90 Finished 108 replacements in file srcUser/ModUserHeatConduction.f90 Finished 121 replacements in file srcUser/ModUserLc.f90 Finished 54 replacements in file srcUser/ModUserMarshak.f90 Finished 46 replacements in file srcUser/ModUserNonGyro.f90 Finished 92 replacements in file srcUser/ModUserOuterHelio.f90 Finished 42 replacements in file srcUser/ModUserSaturn.f90 Finished 15 replacements in file srcUser/ModUserStretchedDipole.f90 Finished 115 replacements in file srcUser/ModUserVenus.f90 Finished 6 replacements in file srcEquation/ModEquationCrash.f90 Finished 6 replacements in file srcEquation/ModEquationHdEosRad.f90 Finished 4 replacements in file srcEquation/ModEquationMhdComet3FluidsPe.f90 Finished 5 replacements in file srcEquation/ModEquationMhdEosRad.f90 Finished 5 replacements in file srcEquation/ModEquationMhdHypPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdMarsFluids.f90 Finished 5 replacements in file srcEquation/ModEquationMhdPeAnisoPi.f90 Finished 5 replacements in file srcEquation/ModEquationMhdSwIono.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWaves.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWavesHypSignB.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWavesSignB.f90 Finished 5 replacements in file srcInterface/LC_get_for_mh.f90 Finished 18 replacements in file srcInterface/ModBuffer.f90 Finished 8 replacements in file srcInterface/ModRadioWaveRaytracing.f90 Thread 2 finished 1796 replacement(s) in 53 file(s) touch LC/BATSRUS/srcInterface/Makefile.DEPEND cd LC/BATSRUS; \ perl -i -pe 's/GM/LC/' Config.pl; \ ./Config.pl -install=c -u=Lc -e=Mhd Reinstalling BATSRUS as LC component make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/LC/BATSRUS' make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/LC/BATSRUS' Disabling Hdf5 library in /nobackup/gtoth/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 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' cd LC/BATSRUS; ./Config.pl -u=Lc -e=Mhd make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. ./Config.pl -g=LC:6,4,4,3000,1 make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Writing new grid size 6,4,4,3000,1 and 2 ghost cells into src/ModSize.f90 and srcBATL/BATL_size.f90... /usr/bin/make SWMF make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF' make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make TMP_DIRS make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[5]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f Error: No licence found for this product make[7]: *** [lapack.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [LIB] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[4]: *** [SWMFEXE] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[3]: *** [SWMF] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make[2]: *** [test_lc_compile] Error 2 make[2]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make[1]: *** [test_lc] Error 2 make[1]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make: [test] Error 2 (ignored) make[1]: Entering directory `/nobackup/gtoth/Tmp/SWMF' /usr/bin/make test_pw_compile make[2]: Entering directory `/nobackup/gtoth/Tmp/SWMF' ./Config.pl -v=Empty,PW/PWOM -o=PW:Earth Modifying versions in Makefile.def /usr/bin/make SWMF make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF' make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make TMP_DIRS make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[5]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f Error: No licence found for this product make[7]: *** [lapack.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [LIB] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[4]: *** [SWMFEXE] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[3]: *** [SWMF] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make[2]: *** [test_pw_compile] Error 2 make[2]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make[1]: *** [test_pw] Error 2 make[1]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make: [test] Error 2 (ignored) make[1]: Entering directory `/nobackup/gtoth/Tmp/SWMF' /usr/bin/make test_rb_compile make[2]: Entering directory `/nobackup/gtoth/Tmp/SWMF' ./Config.pl -v=Empty,RB/RBE,GM/BATSRUS Modifying versions in Makefile.def ./Config.pl -g=GM:8,8,8,770,1 -o=GM:e=Mhd,u=Default make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Writing new grid size 8,8,8,770,1 and 2 ghost cells into src/ModSize.f90 and srcBATL/BATL_size.f90... make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. /usr/bin/make SWMF make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF' make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make TMP_DIRS make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[5]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f Error: No licence found for this product make[7]: *** [lapack.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [LIB] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[4]: *** [SWMFEXE] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[3]: *** [SWMF] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make[2]: *** [test_rb_compile] Error 2 make[2]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make[1]: *** [test_rb] Error 2 make[1]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make: [test] Error 2 (ignored) make[1]: Entering directory `/nobackup/gtoth/Tmp/SWMF' /usr/bin/make test_ps_compile make[2]: Entering directory `/nobackup/gtoth/Tmp/SWMF' ./Config.pl -v=Empty,PS/DGCPM Modifying versions in Makefile.def /usr/bin/make SWMF make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF' make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make TMP_DIRS make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[5]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f Error: No licence found for this product make[7]: *** [lapack.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [LIB] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[4]: *** [SWMFEXE] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[3]: *** [SWMF] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make[2]: *** [test_ps_compile] Error 2 make[2]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make[1]: *** [test_ps] Error 2 make[1]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make: [test] Error 2 (ignored) make[1]: Entering directory `/nobackup/gtoth/Tmp/SWMF' /usr/bin/make test_esmf_compile make[2]: Entering directory `/nobackup/gtoth/Tmp/SWMF' ./Config.pl -v=Empty,GM/BATSRUS,IE/Ridley_serial Modifying versions in Makefile.def ./Config.pl -g=GM:8,8,8,400,100,IE:91,181 -o=GM:u=Default,e=Mhd make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Writing new grid size 8,8,8,400,100 and 2 ghost cells into src/ModSize.f90 and srcBATL/BATL_size.f90... make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. /usr/bin/make ESMF_SWMF make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF' make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make TMP_DIRS make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[5]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f Error: No licence found for this product make[7]: *** [lapack.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [LIB] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[4]: *** [SWMFLIB] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[3]: *** [LIB] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make[2]: *** [test_esmf_compile] Error 2 make[2]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make[1]: *** [test_esmf] Error 2 make[1]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make: [test] Error 2 (ignored) make[1]: Entering directory `/nobackup/gtoth/Tmp/SWMF' /usr/bin/make test_ccmc_small_compile make[2]: Entering directory `/nobackup/gtoth/Tmp/SWMF' ./Config.pl -v=Empty,GM/BATSRUS,IE/Ridley_serial,IM/RCM2,RB/RBE Modifying versions in Makefile.def ./Config.pl -g=GM:6,6,6,800,1 make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Writing new grid size 6,6,6,800,1 and 2 ghost cells into src/ModSize.f90 and srcBATL/BATL_size.f90... cd GM/BATSRUS; Config.pl -u=CCMC -e=Mhd make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. /usr/bin/make SWMF make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF' make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make TMP_DIRS make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[5]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f Error: No licence found for this product make[7]: *** [lapack.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [LIB] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[4]: *** [SWMFEXE] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[3]: *** [SWMF] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make[2]: *** [test_ccmc_small_compile] Error 2 make[2]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make[1]: *** [test_ccmc_small] Error 2 make[1]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make: [test] Error 2 (ignored) make[1]: Entering directory `/nobackup/gtoth/Tmp/SWMF' /usr/bin/make test1_compile make[2]: Entering directory `/nobackup/gtoth/Tmp/SWMF' ./Config.pl -v=Empty,GM/BATSRUS,IE/Ridley_serial,PW/PWOM Modifying versions in Makefile.def ./Config.pl -g=GM:8,8,8,700,100 -o=GM:u=Default,e=Mhd,PW:Earth make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Writing new grid size 8,8,8,700,100 and 2 ghost cells into src/ModSize.f90 and srcBATL/BATL_size.f90... make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. /usr/bin/make SWMF make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF' make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make TMP_DIRS make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[5]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f Error: No licence found for this product make[7]: *** [lapack.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [LIB] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[4]: *** [SWMFEXE] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[3]: *** [SWMF] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make[2]: *** [test1_compile] Error 2 make[2]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make[1]: *** [test1] Error 2 make[1]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make: [test] Error 2 (ignored) make[1]: Entering directory `/nobackup/gtoth/Tmp/SWMF' /usr/bin/make test2_compile make[2]: Entering directory `/nobackup/gtoth/Tmp/SWMF' ./Config.pl -v=Empty,SC/BATSRUS,IH/BATSRUS,GM/BATSRUS Modifying versions in Makefile.def make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF' make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. cd IH/BATSRUS; \ rm -rf src srcBATL srcUser srcEquation srcInterface/*.f90; \ mkdir src srcBATL srcUser srcEquation cd GM/BATSRUS/src; cp *.f90 *.h Makefile* ../../../IH/BATSRUS/src cd GM/BATSRUS/srcBATL; cp BATL*.f90 Makefile* \ ../../../IH/BATSRUS/srcBATL cd GM/BATSRUS/srcInterface/; \ cp ModGridDescriptor.f90 ModBuffer.f90 \ update_lagrangian_grid.f90 \ ModRadioWaveImage.f90 ModRadioWaveRaytracing.f90 \ ModDensityAndGradient.f90 \ ../../../IH/BATSRUS/srcInterface cp IH/BATSRUS_share/src/IH_*.f90 IH/BATSRUS/srcInterface cp GM/BATSRUS/srcUser/*.f90 IH/BATSRUS/srcUser/ cp GM/BATSRUS/srcEquation/*.f90 IH/BATSRUS/srcEquation/ cd GM/BATSRUS; \ cp Makefile.def Makefile.conf PARAM.XML Config.pl \ ../../IH/BATSRUS/ echo '*' > IH/BATSRUS/src/.cvsignore cd IH/BATSRUS/src; rm -f main.f90 cd IH/BATSRUS; \ /nobackup/gtoth/Tmp/SWMF/share/Scripts/Methods.pl IH src/*.f90 src/*.h srcBATL/*.f90 srcUser/*.f90 srcEquation/*.f90 srcInterface/*.f90; \ /nobackup/gtoth/Tmp/SWMF/share/Scripts/Rename.pl -w -r -common=IH src/*.f90 src/*.h srcBATL/*.f90 srcUser/*.f90 srcEquation/*.f90 srcInterface/*.f90 Number of files to process=215 Finished 47 replacements in file src/advect_points.f90 Finished 50 replacements in file src/explicit.f90 Finished 160 replacements in file src/impl_interface.f90 Finished 175 replacements in file src/library.f90 Finished 48 replacements in file src/ModAMR.f90 Finished 12 replacements in file src/ModBoundaryCells.f90 Finished 13 replacements in file src/ModConserveFlux.f90 Finished 24 replacements in file src/ModEnergy.f90 Finished 33 replacements in file src/ModFaceBoundary.f90 Finished 7 replacements in file src/ModGeometry.f90 Finished 14 replacements in file src/ModHdf5_empty.f90 Finished 8 replacements in file src/ModImplHypre_empty.f90 Finished 7 replacements in file src/ModIO.f90 Finished 23 replacements in file src/ModMessagePass.f90 Finished 5 replacements in file src/ModParallel.f90 Finished 2 replacements in file src/ModProcMH.f90 Finished 7 replacements in file src/ModRaytrace.f90 Finished 2 replacements in file src/ModSingleFluid.f90 Finished 31 replacements in file src/ModTimeStepControl.f90 Finished 16 replacements in file src/ModViscosity.f90 Finished 117 replacements in file src/project_B.f90 Finished 12 replacements in file src/rotate.f90 Finished 61 replacements in file src/update_states.f90 Finished 98 replacements in file src/write_plot_common.f90 Finished 9 replacements in file src/write_plot_sph.f90 Finished 27 replacements in file srcBATL/BATL_amr_criteria.f90 Finished 14 replacements in file srcBATL/BATL_grid.f90 Finished 21 replacements in file srcBATL/BATL_pass_face.f90 Finished 22 replacements in file srcBATL/BATL_tree.f90 Finished 63 replacements in file srcUser/ModUserComet6Sp.f90 Finished 85 replacements in file srcUser/ModUserEe.f90 Finished 77 replacements in file srcUser/ModUserGrayDiffusion.f90 Finished 13 replacements in file srcUser/ModUserKelvinHelmholtz.f90 Finished 130 replacements in file srcUser/ModUserMarsFluids.f90 Finished 44 replacements in file srcUser/ModUserMultiIon.f90 Finished 92 replacements in file srcUser/ModUserOhNeutrals.f90 Finished 51 replacements in file srcUser/ModUserSaturn3sp.f90 Finished 120 replacements in file srcUser/ModUserScHeat.f90 Finished 121 replacements in file srcUser/ModUserTitanPe.f90 Finished 88 replacements in file srcUser/ModUserWaves.f90 Finished 6 replacements in file srcEquation/ModEquationHdEos.f90 Finished 5 replacements in file srcEquation/ModEquationMhdAnisoP.f90 Finished 5 replacements in file srcEquation/ModEquationMhdCrash.f90 Finished 5 replacements in file srcEquation/ModEquationMhdHyp.f90 Finished 5 replacements in file srcEquation/ModEquationMhdMars.f90 Finished 5 replacements in file srcEquation/ModEquationMhdNonCons.f90 Finished 5 replacements in file srcEquation/ModEquationMhdSaturn3sp.f90 Finished 5 replacements in file srcEquation/ModEquationMhdTitanPe.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWavesHypPe.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWavesPeSignB.f90 Finished 4 replacements in file srcEquation/ModEquationOuterHelio.f90 Finished 7 replacements in file srcInterface/IH_get_for_mh_with_xyz.f90 Finished 28 replacements in file srcInterface/IH_wrapper.f90 Finished 10 replacements in file srcInterface/ModRadioWaveImage.f90 Thread 1 finished 2049 replacement(s) in 54 file(s) Finished 94 replacements in file src/constrain_B.f90 Finished 57 replacements in file src/implicit.f90 Finished 35 replacements in file src/impl_newton.f90 Finished 10 replacements in file src/ModAdvance.f90 Finished 23 replacements in file src/ModBlockData.f90 Finished 5 replacements in file src/ModCharacteristic.f90 Finished 13 replacements in file src/ModCurrent.f90 Finished 2 replacements in file src/ModExtraVariables.f90 Finished 26 replacements in file src/ModFaceValue.f90 Finished 36 replacements in file src/ModHallResist.f90 Finished 89 replacements in file src/ModHeatConduction.f90 Finished 14 replacements in file src/ModImplicit.f90 Finished 8 replacements in file src/ModMain.f90 Finished 5 replacements in file src/ModNodes.f90 Finished 16 replacements in file src/ModPointImplicit.f90 Finished 19 replacements in file src/ModRadiativeCooling.f90 Finished 38 replacements in file src/ModSatelliteFile.f90 Finished 21 replacements in file src/ModSolarwind.f90 Finished 4 replacements in file src/ModUser.f90 Finished 17 replacements in file src/proj_cg.f90 Finished 210 replacements in file src/ray_trace_new.f90 Finished 37 replacements in file src/set_physics.f90 Finished 136 replacements in file src/write_logfile.f90 Finished 19 replacements in file src/write_plot_radiowave.f90 Finished 19 replacements in file src/user_module.h Finished 8 replacements in file srcBATL/BATL_geometry.f90 Finished 27 replacements in file srcBATL/BATL_pass_cell.f90 Finished 2 replacements in file srcBATL/BATL_size_orig.f90 Finished 133 replacements in file srcUser/ModUserComet3FluidsPe.f90 Finished 55 replacements in file srcUser/ModUserEarthXray.f90 Finished 49 replacements in file srcUser/ModUserEuropa.f90 Finished 30 replacements in file srcUser/ModUserJupiter.f90 Finished 115 replacements in file srcUser/ModUserMars.f90 Finished 53 replacements in file srcUser/ModUserMultiGroup.f90 Finished 8 replacements in file srcUser/ModUserOh.f90 Finished 20 replacements in file srcUser/ModUserPointImplicit.f90 Finished 82 replacements in file srcUser/ModUserSc.f90 Finished 110 replacements in file srcUser/ModUserTitan.f90 Finished 34 replacements in file srcUser/ModUserWaveReflection.f90 Finished 6 replacements in file srcEquation/ModEquationHdCrash.f90 Finished 6 replacements in file srcEquation/ModEquationHdRadCrash.f90 Finished 5 replacements in file srcEquation/ModEquationMhdCorona.f90 Finished 4 replacements in file srcEquation/ModEquationMhdHd.f90 Finished 4 replacements in file srcEquation/ModEquationMhdIonsPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdMarsFluidsSW.f90 Finished 5 replacements in file srcEquation/ModEquationMhdPw.f90 Finished 5 replacements in file srcEquation/ModEquationMhdTitan.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWavesHypPeAnisoPi.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWavesPe.f90 Finished 4 replacements in file srcEquation/ModEquationMultiSwIono.f90 Finished 5 replacements in file srcInterface/IH_get_for_mh.f90 Finished 1 replacements in file srcInterface/IH_set_buffer_grid.f90 Finished 11 replacements in file srcInterface/ModGridDescriptor.f90 Thread 4 finished 1749 replacement(s) in 53 file(s) Finished 28 replacements in file src/clean_divb.f90 Finished 27 replacements in file src/get_im_pressure.f90 Finished 44 replacements in file src/impl_matvec.f90 Finished 158 replacements in file src/MH_set_parameters.f90 Finished 34 replacements in file src/ModBatlInterface.f90 Finished 47 replacements in file src/ModCellBoundary.f90 Finished 5 replacements in file src/ModCT.f90 Finished 33 replacements in file src/ModExpansionFactors.f90 Finished 25 replacements in file src/ModFaceGradient.f90 Finished 28 replacements in file src/ModGroundMagPerturb.f90 Finished 41 replacements in file src/ModHdf5_orig.f90 Finished 12 replacements in file src/ModImplHypre_orig.f90 Finished 42 replacements in file src/ModLaserHeating.f90 Finished 46 replacements in file src/ModMultiIon.f90 Finished 4 replacements in file src/ModPhysics.f90 Finished 70 replacements in file src/ModRadDiffusion.f90 Finished 52 replacements in file src/ModRestartFile.f90 Finished 4 replacements in file src/ModSize_orig.f90 Finished 74 replacements in file src/ModUserEmpty.f90 Finished 23 replacements in file src/proj_bicgstab.f90 Finished 93 replacements in file src/ray_trace.f90 Finished 18 replacements in file src/set_ICs.f90 Finished 80 replacements in file src/user_interface.f90 Finished 48 replacements in file src/write_plot_los.f90 Finished 33 replacements in file src/write_progress.f90 Finished 17 replacements in file srcBATL/BATL_amr_geometry.f90 Finished 5 replacements in file srcBATL/BATL_mpi.f90 Finished 2 replacements in file srcBATL/BATL_size.f90 Finished 53 replacements in file srcUser/ModUserComet1Sp.f90 Finished 160 replacements in file srcUser/ModUserCrashXray2dFull.f90 Finished 14 replacements in file srcUser/ModUserEos.f90 Finished 37 replacements in file srcUser/ModUserIh.f90 Finished 64 replacements in file srcUser/ModUserLogAdvection.f90 Finished 56 replacements in file srcUser/ModUserMercury.f90 Finished 10 replacements in file srcUser/ModUserNonPublicSample.f90 Finished 38 replacements in file srcUser/ModUserPic.f90 Finished 113 replacements in file srcUser/ModUserScChromo.f90 Finished 25 replacements in file srcUser/ModUserSwIono.f90 Finished 121 replacements in file srcUser/ModUserVenusFluids.f90 Finished 6 replacements in file srcEquation/ModEquationCrashTe.f90 Finished 6 replacements in file srcEquation/ModEquationHd.f90 Finished 5 replacements in file srcEquation/ModEquationMhdComet.f90 Finished 5 replacements in file srcEquation/ModEquationMhd.f90 Finished 4 replacements in file srcEquation/ModEquationMhdIons.f90 Finished 4 replacements in file srcEquation/ModEquationMhdMarsFluidsPe.f90 Finished 5 replacements in file srcEquation/ModEquationMhdPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdSwIonoPe.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWavesHyp.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWavesLperpHypPe.f90 Finished 4 replacements in file srcEquation/ModEquationMultiIon.f90 Finished 5 replacements in file srcInterface/IH_get_for_gm.f90 Finished 4 replacements in file srcInterface/IH_put_from_mh.f90 Finished 13 replacements in file srcInterface/ModDensityAndGradient.f90 Finished 17 replacements in file srcInterface/update_lagrangian_grid.f90 Thread 3 finished 1876 replacement(s) in 54 file(s) Finished 175 replacements in file src/BATS_methods.f90 Finished 21 replacements in file src/fix_axis_cells.f90 Finished 28 replacements in file src/impl_jacobian.f90 Finished 58 replacements in file src/load_balance.f90 Finished 23 replacements in file src/ModB0.f90 Finished 40 replacements in file src/ModCalcSource.f90 Finished 91 replacements in file src/ModCoronalHeating.f90 Finished 5 replacements in file src/ModEquation.f90 Finished 85 replacements in file src/ModFaceFlux.f90 Finished 15 replacements in file src/ModGmGeoindices.f90 Finished 14 replacements in file src/ModHdf5.f90 Finished 8 replacements in file src/ModImplHypre.f90 Finished 11 replacements in file src/ModIonoVelocity.f90 Finished 3 replacements in file src/ModMultiFluid.f90 Finished 10 replacements in file src/ModPartSteady.f90 Finished 8 replacements in file src/ModProject.f90 Finished 54 replacements in file src/ModResistivity.f90 Finished 4 replacements in file src/ModSize.f90 Finished 4 replacements in file src/ModUserDefault.f90 Finished 19 replacements in file src/ModWaves.f90 Finished 37 replacements in file src/ray_pass.f90 Finished 24 replacements in file src/set_block_geometry.f90 Finished 51 replacements in file src/update_states_MHD.f90 Finished 10 replacements in file src/write_plot_idl.f90 Finished 32 replacements in file src/write_plot_tec.f90 Finished 25 replacements in file srcBATL/BATL_amr.f90 Finished 26 replacements in file srcBATL/BATL_lib.f90 Finished 15 replacements in file srcBATL/BATL_pass_node.f90 Finished 24 replacements in file srcUser/ModUserCCMC.f90 Finished 170 replacements in file srcUser/ModUserCrash.f90 Finished 27 replacements in file srcUser/ModUserEnceladus.f90 Finished 108 replacements in file srcUser/ModUserHeatConduction.f90 Finished 121 replacements in file srcUser/ModUserLc.f90 Finished 54 replacements in file srcUser/ModUserMarshak.f90 Finished 46 replacements in file srcUser/ModUserNonGyro.f90 Finished 92 replacements in file srcUser/ModUserOuterHelio.f90 Finished 42 replacements in file srcUser/ModUserSaturn.f90 Finished 15 replacements in file srcUser/ModUserStretchedDipole.f90 Finished 115 replacements in file srcUser/ModUserVenus.f90 Finished 6 replacements in file srcEquation/ModEquationCrash.f90 Finished 6 replacements in file srcEquation/ModEquationHdEosRad.f90 Finished 4 replacements in file srcEquation/ModEquationMhdComet3FluidsPe.f90 Finished 5 replacements in file srcEquation/ModEquationMhdEosRad.f90 Finished 5 replacements in file srcEquation/ModEquationMhdHypPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdMarsFluids.f90 Finished 5 replacements in file srcEquation/ModEquationMhdPeAnisoPi.f90 Finished 5 replacements in file srcEquation/ModEquationMhdSwIono.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWaves.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWavesHypSignB.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWavesSignB.f90 Finished 9 replacements in file srcInterface/IH_get_for_global_buffer.f90 Finished 7 replacements in file srcInterface/IH_get_for_sp.f90 Finished 18 replacements in file srcInterface/ModBuffer.f90 Finished 8 replacements in file srcInterface/ModRadioWaveRaytracing.f90 Thread 2 finished 1807 replacement(s) in 54 file(s) cd IH/BATSRUS/srcInterface; \ perl -i -pe 's?BATSRUS?IH_BATSRUS?' IH_*.f90; \ touch Makefile.DEPEND cd IH/BATSRUS; \ perl -i -pe 's/GM/IH/' Config.pl; \ ./Config.pl -u=Ih -e=Mhd make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF' make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. cd SC/BATSRUS; \ rm -rf src srcBATL srcUser srcEquation \ srcInterface/SC_wrapper.f90 srcInterface/SC_get_for_sp.f90 \ srcInterface/SC_get_for_mh.f90 \ srcInterface/SC_get_for_mh_with_xyz.f90 srcInterface/SC_put_from_mh.f90; \ mkdir src srcBATL srcUser srcEquation cd GM/BATSRUS/src; cp *.f90 *.h Makefile* ../../../SC/BATSRUS/src cd GM/BATSRUS/srcBATL; cp BATL*.f90 Makefile* \ ../../../SC/BATSRUS/srcBATL cp GM/BATSRUS/srcUser/*.f90 SC/BATSRUS/srcUser/ cp GM/BATSRUS/srcEquation/*.f90 SC/BATSRUS/srcEquation/ cd GM/BATSRUS; \ cp Makefile.def Makefile.conf PARAM.XML Config.pl \ ../../SC/BATSRUS/ cd GM/BATSRUS/srcInterface/; \ cp ModGridDescriptor.f90 ModBuffer.f90 \ update_lagrangian_grid.f90 \ ModRadioWaveImage.f90 ModRadioWaveRaytracing.f90 \ ModDensityAndGradient.f90 \ ../../../SC/BATSRUS/srcInterface cp -f IH/BATSRUS_share/src/IH_wrapper.f90 \ SC/BATSRUS/srcInterface/SC_wrapper.f90 cp -f IH/BATSRUS_share/src/IH_get_for_sp.f90 \ SC/BATSRUS/srcInterface/SC_get_for_sp.f90 cp -f IH/BATSRUS_share/src/IH_get_for_mh.f90 \ SC/BATSRUS/srcInterface/SC_get_for_mh.f90 cp -f IH/BATSRUS_share/src/IH_get_for_mh_with_xyz.f90 \ SC/BATSRUS/srcInterface/SC_get_for_mh_with_xyz.f90 cp -f IH/BATSRUS_share/src/IH_get_for_global_buffer.f90 \ SC/BATSRUS/srcInterface/SC_get_for_global_buffer.f90 cp -f IH/BATSRUS_share/src/IH_put_from_mh.f90 \ SC/BATSRUS/srcInterface/SC_put_from_mh.f90 cd SC/BATSRUS/srcInterface/; perl -i -pe \ 's/SC/LC/' SC_get_for_mh_with_xyz.f90; perl -i -pe \ 's/IH/SC/g;s/BATSRUS/SC_BATSRUS/;s/Inner/Solar/;s/Heliosphere/Corona/' \ SC_wrapper.f90 SC_get_for_sp.f90 \ SC_get_for_mh.f90 SC_get_for_mh_with_xyz.f90 SC_put_from_mh.f90 \ SC_get_for_global_buffer.f90 ; perl -i -pe 's/OH/IH/' SC_get_for_mh.f90 SC_put_from_mh.f90 Can't open SC_get_for_mh.f90: No such file or directory. Can't open SC_put_from_mh.f90: No such file or directory. cd SC/BATSRUS/src; rm -f main.f90 cd SC/BATSRUS/srcBATL; rm -f *main.f90 cd SC/BATSRUS; \ /nobackup/gtoth/Tmp/SWMF/share/Scripts/Methods.pl SC src/*.f90 src/*.h srcBATL/*.f90 srcUser/*.f90 srcEquation/*.f90 srcInterface/*.f90; \ /nobackup/gtoth/Tmp/SWMF/share/Scripts/Rename.pl -w -r -common=SC src/*.f90 src/*.h srcBATL/*.f90 srcUser/*.f90 srcEquation/*.f90 srcInterface/*.f90 Number of files to process=214 Finished 47 replacements in file src/advect_points.f90 Finished 50 replacements in file src/explicit.f90 Finished 160 replacements in file src/impl_interface.f90 Finished 175 replacements in file src/library.f90 Finished 48 replacements in file src/ModAMR.f90 Finished 12 replacements in file src/ModBoundaryCells.f90 Finished 13 replacements in file src/ModConserveFlux.f90 Finished 24 replacements in file src/ModEnergy.f90 Finished 33 replacements in file src/ModFaceBoundary.f90 Finished 7 replacements in file src/ModGeometry.f90 Finished 14 replacements in file src/ModHdf5_empty.f90 Finished 8 replacements in file src/ModImplHypre_empty.f90 Finished 7 replacements in file src/ModIO.f90 Finished 23 replacements in file src/ModMessagePass.f90 Finished 5 replacements in file src/ModParallel.f90 Finished 2 replacements in file src/ModProcMH.f90 Finished 7 replacements in file src/ModRaytrace.f90 Finished 2 replacements in file src/ModSingleFluid.f90 Finished 31 replacements in file src/ModTimeStepControl.f90 Finished 16 replacements in file src/ModViscosity.f90 Finished 117 replacements in file src/project_B.f90 Finished 12 replacements in file src/rotate.f90 Finished 61 replacements in file src/update_states.f90 Finished 98 replacements in file src/write_plot_common.f90 Finished 9 replacements in file src/write_plot_sph.f90 Finished 27 replacements in file srcBATL/BATL_amr_criteria.f90 Finished 14 replacements in file srcBATL/BATL_grid.f90 Finished 21 replacements in file srcBATL/BATL_pass_face.f90 Finished 22 replacements in file srcBATL/BATL_tree.f90 Finished 63 replacements in file srcUser/ModUserComet6Sp.f90 Finished 85 replacements in file srcUser/ModUserEe.f90 Finished 77 replacements in file srcUser/ModUserGrayDiffusion.f90 Finished 13 replacements in file srcUser/ModUserKelvinHelmholtz.f90 Finished 130 replacements in file srcUser/ModUserMarsFluids.f90 Finished 44 replacements in file srcUser/ModUserMultiIon.f90 Finished 92 replacements in file srcUser/ModUserOhNeutrals.f90 Finished 51 replacements in file srcUser/ModUserSaturn3sp.f90 Finished 120 replacements in file srcUser/ModUserScHeat.f90 Finished 121 replacements in file srcUser/ModUserTitanPe.f90 Finished 88 replacements in file srcUser/ModUserWaves.f90 Finished 6 replacements in file srcEquation/ModEquationHdEos.f90 Finished 5 replacements in file srcEquation/ModEquationMhdAnisoP.f90 Finished 5 replacements in file srcEquation/ModEquationMhdCrash.f90 Finished 5 replacements in file srcEquation/ModEquationMhdHyp.f90 Finished 5 replacements in file srcEquation/ModEquationMhdMars.f90 Finished 5 replacements in file srcEquation/ModEquationMhdNonCons.f90 Finished 5 replacements in file srcEquation/ModEquationMhdSaturn3sp.f90 Finished 5 replacements in file srcEquation/ModEquationMhdTitanPe.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWavesHypPe.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWavesPeSignB.f90 Finished 4 replacements in file srcEquation/ModEquationOuterHelio.f90 Finished 10 replacements in file srcInterface/ModRadioWaveImage.f90 Finished 7 replacements in file srcInterface/SC_get_for_mh_with_xyz.f90 Finished 28 replacements in file srcInterface/SC_wrapper.f90 Thread 1 finished 2049 replacement(s) in 54 file(s) Finished 94 replacements in file src/constrain_B.f90 Finished 57 replacements in file src/implicit.f90 Finished 35 replacements in file src/impl_newton.f90 Finished 10 replacements in file src/ModAdvance.f90 Finished 23 replacements in file src/ModBlockData.f90 Finished 5 replacements in file src/ModCharacteristic.f90 Finished 13 replacements in file src/ModCurrent.f90 Finished 2 replacements in file src/ModExtraVariables.f90 Finished 26 replacements in file src/ModFaceValue.f90 Finished 36 replacements in file src/ModHallResist.f90 Finished 89 replacements in file src/ModHeatConduction.f90 Finished 14 replacements in file src/ModImplicit.f90 Finished 8 replacements in file src/ModMain.f90 Finished 5 replacements in file src/ModNodes.f90 Finished 16 replacements in file src/ModPointImplicit.f90 Finished 19 replacements in file src/ModRadiativeCooling.f90 Finished 38 replacements in file src/ModSatelliteFile.f90 Finished 21 replacements in file src/ModSolarwind.f90 Finished 4 replacements in file src/ModUser.f90 Finished 17 replacements in file src/proj_cg.f90 Finished 210 replacements in file src/ray_trace_new.f90 Finished 37 replacements in file src/set_physics.f90 Finished 136 replacements in file src/write_logfile.f90 Finished 19 replacements in file src/write_plot_radiowave.f90 Finished 19 replacements in file src/user_module.h Finished 8 replacements in file srcBATL/BATL_geometry.f90 Finished 27 replacements in file srcBATL/BATL_pass_cell.f90 Finished 2 replacements in file srcBATL/BATL_size_orig.f90 Finished 133 replacements in file srcUser/ModUserComet3FluidsPe.f90 Finished 55 replacements in file srcUser/ModUserEarthXray.f90 Finished 49 replacements in file srcUser/ModUserEuropa.f90 Finished 30 replacements in file srcUser/ModUserJupiter.f90 Finished 115 replacements in file srcUser/ModUserMars.f90 Finished 53 replacements in file srcUser/ModUserMultiGroup.f90 Finished 8 replacements in file srcUser/ModUserOh.f90 Finished 20 replacements in file srcUser/ModUserPointImplicit.f90 Finished 82 replacements in file srcUser/ModUserSc.f90 Finished 110 replacements in file srcUser/ModUserTitan.f90 Finished 34 replacements in file srcUser/ModUserWaveReflection.f90 Finished 6 replacements in file srcEquation/ModEquationHdCrash.f90 Finished 6 replacements in file srcEquation/ModEquationHdRadCrash.f90 Finished 5 replacements in file srcEquation/ModEquationMhdCorona.f90 Finished 4 replacements in file srcEquation/ModEquationMhdHd.f90 Finished 4 replacements in file srcEquation/ModEquationMhdIonsPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdMarsFluidsSW.f90 Finished 5 replacements in file srcEquation/ModEquationMhdPw.f90 Finished 5 replacements in file srcEquation/ModEquationMhdTitan.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWavesHypPeAnisoPi.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWavesPe.f90 Finished 4 replacements in file srcEquation/ModEquationMultiSwIono.f90 Finished 11 replacements in file srcInterface/ModGridDescriptor.f90 Finished 5 replacements in file srcInterface/SC_get_for_mh.f90 No variables to rename in file srcInterface/SC_set_buffer_grid.f90 Thread 4 finished 1748 replacement(s) in 52 file(s) Finished 28 replacements in file src/clean_divb.f90 Finished 27 replacements in file src/get_im_pressure.f90 Finished 44 replacements in file src/impl_matvec.f90 Finished 158 replacements in file src/MH_set_parameters.f90 Finished 34 replacements in file src/ModBatlInterface.f90 Finished 47 replacements in file src/ModCellBoundary.f90 Finished 5 replacements in file src/ModCT.f90 Finished 33 replacements in file src/ModExpansionFactors.f90 Finished 25 replacements in file src/ModFaceGradient.f90 Finished 28 replacements in file src/ModGroundMagPerturb.f90 Finished 41 replacements in file src/ModHdf5_orig.f90 Finished 12 replacements in file src/ModImplHypre_orig.f90 Finished 42 replacements in file src/ModLaserHeating.f90 Finished 46 replacements in file src/ModMultiIon.f90 Finished 4 replacements in file src/ModPhysics.f90 Finished 70 replacements in file src/ModRadDiffusion.f90 Finished 52 replacements in file src/ModRestartFile.f90 Finished 4 replacements in file src/ModSize_orig.f90 Finished 74 replacements in file src/ModUserEmpty.f90 Finished 23 replacements in file src/proj_bicgstab.f90 Finished 93 replacements in file src/ray_trace.f90 Finished 18 replacements in file src/set_ICs.f90 Finished 80 replacements in file src/user_interface.f90 Finished 48 replacements in file src/write_plot_los.f90 Finished 33 replacements in file src/write_progress.f90 Finished 17 replacements in file srcBATL/BATL_amr_geometry.f90 Finished 5 replacements in file srcBATL/BATL_mpi.f90 Finished 2 replacements in file srcBATL/BATL_size.f90 Finished 53 replacements in file srcUser/ModUserComet1Sp.f90 Finished 160 replacements in file srcUser/ModUserCrashXray2dFull.f90 Finished 14 replacements in file srcUser/ModUserEos.f90 Finished 37 replacements in file srcUser/ModUserIh.f90 Finished 64 replacements in file srcUser/ModUserLogAdvection.f90 Finished 56 replacements in file srcUser/ModUserMercury.f90 Finished 10 replacements in file srcUser/ModUserNonPublicSample.f90 Finished 38 replacements in file srcUser/ModUserPic.f90 Finished 113 replacements in file srcUser/ModUserScChromo.f90 Finished 25 replacements in file srcUser/ModUserSwIono.f90 Finished 121 replacements in file srcUser/ModUserVenusFluids.f90 Finished 6 replacements in file srcEquation/ModEquationCrashTe.f90 Finished 6 replacements in file srcEquation/ModEquationHd.f90 Finished 5 replacements in file srcEquation/ModEquationMhdComet.f90 Finished 5 replacements in file srcEquation/ModEquationMhd.f90 Finished 4 replacements in file srcEquation/ModEquationMhdIons.f90 Finished 4 replacements in file srcEquation/ModEquationMhdMarsFluidsPe.f90 Finished 5 replacements in file srcEquation/ModEquationMhdPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdSwIonoPe.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWavesHyp.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWavesLperpHypPe.f90 Finished 4 replacements in file srcEquation/ModEquationMultiIon.f90 Finished 13 replacements in file srcInterface/ModDensityAndGradient.f90 Finished 9 replacements in file srcInterface/SC_get_for_global_buffer.f90 Finished 4 replacements in file srcInterface/SC_put_from_mh.f90 Thread 3 finished 1863 replacement(s) in 53 file(s) Finished 175 replacements in file src/BATS_methods.f90 Finished 21 replacements in file src/fix_axis_cells.f90 Finished 28 replacements in file src/impl_jacobian.f90 Finished 58 replacements in file src/load_balance.f90 Finished 23 replacements in file src/ModB0.f90 Finished 40 replacements in file src/ModCalcSource.f90 Finished 91 replacements in file src/ModCoronalHeating.f90 Finished 5 replacements in file src/ModEquation.f90 Finished 85 replacements in file src/ModFaceFlux.f90 Finished 15 replacements in file src/ModGmGeoindices.f90 Finished 14 replacements in file src/ModHdf5.f90 Finished 8 replacements in file src/ModImplHypre.f90 Finished 11 replacements in file src/ModIonoVelocity.f90 Finished 3 replacements in file src/ModMultiFluid.f90 Finished 10 replacements in file src/ModPartSteady.f90 Finished 8 replacements in file src/ModProject.f90 Finished 54 replacements in file src/ModResistivity.f90 Finished 4 replacements in file src/ModSize.f90 Finished 4 replacements in file src/ModUserDefault.f90 Finished 19 replacements in file src/ModWaves.f90 Finished 37 replacements in file src/ray_pass.f90 Finished 24 replacements in file src/set_block_geometry.f90 Finished 51 replacements in file src/update_states_MHD.f90 Finished 10 replacements in file src/write_plot_idl.f90 Finished 32 replacements in file src/write_plot_tec.f90 Finished 25 replacements in file srcBATL/BATL_amr.f90 Finished 26 replacements in file srcBATL/BATL_lib.f90 Finished 15 replacements in file srcBATL/BATL_pass_node.f90 Finished 24 replacements in file srcUser/ModUserCCMC.f90 Finished 170 replacements in file srcUser/ModUserCrash.f90 Finished 27 replacements in file srcUser/ModUserEnceladus.f90 Finished 108 replacements in file srcUser/ModUserHeatConduction.f90 Finished 121 replacements in file srcUser/ModUserLc.f90 Finished 54 replacements in file srcUser/ModUserMarshak.f90 Finished 46 replacements in file srcUser/ModUserNonGyro.f90 Finished 92 replacements in file srcUser/ModUserOuterHelio.f90 Finished 42 replacements in file srcUser/ModUserSaturn.f90 Finished 15 replacements in file srcUser/ModUserStretchedDipole.f90 Finished 115 replacements in file srcUser/ModUserVenus.f90 Finished 6 replacements in file srcEquation/ModEquationCrash.f90 Finished 6 replacements in file srcEquation/ModEquationHdEosRad.f90 Finished 4 replacements in file srcEquation/ModEquationMhdComet3FluidsPe.f90 Finished 5 replacements in file srcEquation/ModEquationMhdEosRad.f90 Finished 5 replacements in file srcEquation/ModEquationMhdHypPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdMarsFluids.f90 Finished 5 replacements in file srcEquation/ModEquationMhdPeAnisoPi.f90 Finished 5 replacements in file srcEquation/ModEquationMhdSwIono.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWaves.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWavesHypSignB.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWavesSignB.f90 Finished 18 replacements in file srcInterface/ModBuffer.f90 Finished 8 replacements in file srcInterface/ModRadioWaveRaytracing.f90 Finished 7 replacements in file srcInterface/SC_get_for_sp.f90 Finished 17 replacements in file srcInterface/update_lagrangian_grid.f90 Thread 2 finished 1815 replacement(s) in 54 file(s) touch SC/BATSRUS/srcInterface/Makefile.DEPEND cd SC/BATSRUS; \ perl -i -pe 's/GM/SC/' Config.pl; \ ./Config.pl -install=c -u=Sc -e=MhdCorona Reinstalling BATSRUS as SC component make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/SC/BATSRUS' make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/SC/BATSRUS' Disabling Hdf5 library in /nobackup/gtoth/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 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' ./Config.pl -o=SC:u=Sc,e=MhdCorona,IH:u=Ih,e=Mhd,GM:u=Default,e=Mhd make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. ./Config.pl -g=SC:4,4,4,6200,1,IH:8,8,8,400,1,GM:8,8,8,700,1 make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Writing new grid size 8,8,8,700,1 and 2 ghost cells into src/ModSize.f90 and srcBATL/BATL_size.f90... make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Writing new grid size 8,8,8,400,1 and 2 ghost cells into src/ModSize.f90 and srcBATL/BATL_size.f90... make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Writing new grid size 4,4,4,6200,1 and 2 ghost cells into src/ModSize.f90 and srcBATL/BATL_size.f90... /usr/bin/make SWMF make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF' make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make TMP_DIRS make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[5]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f Error: No licence found for this product make[7]: *** [lapack.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [LIB] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[4]: *** [SWMFEXE] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[3]: *** [SWMF] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make[2]: *** [test2_compile] Error 2 make[2]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make[1]: *** [test2] Error 2 make[1]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make: [test] Error 2 (ignored) make[1]: Entering directory `/nobackup/gtoth/Tmp/SWMF' /usr/bin/make test3_compile make[2]: Entering directory `/nobackup/gtoth/Tmp/SWMF' ./Config.pl -v=Empty,GM/BATSRUS,IE/Ridley_serial,IM/RCM2 Modifying versions in Makefile.def ./Config.pl -g=GM:8,8,8,400,100 -o=GM:u=Default,e=Mhd make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Writing new grid size 8,8,8,400,100 and 2 ghost cells into src/ModSize.f90 and srcBATL/BATL_size.f90... make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. /usr/bin/make SWMF make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF' make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make TMP_DIRS make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[5]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f Error: No licence found for this product make[7]: *** [lapack.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [LIB] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[4]: *** [SWMFEXE] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[3]: *** [SWMF] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make[2]: *** [test3_compile] Error 2 make[2]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make[1]: *** [test3] Error 2 make[1]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make: [test] Error 2 (ignored) make[1]: Entering directory `/nobackup/gtoth/Tmp/SWMF' /usr/bin/make test4_compile make[2]: Entering directory `/nobackup/gtoth/Tmp/SWMF' ./Config.pl -v=Empty,GM/BATSRUS,IE/Ridley_serial,IM/HEIDI Modifying versions in Makefile.def ./Config.pl -g=GM:8,8,8,400,100 -o=GM:u=Default,e=Mhd make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. /usr/bin/make SWMF make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF' make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make TMP_DIRS make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[5]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f Error: No licence found for this product make[7]: *** [lapack.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [LIB] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[4]: *** [SWMFEXE] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[3]: *** [SWMF] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make[2]: *** [test4_compile] Error 2 make[2]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make[1]: *** [test4] Error 2 make[1]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make: [test] Error 2 (ignored) make[1]: Entering directory `/nobackup/gtoth/Tmp/SWMF' /usr/bin/make test5_compile make[2]: Entering directory `/nobackup/gtoth/Tmp/SWMF' ./Config.pl -v=Empty,EE/BATSRUS Modifying versions in Makefile.def make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF' make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. cd EE/BATSRUS; \ rm -rf src srcBATL srcUser srcEquation; \ mkdir src srcBATL srcUser srcEquation cd GM/BATSRUS/src; cp *.f90 *.h Makefile* ../../../EE/BATSRUS/src cd GM/BATSRUS/srcBATL; cp BATL*.f90 Makefile* \ ../../../EE/BATSRUS/srcBATL cd GM/BATSRUS/srcInterface/; \ cp ModGridDescriptor.f90 ModBuffer.f90 \ update_lagrangian_grid.f90 \ ModRadioWaveImage.f90 ModRadioWaveRaytracing.f90 \ ModDensityAndGradient.f90 \ ../../../EE/BATSRUS/srcInterface cp GM/BATSRUS/srcUser/*.f90 EE/BATSRUS/srcUser/ cp GM/BATSRUS/srcEquation/*.f90 EE/BATSRUS/srcEquation/ cd GM/BATSRUS; \ cp Makefile.def Makefile.conf PARAM.XML Config.pl \ ../../EE/BATSRUS/ cd EE/BATSRUS/src; rm -f main.f90 cd EE/BATSRUS; \ /nobackup/gtoth/Tmp/SWMF/share/Scripts/Methods.pl EE src/*.f90 src/*.h srcBATL/*.f90 srcUser/*.f90 srcEquation/*.f90 srcInterface/*.f90; \ /nobackup/gtoth/Tmp/SWMF/share/Scripts/Rename.pl -w -r -common=EE src/*.f90 src/*.h srcBATL/*.f90 srcUser/*.f90 srcEquation/*.f90 srcInterface/*.f90; \ touch srcInterface/Makefile.DEPEND; \ perl -i -pe 's/GM/EE/' Config.pl; \ ./Config.pl -install=c -u=Ee -e=MhdEosRad Number of files to process=208 Finished 47 replacements in file src/advect_points.f90 Finished 50 replacements in file src/explicit.f90 Finished 160 replacements in file src/impl_interface.f90 Finished 175 replacements in file src/library.f90 Finished 48 replacements in file src/ModAMR.f90 Finished 12 replacements in file src/ModBoundaryCells.f90 Finished 13 replacements in file src/ModConserveFlux.f90 Finished 24 replacements in file src/ModEnergy.f90 Finished 33 replacements in file src/ModFaceBoundary.f90 Finished 7 replacements in file src/ModGeometry.f90 Finished 14 replacements in file src/ModHdf5_empty.f90 Finished 8 replacements in file src/ModImplHypre_empty.f90 Finished 7 replacements in file src/ModIO.f90 Finished 23 replacements in file src/ModMessagePass.f90 Finished 5 replacements in file src/ModParallel.f90 Finished 2 replacements in file src/ModProcMH.f90 Finished 7 replacements in file src/ModRaytrace.f90 Finished 2 replacements in file src/ModSingleFluid.f90 Finished 31 replacements in file src/ModTimeStepControl.f90 Finished 16 replacements in file src/ModViscosity.f90 Finished 117 replacements in file src/project_B.f90 Finished 12 replacements in file src/rotate.f90 Finished 61 replacements in file src/update_states.f90 Finished 98 replacements in file src/write_plot_common.f90 Finished 9 replacements in file src/write_plot_sph.f90 Finished 27 replacements in file srcBATL/BATL_amr_criteria.f90 Finished 14 replacements in file srcBATL/BATL_grid.f90 Finished 21 replacements in file srcBATL/BATL_pass_face.f90 Finished 22 replacements in file srcBATL/BATL_tree.f90 Finished 63 replacements in file srcUser/ModUserComet6Sp.f90 Finished 85 replacements in file srcUser/ModUserEe.f90 Finished 77 replacements in file srcUser/ModUserGrayDiffusion.f90 Finished 13 replacements in file srcUser/ModUserKelvinHelmholtz.f90 Finished 130 replacements in file srcUser/ModUserMarsFluids.f90 Finished 44 replacements in file srcUser/ModUserMultiIon.f90 Finished 92 replacements in file srcUser/ModUserOhNeutrals.f90 Finished 51 replacements in file srcUser/ModUserSaturn3sp.f90 Finished 120 replacements in file srcUser/ModUserScHeat.f90 Finished 121 replacements in file srcUser/ModUserTitanPe.f90 Finished 88 replacements in file srcUser/ModUserWaves.f90 Finished 6 replacements in file srcEquation/ModEquationHdEos.f90 Finished 5 replacements in file srcEquation/ModEquationMhdAnisoP.f90 Finished 5 replacements in file srcEquation/ModEquationMhdCrash.f90 Finished 5 replacements in file srcEquation/ModEquationMhdHyp.f90 Finished 5 replacements in file srcEquation/ModEquationMhdMars.f90 Finished 5 replacements in file srcEquation/ModEquationMhdNonCons.f90 Finished 5 replacements in file srcEquation/ModEquationMhdSaturn3sp.f90 Finished 5 replacements in file srcEquation/ModEquationMhdTitanPe.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWavesHypPe.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWavesPeSignB.f90 Finished 4 replacements in file srcEquation/ModEquationOuterHelio.f90 Finished 11 replacements in file srcInterface/ModGridDescriptor.f90 Thread 1 finished 2015 replacement(s) in 52 file(s) Finished 94 replacements in file src/constrain_B.f90 Finished 57 replacements in file src/implicit.f90 Finished 35 replacements in file src/impl_newton.f90 Finished 10 replacements in file src/ModAdvance.f90 Finished 23 replacements in file src/ModBlockData.f90 Finished 5 replacements in file src/ModCharacteristic.f90 Finished 13 replacements in file src/ModCurrent.f90 Finished 2 replacements in file src/ModExtraVariables.f90 Finished 26 replacements in file src/ModFaceValue.f90 Finished 36 replacements in file src/ModHallResist.f90 Finished 89 replacements in file src/ModHeatConduction.f90 Finished 14 replacements in file src/ModImplicit.f90 Finished 8 replacements in file src/ModMain.f90 Finished 5 replacements in file src/ModNodes.f90 Finished 16 replacements in file src/ModPointImplicit.f90 Finished 19 replacements in file src/ModRadiativeCooling.f90 Finished 38 replacements in file src/ModSatelliteFile.f90 Finished 21 replacements in file src/ModSolarwind.f90 Finished 4 replacements in file src/ModUser.f90 Finished 17 replacements in file src/proj_cg.f90 Finished 210 replacements in file src/ray_trace_new.f90 Finished 37 replacements in file src/set_physics.f90 Finished 136 replacements in file src/write_logfile.f90 Finished 19 replacements in file src/write_plot_radiowave.f90 Finished 19 replacements in file src/user_module.h Finished 8 replacements in file srcBATL/BATL_geometry.f90 Finished 27 replacements in file srcBATL/BATL_pass_cell.f90 Finished 2 replacements in file srcBATL/BATL_size_orig.f90 Finished 133 replacements in file srcUser/ModUserComet3FluidsPe.f90 Finished 55 replacements in file srcUser/ModUserEarthXray.f90 Finished 49 replacements in file srcUser/ModUserEuropa.f90 Finished 30 replacements in file srcUser/ModUserJupiter.f90 Finished 115 replacements in file srcUser/ModUserMars.f90 Finished 53 replacements in file srcUser/ModUserMultiGroup.f90 Finished 8 replacements in file srcUser/ModUserOh.f90 Finished 20 replacements in file srcUser/ModUserPointImplicit.f90 Finished 82 replacements in file srcUser/ModUserSc.f90 Finished 110 replacements in file srcUser/ModUserTitan.f90 Finished 34 replacements in file srcUser/ModUserWaveReflection.f90 Finished 6 replacements in file srcEquation/ModEquationHdCrash.f90 Finished 6 replacements in file srcEquation/ModEquationHdRadCrash.f90 Finished 5 replacements in file srcEquation/ModEquationMhdCorona.f90 Finished 4 replacements in file srcEquation/ModEquationMhdHd.f90 Finished 4 replacements in file srcEquation/ModEquationMhdIonsPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdMarsFluidsSW.f90 Finished 5 replacements in file srcEquation/ModEquationMhdPw.f90 Finished 5 replacements in file srcEquation/ModEquationMhdTitan.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWavesHypPeAnisoPi.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWavesPe.f90 Finished 4 replacements in file srcEquation/ModEquationMultiSwIono.f90 Finished 13 replacements in file srcInterface/ModDensityAndGradient.f90 Finished 17 replacements in file srcInterface/update_lagrangian_grid.f90 Thread 4 finished 1762 replacement(s) in 52 file(s) Finished 28 replacements in file src/clean_divb.f90 Finished 27 replacements in file src/get_im_pressure.f90 Finished 44 replacements in file src/impl_matvec.f90 Finished 158 replacements in file src/MH_set_parameters.f90 Finished 34 replacements in file src/ModBatlInterface.f90 Finished 47 replacements in file src/ModCellBoundary.f90 Finished 5 replacements in file src/ModCT.f90 Finished 33 replacements in file src/ModExpansionFactors.f90 Finished 25 replacements in file src/ModFaceGradient.f90 Finished 28 replacements in file src/ModGroundMagPerturb.f90 Finished 41 replacements in file src/ModHdf5_orig.f90 Finished 12 replacements in file src/ModImplHypre_orig.f90 Finished 42 replacements in file src/ModLaserHeating.f90 Finished 46 replacements in file src/ModMultiIon.f90 Finished 4 replacements in file src/ModPhysics.f90 Finished 70 replacements in file src/ModRadDiffusion.f90 Finished 52 replacements in file src/ModRestartFile.f90 Finished 4 replacements in file src/ModSize_orig.f90 Finished 74 replacements in file src/ModUserEmpty.f90 Finished 23 replacements in file src/proj_bicgstab.f90 Finished 93 replacements in file src/ray_trace.f90 Finished 18 replacements in file src/set_ICs.f90 Finished 80 replacements in file src/user_interface.f90 Finished 48 replacements in file src/write_plot_los.f90 Finished 33 replacements in file src/write_progress.f90 Finished 17 replacements in file srcBATL/BATL_amr_geometry.f90 Finished 5 replacements in file srcBATL/BATL_mpi.f90 Finished 2 replacements in file srcBATL/BATL_size.f90 Finished 53 replacements in file srcUser/ModUserComet1Sp.f90 Finished 160 replacements in file srcUser/ModUserCrashXray2dFull.f90 Finished 14 replacements in file srcUser/ModUserEos.f90 Finished 37 replacements in file srcUser/ModUserIh.f90 Finished 64 replacements in file srcUser/ModUserLogAdvection.f90 Finished 56 replacements in file srcUser/ModUserMercury.f90 Finished 10 replacements in file srcUser/ModUserNonPublicSample.f90 Finished 38 replacements in file srcUser/ModUserPic.f90 Finished 113 replacements in file srcUser/ModUserScChromo.f90 Finished 25 replacements in file srcUser/ModUserSwIono.f90 Finished 121 replacements in file srcUser/ModUserVenusFluids.f90 Finished 6 replacements in file srcEquation/ModEquationCrashTe.f90 Finished 6 replacements in file srcEquation/ModEquationHd.f90 Finished 5 replacements in file srcEquation/ModEquationMhdComet.f90 Finished 5 replacements in file srcEquation/ModEquationMhd.f90 Finished 4 replacements in file srcEquation/ModEquationMhdIons.f90 Finished 4 replacements in file srcEquation/ModEquationMhdMarsFluidsPe.f90 Finished 5 replacements in file srcEquation/ModEquationMhdPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdSwIonoPe.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWavesHyp.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWavesLperpHypPe.f90 Finished 4 replacements in file srcEquation/ModEquationMultiIon.f90 Finished 18 replacements in file srcInterface/ModBuffer.f90 Finished 8 replacements in file srcInterface/ModRadioWaveRaytracing.f90 Thread 3 finished 1863 replacement(s) in 52 file(s) Finished 175 replacements in file src/BATS_methods.f90 Finished 21 replacements in file src/fix_axis_cells.f90 Finished 28 replacements in file src/impl_jacobian.f90 Finished 58 replacements in file src/load_balance.f90 Finished 23 replacements in file src/ModB0.f90 Finished 40 replacements in file src/ModCalcSource.f90 Finished 91 replacements in file src/ModCoronalHeating.f90 Finished 5 replacements in file src/ModEquation.f90 Finished 85 replacements in file src/ModFaceFlux.f90 Finished 15 replacements in file src/ModGmGeoindices.f90 Finished 14 replacements in file src/ModHdf5.f90 Finished 8 replacements in file src/ModImplHypre.f90 Finished 11 replacements in file src/ModIonoVelocity.f90 Finished 3 replacements in file src/ModMultiFluid.f90 Finished 10 replacements in file src/ModPartSteady.f90 Finished 8 replacements in file src/ModProject.f90 Finished 54 replacements in file src/ModResistivity.f90 Finished 4 replacements in file src/ModSize.f90 Finished 4 replacements in file src/ModUserDefault.f90 Finished 19 replacements in file src/ModWaves.f90 Finished 37 replacements in file src/ray_pass.f90 Finished 24 replacements in file src/set_block_geometry.f90 Finished 51 replacements in file src/update_states_MHD.f90 Finished 10 replacements in file src/write_plot_idl.f90 Finished 32 replacements in file src/write_plot_tec.f90 Finished 25 replacements in file srcBATL/BATL_amr.f90 Finished 26 replacements in file srcBATL/BATL_lib.f90 Finished 15 replacements in file srcBATL/BATL_pass_node.f90 Finished 24 replacements in file srcUser/ModUserCCMC.f90 Finished 170 replacements in file srcUser/ModUserCrash.f90 Finished 27 replacements in file srcUser/ModUserEnceladus.f90 Finished 108 replacements in file srcUser/ModUserHeatConduction.f90 Finished 121 replacements in file srcUser/ModUserLc.f90 Finished 54 replacements in file srcUser/ModUserMarshak.f90 Finished 46 replacements in file srcUser/ModUserNonGyro.f90 Finished 92 replacements in file srcUser/ModUserOuterHelio.f90 Finished 42 replacements in file srcUser/ModUserSaturn.f90 Finished 15 replacements in file srcUser/ModUserStretchedDipole.f90 Finished 115 replacements in file srcUser/ModUserVenus.f90 Finished 6 replacements in file srcEquation/ModEquationCrash.f90 Finished 6 replacements in file srcEquation/ModEquationHdEosRad.f90 Finished 4 replacements in file srcEquation/ModEquationMhdComet3FluidsPe.f90 Finished 5 replacements in file srcEquation/ModEquationMhdEosRad.f90 Finished 5 replacements in file srcEquation/ModEquationMhdHypPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdMarsFluids.f90 Finished 5 replacements in file srcEquation/ModEquationMhdPeAnisoPi.f90 Finished 5 replacements in file srcEquation/ModEquationMhdSwIono.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWaves.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWavesHypSignB.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWavesSignB.f90 No variables to rename in file srcInterface/EE_wrapper.f90 Finished 10 replacements in file srcInterface/ModRadioWaveImage.f90 Thread 2 finished 1775 replacement(s) in 51 file(s) Reinstalling BATSRUS as EE component make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/EE/BATSRUS' make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/EE/BATSRUS' Disabling Hdf5 library in /nobackup/gtoth/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 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' ./Config.pl -g=EE:10,10,10,500,1 make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Writing new grid size 10,10,10,500,1 and 2 ghost cells into src/ModSize.f90 and srcBATL/BATL_size.f90... /usr/bin/make SWMF make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF' make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make TMP_DIRS make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[5]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f Error: No licence found for this product make[7]: *** [lapack.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [LIB] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[4]: *** [SWMFEXE] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[3]: *** [SWMF] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make[2]: *** [test5_compile] Error 2 make[2]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make[1]: *** [test5] Error 2 make[1]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make: [test] Error 2 (ignored) make[1]: Entering directory `/nobackup/gtoth/Tmp/SWMF' /usr/bin/make test6_compile make[2]: Entering directory `/nobackup/gtoth/Tmp/SWMF' ./Config.pl -v=Empty,GM/BATSRUS,IE/Ridley_serial,IM/CRCM Modifying versions in Makefile.def ./Config.pl -g=GM:8,8,8,400,100 -o=GM:u=Default,e=Mhd,IM:EarthHO make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. /usr/bin/make SWMF make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF' make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make TMP_DIRS make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[5]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f Error: No licence found for this product make[7]: *** [lapack.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [LIB] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[4]: *** [SWMFEXE] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[3]: *** [SWMF] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make[2]: *** [test6_compile] Error 2 make[2]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make[1]: *** [test6] Error 2 make[1]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make: [test] Error 2 (ignored) make[1]: Entering directory `/nobackup/gtoth/Tmp/SWMF' /usr/bin/make test7_compile make[2]: Entering directory `/nobackup/gtoth/Tmp/SWMF' ./Config.pl -v=Empty,IH/BATSRUS,OH/BATSRUS Modifying versions in Makefile.def make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF' make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. cd OH/BATSRUS; \ rm -rf src srcBATL srcUser srcEquation \ srcInterface/OH_get_for_mh_with_xyz.f90 \ srcInterface/OH_wrapper.f90; \ mkdir src srcBATL srcUser srcEquation cd GM/BATSRUS/src; cp *.f90 *.h Makefile* ../../../OH/BATSRUS/src cd GM/BATSRUS/srcBATL; cp BATL*.f90 Makefile* \ ../../../OH/BATSRUS/srcBATL cd GM/BATSRUS/srcInterface/; \ cp ModGridDescriptor.f90 ModBuffer.f90 \ update_lagrangian_grid.f90 \ ModRadioWaveImage.f90 ModRadioWaveRaytracing.f90 \ ModDensityAndGradient.f90 \ ../../../OH/BATSRUS/srcInterface cp GM/BATSRUS/srcUser/*.f90 OH/BATSRUS/srcUser/ cp GM/BATSRUS/srcEquation/*.f90 OH/BATSRUS/srcEquation/ cd GM/BATSRUS; \ cp Makefile.def Makefile.conf PARAM.XML Config.pl \ ../../OH/BATSRUS/ echo '*' > OH/BATSRUS/src/.cvsignore cd OH/BATSRUS/src; rm -f main.f90 cp -f IH/BATSRUS_share/src/IH_wrapper.f90 \ OH/BATSRUS/srcInterface/OH_wrapper.f90 cp -f IH/BATSRUS_share/src/IH_get_for_mh_with_xyz.f90 \ OH/BATSRUS/srcInterface/OH_get_for_mh_with_xyz.f90 cp -f IH/BATSRUS_share/src/IH_get_for_mh.f90\ OH/BATSRUS/srcInterface/OH_get_for_mh.f90 cp -f IH/BATSRUS_share/src/IH_put_from_mh.f90\ OH/BATSRUS/srcInterface/OH_put_from_mh.f90 cd OH/BATSRUS/srcInterface/; perl -i -pe \ 's/IH/OH/g;s/_sc/_ih/;s/BATSRUS/OH_BATSRUS/;s/Inner/Outer/;'\ OH_wrapper.f90 OH_get_for_mh_with_xyz.f90; \ perl -i -pe 's/SC/IH/' OH_get_for_mh_with_xyz.f90 cd OH/BATSRUS/srcInterface/; perl -i -pe \ 's/IH/OH/g;s/Ih/Oh/g;s/SC/IH/g;s/Sc/Ih/g' ModBuffer.f90\ OH_get_for_mh.f90 OH_put_from_mh.f90; cd OH/BATSRUS; \ /nobackup/gtoth/Tmp/SWMF/share/Scripts/Methods.pl OH src/*.f90 src/*.h srcBATL/*.f90 srcUser/*.f90 srcEquation/*.f90 srcInterface/*.f90; \ /nobackup/gtoth/Tmp/SWMF/share/Scripts/Rename.pl -w -r -common=OH src/*.f90 src/*.h srcBATL/*.f90 srcUser/*.f90 srcEquation/*.f90 srcInterface/*.f90 Number of files to process=212 Finished 47 replacements in file src/advect_points.f90 Finished 50 replacements in file src/explicit.f90 Finished 160 replacements in file src/impl_interface.f90 Finished 175 replacements in file src/library.f90 Finished 48 replacements in file src/ModAMR.f90 Finished 12 replacements in file src/ModBoundaryCells.f90 Finished 13 replacements in file src/ModConserveFlux.f90 Finished 24 replacements in file src/ModEnergy.f90 Finished 33 replacements in file src/ModFaceBoundary.f90 Finished 7 replacements in file src/ModGeometry.f90 Finished 14 replacements in file src/ModHdf5_empty.f90 Finished 8 replacements in file src/ModImplHypre_empty.f90 Finished 7 replacements in file src/ModIO.f90 Finished 23 replacements in file src/ModMessagePass.f90 Finished 5 replacements in file src/ModParallel.f90 Finished 2 replacements in file src/ModProcMH.f90 Finished 7 replacements in file src/ModRaytrace.f90 Finished 2 replacements in file src/ModSingleFluid.f90 Finished 31 replacements in file src/ModTimeStepControl.f90 Finished 16 replacements in file src/ModViscosity.f90 Finished 117 replacements in file src/project_B.f90 Finished 12 replacements in file src/rotate.f90 Finished 61 replacements in file src/update_states.f90 Finished 98 replacements in file src/write_plot_common.f90 Finished 9 replacements in file src/write_plot_sph.f90 Finished 27 replacements in file srcBATL/BATL_amr_criteria.f90 Finished 14 replacements in file srcBATL/BATL_grid.f90 Finished 21 replacements in file srcBATL/BATL_pass_face.f90 Finished 22 replacements in file srcBATL/BATL_tree.f90 Finished 63 replacements in file srcUser/ModUserComet6Sp.f90 Finished 85 replacements in file srcUser/ModUserEe.f90 Finished 77 replacements in file srcUser/ModUserGrayDiffusion.f90 Finished 13 replacements in file srcUser/ModUserKelvinHelmholtz.f90 Finished 130 replacements in file srcUser/ModUserMarsFluids.f90 Finished 44 replacements in file srcUser/ModUserMultiIon.f90 Finished 92 replacements in file srcUser/ModUserOhNeutrals.f90 Finished 51 replacements in file srcUser/ModUserSaturn3sp.f90 Finished 120 replacements in file srcUser/ModUserScHeat.f90 Finished 121 replacements in file srcUser/ModUserTitanPe.f90 Finished 88 replacements in file srcUser/ModUserWaves.f90 Finished 6 replacements in file srcEquation/ModEquationHdEos.f90 Finished 5 replacements in file srcEquation/ModEquationMhdAnisoP.f90 Finished 5 replacements in file srcEquation/ModEquationMhdCrash.f90 Finished 5 replacements in file srcEquation/ModEquationMhdHyp.f90 Finished 5 replacements in file srcEquation/ModEquationMhdMars.f90 Finished 5 replacements in file srcEquation/ModEquationMhdNonCons.f90 Finished 5 replacements in file srcEquation/ModEquationMhdSaturn3sp.f90 Finished 5 replacements in file srcEquation/ModEquationMhdTitanPe.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWavesHypPe.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWavesPeSignB.f90 Finished 4 replacements in file srcEquation/ModEquationOuterHelio.f90 Finished 10 replacements in file srcInterface/ModRadioWaveImage.f90 Finished 4 replacements in file srcInterface/OH_put_from_mh.f90 Thread 1 finished 2018 replacement(s) in 53 file(s) Finished 28 replacements in file src/clean_divb.f90 Finished 27 replacements in file src/get_im_pressure.f90 Finished 44 replacements in file src/impl_matvec.f90 Finished 158 replacements in file src/MH_set_parameters.f90 Finished 34 replacements in file src/ModBatlInterface.f90 Finished 47 replacements in file src/ModCellBoundary.f90 Finished 5 replacements in file src/ModCT.f90 Finished 33 replacements in file src/ModExpansionFactors.f90 Finished 25 replacements in file src/ModFaceGradient.f90 Finished 28 replacements in file src/ModGroundMagPerturb.f90 Finished 41 replacements in file src/ModHdf5_orig.f90 Finished 12 replacements in file src/ModImplHypre_orig.f90 Finished 42 replacements in file src/ModLaserHeating.f90 Finished 46 replacements in file src/ModMultiIon.f90 Finished 4 replacements in file src/ModPhysics.f90 Finished 70 replacements in file src/ModRadDiffusion.f90 Finished 52 replacements in file src/ModRestartFile.f90 Finished 4 replacements in file src/ModSize_orig.f90 Finished 74 replacements in file src/ModUserEmpty.f90 Finished 23 replacements in file src/proj_bicgstab.f90 Finished 93 replacements in file src/ray_trace.f90 Finished 18 replacements in file src/set_ICs.f90 Finished 80 replacements in file src/user_interface.f90 Finished 48 replacements in file src/write_plot_los.f90 Finished 33 replacements in file src/write_progress.f90 Finished 17 replacements in file srcBATL/BATL_amr_geometry.f90 Finished 5 replacements in file srcBATL/BATL_mpi.f90 Finished 2 replacements in file srcBATL/BATL_size.f90 Finished 53 replacements in file srcUser/ModUserComet1Sp.f90 Finished 160 replacements in file srcUser/ModUserCrashXray2dFull.f90 Finished 14 replacements in file srcUser/ModUserEos.f90 Finished 37 replacements in file srcUser/ModUserIh.f90 Finished 64 replacements in file srcUser/ModUserLogAdvection.f90 Finished 56 replacements in file srcUser/ModUserMercury.f90 Finished 10 replacements in file srcUser/ModUserNonPublicSample.f90 Finished 38 replacements in file srcUser/ModUserPic.f90 Finished 113 replacements in file srcUser/ModUserScChromo.f90 Finished 25 replacements in file srcUser/ModUserSwIono.f90 Finished 121 replacements in file srcUser/ModUserVenusFluids.f90 Finished 6 replacements in file srcEquation/ModEquationCrashTe.f90 Finished 6 replacements in file srcEquation/ModEquationHd.f90 Finished 5 replacements in file srcEquation/ModEquationMhdComet.f90 Finished 5 replacements in file srcEquation/ModEquationMhd.f90 Finished 4 replacements in file srcEquation/ModEquationMhdIons.f90 Finished 4 replacements in file srcEquation/ModEquationMhdMarsFluidsPe.f90 Finished 5 replacements in file srcEquation/ModEquationMhdPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdSwIonoPe.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWavesHyp.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWavesLperpHypPe.f90 Finished 4 replacements in file srcEquation/ModEquationMultiIon.f90 Finished 13 replacements in file srcInterface/ModDensityAndGradient.f90 Finished 5 replacements in file srcInterface/OH_get_for_mh.f90 Finished 28 replacements in file srcInterface/OH_wrapper.f90 Thread 3 finished 1883 replacement(s) in 53 file(s) Finished 94 replacements in file src/constrain_B.f90 Finished 57 replacements in file src/implicit.f90 Finished 35 replacements in file src/impl_newton.f90 Finished 10 replacements in file src/ModAdvance.f90 Finished 23 replacements in file src/ModBlockData.f90 Finished 5 replacements in file src/ModCharacteristic.f90 Finished 13 replacements in file src/ModCurrent.f90 Finished 2 replacements in file src/ModExtraVariables.f90 Finished 26 replacements in file src/ModFaceValue.f90 Finished 36 replacements in file src/ModHallResist.f90 Finished 89 replacements in file src/ModHeatConduction.f90 Finished 14 replacements in file src/ModImplicit.f90 Finished 8 replacements in file src/ModMain.f90 Finished 5 replacements in file src/ModNodes.f90 Finished 16 replacements in file src/ModPointImplicit.f90 Finished 19 replacements in file src/ModRadiativeCooling.f90 Finished 38 replacements in file src/ModSatelliteFile.f90 Finished 21 replacements in file src/ModSolarwind.f90 Finished 4 replacements in file src/ModUser.f90 Finished 17 replacements in file src/proj_cg.f90 Finished 210 replacements in file src/ray_trace_new.f90 Finished 37 replacements in file src/set_physics.f90 Finished 136 replacements in file src/write_logfile.f90 Finished 19 replacements in file src/write_plot_radiowave.f90 Finished 19 replacements in file src/user_module.h Finished 8 replacements in file srcBATL/BATL_geometry.f90 Finished 27 replacements in file srcBATL/BATL_pass_cell.f90 Finished 2 replacements in file srcBATL/BATL_size_orig.f90 Finished 133 replacements in file srcUser/ModUserComet3FluidsPe.f90 Finished 55 replacements in file srcUser/ModUserEarthXray.f90 Finished 49 replacements in file srcUser/ModUserEuropa.f90 Finished 30 replacements in file srcUser/ModUserJupiter.f90 Finished 115 replacements in file srcUser/ModUserMars.f90 Finished 53 replacements in file srcUser/ModUserMultiGroup.f90 Finished 8 replacements in file srcUser/ModUserOh.f90 Finished 20 replacements in file srcUser/ModUserPointImplicit.f90 Finished 82 replacements in file srcUser/ModUserSc.f90 Finished 110 replacements in file srcUser/ModUserTitan.f90 Finished 34 replacements in file srcUser/ModUserWaveReflection.f90 Finished 6 replacements in file srcEquation/ModEquationHdCrash.f90 Finished 6 replacements in file srcEquation/ModEquationHdRadCrash.f90 Finished 5 replacements in file srcEquation/ModEquationMhdCorona.f90 Finished 4 replacements in file srcEquation/ModEquationMhdHd.f90 Finished 4 replacements in file srcEquation/ModEquationMhdIonsPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdMarsFluidsSW.f90 Finished 5 replacements in file srcEquation/ModEquationMhdPw.f90 Finished 5 replacements in file srcEquation/ModEquationMhdTitan.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWavesHypPeAnisoPi.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWavesPe.f90 Finished 4 replacements in file srcEquation/ModEquationMultiSwIono.f90 Finished 11 replacements in file srcInterface/ModGridDescriptor.f90 Finished 7 replacements in file srcInterface/OH_get_for_mh_with_xyz.f90 Finished 17 replacements in file srcInterface/update_lagrangian_grid.f90 Thread 4 finished 1767 replacement(s) in 53 file(s) Finished 175 replacements in file src/BATS_methods.f90 Finished 21 replacements in file src/fix_axis_cells.f90 Finished 28 replacements in file src/impl_jacobian.f90 Finished 58 replacements in file src/load_balance.f90 Finished 23 replacements in file src/ModB0.f90 Finished 40 replacements in file src/ModCalcSource.f90 Finished 91 replacements in file src/ModCoronalHeating.f90 Finished 5 replacements in file src/ModEquation.f90 Finished 85 replacements in file src/ModFaceFlux.f90 Finished 15 replacements in file src/ModGmGeoindices.f90 Finished 14 replacements in file src/ModHdf5.f90 Finished 8 replacements in file src/ModImplHypre.f90 Finished 11 replacements in file src/ModIonoVelocity.f90 Finished 3 replacements in file src/ModMultiFluid.f90 Finished 10 replacements in file src/ModPartSteady.f90 Finished 8 replacements in file src/ModProject.f90 Finished 54 replacements in file src/ModResistivity.f90 Finished 4 replacements in file src/ModSize.f90 Finished 4 replacements in file src/ModUserDefault.f90 Finished 19 replacements in file src/ModWaves.f90 Finished 37 replacements in file src/ray_pass.f90 Finished 24 replacements in file src/set_block_geometry.f90 Finished 51 replacements in file src/update_states_MHD.f90 Finished 10 replacements in file src/write_plot_idl.f90 Finished 32 replacements in file src/write_plot_tec.f90 Finished 25 replacements in file srcBATL/BATL_amr.f90 Finished 26 replacements in file srcBATL/BATL_lib.f90 Finished 15 replacements in file srcBATL/BATL_pass_node.f90 Finished 24 replacements in file srcUser/ModUserCCMC.f90 Finished 170 replacements in file srcUser/ModUserCrash.f90 Finished 27 replacements in file srcUser/ModUserEnceladus.f90 Finished 108 replacements in file srcUser/ModUserHeatConduction.f90 Finished 121 replacements in file srcUser/ModUserLc.f90 Finished 54 replacements in file srcUser/ModUserMarshak.f90 Finished 46 replacements in file srcUser/ModUserNonGyro.f90 Finished 92 replacements in file srcUser/ModUserOuterHelio.f90 Finished 42 replacements in file srcUser/ModUserSaturn.f90 Finished 15 replacements in file srcUser/ModUserStretchedDipole.f90 Finished 115 replacements in file srcUser/ModUserVenus.f90 Finished 6 replacements in file srcEquation/ModEquationCrash.f90 Finished 6 replacements in file srcEquation/ModEquationHdEosRad.f90 Finished 4 replacements in file srcEquation/ModEquationMhdComet3FluidsPe.f90 Finished 5 replacements in file srcEquation/ModEquationMhdEosRad.f90 Finished 5 replacements in file srcEquation/ModEquationMhdHypPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdMarsFluids.f90 Finished 5 replacements in file srcEquation/ModEquationMhdPeAnisoPi.f90 Finished 5 replacements in file srcEquation/ModEquationMhdSwIono.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWaves.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWavesHypSignB.f90 Finished 5 replacements in file srcEquation/ModEquationMhdWavesSignB.f90 Finished 18 replacements in file srcInterface/ModBuffer.f90 Finished 8 replacements in file srcInterface/ModRadioWaveRaytracing.f90 No variables to rename in file srcInterface/OH_set_buffer_grid.f90 Thread 2 finished 1791 replacement(s) in 52 file(s) touch OH/BATSRUS/srcInterface/Makefile.DEPEND cd OH/BATSRUS; \ perl -i -pe 's/GM/OH/' Config.pl; \ ./Config.pl -install=c -e=Mhd Reinstalling BATSRUS as OH component make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/OH/BATSRUS' make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/OH/BATSRUS' Disabling Hdf5 library in /nobackup/gtoth/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 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' ./Config.pl -g=IH:4,4,4,3000,1,OH:4,4,4,3000,1 make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Writing new grid size 4,4,4,3000,1 and 2 ghost cells into src/ModSize.f90 and srcBATL/BATL_size.f90... make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Writing new grid size 4,4,4,3000,1 and 2 ghost cells into src/ModSize.f90 and srcBATL/BATL_size.f90... ./Config.pl -o=IH:u=Waves,e=Mhd -o=OH:u=Waves,e=Mhd make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. /usr/bin/make SWMF make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF' make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make TMP_DIRS make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[5]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f Error: No licence found for this product make[7]: *** [lapack.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [LIB] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[4]: *** [SWMFEXE] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[3]: *** [SWMF] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make[2]: *** [test7_compile] Error 2 make[2]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make[1]: *** [test7] Error 2 make[1]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make: [test] Error 2 (ignored) make[1]: Entering directory `/nobackup/gtoth/Tmp/SWMF' /usr/bin/make test8_compile make[2]: Entering directory `/nobackup/gtoth/Tmp/SWMF' ./Config.pl -v=Empty,GM/BATSRUS,IE/Ridley_serial,IM/RCM2 Modifying versions in Makefile.def ./Config.pl -g=GM:8,8,8,400,100 -o=GM:u=Default,e=MhdIons make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. /usr/bin/make SWMF make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF' make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make TMP_DIRS make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[5]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f Error: No licence found for this product make[7]: *** [lapack.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [LIB] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[4]: *** [SWMFEXE] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[3]: *** [SWMF] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make[2]: *** [test8_compile] Error 2 make[2]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make[1]: *** [test8] Error 2 make[1]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make: [test] Error 2 (ignored) make[1]: Entering directory `/nobackup/gtoth/Tmp/SWMF' /usr/bin/make test9_compile make[2]: Entering directory `/nobackup/gtoth/Tmp/SWMF' ./Config.pl -v=Empty,SC/BATSRUS,IH/BATSRUS Modifying versions in Makefile.def ./Config.pl -o=SC:u=ScChromo,e=MhdWavesHypPe make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. ./Config.pl -o=IH:u=ScChromo,e=MhdWavesPeSignB make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. ./Config.pl -g=SC:6,4,4,1200,1200,IH:4,4,4,6800,1 make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Writing new grid size 4,4,4,6800,1 and 2 ghost cells into src/ModSize.f90 and srcBATL/BATL_size.f90... make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Writing new grid size 6,4,4,1200,1200 and 2 ghost cells into src/ModSize.f90 and srcBATL/BATL_size.f90... /usr/bin/make SWMF make[3]: Entering directory `/nobackup/gtoth/Tmp/SWMF' make[4]: Entering directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make TMP_DIRS make[5]: Entering directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[5]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. make[6]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make /nobackup/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: Entering directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' f95 -I/nobackup/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O3 -132 lapack.f Error: No licence found for this product make[7]: *** [lapack.o] Error 2 make[7]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[6]: *** [LIB] Error 2 make[6]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/share/Library/src' make[5]: *** [LIB] Error 2 make[5]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[4]: *** [SWMFEXE] Error 2 make[4]: Leaving directory `/nobackup/gtoth/Tmp/SWMF/CON/Control/src' make[3]: *** [SWMF] Error 2 make[3]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make[2]: *** [test9_compile] Error 2 make[2]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make[1]: *** [test9] Error 2 make[1]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make: [test] Error 2 (ignored) make[1]: Entering directory `/nobackup/gtoth/Tmp/SWMF' cat: share/Library/test/*.diff: No such file or directory make[1]: *** [test_check] Error 1 make[1]: Leaving directory `/nobackup/gtoth/Tmp/SWMF' make: [test] Error 2 (ignored)