Cloning into 'share'... Cloning into 'util'... Cloning into 'ALTOR'... Cloning into 'AMPS'... Cloning into 'AMPS'... Cloning into 'BATSRUS'... Cloning into 'srcBATL'... Cloning into 'CIMI'... Cloning into 'DGCPM'... Cloning into 'FLEKS'... Cloning into 'FSAM'... Cloning into 'GITM2'... Cloning into 'HEIDI'... Cloning into 'IPIC3D2'... Cloning into 'MFLAMPA'... Cloning into 'PWOM'... Cloning into 'RBE'... Cloning into 'RCM2'... Cloning into 'Ridley_serial'... Installing SWMF make: Nothing to be done for `install'. git clone git@gitlab.umich.edu:swmf_software/swmfpy share/Python/swmfpy Cloning into 'share/Python/swmfpy'... VERSION 2.3 cd CON; make install cd Control/src; cp show_git_info.h.orig show_git_info.h Installing CZ/FSAM/ Installing FSAM as CZ component cp srcProblem/ModUserSetup.test.f90 src/ModUserSetup.f90 cp srcProblem/ModPar.test.f90 src/ModPar.f90 Installing EE/BATSRUS/ Installing BATSRUS as EE component Installing GM/BATSRUS/ Installing BATSRUS as GM component 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 cp -f src/show_git_info.h.orig src/show_git_info.h ./Config.pl -u=Default -e=Mhd Installing IE/Ridley_serial/ Installing Ridley_serial as IE component cp -f src/ModSize_orig.f90 src/ModSize.f90 Installing IH/BATSRUS/ Installing BATSRUS as IH component Installing IM/CIMI/ Installing CIMI as IM component ./Config.pl -EarthHO -GridDefault Installing IM/HEIDI/ Installing HEIDI as IM component make[1]: Nothing to be done for `install'. Installing IM/RCM2/ Installing RCM2 as IM component make[1]: Nothing to be done for `install'. Installing OH/BATSRUS/ Installing BATSRUS as OH component Installing PC/ALTOR/ Cloning into 'srcBATL_orig'... Installing ALTOR as PC component cp -f src/PC_ModSize_orig.f90 src/PC_ModSize.f90 rm -rf srcBATL; mkdir srcBATL cd srcBATL_orig; cp BATL*.f90 Makefile* ../srcBATL; \ cd ../srcBATL; /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/Methods.pl PC *.f90; \ /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/Rename.pl -w -r -common=PC *.f90; \ perl -i -pe \ 's/user_specify_region/PC_user_specify_region/' *.f90; \ rm -f *~ Number of files to process=18 Finished 3 replacements in file BATL_geometry.f90 Finished 38 replacements in file BATL_lib.f90 Finished 17 replacements in file BATL_pass_face.f90 Finished 2 replacements in file BATL_size_orig.f90 Thread 3 finished 60 replacement(s) in 4 file(s) Finished 11 replacements in file BATL_grid.f90 Finished 2 replacements in file BATL_mpi.f90 Finished 5 replacements in file BATL_pass_face_field.f90 Finished 7 replacements in file BATL_test.f90 Thread 4 finished 25 replacement(s) in 4 file(s) Finished 15 replacements in file BATL_amr.f90 Finished 10 replacements in file BATL_high_order.f90 Finished 13 replacements in file BATL_particles.f90 Finished 7 replacements in file BATL_pass_node.f90 Finished 15 replacements in file BATL_tree.f90 Thread 1 finished 60 replacement(s) in 5 file(s) Finished 22 replacements in file BATL_amr_criteria.f90 Finished 9 replacements in file BATL_interpolate_amr.f90 Finished 23 replacements in file BATL_pass_cell.f90 Finished 13 replacements in file BATL_region.f90 Finished 13 replacements in file BATL_unit_test.f90 Thread 2 finished 80 replacement(s) in 5 file(s) cp -f srcBATL/BATL_size_orig.f90 srcBATL/BATL_size.f90 Installing PC/AMPS/ Installing AMPS as PT component rm -f output ln -s data/output output AMPS installed Installing PC/FLEKS/ Installing FLEKS as PC component mkdir bin Installing PC/IPIC3D2/ Installing IPIC3D as PC component mkdir bin mkdir libIPIC3D cd src; cp -f Makefile.local.default Makefile.local cd src/include; cp -f show_git_info.h.orig show_git_info.h Installing PS/DGCPM/ Installing DGCPM as PS component make[1]: Nothing to be done for `install'. Installing PT/AMPS/ Installing AMPS as PT component rm -f output ln -s data/output output AMPS installed Installing PW/PWOM/ Installing PWOM as PW component mkdir bin Installing RB/RBE/ Installing RBE as RB component make[1]: Nothing to be done for `install'. Installing SC/BATSRUS/ Installing BATSRUS as SC component Installing SP/FLAMPA/ Installing FLAMPA as SP component mv Makefile.def Makefile.def.orig cp Makefile.def.orig Makefile.def Installing SP/Kota/ Installing Kota as SP component make[1]: Nothing to be done for `install'. Installing SP/MFLAMPA/ Installing MFLAMPA as SP component cp -f src/ModSize_orig.f90 src/ModSize.f90 Installing UA/GITM2/ SWMF_data is installed in the home directoryInstalling GITM2 as UA component cp src/ModSize.f90.orig src/ModSize.f90 Configuring GITM for Earth!! Installation succeeded Setting debugging flags to 'yes' in Makefile.conf Setting maximum optimization flag to -O0 in Makefile.conf 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 git clone git@gitlab.umich.edu:swmf_software/HYPRE util/HYPRE Cloning into 'util/HYPRE'... rm -rf hypre-2.7.0b lib include 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... i686-apple-darwin18.7.0 checking host system type... i686-apple-darwin18.7.0 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... yes checking how to get verbose linking output from mpif77... configure: WARNING: cannot determine how to obtain linking information from mpif77 checking for Fortran libraries of mpif77... checking for dummy main to link with Fortran libraries... rm: conftest.dSYM: is a directory none checking for Fortran name-mangling scheme... rm: conftest.dSYM: is a directory lower case, underscore, no extra underscore checking for MPI_Init... yes checking for mpi.h... yes checking for MPI_Comm_f2c... no checking for cabs in -lm... yes checking the hostname... mesh.engin.umich.edu checking the architecture... x86_64 configure: creating ./config.status config.status: creating config/Makefile.config config.status: creating HYPRE_config.h Making /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/blas ... mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c blas_utils.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dasum.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c daxpy.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dcopy.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c ddot.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dgemm.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dgemv.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dger.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dnrm2.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c drot.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dscal.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dswap.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dsymm.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dsymv.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dsyr2.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dsyr2k.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dsyrk.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dtrmm.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dtrmv.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dtrsm.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dtrsv.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c idamax.c cp -fp *.o /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/utilities Making /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/lapack ... mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dbdsqr.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dgebd2.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dgebrd.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dgelq2.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dgelqf.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dgels.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dgeqr2.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dgeqrf.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dgesvd.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dgetrf.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dgetrs.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dgetf2.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dlabad.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dlabrd.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dlacpy.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dlae2.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dlaev2.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dlange.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dlanst.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dlansy.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dlapy2.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dlarfb.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dlarf.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dlarfg.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dlarft.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dlartg.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dlas2.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dlascl.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dlaset.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dlasq1.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dlasq2.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dlasq3.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dlasq4.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dlasq5.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dlasq6.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dlasr.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dlasrt.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dlassq.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dlaswp.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dlasv2.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dlatrd.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dorg2l.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dorg2r.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dorgbr.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dorgl2.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dorglq.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dorgql.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dorgqr.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dorgtr.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dorm2r.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dormbr.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dorml2.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dormlq.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dormqr.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dpotf2.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dpotrf.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dpotrs.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dsteqr.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dsterf.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dsyev.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dsygs2.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dsygst.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dsygv.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dsytd2.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c dsytrd.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c ieeeck.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c ilaenv.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c lapack_utils.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c lsame.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I../utilities -c xerbla.c mpicc -I.. -I../utilities -c dlamch.c cp -fp *.o /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/utilities Making 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 mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I. -DHYPRE_TIMING -c hypre_ap.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I. -DHYPRE_TIMING -c hypre_printf.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I. -DHYPRE_TIMING -c hypre_memory.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I. -DHYPRE_TIMING -c hypre_qsort.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I. -DHYPRE_TIMING -c memory_dmalloc.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I. -DHYPRE_TIMING -c mpistubs.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I. -DHYPRE_TIMING -c qsplit.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I. -DHYPRE_TIMING -c random.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I. -DHYPRE_TIMING -c threading.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I. -DHYPRE_TIMING -c thread_mpistubs.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I. -DHYPRE_TIMING -c timer.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I. -DHYPRE_TIMING -c timing.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I. -DHYPRE_TIMING -c umalloc_local.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I. -DHYPRE_TIMING -c hypre_mpi_comm_f2c.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I. -DHYPRE_TIMING -c hypre_error.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I. -DHYPRE_TIMING -c F90_HYPRE_error.c Building libHYPRE_utilities.a ... ar -rcu libHYPRE_utilities.a *.o /opt/local/bin/ranlib: file: libHYPRE_utilities.a(threading.o) has no symbols ranlib libHYPRE_utilities.a ranlib: file: libHYPRE_utilities.a(threading.o) has no symbols cp -fpPR ./HYPRE_*.h /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include cp -fpPR ./_hypre_utilities.h /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include cp -fpPR ./fortran*.h /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include Making 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 Building libHYPRE_multivector.a ... ar -rcu libHYPRE_multivector.a multivector.o temp_multivector.o ranlib libHYPRE_multivector.a cp -fpPR *.h /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include Making 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 mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../multivector -I./../utilities -c lgmres.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../multivector -I./../utilities -c HYPRE_bicgstab.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../multivector -I./../utilities -c HYPRE_cgnr.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../multivector -I./../utilities -c HYPRE_gmres.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../multivector -I./../utilities -c HYPRE_lgmres.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../multivector -I./../utilities -c HYPRE_flexgmres.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../multivector -I./../utilities -c HYPRE_pcg.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../multivector -I./../utilities -c pcg.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../multivector -I./../utilities -c HYPRE_lobpcg.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../multivector -I./../utilities -c lobpcg.c Building libHYPRE_krylov.a ... ar -rcu libHYPRE_krylov.a bicgstab.o cgnr.o gmres.o flexgmres.o lgmres.o HYPRE_bicgstab.o HYPRE_cgnr.o HYPRE_gmres.o HYPRE_lgmres.o HYPRE_flexgmres.o HYPRE_pcg.o pcg.o HYPRE_lobpcg.o lobpcg.o ranlib libHYPRE_krylov.a cp -fpPR ./HYPRE_*.h /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include cp -fpPR ./krylov.h /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include cp -fpPR ./lobpcg.h /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include Making 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 mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c HYPRE_csr_matrix.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c HYPRE_mapped_matrix.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c HYPRE_multiblock_matrix.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c HYPRE_vector.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c mapped_matrix.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c multiblock_matrix.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c vector.c Building libHYPRE_seq_mv.a ... ar -rcu libHYPRE_seq_mv.a csr_matop.o csr_matrix.o csr_matvec.o genpart.o HYPRE_csr_matrix.o HYPRE_mapped_matrix.o HYPRE_multiblock_matrix.o HYPRE_vector.o mapped_matrix.o multiblock_matrix.o vector.o ranlib libHYPRE_seq_mv.a cp -fpPR ./HYPRE_*.h /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include cp -fpPR ./seq_mv.h /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include Making 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 mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../seq_mv -c F90_par_vector.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../seq_mv -c HYPRE_parcsr_matrix.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../seq_mv -c HYPRE_parcsr_vector.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../seq_mv -c new_commpkg.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../seq_mv -c numbers.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../seq_mv -c par_csr_aat.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../seq_mv -c par_csr_assumed_part.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../seq_mv -c par_csr_bool_matop.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../seq_mv -c par_csr_bool_matrix.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../seq_mv -c par_csr_communication.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../seq_mv -c par_csr_matop.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../seq_mv -c par_csr_matrix.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../seq_mv -c par_csr_matop_marked.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../seq_mv -c par_csr_matvec.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../seq_mv -c par_vector.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../seq_mv -c par_make_system.c Building libHYPRE_parcsr_mv.a ... ar -rcu libHYPRE_parcsr_mv.a communicationT.o F90_HYPRE_parcsr_matrix.o F90_HYPRE_parcsr_vector.o F90_parcsr_matrix.o F90_par_vector.o HYPRE_parcsr_matrix.o HYPRE_parcsr_vector.o new_commpkg.o numbers.o par_csr_aat.o par_csr_assumed_part.o par_csr_bool_matop.o par_csr_bool_matrix.o par_csr_communication.o par_csr_matop.o par_csr_matrix.o par_csr_matop_marked.o par_csr_matvec.o par_vector.o par_make_system.o ranlib libHYPRE_parcsr_mv.a cp -fpPR ./HYPRE_*.h /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include cp -fpPR ./_hypre_parcsr_mv.h /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include Making 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 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_comm.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_rap.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_rap_communication.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_interp.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_relax.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_block_nodal_systems.c Building libHYPRE_parcsr_block_mv.a ... ar -rcu libHYPRE_parcsr_block_mv.a csr_block_matrix.o csr_block_matvec.o par_csr_block_matrix.o par_csr_block_matvec.o par_csr_block_comm.o par_csr_block_rap.o par_csr_block_rap_communication.o par_csr_block_interp.o par_csr_block_relax.o par_block_nodal_systems.o ranlib libHYPRE_parcsr_block_mv.a cp -fpPR ./par_csr_block_matrix.h /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include cp -fpPR ./csr_block_matrix.h /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include Making 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 mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../utilities -I./../parcsr_mv -I./../seq_mv -c distributed_matrix_parcsr.c Building libHYPRE_DistributedMatrix.a ... ar -rcu libHYPRE_DistributedMatrix.a distributed_matrix.o HYPRE_distributed_matrix.o distributed_matrix_ISIS.o distributed_matrix_PETSc.o distributed_matrix_parcsr.o ranlib libHYPRE_DistributedMatrix.a cp -fpPR ./distributed_matrix.h /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include Making 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 mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../parcsr_ls -c F90_IJMatrix.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../parcsr_ls -c 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 HYPRE_IJVector.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../parcsr_ls -c IJMatrix.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../parcsr_ls -c IJMatrix_parcsr.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../parcsr_ls -c IJVector.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../parcsr_ls -c IJVector_parcsr.c Building libHYPRE_IJ_mv.a ... ar -rcu libHYPRE_IJ_mv.a aux_parcsr_matrix.o aux_par_vector.o F90_HYPRE_IJMatrix.o F90_HYPRE_IJVector.o F90_IJMatrix.o HYPRE_IJMatrix.o HYPRE_IJVector.o IJMatrix.o IJMatrix_parcsr.o IJVector.o IJVector_parcsr.o ranlib libHYPRE_IJ_mv.a cp -fpPR ./HYPRE_*.h /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include cp -fpPR ./_hypre_IJ_mv.h /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include Making 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 Building libHYPRE_MatrixMatrix.a ... ar -rcu libHYPRE_MatrixMatrix.a HYPRE_ConvertParCSRMatrixToDistributedMatrix.o HYPRE_ConvertPETScMatrixToDistributedMatrix.o /opt/local/bin/ranlib: file: libHYPRE_MatrixMatrix.a(HYPRE_ConvertPETScMatrixToDistributedMatrix.o) has no symbols ranlib libHYPRE_MatrixMatrix.a ranlib: file: libHYPRE_MatrixMatrix.a(HYPRE_ConvertPETScMatrixToDistributedMatrix.o) has no symbols cp -fpPR ./HYPRE_*.h /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include Making distributed_ls ... Making 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 mpicc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix -c HYPRE_DistributedMatrixPilutSolver.c mpicc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix -c ilut.c mpicc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix -c parilut.c mpicc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix -c parutil.c mpicc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix -c pblas1.c mpicc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix -c serilut.c mpicc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix -c trifactor.c mpicc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix -c util.c Building libHYPRE_DistributedMatrixPilutSolver.a ... ar -rcu libHYPRE_DistributedMatrixPilutSolver.a comm.o debug.o distributed_qsort.o distributed_qsort_si.o HYPRE_DistributedMatrixPilutSolver.o ilut.o parilut.o parutil.o pblas1.o serilut.o trifactor.o util.o ranlib libHYPRE_DistributedMatrixPilutSolver.a cp -fpPR ./HYPRE_*.h /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include Making 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 mpicc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix -c hypre_ParaSails.c mpicc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix -c LoadBal.c mpicc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix -c Matrix.c mpicc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix -c Mem.c mpicc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix -c Numbering.c mpicc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix -c OrderStat.c mpicc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix -c ParaSails.c mpicc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix -c PrunedRows.c mpicc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix -c RowPatt.c mpicc -O2 -DHAVE_CONFIG_H -I../.. -I. -I./../.. -I./../../utilities -I./../../distributed_matrix -c StoredRows.c Building libHYPRE_ParaSails.a ... ar -rcu libHYPRE_ParaSails.a ConjGrad.o DiagScale.o FGmres.o Hash.o hypre_ParaSails.o LoadBal.o Matrix.o Mem.o Numbering.o OrderStat.o ParaSails.o PrunedRows.o RowPatt.o StoredRows.o ranlib libHYPRE_ParaSails.a Making 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 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 Factor_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 getRow_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 globalObjects.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 Hash_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 Hash_i_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 ilu_mpi_bj.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 ilu_mpi_pilu.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 ilu_seq.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 io_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 krylov_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 Mat_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 mat_dh_private.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 MatGenFD.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 Mem_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 Numbering_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 Parser_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 shellSort_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 sig_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 SortedList_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 SortedSet_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 SubdomainGraph_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 TimeLog_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 Timer_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 Vec_dh.c Building libHYPRE_Euclid.a ... ar -rcu libHYPRE_Euclid.a blas_dh.o Euclid_apply.o Euclid_dh.o ExternalRows_dh.o Factor_dh.o getRow_dh.o globalObjects.o Hash_dh.o Hash_i_dh.o ilu_mpi_bj.o ilu_mpi_pilu.o ilu_seq.o io_dh.o krylov_dh.o Mat_dh.o mat_dh_private.o MatGenFD.o Mem_dh.o Numbering_dh.o Parser_dh.o shellSort_dh.o sig_dh.o SortedList_dh.o SortedSet_dh.o SubdomainGraph_dh.o TimeLog_dh.o Timer_dh.o Vec_dh.o ranlib libHYPRE_Euclid.a Making 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 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_bicgstab.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_block.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_cgnr.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_Euclid.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_gmres.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_flexgmres.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_lgmres.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_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 F90_HYPRE_parcsr_int.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_ParaSails.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_pcg.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_pilut.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_schwarz.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_ams.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 HYPRE_parcsr_amg.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 HYPRE_parcsr_bicgstab.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 HYPRE_parcsr_block.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 HYPRE_parcsr_cgnr.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 HYPRE_parcsr_Euclid.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 HYPRE_parcsr_gmres.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 HYPRE_parcsr_flexgmres.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 HYPRE_parcsr_lgmres.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 HYPRE_parcsr_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 HYPRE_parcsr_int.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 HYPRE_parcsr_ParaSails.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 HYPRE_parcsr_pcg.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 HYPRE_parcsr_pilut.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 HYPRE_parcsr_schwarz.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 HYPRE_ams.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 HYPRE_ame.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 par_amg.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 par_amg_setup.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 par_amg_solve.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 par_amg_solveT.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 par_cg_relax_wt.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 par_coarsen.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 par_cgc_coarsen.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 par_coarse_parms.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 par_coordinates.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 par_cr.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 par_cycle.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 par_difconv.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 par_gsmg.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 par_indepset.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 par_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 par_jacobi_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 par_multi_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 par_laplace_27pt.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 par_laplace_9pt.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 par_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 par_lr_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 par_nodal_systems.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 par_rap.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 par_rap_communication.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 par_rotate_7pt.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 par_vardifconv.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 par_relax.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 par_relax_more.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 par_relax_interface.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 par_scaled_matnorm.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 par_schwarz.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 par_stats.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 par_strength.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 par_sv_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 par_sv_interp_ln.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 partial.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 pcg_par.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 schwarz.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 block_tridiag.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 ams.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 ame.c Building libHYPRE_parcsr_ls.a ... ar -rcu libHYPRE_parcsr_ls.a amg_hybrid.o aux_interp.o F90_hypre_laplace.o F90_HYPRE_parcsr_amg.o F90_HYPRE_parcsr_bicgstab.o F90_HYPRE_parcsr_block.o F90_HYPRE_parcsr_cgnr.o F90_HYPRE_parcsr_Euclid.o F90_HYPRE_parcsr_gmres.o F90_HYPRE_parcsr_flexgmres.o F90_HYPRE_parcsr_lgmres.o F90_HYPRE_parcsr_hybrid.o F90_HYPRE_parcsr_int.o F90_HYPRE_parcsr_ParaSails.o F90_HYPRE_parcsr_pcg.o F90_HYPRE_parcsr_pilut.o F90_HYPRE_parcsr_schwarz.o F90_HYPRE_ams.o HYPRE_parcsr_amg.o HYPRE_parcsr_bicgstab.o HYPRE_parcsr_block.o HYPRE_parcsr_cgnr.o HYPRE_parcsr_Euclid.o HYPRE_parcsr_gmres.o HYPRE_parcsr_flexgmres.o HYPRE_parcsr_lgmres.o HYPRE_parcsr_hybrid.o HYPRE_parcsr_int.o HYPRE_parcsr_ParaSails.o HYPRE_parcsr_pcg.o HYPRE_parcsr_pilut.o HYPRE_parcsr_schwarz.o HYPRE_ams.o HYPRE_ame.o par_amg.o par_amg_setup.o par_amg_solve.o par_amg_solveT.o par_cg_relax_wt.o par_coarsen.o par_cgc_coarsen.o par_coarse_parms.o par_coordinates.o par_cr.o par_cycle.o par_difconv.o par_gsmg.o par_indepset.o par_interp.o par_jacobi_interp.o par_multi_interp.o par_laplace_27pt.o par_laplace_9pt.o par_laplace.o par_lr_interp.o par_nodal_systems.o par_rap.o par_rap_communication.o par_rotate_7pt.o par_vardifconv.o par_relax.o par_relax_more.o par_relax_interface.o par_scaled_matnorm.o par_schwarz.o par_stats.o par_strength.o par_sv_interp.o par_sv_interp_ln.o partial.o pcg_par.o schwarz.o block_tridiag.o ams.o ame.o ranlib libHYPRE_parcsr_ls.a cp -fpPR ./HYPRE_*.h /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include cp -fpPR ./_hypre_parcsr_ls.h /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include Making 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 mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c box.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c box_manager.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c communication_info.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c computation.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c F90_HYPRE_struct_grid.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c F90_HYPRE_struct_matrix.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c F90_HYPRE_struct_stencil.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c F90_HYPRE_struct_vector.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c grow.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c HYPRE_struct_grid.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c HYPRE_struct_matrix.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c HYPRE_struct_stencil.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c HYPRE_struct_vector.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c project.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c struct_axpy.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c struct_communication.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c struct_copy.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c struct_grid.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c struct_innerprod.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c struct_io.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c struct_matrix.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c struct_matrix_mask.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c struct_matvec.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c struct_overlap_innerprod.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c struct_scale.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c struct_stencil.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -c struct_vector.c Building libHYPRE_struct_mv.a ... ar -rcu libHYPRE_struct_mv.a assumed_part.o box_algebra.o box_alloc.o box_boundary.o box.o box_manager.o communication_info.o computation.o F90_HYPRE_struct_grid.o F90_HYPRE_struct_matrix.o F90_HYPRE_struct_stencil.o F90_HYPRE_struct_vector.o grow.o HYPRE_struct_grid.o HYPRE_struct_matrix.o HYPRE_struct_stencil.o HYPRE_struct_vector.o project.o struct_axpy.o struct_communication.o struct_copy.o struct_grid.o struct_innerprod.o struct_io.o struct_matrix.o struct_matrix_mask.o struct_matvec.o struct_overlap_innerprod.o struct_scale.o struct_stencil.o struct_vector.o ranlib libHYPRE_struct_mv.a cp -fpPR ./HYPRE_*.h /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include cp -fpPR ./_hypre_struct_mv.h /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include Making 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 mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c F90_HYPRE_struct_hybrid.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c F90_HYPRE_struct_int.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c F90_HYPRE_struct_jacobi.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c F90_HYPRE_struct_pcg.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c F90_HYPRE_struct_pfmg.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c F90_HYPRE_struct_smg.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c F90_HYPRE_struct_sparse_msg.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c general.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c hybrid.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c HYPRE_struct_bicgstab.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c HYPRE_struct_hybrid.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c HYPRE_struct_int.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c HYPRE_struct_jacobi.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c HYPRE_struct_pfmg.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c HYPRE_struct_smg.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c HYPRE_struct_sparse_msg.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c HYPRE_struct_pcg.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c HYPRE_struct_gmres.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c HYPRE_struct_flexgmres.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c HYPRE_struct_lgmres.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c jacobi.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c pcg_struct.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c pfmg2_setup_rap.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c pfmg3_setup_rap.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c pfmg.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c pfmg_relax.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c pfmg_setup.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c pfmg_setup_interp.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c pfmg_setup_rap5.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c pfmg_setup_rap7.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c pfmg_setup_rap.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c pfmg_solve.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c point_relax.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c red_black_constantcoef_gs.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c red_black_gs.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c semi.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c semi_interp.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c semi_restrict.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c semi_setup_rap.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c smg2_setup_rap.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c smg3_setup_rap.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c smg_axpy.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c smg.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c smg_relax.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c smg_residual.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c smg_setup.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c smg_setup_interp.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c smg_setup_rap.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c smg_setup_restrict.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c smg_solve.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c sparse_msg2_setup_rap.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c sparse_msg3_setup_rap.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c sparse_msg.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c sparse_msg_filter.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c sparse_msg_interp.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c sparse_msg_restrict.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c sparse_msg_setup.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c sparse_msg_setup_rap.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../multivector -I./../utilities -I./../krylov -I./../struct_mv -c sparse_msg_solve.c Building libHYPRE_struct_ls.a ... ar -rcu libHYPRE_struct_ls.a coarsen.o cyclic_reduction.o F90_HYPRE_struct_bicgstab.o F90_HYPRE_struct_gmres.o F90_HYPRE_struct_hybrid.o F90_HYPRE_struct_int.o F90_HYPRE_struct_jacobi.o F90_HYPRE_struct_pcg.o F90_HYPRE_struct_pfmg.o F90_HYPRE_struct_smg.o F90_HYPRE_struct_sparse_msg.o general.o hybrid.o HYPRE_struct_bicgstab.o HYPRE_struct_hybrid.o HYPRE_struct_int.o HYPRE_struct_jacobi.o HYPRE_struct_pfmg.o HYPRE_struct_smg.o HYPRE_struct_sparse_msg.o HYPRE_struct_pcg.o HYPRE_struct_gmres.o HYPRE_struct_flexgmres.o HYPRE_struct_lgmres.o jacobi.o pcg_struct.o pfmg2_setup_rap.o pfmg3_setup_rap.o pfmg.o pfmg_relax.o pfmg_setup.o pfmg_setup_interp.o pfmg_setup_rap5.o pfmg_setup_rap7.o pfmg_setup_rap.o pfmg_solve.o point_relax.o red_black_constantcoef_gs.o red_black_gs.o semi.o semi_interp.o semi_restrict.o semi_setup_rap.o smg2_setup_rap.o smg3_setup_rap.o smg_axpy.o smg.o smg_relax.o smg_residual.o smg_setup.o smg_setup_interp.o smg_setup_rap.o smg_setup_restrict.o smg_solve.o sparse_msg2_setup_rap.o sparse_msg3_setup_rap.o sparse_msg.o sparse_msg_filter.o sparse_msg_interp.o sparse_msg_restrict.o sparse_msg_setup.o sparse_msg_setup_rap.o sparse_msg_solve.o ranlib libHYPRE_struct_ls.a cp -fpPR ./HYPRE_*.h /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include cp -fpPR ./_hypre_struct_ls.h /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include Making 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 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_vector.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -c HYPRE_sstruct_graph.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -c HYPRE_sstruct_grid.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -c HYPRE_sstruct_matrix.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -c HYPRE_sstruct_stencil.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -c HYPRE_sstruct_vector.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -c sstruct_axpy.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -c sstruct_copy.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -c sstruct_graph.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -c sstruct_grid.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -c sstruct_innerprod.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -c sstruct_matrix.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -c sstruct_matvec.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -c sstruct_overlap_innerprod.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -c sstruct_scale.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -c sstruct_stencil.c mpicc -O2 -DHAVE_CONFIG_H -I.. -I. -I./.. -I./../utilities -I./../struct_mv -I./../seq_mv -I./../parcsr_mv -I./../IJ_mv -c sstruct_vector.c Building libHYPRE_sstruct_mv.a ... ar -rcu libHYPRE_sstruct_mv.a F90_HYPRE_sstruct_graph.o F90_HYPRE_sstruct_grid.o F90_HYPRE_sstruct_matrix.o F90_HYPRE_sstruct_stencil.o F90_HYPRE_sstruct_vector.o HYPRE_sstruct_graph.o HYPRE_sstruct_grid.o HYPRE_sstruct_matrix.o HYPRE_sstruct_stencil.o HYPRE_sstruct_vector.o sstruct_axpy.o sstruct_copy.o sstruct_graph.o sstruct_grid.o sstruct_innerprod.o sstruct_matrix.o sstruct_matvec.o sstruct_overlap_innerprod.o sstruct_scale.o sstruct_stencil.o sstruct_vector.o ranlib libHYPRE_sstruct_mv.a cp -fpPR ./HYPRE_*.h /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include cp -fpPR ./_hypre_sstruct_mv.h /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include Making 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 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_InterFAC.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_int.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_maxwell.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_pcg.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_split.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_sys_pfmg.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 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 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 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 HYPRE_sstruct_lgmres.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 HYPRE_sstruct_InterFAC.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 HYPRE_sstruct_int.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 HYPRE_sstruct_maxwell.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 HYPRE_sstruct_pcg.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 HYPRE_sstruct_split.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 HYPRE_sstruct_sys_pfmg.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 fac.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 fac_amr_rap.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 fac_amr_fcoarsen.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 fac_amr_zero_data.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 fac_cf_coarsen.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 fac_cfstencil_box.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 fac_CFInterfaceExtents.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 fac_interp2.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 fac_relax.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 fac_restrict2.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 fac_setup2.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 fac_solve3.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 fac_zero_cdata.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 fac_zero_stencilcoef.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 hypre_bsearch.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 krylov.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 krylov_sstruct.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 eliminate_rowscols.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 maxwell_grad.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 maxwell_physbdy.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 maxwell_PNedelec.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 maxwell_PNedelec_bdy.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 maxwell_semi_interp.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 maxwell_TV.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 maxwell_TV_setup.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 maxwell_zeroBC.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 hypre_MaxwellSolve.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 hypre_MaxwellSolve2.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 nd1_amge_interpolation.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 node_relax.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 sstruct_amr_intercommunication.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 sstruct_owninfo.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 sstruct_recvinfo.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 sstruct_sendinfo.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 sstruct_sharedDOFComm.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 sys_pfmg.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 sys_pfmg_relax.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 sys_pfmg_setup.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 sys_pfmg_setup_interp.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 sys_pfmg_setup_rap.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 sys_pfmg_solve.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 sys_semi_interp.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 sys_semi_restrict.c Building libHYPRE_sstruct_ls.a ... ar -rcu libHYPRE_sstruct_ls.a F90_HYPRE_sstruct_bicgstab.o F90_HYPRE_sstruct_gmres.o F90_HYPRE_sstruct_flexgmres.o F90_HYPRE_sstruct_lgmres.o F90_HYPRE_sstruct_InterFAC.o F90_HYPRE_sstruct_int.o F90_HYPRE_sstruct_maxwell.o F90_HYPRE_sstruct_pcg.o F90_HYPRE_sstruct_split.o F90_HYPRE_sstruct_sys_pfmg.o HYPRE_sstruct_bicgstab.o HYPRE_sstruct_gmres.o HYPRE_sstruct_flexgmres.o HYPRE_sstruct_lgmres.o HYPRE_sstruct_InterFAC.o HYPRE_sstruct_int.o HYPRE_sstruct_maxwell.o HYPRE_sstruct_pcg.o HYPRE_sstruct_split.o HYPRE_sstruct_sys_pfmg.o fac.o fac_amr_rap.o fac_amr_fcoarsen.o fac_amr_zero_data.o fac_cf_coarsen.o fac_cfstencil_box.o fac_CFInterfaceExtents.o fac_interp2.o fac_relax.o fac_restrict2.o fac_setup2.o fac_solve3.o fac_zero_cdata.o fac_zero_stencilcoef.o hypre_bsearch.o krylov.o krylov_sstruct.o eliminate_rowscols.o maxwell_grad.o maxwell_physbdy.o maxwell_PNedelec.o maxwell_PNedelec_bdy.o maxwell_semi_interp.o maxwell_TV.o maxwell_TV_setup.o maxwell_zeroBC.o hypre_MaxwellSolve.o hypre_MaxwellSolve2.o nd1_amge_interpolation.o node_relax.o sstruct_amr_intercommunication.o sstruct_owninfo.o sstruct_recvinfo.o sstruct_sendinfo.o sstruct_sharedDOFComm.o sys_pfmg.o sys_pfmg_relax.o sys_pfmg_setup.o sys_pfmg_setup_interp.o sys_pfmg_setup_rap.o sys_pfmg_solve.o sys_semi_interp.o sys_semi_restrict.o ranlib libHYPRE_sstruct_ls.a cp -fpPR ./HYPRE_*.h /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include cp -fpPR ./_hypre_sstruct_ls.h /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/include Making lib ... Building libHYPRE ... ar -rcu libHYPRE.a /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/IJ_mv/*.o ar -rcu libHYPRE.a /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_ls/Euclid/*.o ar -rcu libHYPRE.a /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_ls/ParaSails/*.o ar -rcu libHYPRE.a /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_ls/pilut/*.o ar -rcu libHYPRE.a /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/distributed_matrix/*.o ar -rcu libHYPRE.a /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/krylov/*.o ar -rcu libHYPRE.a /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/matrix_matrix/*.o /opt/local/bin/ranlib: file: libHYPRE.a(HYPRE_ConvertPETScMatrixToDistributedMatrix.o) has no symbols ar -rcu libHYPRE.a /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/multivector/*.o /opt/local/bin/ranlib: file: libHYPRE.a(HYPRE_ConvertPETScMatrixToDistributedMatrix.o) has no symbols ar -rcu libHYPRE.a /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/parcsr_ls/*.o /opt/local/bin/ranlib: file: libHYPRE.a(HYPRE_ConvertPETScMatrixToDistributedMatrix.o) has no symbols ar -rcu libHYPRE.a /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/parcsr_mv/*.o /opt/local/bin/ranlib: file: libHYPRE.a(HYPRE_ConvertPETScMatrixToDistributedMatrix.o) has no symbols ar -rcu libHYPRE.a /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/parcsr_block_mv/*.o /opt/local/bin/ranlib: file: libHYPRE.a(HYPRE_ConvertPETScMatrixToDistributedMatrix.o) has no symbols ar -rcu libHYPRE.a /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/seq_mv/*.o /opt/local/bin/ranlib: file: libHYPRE.a(HYPRE_ConvertPETScMatrixToDistributedMatrix.o) has no symbols ar -rcu libHYPRE.a /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/sstruct_ls/*.o /opt/local/bin/ranlib: file: libHYPRE.a(HYPRE_ConvertPETScMatrixToDistributedMatrix.o) has no symbols ar -rcu libHYPRE.a /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/sstruct_mv/*.o /opt/local/bin/ranlib: file: libHYPRE.a(HYPRE_ConvertPETScMatrixToDistributedMatrix.o) has no symbols ar -rcu libHYPRE.a /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/struct_ls/*.o /opt/local/bin/ranlib: file: libHYPRE.a(HYPRE_ConvertPETScMatrixToDistributedMatrix.o) has no symbols ar -rcu libHYPRE.a /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/struct_mv/*.o /opt/local/bin/ranlib: file: libHYPRE.a(HYPRE_ConvertPETScMatrixToDistributedMatrix.o) has no symbols ar -rcu libHYPRE.a /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/utilities/*.o /opt/local/bin/ranlib: file: libHYPRE.a(HYPRE_ConvertPETScMatrixToDistributedMatrix.o) has no symbols /opt/local/bin/ranlib: file: libHYPRE.a(threading.o) has no symbols ranlib libHYPRE.a ranlib: file: libHYPRE.a(HYPRE_ConvertPETScMatrixToDistributedMatrix.o) has no symbols ranlib: file: libHYPRE.a(threading.o) has no symbols cp -fpPR libHYPRE* /Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/hypre-2.7.0b/src/hypre/lib Installing hypre ... mkdir lib include cp hypre-2.7.0b/src/hypre/lib/* lib/ cp hypre-2.7.0b/src/hypre/include/* include/ Enabling HYPRE library in Makefile.conf set_hypre_: cp GM/BATSRUS/src/ModImplHypre_orig.f90 GM/BATSRUS/src/ModImplHypre.f90 set_spice_: cp share/Library/src/ModSpice_empty.f90 share/Library/src/ModSpice.f90 -rw-r--r-- 1 gtoth 1410742483 1943 Jul 3 19:12 /Users/gtoth/Tmp_nag_debug/SWMF/gitinfo.txt Cloning into 'share'... Cloning into 'util'... Cloning into 'src'... Installing BATL make: Nothing to be done for `install'. git clone git@gitlab.umich.edu:swmf_software/swmfpy share/Python/swmfpy Cloning into 'share/Python/swmfpy'... mkdir -p lib bin cp -f src/BATL_size_orig.f90 src/BATL_size.f90 Setting debugging flags to 'yes' in Makefile.conf Setting maximum optimization flag to -O0 in Makefile.conf Disabling Hdf5 library in Makefile.conf set_hdf5_: cp share/Library/src/ModHdf5Utils_empty.f90 share/Library/src/ModHdf5Utils.f90 set_spice_: cp share/Library/src/ModSpice_empty.f90 share/Library/src/ModSpice.f90 -rw-r--r-- 1 gtoth 1410742483 335 Jul 3 19:12 /Users/gtoth/Tmp_nag_debug/SWMF/BATL/gitinfo.txt rm -f share/Library/test/*.diff cd share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a mpif90 -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMpiOrig.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIoUnit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModKind.f90 gcc -c -O0 -g ModUtility_c.c -o ModUtility_c.o nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 blas.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlasLapack.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHdf5Utils.f90 mpicxx -c -O0 -g -std=c++14 linear_solver_wrapper_c.cpp -o linear_solver_wrapper_c.o mpicxx -c -O0 -g -std=c++14 FluidPicInterface.cpp -o FluidPicInterface.o mpicxx -c -O0 -g -std=c++14 Writer.cpp -o Writer.o mpicxx -c -O0 -g -std=c++14 PlotFileIO.cpp -o PlotFileIO.o nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRandomNumber.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSort.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGridInfo.f90 mpicxx -c -O0 -g -std=c++14 GridInfo.cpp -o GridInfo.o nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNumConst.f90 Option warning: The -mismatch option disables the -C=calls option nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -dusty ModMpiInterfaces.f90 Option warning: The -dusty option disables the -C=calls option nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -dusty ModMpi.f90 Option warning: The -dusty option disables the -C=calls option nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 lapack.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConst.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoordTransform.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExactRS.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFreq.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHyperGeometric.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotFile.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModInterpolate.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModInterpolateAMR.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLinearAdvection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLinearSolver.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPoissonBracket.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModProcessVarName.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTriangulate.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_line_extract.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_ray_trace.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeConvert.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlanetConst.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModReadParam.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_planet.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTriangulateSpherical.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_geopack.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_axes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModInitialState.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLookupTable.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_planet_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 linear_solver_wrapper.f90 rm -f /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a lapack.o blas.o ModBlasLapack.o ModConst.o ModCoordTransform.o ModExactRS.o ModFreq.o ModHyperGeometric.o ModInitialState.o ModInterpolate.o ModInterpolateAMR.o ModIoUnit.o ModHdf5Utils.o ModKind.o ModLinearAdvection.o ModLinearSolver.o linear_solver_wrapper.o linear_solver_wrapper_c.o FluidPicInterface.o Writer.o PlotFileIO.o ModLookupTable.o ModMpiInterfaces.o ModMpi.o ModMpiOrig.o ModNumConst.o ModPlanetConst.o ModPlotFile.o ModPoissonBracket.o ModProcessVarName.o ModRandomNumber.o ModReadParam.o ModSort.o ModTimeConvert.o ModTriangulate.o ModTriangulateSpherical.o ModUtility.o ModGridInfo.o GridInfo.o CON_axes.o CON_geopack.o CON_line_extract.o CON_planet.o CON_planet_field.o CON_ray_trace.o ModUtility_c.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd share/Library/test; make test NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 21:59 test_axes.diff NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 21:59 test_coord_transform.diff NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 21:59 test_freq.diff NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 21:59 test_geopack.diff NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 21:59 test_io_unit.diff NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 21:59 test_interpolate.diff NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 21:59 test_interpolate_amr.diff NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:00 test_initial_state.diff NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:00 test_line_extract.diff NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:00 test_linear_advection.diff NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:00 test_linear_solver.diff make test_linear_wrapper_exe >> test_linear_wrapper.diff NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option make[3]: [test_linear_wrapper] Error 1 (ignored) -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:00 test_linear_wrapper.diff NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:00 test_lookup_table.diff NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:00 test_planet_field.diff NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:00 test_plot_file.diff rm -f test_poisson.out test_*poisson.ref.out test_multipoisson_0*.out NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option Warning: Floating underflow occurred -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:01 test_poisson.diff NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:01 test_random_number.diff NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:01 test_ray_trace.diff NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:01 test_sort.diff NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:01 test_time_convert.diff NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:01 test_triangulate.diff /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[5]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. make[5]: *** [test_process_var_name_exe] Error 2 -rw-r--r-- 1 gtoth 1410742483 2003 Jul 3 22:03 test_process_var_name.diff NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 test_utilities.diff --------------------------------------------------------- -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 21:59 test_axes.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 21:59 test_coord_transform.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 21:59 test_freq.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 21:59 test_geopack.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:00 test_initial_state.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 21:59 test_interpolate.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 21:59 test_interpolate_amr.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 21:59 test_io_unit.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:00 test_line_extract.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:00 test_linear_advection.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:00 test_linear_solver.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:00 test_linear_wrapper.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:00 test_lookup_table.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:00 test_planet_field.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:00 test_plot_file.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:01 test_poisson.diff -rw-r--r-- 1 gtoth 1410742483 2003 Jul 3 22:03 test_process_var_name.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:01 test_random_number.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:01 test_ray_trace.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:01 test_sort.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:01 test_time_convert.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:01 test_triangulate.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 test_utilities.diff ls -l share/Library/test/*.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 21:59 share/Library/test/test_axes.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 21:59 share/Library/test/test_coord_transform.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 21:59 share/Library/test/test_freq.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 21:59 share/Library/test/test_geopack.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:00 share/Library/test/test_initial_state.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 21:59 share/Library/test/test_interpolate.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 21:59 share/Library/test/test_interpolate_amr.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 21:59 share/Library/test/test_io_unit.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:00 share/Library/test/test_line_extract.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:00 share/Library/test/test_linear_advection.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:00 share/Library/test/test_linear_solver.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:00 share/Library/test/test_linear_wrapper.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:00 share/Library/test/test_lookup_table.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:00 share/Library/test/test_planet_field.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:00 share/Library/test/test_plot_file.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:01 share/Library/test/test_poisson.diff -rw-r--r-- 1 gtoth 1410742483 2003 Jul 3 22:03 share/Library/test/test_process_var_name.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:01 share/Library/test/test_random_number.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:01 share/Library/test/test_ray_trace.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:01 share/Library/test/test_sort.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:01 share/Library/test/test_time_convert.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:01 share/Library/test/test_triangulate.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 share/Library/test/test_utilities.diff cd util; make test rm -f */src*/*.diff cd DATAREAD/srcMagnetogram; make -j1 test make HARMONICS make /Users/gtoth/Tmp_nag_debug/SWMF/bin/HARMONICS.exe nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModReadMagnetogram.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMagHarmonics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 harmonics.f90 mpif90 -o /Users/gtoth/Tmp_nag_debug/SWMF/bin/HARMONICS.exe harmonics.o ModMagHarmonics.o ModReadMagnetogram.o \ -L/Users/gtoth/Tmp_nag_debug/SWMF/lib -lSHARE -default_kinds:r=64 -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` -lgomp NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option /Users/gtoth/Tmp_nag_debug/SWMF/bin/HARMONICS.exe has been compiled. ln -sf /Users/gtoth/Tmp_nag_debug/SWMF/bin/HARMONICS.exe . rm -f HARMONICS.exe ln -s /Users/gtoth/Tmp_nag_debug/SWMF/bin/HARMONICS.exe HARMONICS.exe make DIPOLE11 make DIPOLE11.exe nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 dipole11.f90 mpif90 -o DIPOLE11.exe dipole11.o \ -L/Users/gtoth/Tmp_nag_debug/SWMF/lib -lSHARE -default_kinds:r=64 -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` -lgomp NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option ./DIPOLE11.exe perl -pe 's/#CHANGEWEAKFIELD/CHANGEWEAKFIELD/' HARMONICS.in.orig \ > HARMONICS.in ./HARMONICS.exe | tee harmonics.log ModReadParam::read_file: read and broadcast nLine= 32 lines of text #MAGNETOGRAMFILE dipole11uniform.out NameFileIn 3500.0 BrMax #OUTPUT harmonics11uniform.dat NameFileOut #HARMONICS 10 nHarmonics #CHEBYSHEV F UseChebyshevNode read_orig_magnetogram: nTheta0, nPhi0, LongitudeShift = 180 360 0.0000000000000000 0.0000000000000000 read_orig_magnetogram: Removing BrAverage = -2.5284326764614899E-18 read_modified_magnetogram: Original nTheta, nPhi = 180 360 read_modified_magnetogram: Remeshed nTheta, nPhi = 180 360 Order of harmonics: 10 Calculating harmonic coefficients Done Calculating harmonic coefficients Writing harmonic coefficients file, named harmonics11uniform.dat make test_harmonics_check /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/DiffNum.pl -t -r=1e-5 -a=1e-12 \ harmonics11uniform.dat \ harmonics.ref > test_harmonics.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 test_harmonics.diff make POTENTIAL nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 potential_field.f90 mpif90 -o POTENTIAL.exe potential_field.o \ -L/Users/gtoth/Tmp_nag_debug/SWMF/lib -lSHARE -default_kinds:r=64 -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` -lgomp NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option make DIPOLE11 make DIPOLE11.exe make[6]: `DIPOLE11.exe' is up to date. ./DIPOLE11.exe ./POTENTIAL.exe > potential.log make test_potential_check /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/DiffNum.pl -t -r=1e-5 -a=1e-12 \ potential.log \ potential.ref > test_potential.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 test_potential.diff make FDIPS make /Users/gtoth/Tmp_nag_debug/SWMF/bin/FDIPS.exe nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 FDIPS_module.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 FDIPS_nohypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 FDIPS.f90 mpif90 -o /Users/gtoth/Tmp_nag_debug/SWMF/bin/FDIPS.exe ModReadMagnetogram.o FDIPS_module.o FDIPS_nohypre.o FDIPS.o \ -L/Users/gtoth/Tmp_nag_debug/SWMF/lib -lSHARE -default_kinds:r=64 -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` -lgomp NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option /Users/gtoth/Tmp_nag_debug/SWMF/bin/FDIPS.exe has been compiled. ln -sf /Users/gtoth/Tmp_nag_debug/SWMF/bin/FDIPS.exe . make DIPOLE11 make DIPOLE11.exe make[6]: `DIPOLE11.exe' is up to date. ./DIPOLE11.exe cp -f FDIPS.in.orig FDIPS.in perl -i -pe 's/real8/ascii/' FDIPS.in mpiexec -n 4 ./FDIPS.exe > fdips.log ./redistribute.pl fdips_field_np010202.out fdips.out ./redistribute.pl fdips_bxyz_np010202.out fdips_bxyz.out make test_fdips_check /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/DiffNum.pl -t -r=1e-5 -a=1e-12 \ fdips.log \ fdips.ref > test_fdips_log.diff gunzip -c fdips_ref.out.gz > fdips_ref.out /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/DiffNum.pl -t -r=1e-9 -a=1e-9 \ fdips.out \ fdips_ref.out > test_fdips.diff gunzip -c fdips_bxyz_ref.out.gz > fdips_bxyz_ref.out /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/DiffNum.pl -t -r=1e-9 -a=1e-9 \ fdips_bxyz.out \ fdips_bxyz_ref.out >> test_fdips.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 test_fdips.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 test_fdips_log.diff make FDIPS_HYPRE make /Users/gtoth/Tmp_nag_debug/SWMF/bin/FDIPS_HYPRE.exe nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 FDIPS_hypre.f90 mpif90 -o /Users/gtoth/Tmp_nag_debug/SWMF/bin/FDIPS_HYPRE.exe ModReadMagnetogram.o FDIPS_module.o FDIPS_hypre.o FDIPS.o \ -L/Users/gtoth/Tmp_nag_debug/SWMF/lib -lSHARE -default_kinds:r=64 -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` -lgomp -L/Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/lib -lHYPRE NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option /Users/gtoth/Tmp_nag_debug/SWMF/bin/FDIPS_HYPRE.exe has been compiled. ln -sf /Users/gtoth/Tmp_nag_debug/SWMF/bin/FDIPS_HYPRE.exe . make DIPOLE11 make DIPOLE11.exe make[6]: `DIPOLE11.exe' is up to date. ./DIPOLE11.exe cp -f FDIPS.in.orig FDIPS.in perl -i -pe 's/real8/ascii/' FDIPS.in perl -i -pe 's/^BiCGSTAB/GMRES/i;s/^ILU/AMG/' FDIPS.in mpiexec -n 4 ./FDIPS_HYPRE.exe > fdips_hypre.log ./redistribute.pl fdips_field_np010202.out fdips.out make test_fdips_hypre_check /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/DiffNum.pl -t -r=1e-5 -a=1e-12 \ fdips_hypre.log \ fdips_hypre.ref > test_fdips_hypre_log.diff gunzip -c fdips_ref.out.gz > fdips_ref.out /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/DiffNum.pl -t -r=1e-9 -a=1e-9 \ fdips.out \ fdips_ref.out > test_fdips_hypre.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 test_fdips_hypre.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 test_fdips_hypre_log.diff make FDIPS make /Users/gtoth/Tmp_nag_debug/SWMF/bin/FDIPS.exe make[6]: `/Users/gtoth/Tmp_nag_debug/SWMF/bin/FDIPS.exe' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/bin/FDIPS.exe has been compiled. ln -sf /Users/gtoth/Tmp_nag_debug/SWMF/bin/FDIPS.exe . cp -f FDIPS.in.wedge FDIPS.in gunzip -c fdips_wedge_input.gz > fitsfile.dat mpiexec -n 4 ./FDIPS.exe > fdips.log ./redistribute.pl fdips_field_np010202.out fdips_b.out ./redistribute.pl fdips_ghostface_np010202.out fdips_g.out make test_fdips_wedge_check /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/DiffNum.pl -t -r=1e-5 -a=1e-9 \ fdips.log \ fdips_wedge.ref > test_fdips_wedge_log.diff gunzip -c fdips_ref_wedge_b.gz > fdips_ref_b.out /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/DiffNum.pl -t -r=1e-8 -a=1e-9 \ fdips_b.out \ fdips_ref_b.out > test_fdips_wedge.diff gunzip -c fdips_ref_wedge_g.gz > fdips_ref_g.out /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/DiffNum.pl -t -r=1e-8 -a=1e-9 \ fdips_g.out \ fdips_ref_g.out >> test_fdips_wedge.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 test_fdips_wedge.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 test_fdips_wedge_log.diff All test results: -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 test_fdips.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 test_fdips_hypre.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 test_fdips_hypre_log.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 test_fdips_log.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 test_fdips_wedge.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 test_fdips_wedge_log.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 test_harmonics.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 test_potential.diff ls -l */src*/*.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 DATAREAD/srcMagnetogram/test_fdips.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 DATAREAD/srcMagnetogram/test_fdips_hypre.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 DATAREAD/srcMagnetogram/test_fdips_hypre_log.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 DATAREAD/srcMagnetogram/test_fdips_log.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 DATAREAD/srcMagnetogram/test_fdips_wedge.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 DATAREAD/srcMagnetogram/test_fdips_wedge_log.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 DATAREAD/srcMagnetogram/test_harmonics.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 DATAREAD/srcMagnetogram/test_potential.diff make test_unit ./Config.pl -mpi -double -g=10,1,1 -r=2,2,2 -ng=5 Writing new grid size 10,1,1 with 5 ghost cell layers and AMR ratio 2,2,2 into src/BATL_size.f90... mkdir -p run/plots cd run; \ cp ../input/PARAM.in.cart PARAM.in; \ ln -s /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/ADVECT.exe .; \ ln -s /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/BATL.exe .; \ ln -s /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/GAME.exe .; \ ln -s /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/READAMR.exe .; \ ln -s /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/READAMR_C.exe .; \ ln -s /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/PostIDL.exe .; \ ln -s /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/Scripts/pIDL .; \ ln -s /Users/gtoth/Tmp_nag_debug/SWMF/BATL/data . cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/Library/src; make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a mpif90 -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMpiOrig.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIoUnit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModKind.f90 gcc -c -O0 -g ModUtility_c.c -o ModUtility_c.o nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 blas.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlasLapack.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHdf5Utils.f90 mpicxx -c -O0 -g -std=c++14 linear_solver_wrapper_c.cpp -o linear_solver_wrapper_c.o mpicxx -c -O0 -g -std=c++14 FluidPicInterface.cpp -o FluidPicInterface.o mpicxx -c -O0 -g -std=c++14 Writer.cpp -o Writer.o mpicxx -c -O0 -g -std=c++14 PlotFileIO.cpp -o PlotFileIO.o nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRandomNumber.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSort.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGridInfo.f90 mpicxx -c -O0 -g -std=c++14 GridInfo.cpp -o GridInfo.o nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNumConst.f90 Option warning: The -mismatch option disables the -C=calls option nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -dusty ModMpiInterfaces.f90 Option warning: The -dusty option disables the -C=calls option nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -dusty ModMpi.f90 Option warning: The -dusty option disables the -C=calls option nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 lapack.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConst.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoordTransform.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExactRS.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFreq.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHyperGeometric.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotFile.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModInterpolate.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModInterpolateAMR.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLinearAdvection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLinearSolver.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPoissonBracket.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModProcessVarName.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTriangulate.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_line_extract.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_ray_trace.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeConvert.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlanetConst.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModReadParam.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_planet.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTriangulateSpherical.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_geopack.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_axes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModInitialState.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLookupTable.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_planet_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 linear_solver_wrapper.f90 rm -f /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a lapack.o blas.o ModBlasLapack.o ModConst.o ModCoordTransform.o ModExactRS.o ModFreq.o ModHyperGeometric.o ModInitialState.o ModInterpolate.o ModInterpolateAMR.o ModIoUnit.o ModHdf5Utils.o ModKind.o ModLinearAdvection.o ModLinearSolver.o linear_solver_wrapper.o linear_solver_wrapper_c.o FluidPicInterface.o Writer.o PlotFileIO.o ModLookupTable.o ModMpiInterfaces.o ModMpi.o ModMpiOrig.o ModNumConst.o ModPlanetConst.o ModPlotFile.o ModPoissonBracket.o ModProcessVarName.o ModRandomNumber.o ModReadParam.o ModSort.o ModTimeConvert.o ModTriangulate.o ModTriangulateSpherical.o ModUtility.o ModGridInfo.o GridInfo.o CON_axes.o CON_geopack.o CON_line_extract.o CON_planet.o CON_planet_field.o CON_ray_trace.o ModUtility_c.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/util/TIMING/src; make LIB nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTiming.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 timing_cpu.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 timing.f90 ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libTIMING.a ModTiming.o timing_cpu.o timing.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libTIMING.a /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libTIMING.a has been brought up to date. cd src; make BATL make DEPEND /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/BATL.exe nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_mpi.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_unit_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 batl.f90 mpif90 -o /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/BATL.exe batl.o BATL_unit_test.o BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o \ -L/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib -lTIMING -lSHARE -default_kinds:r=64 -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option (cd run; mpiexec -n 2 ./BATL.exe > test11.ref) ls -l test11.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 test11.diff ./Config.pl -mpi -double -g=8,6,1 -r=1,2,1 -ng=3 Writing new grid size 8,6,1 with 3 ghost cell layers and AMR ratio 1,2,1 into src/BATL_size.f90... cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/Library/src; make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/util/TIMING/src; make LIB /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libTIMING.a has been brought up to date. cd src; make BATL make DEPEND /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/BATL.exe nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_unit_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 batl.f90 mpif90 -o /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/BATL.exe batl.o BATL_unit_test.o BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o \ -L/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib -lTIMING -lSHARE -default_kinds:r=64 -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option (cd run; mpiexec -n 2 ./BATL.exe > test12.ref) ls -l test12.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 test12.diff ./Config.pl -mpi -double -g=8,4,1 -r=2,1,1 -ng=4 Writing new grid size 8,4,1 with 4 ghost cell layers and AMR ratio 2,1,1 into src/BATL_size.f90... cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/Library/src; make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/util/TIMING/src; make LIB /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libTIMING.a has been brought up to date. cd src; make BATL make DEPEND /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/BATL.exe nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_unit_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 batl.f90 mpif90 -o /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/BATL.exe batl.o BATL_unit_test.o BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o \ -L/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib -lTIMING -lSHARE -default_kinds:r=64 -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option (cd run; mpiexec -n 2 ./BATL.exe > test21.ref) ls -l test21.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 test21.diff ./Config.pl -mpi -double -g=8,6,1 -r=2,2,2 -ng=3 Writing new grid size 8,6,1 with 3 ghost cell layers and AMR ratio 2,2,2 into src/BATL_size.f90... cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/Library/src; make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/util/TIMING/src; make LIB /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libTIMING.a has been brought up to date. cd src; make BATL make DEPEND /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/BATL.exe nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_unit_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 batl.f90 mpif90 -o /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/BATL.exe batl.o BATL_unit_test.o BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o \ -L/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib -lTIMING -lSHARE -default_kinds:r=64 -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option (cd run; mpiexec -n 2 ./BATL.exe > test22.ref) ls -l test22.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:04 test22.diff sleep 1 ./Config.pl -mpi -double -g=8,4,2 -r=2,1,1 -ng=2 Writing new grid size 8,4,2 with 2 ghost cell layers and AMR ratio 2,1,1 into src/BATL_size.f90... cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/Library/src; make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/util/TIMING/src; make LIB /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libTIMING.a has been brought up to date. cd src; make BATL make DEPEND /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/BATL.exe nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_unit_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 batl.f90 mpif90 -o /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/BATL.exe batl.o BATL_unit_test.o BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o \ -L/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib -lTIMING -lSHARE -default_kinds:r=64 -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option (cd run; mpiexec -n 2 ./BATL.exe > test31.ref) ls -l test31.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:04 test31.diff sleep 1 ./Config.pl -mpi -double -g=8,4,2 -r=2,1,1 -ng=2 cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/Library/src; make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/util/TIMING/src; make LIB /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libTIMING.a has been brought up to date. cd src; make BATL make DEPEND /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/BATL.exe make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/BATL.exe' is up to date. (cd run; mpiexec -n 2 ./BATL.exe > test31.ref) ls -l test31.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:04 test31.diff sleep 1 ./Config.pl -mpi -double -g=8,4,2 -r=2,2,1 -ng=2 Writing new grid size 8,4,2 with 2 ghost cell layers and AMR ratio 2,2,1 into src/BATL_size.f90... cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/Library/src; make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/util/TIMING/src; make LIB /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libTIMING.a has been brought up to date. cd src; make BATL make DEPEND /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/BATL.exe nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_unit_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 batl.f90 mpif90 -o /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/BATL.exe batl.o BATL_unit_test.o BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o \ -L/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib -lTIMING -lSHARE -default_kinds:r=64 -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option (cd run; mpiexec -n 2 ./BATL.exe > test32.ref) ls -l test32.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:04 test32.diff sleep 1 ./Config.pl -mpi -double -g=10,8,6 -r=2,2,2 -ng=3 Writing new grid size 10,8,6 with 3 ghost cell layers and AMR ratio 2,2,2 into src/BATL_size.f90... cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/Library/src; make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/util/TIMING/src; make LIB /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libTIMING.a has been brought up to date. cd src; make BATL make DEPEND /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/BATL.exe nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_unit_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 batl.f90 mpif90 -o /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/BATL.exe batl.o BATL_unit_test.o BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o \ -L/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib -lTIMING -lSHARE -default_kinds:r=64 -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option (cd run; mpiexec -n 2 ./BATL.exe > test33.ref) ls -l test33.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:10 test33.diff sleep 1 ls -l test??.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 test11.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 test12.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 test21.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:04 test22.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:04 test31.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:04 test32.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:10 test33.diff make test_advect ./Config.pl -mpi -double -g=4,1,1 -r=2,2,2 -ng=2 Writing new grid size 4,1,1 with 2 ghost cell layers and AMR ratio 2,2,2 into src/BATL_size.f90... cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/Library/src; make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/util/TIMING/src; make LIB /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libTIMING.a has been brought up to date. cd src; make ADVECT make DEPEND /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/ADVECT.exe nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 advect_main.f90 mpif90 -o /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/ADVECT.exe advect_main.o BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o \ -L/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib -lTIMING -lSHARE -default_kinds:r=64 -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/Library/src; make PIDL make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/PostIDL.exe nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PostIDL.f90 mpif90 -o /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/PostIDL.exe PostIDL.o -L/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib -lSHARE -default_kinds:r=64 -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option rm -rf run/plots/* run/runlog run/advect11.log rm -f input/PARAM.in; cp input/PARAM.in.cart run/PARAM.in (cd run; mpiexec -n 2 ./ADVECT.exe > runlog; ./pIDL -M; \ mv advect.log advect11.log) Number of header files=21 PostIDL.exe < cut_var_1_n0000000.h PostIDL.exe < cut_var_1_n0000016.h PostIDL.exe < cut_var_1_n0000032.h PostIDL.exe < cut_var_1_n0000048.h PostIDL.exe < cut_var_1_n0000080.h PostIDL.exe < cut_var_1_n0000112.h PostIDL.exe < cut_var_1_n0000064.h PostIDL.exe < cut_var_1_n0000128.h PostIDL.exe < cut_var_1_n0000096.h PostIDL.exe < cut_var_1_n0000160.h PostIDL.exe < cut_var_1_n0000166.h PostIDL.exe < cut_var_1_n0000172.h PostIDL.exe < cut_var_1_n0000178.h PostIDL.exe < cut_var_1_n0000183.h PostIDL.exe < cut_var_1_n0000144.h PostIDL.exe < cut_var_1_n0000169.h PostIDL.exe < cut_var_1_n0000180.h PostIDL.exe < cut_var_1_n0000188.h PostIDL.exe < cut_var_1_n0000164.h PostIDL.exe < cut_var_1_n0000174.h PostIDL.exe < cut_var_1_n0000186.h Creating plots/cut_var_1_n0000000_0000188.outs /Applications/Xcode.app/Contents/Developer/usr/bin/make test_advect11_check ls -l advect11.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:10 advect11.diff ./Config.pl -mpi -double -g=4,4,1 -r=2,1,1 -ng=2 Writing new grid size 4,4,1 with 2 ghost cell layers and AMR ratio 2,1,1 into src/BATL_size.f90... cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/Library/src; make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/util/TIMING/src; make LIB /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libTIMING.a has been brought up to date. cd src; make ADVECT make DEPEND /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/ADVECT.exe nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 advect_main.f90 mpif90 -o /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/ADVECT.exe advect_main.o BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o \ -L/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib -lTIMING -lSHARE -default_kinds:r=64 -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/Library/src; make PIDL make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/PostIDL.exe make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/PostIDL.exe' is up to date. rm -rf run/plots/* run/runlog run/advect21.log rm -f input/PARAM.in; cp input/PARAM.in.cart run/PARAM.in (cd run; mpiexec -n 2 ./ADVECT.exe > runlog; ./pIDL -M; \ mv advect.log advect21.log) Number of header files=21 PostIDL.exe < z=0_var_1_n0000000.h PostIDL.exe < z=0_var_1_n0000020.h PostIDL.exe < z=0_var_1_n0000040.h PostIDL.exe < z=0_var_1_n0000060.h PostIDL.exe < z=0_var_1_n0000140.h PostIDL.exe < z=0_var_1_n0000220.h PostIDL.exe < z=0_var_1_n0000300.h PostIDL.exe < z=0_var_1_n0000380.h PostIDL.exe < z=0_var_1_n0000120.h PostIDL.exe < z=0_var_1_n0000200.h PostIDL.exe < z=0_var_1_n0000280.h PostIDL.exe < z=0_var_1_n0000360.h PostIDL.exe < z=0_var_1_n0000100.h PostIDL.exe < z=0_var_1_n0000080.h PostIDL.exe < z=0_var_1_n0000160.h PostIDL.exe < z=0_var_1_n0000240.h PostIDL.exe < z=0_var_1_n0000320.h PostIDL.exe < z=0_var_1_n0000400.h PostIDL.exe < z=0_var_1_n0000180.h PostIDL.exe < z=0_var_1_n0000260.h PostIDL.exe < z=0_var_1_n0000340.h Creating plots/z=0_var_1_n0000000_0000400.outs /Applications/Xcode.app/Contents/Developer/usr/bin/make test_advect21_check ls -l advect21.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:10 advect21.diff ./Config.pl -mpi -double -g=4,4,1 -r=2,2,2 -ng=2 Writing new grid size 4,4,1 with 2 ghost cell layers and AMR ratio 2,2,2 into src/BATL_size.f90... cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/Library/src; make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/util/TIMING/src; make LIB /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libTIMING.a has been brought up to date. cd src; make ADVECT make DEPEND /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/ADVECT.exe nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 advect_main.f90 mpif90 -o /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/ADVECT.exe advect_main.o BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o \ -L/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib -lTIMING -lSHARE -default_kinds:r=64 -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/Library/src; make PIDL make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/PostIDL.exe make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/PostIDL.exe' is up to date. rm -rf run/plots/* run/runlog run/advect22.log rm -f input/PARAM.in; cp input/PARAM.in.cart run/PARAM.in (cd run; mpiexec -n 2 ./ADVECT.exe > runlog; ./pIDL -M; \ mv advect.log advect22.log) Number of header files=21 PostIDL.exe < z=0_var_1_n0000000.h PostIDL.exe < z=0_var_1_n0000048.h PostIDL.exe < z=0_var_1_n0000096.h PostIDL.exe < z=0_var_1_n0000144.h PostIDL.exe < z=0_var_1_n0000336.h PostIDL.exe < z=0_var_1_n0000288.h PostIDL.exe < z=0_var_1_n0000489.h PostIDL.exe < z=0_var_1_n0000480.h PostIDL.exe < z=0_var_1_n0000518.h PostIDL.exe < z=0_var_1_n0000511.h PostIDL.exe < z=0_var_1_n0000549.h PostIDL.exe < z=0_var_1_n0000543.h PostIDL.exe < z=0_var_1_n0000240.h PostIDL.exe < z=0_var_1_n0000192.h PostIDL.exe < z=0_var_1_n0000432.h PostIDL.exe < z=0_var_1_n0000384.h PostIDL.exe < z=0_var_1_n0000505.h PostIDL.exe < z=0_var_1_n0000495.h PostIDL.exe < z=0_var_1_n0000533.h PostIDL.exe < z=0_var_1_n0000527.h PostIDL.exe < z=0_var_1_n0000556.h Creating plots/z=0_var_1_n0000000_0000556.outs /Applications/Xcode.app/Contents/Developer/usr/bin/make test_advect22_check ls -l advect22.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:11 advect22.diff ./Config.pl -mpi -double -g=4,4,1 -r=1,2,1 -ng=2 Writing new grid size 4,4,1 with 2 ghost cell layers and AMR ratio 1,2,1 into src/BATL_size.f90... cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/Library/src; make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/util/TIMING/src; make LIB /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libTIMING.a has been brought up to date. cd src; make ADVECT make DEPEND /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/ADVECT.exe nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 advect_main.f90 mpif90 -o /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/ADVECT.exe advect_main.o BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o \ -L/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib -lTIMING -lSHARE -default_kinds:r=64 -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/Library/src; make PIDL make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/PostIDL.exe make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/PostIDL.exe' is up to date. rm -rf run/plots/* run/runlog run/advect12.log rm -f input/PARAM.in; cp input/PARAM.in.cart run/PARAM.in (cd run; mpiexec -n 2 ./ADVECT.exe > runlog; ./pIDL -M; \ mv advect.log advect12.log) Number of header files=21 PostIDL.exe < z=0_var_1_n0000000.h PostIDL.exe < z=0_var_1_n0000034.h PostIDL.exe < z=0_var_1_n0000068.h PostIDL.exe < z=0_var_1_n0000102.h PostIDL.exe < z=0_var_1_n0000136.h PostIDL.exe < z=0_var_1_n0000272.h PostIDL.exe < z=0_var_1_n0000408.h PostIDL.exe < z=0_var_1_n0000544.h PostIDL.exe < z=0_var_1_n0000680.h PostIDL.exe < z=0_var_1_n0000238.h PostIDL.exe < z=0_var_1_n0000204.h PostIDL.exe < z=0_var_1_n0000170.h PostIDL.exe < z=0_var_1_n0000374.h PostIDL.exe < z=0_var_1_n0000306.h PostIDL.exe < z=0_var_1_n0000442.h PostIDL.exe < z=0_var_1_n0000510.h PostIDL.exe < z=0_var_1_n0000646.h PostIDL.exe < z=0_var_1_n0000340.h PostIDL.exe < z=0_var_1_n0000476.h PostIDL.exe < z=0_var_1_n0000612.h PostIDL.exe < z=0_var_1_n0000578.h Creating plots/z=0_var_1_n0000000_0000680.outs /Applications/Xcode.app/Contents/Developer/usr/bin/make test_advect12_check ls -l advect12.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:11 advect12.diff ./Config.pl -mpi -double -g=4,4,4 -r=2,1,1 -ng=2 Writing new grid size 4,4,4 with 2 ghost cell layers and AMR ratio 2,1,1 into src/BATL_size.f90... cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/Library/src; make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/util/TIMING/src; make LIB /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libTIMING.a has been brought up to date. cd src; make ADVECT make DEPEND /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/ADVECT.exe nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 advect_main.f90 mpif90 -o /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/ADVECT.exe advect_main.o BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o \ -L/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib -lTIMING -lSHARE -default_kinds:r=64 -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/Library/src; make PIDL make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/PostIDL.exe make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/PostIDL.exe' is up to date. rm -rf run/plots/* run/runlog run/advect31.log rm -f input/PARAM.in; cp input/PARAM.in.cart run/PARAM.in (cd run; mpiexec -n 2 ./ADVECT.exe > runlog; ./pIDL -M; \ mv advect.log advect31.log) Number of header files=42 PostIDL.exe < y=0_var_2_n0000000.h PostIDL.exe < y=0_var_2_n0000022.h PostIDL.exe < y=0_var_2_n0000044.h PostIDL.exe < y=0_var_2_n0000066.h PostIDL.exe < y=0_var_2_n0000132.h PostIDL.exe < y=0_var_2_n0000220.h PostIDL.exe < y=0_var_2_n0000254.h PostIDL.exe < y=0_var_2_n0000286.h PostIDL.exe < z=0_var_1_n0000022.h PostIDL.exe < z=0_var_1_n0000110.h PostIDL.exe < z=0_var_1_n0000198.h PostIDL.exe < z=0_var_1_n0000246.h PostIDL.exe < z=0_var_1_n0000278.h PostIDL.exe < y=0_var_2_n0000154.h PostIDL.exe < y=0_var_2_n0000088.h PostIDL.exe < y=0_var_2_n0000230.h PostIDL.exe < y=0_var_2_n0000262.h PostIDL.exe < y=0_var_2_n0000294.h PostIDL.exe < z=0_var_1_n0000044.h PostIDL.exe < z=0_var_1_n0000132.h PostIDL.exe < z=0_var_1_n0000220.h PostIDL.exe < z=0_var_1_n0000254.h PostIDL.exe < z=0_var_1_n0000286.h PostIDL.exe < y=0_var_2_n0000110.h PostIDL.exe < y=0_var_2_n0000198.h PostIDL.exe < y=0_var_2_n0000176.h PostIDL.exe < y=0_var_2_n0000246.h PostIDL.exe < y=0_var_2_n0000238.h PostIDL.exe < y=0_var_2_n0000278.h PostIDL.exe < z=0_var_1_n0000000.h PostIDL.exe < z=0_var_1_n0000088.h PostIDL.exe < z=0_var_1_n0000176.h PostIDL.exe < z=0_var_1_n0000238.h PostIDL.exe < z=0_var_1_n0000270.h PostIDL.exe < z=0_var_1_n0000302.h PostIDL.exe < y=0_var_2_n0000270.h PostIDL.exe < y=0_var_2_n0000302.h PostIDL.exe < z=0_var_1_n0000066.h PostIDL.exe < z=0_var_1_n0000154.h PostIDL.exe < z=0_var_1_n0000230.h PostIDL.exe < z=0_var_1_n0000262.h PostIDL.exe < z=0_var_1_n0000294.h Creating plots/y=0_var_2_n0000000_0000302.outs Creating plots/z=0_var_1_n0000000_0000302.outs /Applications/Xcode.app/Contents/Developer/usr/bin/make test_advect31_check ls -l advect31.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:11 advect31.diff ./Config.pl -mpi -double -g=4,4,4 -r=2,2,1 -ng=2 Writing new grid size 4,4,4 with 2 ghost cell layers and AMR ratio 2,2,1 into src/BATL_size.f90... cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/Library/src; make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/util/TIMING/src; make LIB /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libTIMING.a has been brought up to date. cd src; make ADVECT make DEPEND /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/ADVECT.exe nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 advect_main.f90 mpif90 -o /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/ADVECT.exe advect_main.o BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o \ -L/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib -lTIMING -lSHARE -default_kinds:r=64 -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/Library/src; make PIDL make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/PostIDL.exe make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/PostIDL.exe' is up to date. rm -rf run/plots/* run/runlog run/advect32.log rm -f input/PARAM.in; cp input/PARAM.in.cart run/PARAM.in (cd run; mpiexec -n 2 ./ADVECT.exe > runlog; ./pIDL -M; \ mv advect.log advect32.log) Number of header files=42 PostIDL.exe < y=0_var_2_n0000000.h PostIDL.exe < y=0_var_2_n0000050.h PostIDL.exe < y=0_var_2_n0000100.h PostIDL.exe < y=0_var_2_n0000150.h PostIDL.exe < y=0_var_2_n0000200.h PostIDL.exe < y=0_var_2_n0000400.h PostIDL.exe < y=0_var_2_n0000600.h PostIDL.exe < y=0_var_2_n0000800.h PostIDL.exe < y=0_var_2_n0001000.h PostIDL.exe < z=0_var_1_n0000150.h PostIDL.exe < z=0_var_1_n0000350.h PostIDL.exe < z=0_var_1_n0000550.h PostIDL.exe < z=0_var_1_n0000750.h PostIDL.exe < z=0_var_1_n0000950.h PostIDL.exe < y=0_var_2_n0000250.h PostIDL.exe < y=0_var_2_n0000350.h PostIDL.exe < y=0_var_2_n0000550.h PostIDL.exe < y=0_var_2_n0000450.h PostIDL.exe < y=0_var_2_n0000650.h PostIDL.exe < y=0_var_2_n0000850.h PostIDL.exe < z=0_var_1_n0000000.h PostIDL.exe < z=0_var_1_n0000200.h PostIDL.exe < z=0_var_1_n0000400.h PostIDL.exe < z=0_var_1_n0000600.h PostIDL.exe < z=0_var_1_n0000800.h PostIDL.exe < z=0_var_1_n0001000.h PostIDL.exe < y=0_var_2_n0000300.h PostIDL.exe < y=0_var_2_n0000500.h PostIDL.exe < y=0_var_2_n0000700.h PostIDL.exe < y=0_var_2_n0000750.h PostIDL.exe < y=0_var_2_n0000900.h PostIDL.exe < y=0_var_2_n0000950.h PostIDL.exe < z=0_var_1_n0000050.h PostIDL.exe < z=0_var_1_n0000100.h PostIDL.exe < z=0_var_1_n0000250.h PostIDL.exe < z=0_var_1_n0000300.h PostIDL.exe < z=0_var_1_n0000450.h PostIDL.exe < z=0_var_1_n0000500.h PostIDL.exe < z=0_var_1_n0000650.h PostIDL.exe < z=0_var_1_n0000700.h PostIDL.exe < z=0_var_1_n0000850.h PostIDL.exe < z=0_var_1_n0000900.h Creating plots/y=0_var_2_n0000000_0001000.outs Creating plots/z=0_var_1_n0000000_0001000.outs /Applications/Xcode.app/Contents/Developer/usr/bin/make test_advect32_check ls -l advect32.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:12 advect32.diff ./Config.pl -mpi -double -g=4,4,4 -r=2,2,2 -ng=2 Writing new grid size 4,4,4 with 2 ghost cell layers and AMR ratio 2,2,2 into src/BATL_size.f90... cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/Library/src; make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/util/TIMING/src; make LIB /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libTIMING.a has been brought up to date. cd src; make ADVECT make DEPEND /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/ADVECT.exe nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 advect_main.f90 mpif90 -o /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/ADVECT.exe advect_main.o BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o \ -L/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib -lTIMING -lSHARE -default_kinds:r=64 -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/Library/src; make PIDL make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/PostIDL.exe make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/PostIDL.exe' is up to date. rm -rf run/plots/* run/runlog run/advect33.log rm -f input/PARAM.in; cp input/PARAM.in.cart run/PARAM.in (cd run; mpiexec -n 2 ./ADVECT.exe > runlog; ./pIDL -M; \ mv advect.log advect33.log) Number of header files=42 PostIDL.exe < y=0_var_2_n0000000.h PostIDL.exe < y=0_var_2_n0000064.h PostIDL.exe < y=0_var_2_n0000128.h PostIDL.exe < y=0_var_2_n0000192.h PostIDL.exe < y=0_var_2_n0000384.h PostIDL.exe < y=0_var_2_n0000640.h PostIDL.exe < y=0_var_2_n0000680.h PostIDL.exe < y=0_var_2_n0000722.h PostIDL.exe < z=0_var_1_n0000064.h PostIDL.exe < z=0_var_1_n0000320.h PostIDL.exe < z=0_var_1_n0000576.h PostIDL.exe < z=0_var_1_n0000672.h PostIDL.exe < z=0_var_1_n0000709.h PostIDL.exe < y=0_var_2_n0000448.h PostIDL.exe < y=0_var_2_n0000320.h PostIDL.exe < y=0_var_2_n0000256.h PostIDL.exe < y=0_var_2_n0000651.h PostIDL.exe < y=0_var_2_n0000576.h PostIDL.exe < y=0_var_2_n0000512.h PostIDL.exe < y=0_var_2_n0000690.h PostIDL.exe < y=0_var_2_n0000672.h PostIDL.exe < y=0_var_2_n0000659.h PostIDL.exe < y=0_var_2_n0000730.h PostIDL.exe < y=0_var_2_n0000709.h PostIDL.exe < y=0_var_2_n0000701.h PostIDL.exe < z=0_var_1_n0000000.h PostIDL.exe < z=0_var_1_n0000128.h PostIDL.exe < y=0_var_2_n0000740.h PostIDL.exe < z=0_var_1_n0000384.h PostIDL.exe < z=0_var_1_n0000192.h PostIDL.exe < z=0_var_1_n0000640.h PostIDL.exe < z=0_var_1_n0000448.h PostIDL.exe < z=0_var_1_n0000651.h PostIDL.exe < z=0_var_1_n0000680.h PostIDL.exe < z=0_var_1_n0000722.h PostIDL.exe < z=0_var_1_n0000690.h PostIDL.exe < z=0_var_1_n0000730.h PostIDL.exe < z=0_var_1_n0000256.h PostIDL.exe < z=0_var_1_n0000512.h PostIDL.exe < z=0_var_1_n0000659.h PostIDL.exe < z=0_var_1_n0000701.h PostIDL.exe < z=0_var_1_n0000740.h Creating plots/y=0_var_2_n0000000_0000740.outs Creating plots/z=0_var_1_n0000000_0000740.outs /Applications/Xcode.app/Contents/Developer/usr/bin/make test_advect33_check ls -l advect33.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:17 advect33.diff ./Config.pl -mpi -double -g=4,4,1 -r=2,2,2 -ng=2 Writing new grid size 4,4,1 with 2 ghost cell layers and AMR ratio 2,2,2 into src/BATL_size.f90... cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/Library/src; make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/util/TIMING/src; make LIB /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libTIMING.a has been brought up to date. cd src; make ADVECT make DEPEND /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/ADVECT.exe nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 advect_main.f90 mpif90 -o /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/ADVECT.exe advect_main.o BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o \ -L/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib -lTIMING -lSHARE -default_kinds:r=64 -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/Library/src; make PIDL make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/PostIDL.exe make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/PostIDL.exe' is up to date. rm -rf run/plots/* run/runlog run/advect22_rz.log rm -f input/PARAM.in; cp input/PARAM.in.rz run/PARAM.in (cd run; mpiexec -n 2 ./ADVECT.exe > runlog; ./pIDL -M; \ mv advect.log advect22_rz.log) Number of header files=21 PostIDL.exe < z=0_var_1_n0000000.h PostIDL.exe < z=0_var_1_n0000100.h PostIDL.exe < z=0_var_1_n0000200.h PostIDL.exe < z=0_var_1_n0000300.h PostIDL.exe < z=0_var_1_n0000700.h PostIDL.exe < z=0_var_1_n0000400.h PostIDL.exe < z=0_var_1_n0001013.h PostIDL.exe < z=0_var_1_n0000800.h PostIDL.exe < z=0_var_1_n0001063.h PostIDL.exe < z=0_var_1_n0001025.h PostIDL.exe < z=0_var_1_n0001113.h PostIDL.exe < z=0_var_1_n0001075.h PostIDL.exe < z=0_var_1_n0001125.h PostIDL.exe < z=0_var_1_n0000500.h PostIDL.exe < z=0_var_1_n0000900.h PostIDL.exe < z=0_var_1_n0001038.h PostIDL.exe < z=0_var_1_n0001088.h PostIDL.exe < z=0_var_1_n0000600.h PostIDL.exe < z=0_var_1_n0001000.h PostIDL.exe < z=0_var_1_n0001050.h PostIDL.exe < z=0_var_1_n0001100.h Creating plots/z=0_var_1_n0000000_0001125.outs /Applications/Xcode.app/Contents/Developer/usr/bin/make test_advect22_rz_check ls -l advect22_rz.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:18 advect22_rz.diff ./Config.pl -mpi -double -g=4,4,1 -r=2,2,2 -ng=2 cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/Library/src; make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/util/TIMING/src; make LIB /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libTIMING.a has been brought up to date. cd src; make ADVECT make DEPEND /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/ADVECT.exe make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/ADVECT.exe' is up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/Library/src; make PIDL make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/PostIDL.exe make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/PostIDL.exe' is up to date. rm -rf run/plots/* run/runlog run/advect22_cyl.log rm -f input/PARAM.in; cp input/PARAM.in.cyl run/PARAM.in (cd run; mpiexec -n 2 ./ADVECT.exe > runlog; ./pIDL -M; \ mv advect.log advect22_cyl.log) Number of header files=11 PostIDL.exe < z=0_var_1_n0000000.h PostIDL.exe < z=0_var_1_n0000053.h PostIDL.exe < z=0_var_1_n0000105.h PostIDL.exe < z=0_var_1_n0000264.h PostIDL.exe < z=0_var_1_n0001084.h PostIDL.exe < z=0_var_1_n0000879.h PostIDL.exe < z=0_var_1_n0000469.h PostIDL.exe < z=0_var_1_n0001362.h PostIDL.exe < z=0_var_1_n0001258.h PostIDL.exe < z=0_var_1_n0000674.h PostIDL.exe < z=0_var_1_n0001310.h Creating plots/z=0_var_1_n0000000_0001362.outs /Applications/Xcode.app/Contents/Developer/usr/bin/make test_advect22_cyl_check ERROR in DiffNum.pl make[5]: [test_advect22_cyl_check] Error 255 (ignored) ls -l advect22_cyl.diff -rw-r--r-- 1 gtoth 1410742483 6359 Jul 3 22:18 advect22_cyl.diff ./Config.pl -mpi -double -g=4,4,1 -r=2,2,2 -ng=2 cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/Library/src; make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/util/TIMING/src; make LIB /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libTIMING.a has been brought up to date. cd src; make ADVECT make DEPEND /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/ADVECT.exe make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/ADVECT.exe' is up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/Library/src; make PIDL make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/PostIDL.exe make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/PostIDL.exe' is up to date. rm -rf run/plots/* run/runlog run/advect22_round.log rm -f input/PARAM.in; cp input/PARAM.in.round run/PARAM.in (cd run; mpiexec -n 2 ./ADVECT.exe > runlog; ./pIDL -M; \ mv advect.log advect22_round.log) Number of header files=11 PostIDL.exe < z=0_var_1_n0000000.h PostIDL.exe < z=0_var_1_n0000008.h PostIDL.exe < z=0_var_1_n0000016.h PostIDL.exe < z=0_var_1_n0000021.h PostIDL.exe < z=0_var_1_n0000041.h PostIDL.exe < z=0_var_1_n0000027.h PostIDL.exe < z=0_var_1_n0000031.h PostIDL.exe < z=0_var_1_n0000053.h PostIDL.exe < z=0_var_1_n0000047.h PostIDL.exe < z=0_var_1_n0000036.h PostIDL.exe < z=0_var_1_n0000061.h Creating plots/z=0_var_1_n0000000_0000061.outs /Applications/Xcode.app/Contents/Developer/usr/bin/make test_advect22_round_check ls -l advect22_round.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:18 advect22_round.diff ./Config.pl -mpi -double -g=4,4,4 -r=2,2,2 -ng=2 Writing new grid size 4,4,4 with 2 ghost cell layers and AMR ratio 2,2,2 into src/BATL_size.f90... cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/Library/src; make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/util/TIMING/src; make LIB /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libTIMING.a has been brought up to date. cd src; make ADVECT make DEPEND /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/ADVECT.exe nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 advect_main.f90 mpif90 -o /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/ADVECT.exe advect_main.o BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o \ -L/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib -lTIMING -lSHARE -default_kinds:r=64 -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/Library/src; make PIDL make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/PostIDL.exe make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/PostIDL.exe' is up to date. rm -rf run/plots/* run/runlog run/advect33_sph.log rm -f input/PARAM.in; cp input/PARAM.in.sph run/PARAM.in (cd run; mpiexec -n 2 ./ADVECT.exe > runlog; ./pIDL -M; \ mv advect.log advect33_sph.log) Number of header files=22 PostIDL.exe < y=0_var_2_n0000000.h PostIDL.exe < y=0_var_2_n0000083.h PostIDL.exe < y=0_var_2_n0000207.h PostIDL.exe < y=0_var_2_n0000337.h PostIDL.exe < y=0_var_2_n0000596.h PostIDL.exe < y=0_var_2_n0001100.h PostIDL.exe < z=0_var_1_n0000207.h PostIDL.exe < z=0_var_1_n0000726.h PostIDL.exe < z=0_var_1_n0001182.h PostIDL.exe < y=0_var_2_n0000855.h PostIDL.exe < y=0_var_2_n0000726.h PostIDL.exe < y=0_var_2_n0000466.h PostIDL.exe < y=0_var_2_n0001182.h PostIDL.exe < z=0_var_1_n0000337.h PostIDL.exe < z=0_var_1_n0000855.h PostIDL.exe < y=0_var_2_n0000985.h PostIDL.exe < z=0_var_1_n0000000.h PostIDL.exe < z=0_var_1_n0000466.h PostIDL.exe < z=0_var_1_n0000083.h PostIDL.exe < z=0_var_1_n0000596.h PostIDL.exe < z=0_var_1_n0001100.h PostIDL.exe < z=0_var_1_n0000985.h Creating plots/y=0_var_2_n0000000_0001182.outs Creating plots/z=0_var_1_n0000000_0001182.outs /Applications/Xcode.app/Contents/Developer/usr/bin/make test_advect33_sph_check ERROR in DiffNum.pl make[5]: [test_advect33_sph_check] Error 1 (ignored) ls -l advect33_sph.diff -rw-r--r-- 1 gtoth 1410742483 6387 Jul 3 22:19 advect33_sph.diff ./Config.pl -mpi -double -g=4,4,4 -r=2,2,2 -ng=2 cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/Library/src; make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/util/TIMING/src; make LIB /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libTIMING.a has been brought up to date. cd src; make ADVECT make DEPEND /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/ADVECT.exe make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/ADVECT.exe' is up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/Library/src; make PIDL make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/PostIDL.exe make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/PostIDL.exe' is up to date. rm -rf run/plots/* run/runlog run/advect33_rlonlat.log rm -f input/PARAM.in; cp input/PARAM.in.rlonlat run/PARAM.in (cd run; mpiexec -n 2 ./ADVECT.exe > runlog; ./pIDL -M; \ mv advect.log advect33_rlonlat.log) Number of header files=22 PostIDL.exe < y=0_var_2_n0000000.h PostIDL.exe < y=0_var_2_n0000083.h PostIDL.exe < y=0_var_2_n0000207.h PostIDL.exe < y=0_var_2_n0000337.h PostIDL.exe < y=0_var_2_n0000726.h PostIDL.exe < y=0_var_2_n0001181.h PostIDL.exe < z=0_var_1_n0000337.h PostIDL.exe < z=0_var_1_n0000855.h PostIDL.exe < y=0_var_2_n0000596.h PostIDL.exe < y=0_var_2_n0000855.h PostIDL.exe < y=0_var_2_n0000466.h PostIDL.exe < y=0_var_2_n0000985.h PostIDL.exe < z=0_var_1_n0000083.h PostIDL.exe < z=0_var_1_n0000596.h PostIDL.exe < z=0_var_1_n0001099.h PostIDL.exe < y=0_var_2_n0001099.h PostIDL.exe < z=0_var_1_n0000000.h PostIDL.exe < z=0_var_1_n0000466.h PostIDL.exe < z=0_var_1_n0000985.h PostIDL.exe < z=0_var_1_n0000207.h PostIDL.exe < z=0_var_1_n0000726.h PostIDL.exe < z=0_var_1_n0001181.h Creating plots/y=0_var_2_n0000000_0001181.outs Creating plots/z=0_var_1_n0000000_0001181.outs /Applications/Xcode.app/Contents/Developer/usr/bin/make test_advect33_rlonlat_check ls -l advect33_rlonlat.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:21 advect33_rlonlat.diff ./Config.pl -mpi -double -g=4,4,4 -r=2,2,2 -ng=2 cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/Library/src; make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/util/TIMING/src; make LIB /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libTIMING.a has been brought up to date. cd src; make ADVECT make DEPEND /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/ADVECT.exe make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/ADVECT.exe' is up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/Library/src; make PIDL make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/PostIDL.exe make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/PostIDL.exe' is up to date. rm -rf run/plots/* run/runlog run/advect33_round.log rm -f input/PARAM.in; cp input/PARAM.in.round3d run/PARAM.in (cd run; mpiexec -n 2 ./ADVECT.exe > runlog; ./pIDL -M; \ mv advect.log advect33_round.log) Number of header files=22 PostIDL.exe < y=0_var_2_n0000000.h PostIDL.exe < y=0_var_2_n0000007.h PostIDL.exe < y=0_var_2_n0000013.h PostIDL.exe < y=0_var_2_n0000020.h PostIDL.exe < y=0_var_2_n0000045.h PostIDL.exe < z=0_var_1_n0000000.h PostIDL.exe < z=0_var_1_n0000026.h PostIDL.exe < z=0_var_1_n0000052.h PostIDL.exe < y=0_var_2_n0000033.h PostIDL.exe < y=0_var_2_n0000039.h PostIDL.exe < y=0_var_2_n0000058.h PostIDL.exe < y=0_var_2_n0000065.h PostIDL.exe < z=0_var_1_n0000020.h PostIDL.exe < z=0_var_1_n0000013.h PostIDL.exe < z=0_var_1_n0000045.h PostIDL.exe < y=0_var_2_n0000026.h PostIDL.exe < y=0_var_2_n0000052.h PostIDL.exe < z=0_var_1_n0000007.h PostIDL.exe < z=0_var_1_n0000033.h PostIDL.exe < z=0_var_1_n0000039.h PostIDL.exe < z=0_var_1_n0000058.h PostIDL.exe < z=0_var_1_n0000065.h Creating plots/y=0_var_2_n0000000_0000065.outs Creating plots/z=0_var_1_n0000000_0000065.outs /Applications/Xcode.app/Contents/Developer/usr/bin/make test_advect33_round_check ls -l advect33_round.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:21 advect33_round.diff ls -l advect??*.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:10 advect11.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:11 advect12.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:10 advect21.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:11 advect22.diff -rw-r--r-- 1 gtoth 1410742483 6359 Jul 3 22:18 advect22_cyl.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:18 advect22_round.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:18 advect22_rz.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:11 advect31.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:12 advect32.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:17 advect33.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:21 advect33_rlonlat.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:21 advect33_round.diff -rw-r--r-- 1 gtoth 1410742483 6387 Jul 3 22:19 advect33_sph.diff make test_readamr rm -f readamr_*.diff ./Config.pl -mpi -double -g=4,1,1 -r=2,1,1 -ng=0 Writing new grid size 4,1,1 with 0 ghost cell layers and AMR ratio 2,1,1 into src/BATL_size.f90... cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/Library/src; make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/util/TIMING/src; make LIB /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libTIMING.a has been brought up to date. cd src; make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 rm -f libBATL.a ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o ar: creating archive libBATL.a libBATL.a has been brought up to date. cd srcReadAmr; make EXE nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModReadAmr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 wrap_read_amr.f90 cp -f ../src/libBATL.a /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libREADAMR.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libREADAMR.a ModReadAmr.o wrap_read_amr.o nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 read_amr.f90 mpif90 -o /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/READAMR.exe read_amr.o \ -L/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib -lREADAMR -lTIMING -lSHARE -default_kinds:r=64 -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option (cd run; mpiexec -n 2 ./READAMR.exe > readamr_1d.ref) ls -l readamr_1d.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:21 readamr_1d.diff ./Config.pl -mpi -double -g=4,4,1 -r=2,2,1 -ng=0 Writing new grid size 4,4,1 with 0 ghost cell layers and AMR ratio 2,2,1 into src/BATL_size.f90... cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/Library/src; make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/util/TIMING/src; make LIB /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libTIMING.a has been brought up to date. cd src; make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 rm -f libBATL.a ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o ar: creating archive libBATL.a libBATL.a has been brought up to date. cd srcReadAmr; make EXE nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModReadAmr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 wrap_read_amr.f90 cp -f ../src/libBATL.a /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libREADAMR.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libREADAMR.a ModReadAmr.o wrap_read_amr.o nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 read_amr.f90 mpif90 -o /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/READAMR.exe read_amr.o \ -L/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib -lREADAMR -lTIMING -lSHARE -default_kinds:r=64 -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option (cd run; mpiexec -n 2 ./READAMR.exe > readamr_2d.ref) ls -l readamr_2d.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:21 readamr_2d.diff ./Config.pl -mpi -single -g=4,4,4 -r=2,2,2 -ng=0 cd share; make clean cd Library/src; make clean rm -f *~ core *.o *.mod fort.* a.out *.exe *.a *.so *.protex cd Library/test;make clean rm -f *~ core *.o *.mod fort.* a.out *.exe *.a *.so *.protex cd Prologs; make clean rm -f *~ core *.o *.mod fort.* a.out *.exe *.a *.so *.protex rm -f include/*.mod cd util/TIMING; make clean rm -f *~ core *.o *.mod fort.* a.out *.exe *.a *.so *.protex rm -f *~ core *.o *.mod fort.* a.out *.exe *.a *.so *.protex /bin/rm -f *.log *.aux *.dvi *~ cd util/NOMPI/src; make clean rm -f *~ core *.o *.mod fort.* a.out *.exe *.a *.so *.protex cd src; make clean rm -f *~ core *.o *.mod fort.* a.out *.exe *.a *.so *.protex cd srcReadAmr; make clean rm -f *~ core *.o *.mod fort.* a.out *.exe *.a *.so *.protex rm -f lib/* Setting PRECISION variable to ${SINGLEPREC} in Makefile.conf Writing new grid size 4,4,4 with 0 ghost cell layers and AMR ratio 2,2,2 into src/BATL_size.f90... cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/Library/src; make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a mpif90 -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModMpiOrig.f90 Option warning: The -mismatch option disables the -C=calls option nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 -dusty ModMpiInterfaces.f90 Option warning: The -dusty option disables the -C=calls option nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 -dusty ModMpi.f90 Option warning: The -dusty option disables the -C=calls option nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModIoUnit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModKind.f90 gcc -c -O0 -g ModUtility_c.c -o ModUtility_c.o nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 -132 lapack.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 -132 blas.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModBlasLapack.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModNumConst.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModConst.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModCoordTransform.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModExactRS.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModFreq.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModHyperGeometric.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModTimeConvert.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModReadParam.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModHdf5Utils.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModPlotFile.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModInitialState.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModInterpolate.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModInterpolateAMR.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModLinearAdvection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModLinearSolver.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 linear_solver_wrapper.f90 mpicxx -c -O0 -g -std=c++14 linear_solver_wrapper_c.cpp -o linear_solver_wrapper_c.o mpicxx -c -O0 -g -std=c++14 FluidPicInterface.cpp -o FluidPicInterface.o mpicxx -c -O0 -g -std=c++14 Writer.cpp -o Writer.o mpicxx -c -O0 -g -std=c++14 PlotFileIO.cpp -o PlotFileIO.o nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModLookupTable.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModPlanetConst.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModPoissonBracket.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModProcessVarName.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModRandomNumber.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModSort.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModTriangulate.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModTriangulateSpherical.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModGridInfo.f90 mpicxx -c -O0 -g -std=c++14 GridInfo.cpp -o GridInfo.o nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 CON_planet.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 CON_geopack.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 CON_axes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 CON_line_extract.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 CON_planet_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 CON_ray_trace.f90 rm -f /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a lapack.o blas.o ModBlasLapack.o ModConst.o ModCoordTransform.o ModExactRS.o ModFreq.o ModHyperGeometric.o ModInitialState.o ModInterpolate.o ModInterpolateAMR.o ModIoUnit.o ModHdf5Utils.o ModKind.o ModLinearAdvection.o ModLinearSolver.o linear_solver_wrapper.o linear_solver_wrapper_c.o FluidPicInterface.o Writer.o PlotFileIO.o ModLookupTable.o ModMpiInterfaces.o ModMpi.o ModMpiOrig.o ModNumConst.o ModPlanetConst.o ModPlotFile.o ModPoissonBracket.o ModProcessVarName.o ModRandomNumber.o ModReadParam.o ModSort.o ModTimeConvert.o ModTriangulate.o ModTriangulateSpherical.o ModUtility.o ModGridInfo.o GridInfo.o CON_axes.o CON_geopack.o CON_line_extract.o CON_planet.o CON_planet_field.o CON_ray_trace.o ModUtility_c.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/util/TIMING/src; make LIB nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModTiming.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 timing_cpu.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 timing.f90 ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libTIMING.a ModTiming.o timing_cpu.o timing.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libTIMING.a /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libTIMING.a has been brought up to date. cd src; make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 BATL_mpi.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 BATL_lib.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 BATL_pass_face_field.f90 rm -f libBATL.a ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o ar: creating archive libBATL.a libBATL.a has been brought up to date. cd srcReadAmr; make EXE nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModReadAmr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 wrap_read_amr.f90 cp -f ../src/libBATL.a /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libREADAMR.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libREADAMR.a ModReadAmr.o wrap_read_amr.o nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 read_amr.f90 mpif90 -o /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/READAMR.exe read_amr.o \ -L/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib -lREADAMR -lTIMING -lSHARE -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option (cd run; mpiexec -n 2 ./READAMR.exe > readamr_3d.ref) Warning: Floating underflow occurred Warning: Floating underflow occurred ls -l readamr_3d.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:22 readamr_3d.diff ./Config.pl -mpi -double -g=6,4,4 -r=2,2,2 -ng=0 cd share; make clean cd Library/src; make clean rm -f *~ core *.o *.mod fort.* a.out *.exe *.a *.so *.protex cd Library/test;make clean rm -f *~ core *.o *.mod fort.* a.out *.exe *.a *.so *.protex cd Prologs; make clean rm -f *~ core *.o *.mod fort.* a.out *.exe *.a *.so *.protex rm -f include/*.mod cd util/TIMING; make clean rm -f *~ core *.o *.mod fort.* a.out *.exe *.a *.so *.protex rm -f *~ core *.o *.mod fort.* a.out *.exe *.a *.so *.protex /bin/rm -f *.log *.aux *.dvi *~ cd util/NOMPI/src; make clean rm -f *~ core *.o *.mod fort.* a.out *.exe *.a *.so *.protex cd src; make clean rm -f *~ core *.o *.mod fort.* a.out *.exe *.a *.so *.protex cd srcReadAmr; make clean rm -f *~ core *.o *.mod fort.* a.out *.exe *.a *.so *.protex rm -f lib/* Setting PRECISION variable to ${DOUBLEPREC} in Makefile.conf Writing new grid size 6,4,4 with 0 ghost cell layers and AMR ratio 2,2,2 into src/BATL_size.f90... cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/Library/src; make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a mpif90 -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMpiOrig.f90 Option warning: The -mismatch option disables the -C=calls option nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -dusty ModMpiInterfaces.f90 Option warning: The -dusty option disables the -C=calls option nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -dusty ModMpi.f90 Option warning: The -dusty option disables the -C=calls option nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIoUnit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModKind.f90 gcc -c -O0 -g ModUtility_c.c -o ModUtility_c.o nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 lapack.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 blas.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlasLapack.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNumConst.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConst.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoordTransform.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExactRS.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFreq.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHyperGeometric.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeConvert.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModReadParam.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHdf5Utils.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotFile.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModInitialState.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModInterpolate.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModInterpolateAMR.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLinearAdvection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLinearSolver.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 linear_solver_wrapper.f90 mpicxx -c -O0 -g -std=c++14 linear_solver_wrapper_c.cpp -o linear_solver_wrapper_c.o mpicxx -c -O0 -g -std=c++14 FluidPicInterface.cpp -o FluidPicInterface.o mpicxx -c -O0 -g -std=c++14 Writer.cpp -o Writer.o mpicxx -c -O0 -g -std=c++14 PlotFileIO.cpp -o PlotFileIO.o nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLookupTable.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlanetConst.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPoissonBracket.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModProcessVarName.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRandomNumber.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSort.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTriangulate.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTriangulateSpherical.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGridInfo.f90 mpicxx -c -O0 -g -std=c++14 GridInfo.cpp -o GridInfo.o nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_planet.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_geopack.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_axes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_line_extract.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_planet_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_ray_trace.f90 rm -f /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a lapack.o blas.o ModBlasLapack.o ModConst.o ModCoordTransform.o ModExactRS.o ModFreq.o ModHyperGeometric.o ModInitialState.o ModInterpolate.o ModInterpolateAMR.o ModIoUnit.o ModHdf5Utils.o ModKind.o ModLinearAdvection.o ModLinearSolver.o linear_solver_wrapper.o linear_solver_wrapper_c.o FluidPicInterface.o Writer.o PlotFileIO.o ModLookupTable.o ModMpiInterfaces.o ModMpi.o ModMpiOrig.o ModNumConst.o ModPlanetConst.o ModPlotFile.o ModPoissonBracket.o ModProcessVarName.o ModRandomNumber.o ModReadParam.o ModSort.o ModTimeConvert.o ModTriangulate.o ModTriangulateSpherical.o ModUtility.o ModGridInfo.o GridInfo.o CON_axes.o CON_geopack.o CON_line_extract.o CON_planet.o CON_planet_field.o CON_ray_trace.o ModUtility_c.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/util/TIMING/src; make LIB nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTiming.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 timing_cpu.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 timing.f90 ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libTIMING.a ModTiming.o timing_cpu.o timing.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libTIMING.a /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libTIMING.a has been brought up to date. cd src; make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_mpi.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 rm -f libBATL.a ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o ar: creating archive libBATL.a libBATL.a has been brought up to date. cd srcReadAmr; make EXE nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModReadAmr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 wrap_read_amr.f90 cp -f ../src/libBATL.a /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libREADAMR.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libREADAMR.a ModReadAmr.o wrap_read_amr.o nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 read_amr.f90 mpif90 -o /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/READAMR.exe read_amr.o \ -L/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib -lREADAMR -lTIMING -lSHARE -default_kinds:r=64 -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option (cd run; mpiexec -n 2 ./READAMR.exe > readamr_sph.ref) ls -l readamr_sph.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:22 readamr_sph.diff ./Config.pl -nompi -single -g=4,4,4 -r=2,2,2 -ng=0 cd share; make clean cd Library/src; make clean rm -f *~ core *.o *.mod fort.* a.out *.exe *.a *.so *.protex cd Library/test;make clean rm -f *~ core *.o *.mod fort.* a.out *.exe *.a *.so *.protex cd Prologs; make clean rm -f *~ core *.o *.mod fort.* a.out *.exe *.a *.so *.protex rm -f include/*.mod cd util/TIMING; make clean rm -f *~ core *.o *.mod fort.* a.out *.exe *.a *.so *.protex rm -f *~ core *.o *.mod fort.* a.out *.exe *.a *.so *.protex /bin/rm -f *.log *.aux *.dvi *~ cd util/NOMPI/src; make clean rm -f *~ core *.o *.mod fort.* a.out *.exe *.a *.so *.protex cd src; make clean rm -f *~ core *.o *.mod fort.* a.out *.exe *.a *.so *.protex cd srcReadAmr; make clean rm -f *~ core *.o *.mod fort.* a.out *.exe *.a *.so *.protex rm -f lib/* Setting PRECISION variable to ${SINGLEPREC} in Makefile.conf Selecting NOMPI library in Makefile.conf cd util/NOMPI/src; make LIB cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/Library/src; make ModMpiOrig.o mpif90 -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModMpiOrig.f90 Option warning: The -mismatch option disables the -C=calls option make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libNOMPI.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -Wc=`which gcc` -O0 NOMPI.f90 NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 [NAG Fortran Compiler normal termination] ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libNOMPI.a NOMPI.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libNOMPI.a /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libNOMPI.a has been brought up to date. Remove executable and make it to link with the (NO)MPI library! Writing new grid size 4,4,4 with 0 ghost cell layers and AMR ratio 2,2,2 into src/BATL_size.f90... cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/Library/src; make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 -dusty ModMpiInterfaces.f90 Option warning: The -dusty option disables the -C=calls option nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 -dusty ModMpi.f90 Option warning: The -dusty option disables the -C=calls option nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModIoUnit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModKind.f90 gcc -c -O0 -g ModUtility_c.c -o ModUtility_c.o nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 -132 lapack.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 -132 blas.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModBlasLapack.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModNumConst.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModConst.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModCoordTransform.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModExactRS.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModFreq.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModHyperGeometric.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModTimeConvert.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModReadParam.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModHdf5Utils.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModPlotFile.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModInitialState.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModInterpolate.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModInterpolateAMR.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModLinearAdvection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModLinearSolver.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 linear_solver_wrapper.f90 gcc -c -O0 -g -std=c++14 linear_solver_wrapper_c.cpp -o linear_solver_wrapper_c.o gcc -c -O0 -g -std=c++14 FluidPicInterface.cpp -o FluidPicInterface.o gcc -c -O0 -g -std=c++14 Writer.cpp -o Writer.o gcc -c -O0 -g -std=c++14 PlotFileIO.cpp -o PlotFileIO.o nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModLookupTable.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModPlanetConst.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModPoissonBracket.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModProcessVarName.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModRandomNumber.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModSort.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModTriangulate.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModTriangulateSpherical.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModGridInfo.f90 gcc -c -O0 -g -std=c++14 GridInfo.cpp -o GridInfo.o nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 CON_planet.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 CON_geopack.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 CON_axes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 CON_line_extract.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 CON_planet_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 CON_ray_trace.f90 rm -f /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a lapack.o blas.o ModBlasLapack.o ModConst.o ModCoordTransform.o ModExactRS.o ModFreq.o ModHyperGeometric.o ModInitialState.o ModInterpolate.o ModInterpolateAMR.o ModIoUnit.o ModHdf5Utils.o ModKind.o ModLinearAdvection.o ModLinearSolver.o linear_solver_wrapper.o linear_solver_wrapper_c.o FluidPicInterface.o Writer.o PlotFileIO.o ModLookupTable.o ModMpiInterfaces.o ModMpi.o ModMpiOrig.o ModNumConst.o ModPlanetConst.o ModPlotFile.o ModPoissonBracket.o ModProcessVarName.o ModRandomNumber.o ModReadParam.o ModSort.o ModTimeConvert.o ModTriangulate.o ModTriangulateSpherical.o ModUtility.o ModGridInfo.o GridInfo.o CON_axes.o CON_geopack.o CON_line_extract.o CON_planet.o CON_planet_field.o CON_ray_trace.o ModUtility_c.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/util/TIMING/src; make LIB nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModTiming.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 timing_cpu.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 timing.f90 ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libTIMING.a ModTiming.o timing_cpu.o timing.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libTIMING.a /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libTIMING.a has been brought up to date. cd src; make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 BATL_mpi.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 BATL_lib.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 BATL_pass_face_field.f90 rm -f libBATL.a ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o ar: creating archive libBATL.a libBATL.a has been brought up to date. cd srcReadAmr; make EXE_C nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 ModReadAmr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -O0 wrap_read_amr.f90 cp -f ../src/libBATL.a /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libREADAMR.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libREADAMR.a ModReadAmr.o wrap_read_amr.o gcc -c -O0 -g read_amr_c.c -o read_amr_c.o nagfor -o /Users/gtoth/Tmp_nag_debug/SWMF/BATL/bin/READAMR_C.exe read_amr_c.o \ -L/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib -lREADAMR -lTIMING -lSHARE -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` -L/Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib -lNOMPI NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 (cd run; ./READAMR_C.exe > readamr_c.ref) ls -l readamr_c.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:23 readamr_c.diff ./Config.pl -nompi -single -g=4,4,4 -r=2,2,2 -ng=0 perl -pi -e 's/^(CFLAG =.*)/$1 -fPIC/ unless /fPIC/' Makefile.conf make clean cd share; make clean cd Library/src; make clean rm -f *~ core *.o *.mod fort.* a.out *.exe *.a *.so *.protex cd Library/test;make clean rm -f *~ core *.o *.mod fort.* a.out *.exe *.a *.so *.protex cd Prologs; make clean rm -f *~ core *.o *.mod fort.* a.out *.exe *.a *.so *.protex rm -f include/*.mod cd util/TIMING; make clean rm -f *~ core *.o *.mod fort.* a.out *.exe *.a *.so *.protex rm -f *~ core *.o *.mod fort.* a.out *.exe *.a *.so *.protex /bin/rm -f *.log *.aux *.dvi *~ cd util/NOMPI/src; make clean rm -f *~ core *.o *.mod fort.* a.out *.exe *.a *.so *.protex cd src; make clean rm -f *~ core *.o *.mod fort.* a.out *.exe *.a *.so *.protex cd srcReadAmr; make clean rm -f *~ core *.o *.mod fort.* a.out *.exe *.a *.so *.protex rm -f lib/* (cd util/NOMPI/src; make LIB) cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/Library/src; make ModMpiOrig.o mpif90 -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -fPIC -O0 ModMpiOrig.f90 Option warning: The -mismatch option disables the -C=calls option Option error: Unrecognised option -fPIC make[7]: *** [ModMpiOrig.o] Error 2 make[6]: *** [/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/Library/src/ModMpiOrig.o] Error 2 make[5]: [WRAPAMRLIB] Error 2 (ignored) (cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/Library/src; make LIB_NO_C) perl -pi -e 's/(iError = make_dir_c)/\!$1/' ModUtility.f90 /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB_NO_C_ mpif90 -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -fPIC -O0 ModMpiOrig.f90 Option warning: The -mismatch option disables the -C=calls option Option error: Unrecognised option -fPIC make[7]: *** [ModMpiOrig.o] Error 2 make[6]: [LIB_NO_C] Error 2 (ignored) perl -pi -e 's/\!+(iError = make_dir_c)/$1/' ModUtility.f90 /Users/gtoth/Tmp_nag_debug/SWMF/BATL/lib/libSHARE.a has been brought up to date. (cd /Users/gtoth/Tmp_nag_debug/SWMF/BATL/util/TIMING/src; make LIB) nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -fPIC -O0 ModTiming.f90 Option error: Unrecognised option -fPIC make[6]: *** [ModTiming.o] Error 2 make[5]: [WRAPAMRLIB] Error 2 (ignored) (cd src; make LIB) /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/BATL/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -fPIC -O0 BATL_size.f90 Option error: Unrecognised option -fPIC make[7]: *** [BATL_size.o] Error 2 make[6]: *** [LIB] Error 2 make[5]: [WRAPAMRLIB] Error 2 (ignored) (cd srcReadAmr; make LIBSO) make[6]: *** No rule to make target `../src/libBATL.a', needed by `LIBSO'. Stop. make[5]: [WRAPAMRLIB] Error 2 (ignored) perl -pi -e 's/^(CFLAG =.*)( \-fPIC)+/$1/' Makefile.conf (cd srcReadAmr; python read_amr_py.py > readamr_py.ref;) Traceback (most recent call last): File "read_amr_py.py", line 6, in batl = read_amr_wrapper.ReadBATL() File "/Users/gtoth/Tmp_nag_debug/SWMF/BATL/srcReadAmr/read_amr_wrapper.py", line 8, in __init__ self.lib = cdll.LoadLibrary(libName) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/__init__.py", line 444, in LoadLibrary return self._dlltype(name) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/__init__.py", line 366, in __init__ self._handle = _dlopen(self._name, mode) OSError: dlopen(../lib/libWRAPAMR.so, 6): image not found make[4]: [test_readamr_py] Error 1 (ignored) ls -l readamr_py.diff -rw-r--r-- 1 gtoth 1410742483 72 Jul 3 22:23 readamr_py.diff ./Config.pl -mpi Selecting MPI library in Makefile.conf Remove executable and make it to link with the (NO)MPI library! ls -l readamr_*.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:21 readamr_1d.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:21 readamr_2d.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:22 readamr_3d.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:23 readamr_c.diff -rw-r--r-- 1 gtoth 1410742483 72 Jul 3 22:23 readamr_py.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:22 readamr_sph.diff for i in `ls -d [A-Z][A-Z]/*/ | grep -v /Empty/`; \ do ( cd $i; /Applications/Xcode.app/Contents/Developer/usr/bin/make test; ); done rm -f test_fsam.diff /Applications/Xcode.app/Contents/Developer/usr/bin/make test_fsam_compile rm -f src/xfsam.exe cp srcProblem/ModUserSetup.test.f90 src/ModUserSetup.f90; cp srcProblem/ModPar.test.f90 src/ModPar.f90; /Applications/Xcode.app/Contents/Developer/usr/bin/make xfsam cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util; /Applications/Xcode.app/Contents/Developer/usr/bin/make install make[7]: Nothing to be done for `install'. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make xfsam make EXE nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPar.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModOutfile.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSundry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFSAM.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysunits.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolar.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 ModFish.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoeff.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModDomain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGrid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBack.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModDel.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlk.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWork.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModInterp.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGetQtys.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIoFSAM.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBval.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGetP.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserSetup.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRHS.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIteration.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModInitialization.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 main.f90 mpif90 -o xfsam.exe main.o ModFish.o ModFSAM.o ModPar.o ModSolar.o ModPhysunits.o ModDomain.o ModOutfile.o ModCoeff.o ModSundry.o ModControl.o ModGrid.o ModBack.o ModBlk.o ModBoundary.o ModField.o ModDel.o ModWork.o ModInterp.o ModIoFSAM.o ModGetQtys.o ModBval.o ModGetP.o ModRHS.o ModIteration.o ModUserSetup.o ModInitialization.o \ -L/Users/gtoth/Tmp_nag_debug/SWMF/lib -L/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -lSHARE -default_kinds:r=64 -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` -lgomp NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option xfsam.exe has been created /Applications/Xcode.app/Contents/Developer/usr/bin/make test_fsam_rundir rm -rf run_test /Applications/Xcode.app/Contents/Developer/usr/bin/make rundir PROBS=test RUNDIR=run_test STANDALONE="YES" mkdir -p run_test/CZ /Applications/Xcode.app/Contents/Developer/usr/bin/make test_fsam_run cd run_test; mpiexec -n 6 xfsam.exe > runlog /Applications/Xcode.app/Contents/Developer/usr/bin/make test_fsam_check /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/DiffNum.pl -a=1e-5 -t -p="grep -v 'Grid cell updates'" \ run_test/runlog output/runlog.ref \ > test_fsam.diff ls -l test_fsam.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:25 test_fsam.diff EE/BATSRUS is tested in GM/BATSRUS cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[5]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd srcPostProc; /Applications/Xcode.app/Contents/Developer/usr/bin/make test_spectrum /Applications/Xcode.app/Contents/Developer/usr/bin/make test_spectrum_compile gunzip -c ../data/SPECTRUM/SPECTRUM_chianti_tbl.dat.gz \ > SPECTRUM_chianti_tbl.dat rm -f SPECTRUM.in ../test_spectrum.diff \ test-spectrum.log test-spectrum.out test-spectrum.eps cp test-SPECTRUM.in SPECTRUM.in make SPECTRUM make /Users/gtoth/Tmp_nag_debug/SWMF/bin/SPECTRUM.exe nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 spectrum.f90 mpif90 -o /Users/gtoth/Tmp_nag_debug/SWMF/bin/SPECTRUM.exe spectrum.o -L/Users/gtoth/Tmp_nag_debug/SWMF/lib -lSHARE -default_kinds:r=64 -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` -lgomp NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option rm -f ./SPECTRUM.exe ln -s /Users/gtoth/Tmp_nag_debug/SWMF/bin/SPECTRUM.exe . /Applications/Xcode.app/Contents/Developer/usr/bin/make test_spectrum_run mpiexec -n 2 ./SPECTRUM.exe > test-spectrum.log /Applications/Xcode.app/Contents/Developer/usr/bin/make test_spectrum_check /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/DiffNum.pl -t -r=1e-5 -a=1e-12 \ test-spectrum.out \ test-spectrum.ref > ../test_spectrum.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:25 ../test_spectrum.diff /Applications/Xcode.app/Contents/Developer/usr/bin/make test_fluxemergence_compile ./Config.pl -openmp -e=MhdEosRad -u=Ee -g=10,10,10 BATSRUS/Config.pl WARNING:: nagfor with debugging cannot use OpenMP! Writing new grid size 10,10,10 and 2 ghost cells into srcBATL/BATL_size.f90... /Applications/Xcode.app/Contents/Developer/usr/bin/make BATSRUS cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTiming.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 timing_cpu.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 timing.f90 ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a ModTiming.o timing_cpu.o timing.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. if [[ "" == *lNOMPI* ]]; then make NOMPI; fi cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMagnetogram.f90 rm -f /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a ModMagnetogram.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLdem.f90 rm -f /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a ModLdem.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 EEE_ModCommonVariables.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 EEE_ModArch.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -C EEE_ModGL98.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 EEE_ModTD99.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 EEE_ModTDm.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -C EEE_ModCms.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 EEE_ModGetB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 EEE_ModShearFlow.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 EEE_ModMain.f90 rm -f /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a EEE_ModCommonVariables.o EEE_ModMain.o EEE_ModTD99.o EEE_ModTDm.o EEE_ModGL98.o EEE_ModArch.o EEE_ModGetB0.o EEE_ModShearFlow.o EEE_ModCms.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_mpi.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 rm -f libBATL.a ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o ar: creating archive libBATL.a libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSingleFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExtraVariables.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTransitionRegion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParallel.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHdf5.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[7]: *** [ModFaceFlux.o] Error 2 make[7]: *** Waiting for unfinished jobs.... make[6]: *** [LIB] Error 2 make[5]: *** [BATSRUS] Error 2 make[4]: *** [test_fluxemergence_compile] Error 2 make[3]: *** [test_fluxemergence] Error 2 make[2]: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_shocktube_compile ./Config.pl -openmp -u=Default -e=MhdHyp -g=64,4,1 BATSRUS/Config.pl WARNING:: nagfor with debugging cannot use OpenMP! Writing new grid size 64,4,1 and 2 ghost cells into srcBATL/BATL_size.f90... /Applications/Xcode.app/Contents/Developer/usr/bin/make BATSRUS cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. if [[ "" == *lNOMPI* ]]; then make NOMPI; fi cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 rm -f libBATL.a ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o ar: creating archive libBATL.a libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParallel.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHdf5.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUser.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 user_interface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadioWaveImage.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotRadioWave.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[7]: *** [ModFaceFlux.o] Error 2 make[7]: *** Waiting for unfinished jobs.... make[6]: *** [LIB] Error 2 make[5]: *** [BATSRUS] Error 2 make[4]: *** [test_shocktube_compile] Error 2 make[3]: *** [test_shocktube] Error 2 make[2]: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_shockramp_compile ./Config.pl -openmp -u=Waves -e=Hd -g=6,6,1 -ng=3 BATSRUS/Config.pl WARNING:: nagfor with debugging cannot use OpenMP! Writing new grid size 6,6,1 and 3 ghost cells into srcBATL/BATL_size.f90... /Applications/Xcode.app/Contents/Developer/usr/bin/make BATSRUS cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. if [[ "" == *lNOMPI* ]]; then make NOMPI; fi cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 rm -f libBATL.a ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o ar: creating archive libBATL.a libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParallel.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHdf5.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[7]: *** [ModFaceFlux.o] Error 2 make[7]: *** Waiting for unfinished jobs.... make[6]: *** [LIB] Error 2 make[5]: *** [BATSRUS] Error 2 make[4]: *** [test_shockramp_compile] Error 2 make[3]: *** [test_shockramp] Error 2 make[2]: [test] Error 2 (ignored) ./Config.pl -ng=2 Writing new grid size 6,6,1 and 2 ghost cells into srcBATL/BATL_size.f90... /Applications/Xcode.app/Contents/Developer/usr/bin/make test_partsteady_compile ./Config.pl -openmp -u=Default -e=MhdHyp -g=4,4,1 BATSRUS/Config.pl WARNING:: nagfor with debugging cannot use OpenMP! Writing new grid size 4,4,1 and 2 ghost cells into srcBATL/BATL_size.f90... /Applications/Xcode.app/Contents/Developer/usr/bin/make BATSRUS cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. if [[ "" == *lNOMPI* ]]; then make NOMPI; fi cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 rm -f libBATL.a ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o ar: creating archive libBATL.a libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParallel.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHdf5.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUser.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 user_interface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadioWaveImage.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotRadioWave.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[7]: *** [ModFaceFlux.o] Error 2 make[7]: *** Waiting for unfinished jobs.... make[6]: *** [LIB] Error 2 make[5]: *** [BATSRUS] Error 2 make[4]: *** [test_partsteady_compile] Error 2 make[3]: *** [test_partsteady] Error 2 make[2]: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_hallmhd_compile ./Config.pl -noopenmp -u=Waves -e=Mhd -f -g=4,2,2 Writing new grid size 4,2,2 and 2 ghost cells into srcBATL/BATL_size.f90... /Applications/Xcode.app/Contents/Developer/usr/bin/make BATSRUS cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. if [[ "" == *lNOMPI* ]]; then make NOMPI; fi cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 rm -f libBATL.a ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o ar: creating archive libBATL.a libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParallel.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHdf5.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[7]: *** [ModFaceFlux.o] Error 2 make[7]: *** Waiting for unfinished jobs.... make[6]: *** [LIB] Error 2 make[5]: *** [BATSRUS] Error 2 make[4]: *** [test_hallmhd_compile] Error 2 make[3]: *** [test_hallmhd] Error 2 make[2]: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_twofluidmhd_compile ./Config.pl -openmp -u=Waves -e=MhdHypPe -f -g=64,2,2 BATSRUS/Config.pl WARNING:: nagfor with debugging cannot use OpenMP! Writing new grid size 64,2,2 and 2 ghost cells into srcBATL/BATL_size.f90... /Applications/Xcode.app/Contents/Developer/usr/bin/make BATSRUS cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. if [[ "" == *lNOMPI* ]]; then make NOMPI; fi cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 rm -f libBATL.a ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o ar: creating archive libBATL.a libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParallel.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHdf5.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[7]: *** [ModFaceFlux.o] Error 2 make[7]: *** Waiting for unfinished jobs.... make[6]: *** [LIB] Error 2 make[5]: *** [BATSRUS] Error 2 make[4]: *** [test_twofluidmhd_compile] Error 2 make[3]: *** [test_twofluidmhd] Error 2 make[2]: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_multifluid_compile ./Config.pl -openmp -u=Default -e=MhdHd -f -g=64,2,2 BATSRUS/Config.pl WARNING:: nagfor with debugging cannot use OpenMP! /Applications/Xcode.app/Contents/Developer/usr/bin/make BATSRUS cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. if [[ "" == *lNOMPI* ]]; then make NOMPI; fi cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a make[7]: `libBATL.a' is up to date. libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUser.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 user_interface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadioWaveImage.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotRadioWave.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[7]: *** [ModFaceFlux.o] Error 2 make[7]: *** Waiting for unfinished jobs.... make[6]: *** [LIB] Error 2 make[5]: *** [BATSRUS] Error 2 make[4]: *** [test_multifluid_compile] Error 2 make[3]: *** [test_multifluid] Error 2 make[2]: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_multiion_compile ./Config.pl -openmp -u=Default -e=MultiIon -f -g=64,2,2 BATSRUS/Config.pl WARNING:: nagfor with debugging cannot use OpenMP! /Applications/Xcode.app/Contents/Developer/usr/bin/make BATSRUS cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. if [[ "" == *lNOMPI* ]]; then make NOMPI; fi cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a make[7]: `libBATL.a' is up to date. libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUser.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 user_interface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadioWaveImage.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotRadioWave.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[7]: *** [ModFaceFlux.o] Error 2 make[7]: *** Waiting for unfinished jobs.... make[6]: *** [LIB] Error 2 make[5]: *** [BATSRUS] Error 2 make[4]: *** [test_multiion_compile] Error 2 make[3]: *** [test_multiion] Error 2 make[2]: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_mhdions_compile ./Config.pl -openmp -u=Default -e=MhdIons -f -g=64,2,2 BATSRUS/Config.pl WARNING:: nagfor with debugging cannot use OpenMP! /Applications/Xcode.app/Contents/Developer/usr/bin/make BATSRUS cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. if [[ "" == *lNOMPI* ]]; then make NOMPI; fi cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a make[7]: `libBATL.a' is up to date. libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUser.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 user_interface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadioWaveImage.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotRadioWave.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[7]: *** [ModFaceFlux.o] Error 2 make[7]: *** Waiting for unfinished jobs.... make[6]: *** [LIB] Error 2 make[5]: *** [BATSRUS] Error 2 make[4]: *** [test_mhdions_compile] Error 2 make[3]: *** [test_mhdions] Error 2 make[2]: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_mhdnoncons_compile ./Config.pl -openmp -u=Default -e=MhdNonCons -f -g=64,2,2 BATSRUS/Config.pl WARNING:: nagfor with debugging cannot use OpenMP! /Applications/Xcode.app/Contents/Developer/usr/bin/make BATSRUS cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. if [[ "" == *lNOMPI* ]]; then make NOMPI; fi cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a make[7]: `libBATL.a' is up to date. libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUser.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 user_interface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadioWaveImage.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotRadioWave.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[7]: *** [ModFaceFlux.o] Error 2 make[7]: *** Waiting for unfinished jobs.... make[6]: *** [LIB] Error 2 make[5]: *** [BATSRUS] Error 2 make[4]: *** [test_mhdnoncons_compile] Error 2 make[3]: *** [test_mhdnoncons] Error 2 make[2]: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_eosgodunov_compile ./Config.pl -noopenmp -e=HdEos -u=Eos -g=10,1,1 Writing new grid size 10,1,1 and 2 ghost cells into srcBATL/BATL_size.f90... /Applications/Xcode.app/Contents/Developer/usr/bin/make CRASH cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCRASH.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAtomicMass.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFermiGas.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPowerLawEos.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonMix.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModOpacityVoigt.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLocalProperties.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 radiom.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpTable.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAtomicNotation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonizPotential.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlastic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModZtf.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHydrogenicModel.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExcitationData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAtomicDataMix.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExcitation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMolecularData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartition.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModStatSum.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiGroup.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTransport.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEos.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiom.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 nlte_igor.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 eos_material.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModInterfaceNLTE.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEosTable.f90 rm -f /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCRASH.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCRASH.a ModAtomicMass.o ModAtomicNotation.o ModAtomicDataMix.o ModEos.o ModEosTable.o ModExcitation.o ModExcitationData.o ModPowerLawEos.o ModFermiGas.o ModHydrogenicModel.o ModIonizPotential.o ModMolecularData.o ModPartition.o ModPlastic.o ModStatSum.o ModTransport.o eos_material.o ModIonMix.o ModOpacityVoigt.o ModMultiGroup.o ModInterfaceNLTE.o ModExpTable.o ModLocalProperties.o ModRadiom.o ModZtf.o nlte_igor.o radiom.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCRASH.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCRASH.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 rm -f libBATL.a ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o ar: creating archive libBATL.a libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParallel.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHdf5.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[7]: *** [ModFaceFlux.o] Error 2 make[7]: *** Waiting for unfinished jobs.... make[6]: *** [LIB] Error 2 make[5]: *** [CRASH] Error 2 make[4]: *** [test_eosgodunov_compile] Error 2 make[3]: *** [test_eosgodunov] Error 2 make[2]: [test] Error 2 (ignored) ./Config.pl -nohdf5 /Applications/Xcode.app/Contents/Developer/usr/bin/make test_laserpackage_compile ./Config.pl -noopenmp -e=Crash -u=Crash -g=8,8,1 -nMaterial=5 -nWave=30 Writing new grid size 8,8,1 and 2 ghost cells into srcBATL/BATL_size.f90... Writing new nWave = 30 into src/ModEquation.f90... Writing new nMaterial = 5 into src/ModEquation.f90... ./Config.pl -hypre /Applications/Xcode.app/Contents/Developer/usr/bin/make CRASH cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCRASH.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libCRASH.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCRASH.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 rm -f libBATL.a ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o ar: creating archive libBATL.a libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParallel.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHdf5.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[7]: *** [ModFaceFlux.o] Error 2 make[7]: *** Waiting for unfinished jobs.... make[6]: *** [LIB] Error 2 make[5]: *** [CRASH] Error 2 make[4]: *** [test_laserpackage_compile] Error 2 make[3]: *** [test_laserpackage] Error 2 make[2]: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_graydiffusion_compile ./Config.pl -noopenmp -e=HdEosRad -u=GrayDiffusion -g=32,4,4 Writing new grid size 32,4,4 and 2 ghost cells into srcBATL/BATL_size.f90... /Applications/Xcode.app/Contents/Developer/usr/bin/make BATSRUS cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. if [[ "" == *lNOMPI* ]]; then make NOMPI; fi cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 rm -f libBATL.a ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o ar: creating archive libBATL.a libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParallel.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHdf5.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[7]: *** [ModFaceFlux.o] Error 2 make[7]: *** Waiting for unfinished jobs.... make[6]: *** [LIB] Error 2 make[5]: *** [BATSRUS] Error 2 make[4]: *** [test_graydiffusion_compile] Error 2 make[3]: *** [test_graydiffusion] Error 2 make[2]: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_viscosity_compile ./Config.pl -openmp -e=Hd -u=Waves -g=16,4,1 BATSRUS/Config.pl WARNING:: nagfor with debugging cannot use OpenMP! Writing new grid size 16,4,1 and 2 ghost cells into srcBATL/BATL_size.f90... /Applications/Xcode.app/Contents/Developer/usr/bin/make BATSRUS cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. if [[ "" == *lNOMPI* ]]; then make NOMPI; fi cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 rm -f libBATL.a ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o ar: creating archive libBATL.a libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParallel.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHdf5.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[7]: *** [ModFaceFlux.o] Error 2 make[7]: *** Waiting for unfinished jobs.... make[6]: *** [LIB] Error 2 make[5]: *** [BATSRUS] Error 2 make[4]: *** [test_viscosity_compile] Error 2 make[3]: *** [test_viscosity] Error 2 make[2]: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_coronasph_compile ./Config.pl -openmp -u=Sc -e=MhdCorona -g=4,4,4 BATSRUS/Config.pl WARNING:: nagfor with debugging cannot use OpenMP! Writing new grid size 4,4,4 and 2 ghost cells into srcBATL/BATL_size.f90... /Applications/Xcode.app/Contents/Developer/usr/bin/make BATSRUS cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. if [[ "" == *lNOMPI* ]]; then make NOMPI; fi cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 rm -f libBATL.a ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o ar: creating archive libBATL.a libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParallel.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHdf5.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[7]: *** [ModFaceFlux.o] Error 2 make[7]: *** Waiting for unfinished jobs.... make[6]: *** [LIB] Error 2 make[5]: *** [BATSRUS] Error 2 make[4]: *** [test_coronasph_compile] Error 2 make[3]: *** [test_coronasph] Error 2 make[2]: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_awsomfluids_compile ./Config.pl -f -noopenmp -e=AwsomFluidsAnisoPi -u=AwsomFluids -g=6,2,2 Writing new grid size 6,2,2 and 2 ghost cells into srcBATL/BATL_size.f90... /Applications/Xcode.app/Contents/Developer/usr/bin/make BATSRUS cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. if [[ "" == *lNOMPI* ]]; then make NOMPI; fi cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 rm -f libBATL.a ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o ar: creating archive libBATL.a libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParallel.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHdf5.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[7]: *** [ModFaceFlux.o] Error 2 make[7]: *** Waiting for unfinished jobs.... make[6]: *** [LIB] Error 2 make[5]: *** [BATSRUS] Error 2 make[4]: *** [test_awsomfluids_compile] Error 2 make[3]: *** [test_awsomfluids] Error 2 make[2]: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_chromo_compile ./Config.pl -noopenmp -u=ScChromo -e=MhdWaves -g=6,4,4 Writing new grid size 6,4,4 and 2 ghost cells into srcBATL/BATL_size.f90... /Applications/Xcode.app/Contents/Developer/usr/bin/make BATSRUS cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. if [[ "" == *lNOMPI* ]]; then make NOMPI; fi cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 rm -f libBATL.a ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o ar: creating archive libBATL.a libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParallel.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHdf5.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[7]: *** [ModFaceFlux.o] Error 2 make[7]: *** Waiting for unfinished jobs.... make[6]: *** [LIB] Error 2 make[5]: *** [BATSRUS] Error 2 make[4]: *** [test_chromo_compile] Error 2 make[3]: *** [test_chromo] Error 2 make[2]: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_outerhelio2d_compile ./Config.pl -noopenmp -u=OuterHelio2d -e=Mhd -f -g=10,10,2 Writing new grid size 10,10,2 and 2 ghost cells into srcBATL/BATL_size.f90... /Applications/Xcode.app/Contents/Developer/usr/bin/make BATSRUS cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. if [[ "" == *lNOMPI* ]]; then make NOMPI; fi cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 rm -f libBATL.a ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o ar: creating archive libBATL.a libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParallel.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHdf5.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUser.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 user_interface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadioWaveImage.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotRadioWave.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[7]: *** [ModFaceFlux.o] Error 2 make[7]: *** Waiting for unfinished jobs.... make[6]: *** [LIB] Error 2 make[5]: *** [BATSRUS] Error 2 make[4]: *** [test_outerhelio2d_compile] Error 2 make[3]: *** [test_outerhelio2d] Error 2 make[2]: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_outerhelio_compile ./Config.pl -openmp -u=OuterHelio -e=OuterHelio -g=4,4,4 BATSRUS/Config.pl WARNING:: nagfor with debugging cannot use OpenMP! Writing new grid size 4,4,4 and 2 ghost cells into srcBATL/BATL_size.f90... /Applications/Xcode.app/Contents/Developer/usr/bin/make BATSRUS cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. if [[ "" == *lNOMPI* ]]; then make NOMPI; fi cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 rm -f libBATL.a ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o ar: creating archive libBATL.a libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParallel.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHdf5.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[7]: *** [ModFaceFlux.o] Error 2 make[7]: *** Waiting for unfinished jobs.... make[6]: *** [LIB] Error 2 make[5]: *** [BATSRUS] Error 2 make[4]: *** [test_outerhelio_compile] Error 2 make[3]: *** [test_outerhelio] Error 2 make[2]: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_outerheliopui_compile ./Config.pl -openmp -u=OuterHelioPUI -e=OuterHelioPUI -g=4,4,4 BATSRUS/Config.pl WARNING:: nagfor with debugging cannot use OpenMP! /Applications/Xcode.app/Contents/Developer/usr/bin/make BATSRUS cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. if [[ "" == *lNOMPI* ]]; then make NOMPI; fi cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a make[7]: `libBATL.a' is up to date. libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[7]: *** [ModFaceFlux.o] Error 2 make[7]: *** Waiting for unfinished jobs.... make[6]: *** [LIB] Error 2 make[5]: *** [BATSRUS] Error 2 make[4]: *** [test_outerheliopui_compile] Error 2 make[3]: *** [test_outerheliopui] Error 2 make[2]: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_outerheliopui_1d_compile ./Config.pl -openmp -u=OuterHelioPUI -e=OuterHelioPUI -g=4,4,4 BATSRUS/Config.pl WARNING:: nagfor with debugging cannot use OpenMP! /Applications/Xcode.app/Contents/Developer/usr/bin/make BATSRUS cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. if [[ "" == *lNOMPI* ]]; then make NOMPI; fi cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a make[7]: `libBATL.a' is up to date. libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMessagePass.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWriteTecplot.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[7]: *** [ModFaceFlux.o] Error 2 make[7]: *** Waiting for unfinished jobs.... make[6]: *** [LIB] Error 2 make[5]: *** [BATSRUS] Error 2 make[4]: *** [test_outerheliopui_1d_compile] Error 2 make[3]: *** [test_outerheliopui_1d] Error 2 make[2]: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_earthsph_compile ./Config.pl -noopenmp -e=Mhd -u=Default -g=8,8,8 Writing new grid size 8,8,8 and 2 ghost cells into srcBATL/BATL_size.f90... /Applications/Xcode.app/Contents/Developer/usr/bin/make BATSRUS cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. if [[ "" == *lNOMPI* ]]; then make NOMPI; fi cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 rm -f libBATL.a ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o ar: creating archive libBATL.a libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParallel.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHdf5.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUser.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 user_interface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadioWaveImage.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotRadioWave.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[8]: *** [ModFaceFlux.o] Error 2 make[8]: *** Waiting for unfinished jobs.... make[7]: *** [LIB] Error 2 make[6]: *** [BATSRUS] Error 2 make[5]: *** [test_earthsph_compile] Error 2 make[4]: *** [test_earthsph_start] Error 2 make[3]: [test_earthsph] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_2bodyplot_compile ./Config.pl -openmp -e=Mhd -u=Default -g=8,8,8 BATSRUS/Config.pl WARNING:: nagfor with debugging cannot use OpenMP! /Applications/Xcode.app/Contents/Developer/usr/bin/make BATSRUS cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. if [[ "" == *lNOMPI* ]]; then make NOMPI; fi cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a make[7]: `libBATL.a' is up to date. libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMessagePass.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWriteTecplot.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[7]: *** [ModFaceFlux.o] Error 2 make[7]: *** Waiting for unfinished jobs.... make[6]: *** [LIB] Error 2 make[5]: *** [BATSRUS] Error 2 make[4]: *** [test_2bodyplot_compile] Error 2 make[3]: *** [test_2bodyplot] Error 2 make[2]: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_titan_compile ./Config.pl -openmp -u=Titan -e=MhdTitan -g=6,6,6 BATSRUS/Config.pl WARNING:: nagfor with debugging cannot use OpenMP! Writing new grid size 6,6,6 and 2 ghost cells into srcBATL/BATL_size.f90... /Applications/Xcode.app/Contents/Developer/usr/bin/make BATSRUS cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. if [[ "" == *lNOMPI* ]]; then make NOMPI; fi cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 rm -f libBATL.a ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o ar: creating archive libBATL.a libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParallel.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHdf5.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[8]: *** [ModFaceFlux.o] Error 2 make[8]: *** Waiting for unfinished jobs.... make[7]: *** [LIB] Error 2 make[6]: *** [BATSRUS] Error 2 make[5]: *** [test_titan_compile] Error 2 make[4]: *** [test_titan_start] Error 2 make[3]: [test_titan] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_titan_restart_save cd run_test_titan; cp Param/TITAN/PARAM.in.restartsave PARAM.in /bin/sh: line 0: cd: run_test_titan: No such file or directory #./TestParam.pl -n=1 run_test_titan/PARAM.in cd run_test_titan; export OMP_NUM_THREADS=1; mpiexec -n 2 ./BATSRUS.exe > runlog /bin/sh: line 0: cd: run_test_titan: No such file or directory [proxy:0:0@mesh.engin.umich.edu] [proxy:0:0@mesh.engin.umich.edu] HYDU_create_process (utils/launch/launch.c:75): execvp error on file ./BATSRUS.exe (No such file or directory) HYDU_create_process (utils/launch/launch.c:75): execvp error on file ./BATSRUS.exe (No such file or directory) make[5]: *** [test_titan_restart_save] Error 255 make[4]: *** [test_titan_restart] Error 2 make[3]: [test_titan] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_mars_compile ./Config.pl -openmp -u=Mars -e=MhdMars -g=6,6,6 BATSRUS/Config.pl WARNING:: nagfor with debugging cannot use OpenMP! /Applications/Xcode.app/Contents/Developer/usr/bin/make BATSRUS cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. if [[ "" == *lNOMPI* ]]; then make NOMPI; fi cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a make[8]: `libBATL.a' is up to date. libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[8]: *** [ModFaceFlux.o] Error 2 make[8]: *** Waiting for unfinished jobs.... make[7]: *** [LIB] Error 2 make[6]: *** [BATSRUS] Error 2 make[5]: *** [test_mars_compile] Error 2 make[4]: *** [test_mars_start] Error 2 make[3]: [test_mars] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_mars_restart_save cd run_test_mars; cp Param/MARS/PARAM.in.restartsave PARAM.in /bin/sh: line 0: cd: run_test_mars: No such file or directory #./TestParam.pl -n=1 run_test_mars/PARAM.in cd run_test_mars; sleep 1; export OMP_NUM_THREADS=1; mpiexec -n 2 ./BATSRUS.exe > runlog /bin/sh: line 0: cd: run_test_mars: No such file or directory [proxy:0:0@mesh.engin.umich.edu] HYDU_create_process (utils/launch/launch.c:75): execvp error on file ./BATSRUS.exe (No such file or directory) [proxy:0:0@mesh.engin.umich.edu] HYDU_create_process (utils/launch/launch.c:75): execvp error on file ./BATSRUS.exe (No such file or directory) make[5]: *** [test_mars_restart_save] Error 255 make[4]: *** [test_mars_restart] Error 2 make[3]: [test_mars] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_marsfluids_compile ./Config.pl -openmp -u=MarsFluids -e=MhdMarsFluids -g=6,6,6 BATSRUS/Config.pl WARNING:: nagfor with debugging cannot use OpenMP! /Applications/Xcode.app/Contents/Developer/usr/bin/make BATSRUS cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. if [[ "" == *lNOMPI* ]]; then make NOMPI; fi cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a make[8]: `libBATL.a' is up to date. libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[8]: *** [ModFaceFlux.o] Error 2 make[8]: *** Waiting for unfinished jobs.... make[7]: *** [LIB] Error 2 make[6]: *** [BATSRUS] Error 2 make[5]: *** [test_marsfluids_compile] Error 2 make[4]: *** [test_marsfluids_start] Error 2 make[3]: [test_marsfluids] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_marsfluids_restart_save cd run_test_marsfluids; cp Param/MARSFLUIDS/PARAM.in.restartsave PARAM.in /bin/sh: line 0: cd: run_test_marsfluids: No such file or directory #./TestParam.pl -n=1 run_test_marsfluids/PARAM.in cd run_test_marsfluids; sleep 1; export OMP_NUM_THREADS=1; mpiexec -n 2 ./BATSRUS.exe > runlog /bin/sh: line 0: cd: run_test_marsfluids: No such file or directory [proxy:0:0@mesh.engin.umich.edu] HYDU_create_process (utils/launch/launch.c:75): execvp error on file ./BATSRUS.exe (No such file or directory) [proxy:0:0@mesh.engin.umich.edu] HYDU_create_process (utils/launch/launch.c:75): execvp error on file ./BATSRUS.exe (No such file or directory) make[5]: *** [test_marsfluids_restart_save] Error 255 make[4]: *** [test_marsfluids_restart] Error 2 make[3]: [test_marsfluids] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_venus_compile ./Config.pl -openmp -u=Venus -e=MhdMars -g=6,6,6 BATSRUS/Config.pl WARNING:: nagfor with debugging cannot use OpenMP! /Applications/Xcode.app/Contents/Developer/usr/bin/make BATSRUS cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. if [[ "" == *lNOMPI* ]]; then make NOMPI; fi cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a make[8]: `libBATL.a' is up to date. libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[8]: *** [ModFaceFlux.o] Error 2 make[8]: *** Waiting for unfinished jobs.... make[7]: *** [LIB] Error 2 make[6]: *** [BATSRUS] Error 2 make[5]: *** [test_venus_compile] Error 2 make[4]: *** [test_venus_start] Error 2 make[3]: [test_venus] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_venus_restart_save cd run_test_venus; cp Param/VENUS/PARAM.in.restartsave PARAM.in /bin/sh: line 0: cd: run_test_venus: No such file or directory #./TestParam.pl -n=1 run_test_venus/PARAM.in cd run_test_venus; export OMP_NUM_THREADS=1; mpiexec -n 2 ./BATSRUS.exe > runlog /bin/sh: line 0: cd: run_test_venus: No such file or directory [proxy:0:0@mesh.engin.umich.edu] HYDU_create_process (utils/launch/launch.c:75): execvp error on file ./BATSRUS.exe (No such file or directory) [proxy:0:0@mesh.engin.umich.edu] HYDU_create_process (utils/launch/launch.c:75): execvp error on file ./BATSRUS.exe (No such file or directory) make[5]: *** [test_venus_restart_save] Error 255 make[4]: *** [test_venus_restart] Error 2 make[3]: [test_venus] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_mercurysph_compile ./Config.pl -openmp -u=Mercury -e=MhdPe -g=8,8,8 BATSRUS/Config.pl WARNING:: nagfor with debugging cannot use OpenMP! Writing new grid size 8,8,8 and 2 ghost cells into srcBATL/BATL_size.f90... /Applications/Xcode.app/Contents/Developer/usr/bin/make BATSRUS cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. if [[ "" == *lNOMPI* ]]; then make NOMPI; fi cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 rm -f libBATL.a ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o ar: creating archive libBATL.a libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParallel.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHdf5.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUser.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 user_interface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadioWaveImage.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotRadioWave.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[7]: *** [ModFaceFlux.o] Error 2 make[7]: *** Waiting for unfinished jobs.... make[6]: *** [LIB] Error 2 make[5]: *** [BATSRUS] Error 2 make[4]: *** [test_mercurysph_compile] Error 2 make[3]: *** [test_mercurysph] Error 2 make[2]: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_ganymede_compile ./Config.pl -noopenmp -u=Ganymede -e=MhdHypPe -g=8,8,8 /Applications/Xcode.app/Contents/Developer/usr/bin/make BATSRUS cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. if [[ "" == *lNOMPI* ]]; then make NOMPI; fi cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a make[7]: `libBATL.a' is up to date. libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUser.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadioWaveImage.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 user_interface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[7]: *** [ModFaceFlux.o] Error 2 make[7]: *** Waiting for unfinished jobs.... make[6]: *** [LIB] Error 2 make[5]: *** [BATSRUS] Error 2 make[4]: *** [test_ganymede_compile] Error 2 make[3]: *** [test_ganymede] Error 2 make[2]: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_saturn_compile ./Config.pl -openmp -u=Saturn -e=MhdHyp -g=8,8,8 BATSRUS/Config.pl WARNING:: nagfor with debugging cannot use OpenMP! /Applications/Xcode.app/Contents/Developer/usr/bin/make BATSRUS cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. if [[ "" == *lNOMPI* ]]; then make NOMPI; fi cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a make[8]: `libBATL.a' is up to date. libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUser.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 user_interface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadioWaveImage.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotRadioWave.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[8]: *** [ModFaceFlux.o] Error 2 make[8]: *** Waiting for unfinished jobs.... make[7]: *** [LIB] Error 2 make[6]: *** [BATSRUS] Error 2 make[5]: *** [test_saturn_compile] Error 2 make[4]: *** [test_saturn_start] Error 2 make[3]: [test_saturn] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_comet_compile ./Config.pl -openmp -u=Comet6Sp -e=MhdComet -g=8,8,8 BATSRUS/Config.pl WARNING:: nagfor with debugging cannot use OpenMP! /Applications/Xcode.app/Contents/Developer/usr/bin/make BATSRUS cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. if [[ "" == *lNOMPI* ]]; then make NOMPI; fi cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a make[7]: `libBATL.a' is up to date. libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[7]: *** [ModFaceFlux.o] Error 2 make[7]: *** Waiting for unfinished jobs.... make[6]: *** [LIB] Error 2 make[5]: *** [BATSRUS] Error 2 make[4]: *** [test_comet_compile] Error 2 make[3]: *** [test_comet] Error 2 make[2]: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_cometfluids_compile ./Config.pl -noopenmp -u=Comet3FluidsPe -e=MhdComet3FluidsPe -g=8,8,8 /Applications/Xcode.app/Contents/Developer/usr/bin/make BATSRUS cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. if [[ "" == *lNOMPI* ]]; then make NOMPI; fi cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a make[8]: `libBATL.a' is up to date. libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[8]: *** [ModFaceFlux.o] Error 2 make[8]: *** Waiting for unfinished jobs.... make[7]: *** [LIB] Error 2 make[6]: *** [BATSRUS] Error 2 make[5]: *** [test_cometfluids_compile] Error 2 make[4]: *** [test_cometfluids_start] Error 2 make[3]: [test_cometfluids] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_cometfluids_restart_save cd run_test_cometfluids; cp Param/COMET3FLUIDSPE/PARAM.in.restartsave PARAM.in /bin/sh: line 0: cd: run_test_cometfluids: No such file or directory #./TestParam.pl -n=1 run_test_cometfluids/PARAM.in cd run_test_cometfluids; sleep 1; export OMP_NUM_THREADS=1; mpiexec -n 2 ./BATSRUS.exe > runlog /bin/sh: line 0: cd: run_test_cometfluids: No such file or directory [proxy:0:0@mesh.engin.umich.edu] HYDU_create_process (utils/launch/launch.c:75): execvp error on file ./BATSRUS.exe (No such file or directory) [proxy:0:0@mesh.engin.umich.edu] HYDU_create_process (utils/launch/launch.c:75): execvp error on file ./BATSRUS.exe (No such file or directory) make[5]: *** [test_cometfluids_restart_save] Error 255 make[4]: *** [test_cometfluids_restart] Error 2 make[3]: [test_cometfluids] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_cometCGhd_compile ./Config.pl -openmp -u=CometCG -e=Hd -g=8,8,8 BATSRUS/Config.pl WARNING:: nagfor with debugging cannot use OpenMP! /Applications/Xcode.app/Contents/Developer/usr/bin/make BATSRUS cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. if [[ "" == *lNOMPI* ]]; then make NOMPI; fi cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a make[7]: `libBATL.a' is up to date. libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUser.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 user_interface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadioWaveImage.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotRadioWave.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[7]: *** [ModFaceFlux.o] Error 2 make[7]: *** Waiting for unfinished jobs.... make[6]: *** [LIB] Error 2 make[5]: *** [BATSRUS] Error 2 make[4]: *** [test_cometCGhd_compile] Error 2 make[3]: *** [test_cometCGhd] Error 2 make[2]: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_cometCGfluids_compile ./Config.pl -openmp -u=CometCGfluids -e=MhdCometCG3FluidsPe -g=4,4,4 BATSRUS/Config.pl WARNING:: nagfor with debugging cannot use OpenMP! Writing new grid size 4,4,4 and 2 ghost cells into srcBATL/BATL_size.f90... /Applications/Xcode.app/Contents/Developer/usr/bin/make BATSRUS cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. if [[ "" == *lNOMPI* ]]; then make NOMPI; fi cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 rm -f libBATL.a ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o ar: creating archive libBATL.a libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParallel.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHdf5.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[8]: *** [ModFaceFlux.o] Error 2 make[8]: *** Waiting for unfinished jobs.... make[7]: *** [LIB] Error 2 make[6]: *** [BATSRUS] Error 2 make[5]: *** [test_cometCGfluids_compile] Error 2 make[4]: *** [test_cometCGfluids_start] Error 2 make[3]: [test_cometCGfluids] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_europa2fluidspe_compile ./Config.pl -noopenmp -u=Europa2FluidsPe -e=MhdEuropa2FluidsPe -g=4,4,4 /Applications/Xcode.app/Contents/Developer/usr/bin/make BATSRUS cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. if [[ "" == *lNOMPI* ]]; then make NOMPI; fi cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a make[7]: `libBATL.a' is up to date. libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[7]: *** [ModFaceFlux.o] Error 2 make[7]: *** Waiting for unfinished jobs.... make[6]: *** [LIB] Error 2 make[5]: *** [BATSRUS] Error 2 make[4]: *** [test_europa2fluidspe_compile] Error 2 make[3]: *** [test_europa2fluidspe] Error 2 make[2]: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_europa3fluidspe_compile ./Config.pl -noopenmp -u=Europa3FluidsPe -e=MhdEuropa3FluidsPe -g=4,4,4 /Applications/Xcode.app/Contents/Developer/usr/bin/make BATSRUS cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. if [[ "" == *lNOMPI* ]]; then make NOMPI; fi cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a make[7]: `libBATL.a' is up to date. libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[7]: *** [ModFaceFlux.o] Error 2 make[7]: *** Waiting for unfinished jobs.... make[6]: *** [LIB] Error 2 make[5]: *** [BATSRUS] Error 2 make[4]: *** [test_europa3fluidspe_compile] Error 2 make[3]: *** [test_europa3fluidspe] Error 2 make[2]: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_magnetometer_compile ./Config.pl -openmp -u=Default -e=Mhd -g=4,4,4 BATSRUS/Config.pl WARNING:: nagfor with debugging cannot use OpenMP! /Applications/Xcode.app/Contents/Developer/usr/bin/make BATSRUS cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. if [[ "" == *lNOMPI* ]]; then make NOMPI; fi cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a make[7]: `libBATL.a' is up to date. libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUser.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 user_interface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadioWaveImage.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotRadioWave.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[7]: *** [ModFaceFlux.o] Error 2 make[7]: *** Waiting for unfinished jobs.... make[6]: *** [LIB] Error 2 make[5]: *** [BATSRUS] Error 2 make[4]: *** [test_magnetometer_compile] Error 2 make[3]: *** [test_magnetometer] Error 2 make[2]: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_anisotropic_compile ./Config.pl -openmp -u=Waves -e=MhdPeAniso -f -g=100,2,2 BATSRUS/Config.pl WARNING:: nagfor with debugging cannot use OpenMP! Writing new grid size 100,2,2 and 2 ghost cells into srcBATL/BATL_size.f90... /Applications/Xcode.app/Contents/Developer/usr/bin/make BATSRUS cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. if [[ "" == *lNOMPI* ]]; then make NOMPI; fi cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 rm -f libBATL.a ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o ar: creating archive libBATL.a libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParallel.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHdf5.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[7]: *** [ModFaceFlux.o] Error 2 make[7]: *** Waiting for unfinished jobs.... make[6]: *** [LIB] Error 2 make[5]: *** [BATSRUS] Error 2 make[4]: *** [test_anisotropic_compile] Error 2 make[3]: *** [test_anisotropic] Error 2 make[2]: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_region2d_compile ./Config.pl -openmp -e=Mhd -u=Default -g=8,8,1 BATSRUS/Config.pl WARNING:: nagfor with debugging cannot use OpenMP! Writing new grid size 8,8,1 and 2 ghost cells into srcBATL/BATL_size.f90... /Applications/Xcode.app/Contents/Developer/usr/bin/make BATSRUS cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. if [[ "" == *lNOMPI* ]]; then make NOMPI; fi cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 rm -f libBATL.a ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o ar: creating archive libBATL.a libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParallel.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHdf5.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUser.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 user_interface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadioWaveImage.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotRadioWave.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[7]: *** [ModFaceFlux.o] Error 2 make[7]: *** Waiting for unfinished jobs.... make[6]: *** [LIB] Error 2 make[5]: *** [BATSRUS] Error 2 make[4]: *** [test_region2d_compile] Error 2 make[3]: *** [test_region2d] Error 2 make[2]: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_fivemoment_alfven_compile ./Config.pl -openmp -u=Waves -e=FiveMoment -g=100,1,1 BATSRUS/Config.pl WARNING:: nagfor with debugging cannot use OpenMP! Writing new grid size 100,1,1 and 2 ghost cells into srcBATL/BATL_size.f90... /Applications/Xcode.app/Contents/Developer/usr/bin/make BATSRUS cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. if [[ "" == *lNOMPI* ]]; then make NOMPI; fi cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 rm -f libBATL.a ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o ar: creating archive libBATL.a libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParallel.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHdf5.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[7]: *** [ModFaceFlux.o] Error 2 make[7]: *** Waiting for unfinished jobs.... make[6]: *** [LIB] Error 2 make[5]: *** [BATSRUS] Error 2 make[4]: *** [test_fivemoment_alfven_compile] Error 2 make[3]: *** [test_fivemoment_alfven] Error 2 make[2]: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_fivemoment_shock_compile ./Config.pl -openmp -u=Waves -e=FiveMoment -g=100,1,1 BATSRUS/Config.pl WARNING:: nagfor with debugging cannot use OpenMP! /Applications/Xcode.app/Contents/Developer/usr/bin/make BATSRUS cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. if [[ "" == *lNOMPI* ]]; then make NOMPI; fi cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a make[7]: `libBATL.a' is up to date. libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMessagePass.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWriteTecplot.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[7]: *** [ModFaceFlux.o] Error 2 make[7]: *** Waiting for unfinished jobs.... make[6]: *** [LIB] Error 2 make[5]: *** [BATSRUS] Error 2 make[4]: *** [test_fivemoment_shock_compile] Error 2 make[3]: *** [test_fivemoment_shock] Error 2 make[2]: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_fivemoment_langmuir_compile ./Config.pl -openmp -u=Waves -e=FiveMoment -g=50,50,1 BATSRUS/Config.pl WARNING:: nagfor with debugging cannot use OpenMP! Writing new grid size 50,50,1 and 2 ghost cells into srcBATL/BATL_size.f90... /Applications/Xcode.app/Contents/Developer/usr/bin/make BATSRUS cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. if [[ "" == *lNOMPI* ]]; then make NOMPI; fi cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 rm -f libBATL.a ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o ar: creating archive libBATL.a libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParallel.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHdf5.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[7]: *** [ModFaceFlux.o] Error 2 make[7]: *** Waiting for unfinished jobs.... make[6]: *** [LIB] Error 2 make[5]: *** [BATSRUS] Error 2 make[4]: *** [test_fivemoment_langmuir_compile] Error 2 make[3]: *** [test_fivemoment_langmuir] Error 2 make[2]: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_func_compile ./Config.pl -openmp -u=Default -e=Mhd -g=8,8,8 BATSRUS/Config.pl WARNING:: nagfor with debugging cannot use OpenMP! Writing new grid size 8,8,8 and 2 ghost cells into srcBATL/BATL_size.f90... /Applications/Xcode.app/Contents/Developer/usr/bin/make BATSRUS cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. if [[ "" == *lNOMPI* ]]; then make NOMPI; fi cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 rm -f libBATL.a ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o ar: creating archive libBATL.a libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParallel.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHdf5.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUser.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 user_interface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadioWaveImage.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotRadioWave.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[7]: *** [ModFaceFlux.o] Error 2 make[7]: *** Waiting for unfinished jobs.... make[6]: *** [LIB] Error 2 make[5]: *** [BATSRUS] Error 2 make[4]: *** [test_func_compile] Error 2 make[3]: *** [test_func] Error 2 make[2]: [test] Error 2 (ignored) ./Config.pl -noopenmp -rw-r--r-- 1 gtoth 1410742483 26 Jul 3 22:31 test_2bodyplot.diff -rw-r--r-- 1 gtoth 1410742483 28 Jul 3 22:34 test_anisotropic.diff -rw-r--r-- 1 gtoth 1410742483 28 Jul 3 22:29 test_awsomfluids.diff -rw-r--r-- 1 gtoth 1410742483 23 Jul 3 22:30 test_chromo.diff -rw-r--r-- 1 gtoth 1410742483 22 Jul 3 22:33 test_comet.diff -rw-r--r-- 1 gtoth 1410742483 30 Jul 3 22:33 test_cometCGfluids.diff -rw-r--r-- 1 gtoth 1410742483 26 Jul 3 22:33 test_cometCGhd.diff -rw-r--r-- 1 gtoth 1410742483 28 Jul 3 22:33 test_cometfluids.diff -rw-r--r-- 1 gtoth 1410742483 33 Jul 3 22:33 test_cometfluids_restart.diff -rw-r--r-- 1 gtoth 1410742483 26 Jul 3 22:29 test_coronasph.diff -rw-r--r-- 1 gtoth 1410742483 25 Jul 3 22:31 test_earthsph.diff -rw-r--r-- 1 gtoth 1410742483 27 Jul 3 22:28 test_eosgodunov.diff -rw-r--r-- 1 gtoth 1410742483 32 Jul 3 22:34 test_europa2fluidspe.diff -rw-r--r-- 1 gtoth 1410742483 32 Jul 3 22:34 test_europa3fluidspe.diff -rw-r--r-- 1 gtoth 1410742483 34 Jul 3 22:35 test_fivemoment_alfven.diff -rw-r--r-- 1 gtoth 1410742483 36 Jul 3 22:35 test_fivemoment_langmuir.diff -rw-r--r-- 1 gtoth 1410742483 33 Jul 3 22:35 test_fivemoment_shock.diff -rw-r--r-- 1 gtoth 1410742483 30 Jul 3 22:25 test_fluxemergence.diff -rw-r--r-- 1 gtoth 1410742483 21 Jul 3 22:35 test_func.diff -rw-r--r-- 1 gtoth 1410742483 25 Jul 3 22:32 test_ganymede.diff -rw-r--r-- 1 gtoth 1410742483 30 Jul 3 22:29 test_graydiffusion.diff -rw-r--r-- 1 gtoth 1410742483 24 Jul 3 22:27 test_hallmhd.diff -rw-r--r-- 1 gtoth 1410742483 29 Jul 3 22:28 test_laserpackage.diff -rw-r--r-- 1 gtoth 1410742483 29 Jul 3 22:34 test_magnetometer.diff -rw-r--r-- 1 gtoth 1410742483 21 Jul 3 22:31 test_mars.diff -rw-r--r-- 1 gtoth 1410742483 26 Jul 3 22:32 test_mars_restart.diff -rw-r--r-- 1 gtoth 1410742483 27 Jul 3 22:32 test_marsfluids.diff -rw-r--r-- 1 gtoth 1410742483 32 Jul 3 22:32 test_marsfluids_restart.diff -rw-r--r-- 1 gtoth 1410742483 27 Jul 3 22:32 test_mercurysph.diff -rw-r--r-- 1 gtoth 1410742483 24 Jul 3 22:28 test_mhdions.diff -rw-r--r-- 1 gtoth 1410742483 27 Jul 3 22:28 test_mhdnoncons.diff -rw-r--r-- 1 gtoth 1410742483 27 Jul 3 22:27 test_multifluid.diff -rw-r--r-- 1 gtoth 1410742483 25 Jul 3 22:27 test_multiion.diff -rw-r--r-- 1 gtoth 1410742483 27 Jul 3 22:30 test_outerhelio.diff -rw-r--r-- 1 gtoth 1410742483 29 Jul 3 22:30 test_outerhelio2d.diff -rw-r--r-- 1 gtoth 1410742483 30 Jul 3 22:31 test_outerheliopui.diff -rw-r--r-- 1 gtoth 1410742483 33 Jul 3 22:31 test_outerheliopui_1d.diff -rw-r--r-- 1 gtoth 1410742483 27 Jul 3 22:26 test_partsteady.diff -rw-r--r-- 1 gtoth 1410742483 25 Jul 3 22:35 test_region2d.diff -rw-r--r-- 1 gtoth 1410742483 23 Jul 3 22:33 test_saturn.diff -rw-r--r-- 1 gtoth 1410742483 26 Jul 3 22:26 test_shockramp.diff -rw-r--r-- 1 gtoth 1410742483 26 Jul 3 22:26 test_shocktube.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:25 test_spectrum.diff -rw-r--r-- 1 gtoth 1410742483 22 Jul 3 22:31 test_titan.diff -rw-r--r-- 1 gtoth 1410742483 27 Jul 3 22:31 test_titan_restart.diff -rw-r--r-- 1 gtoth 1410742483 28 Jul 3 22:27 test_twofluidmhd.diff -rw-r--r-- 1 gtoth 1410742483 22 Jul 3 22:32 test_venus.diff -rw-r--r-- 1 gtoth 1410742483 27 Jul 3 22:32 test_venus_restart.diff -rw-r--r-- 1 gtoth 1410742483 26 Jul 3 22:29 test_viscosity.diff echo "IE/Ridley_serial test is incomplete" > notest.diff IH/BATSRUS is tested in GM/BATSRUS make test_compile ./Config.pl -EarthHO -GridDefault -show CIMI is installed in directory /Users/gtoth/Tmp_nag_debug/SWMF/IM/CIMI as the IM component. The installation is for the Darwin operating system. Makefile.conf was created from share/build/Makefile.Darwin.nagfor and share/build/Makefile.gcc_mpicc The selected F90 compiler is nagfor. The selected C compiler is gcc. The selected C++ compiler is mpicxx. The default precision for reals is double precision. The maximum optimization level is -O0 Debugging flags: yes OpenMP flags: no Linked with MPI: yes Linked with HDF5: no Linked with HYPRE: yes Linked with FISHPAK: no Linked with SPICE: no Linked with AMREX: no Planet=EarthHO Grid=GridDefault make CIMI /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[6]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libNOMPI.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -Wc=`which gcc` -default_kinds:r=64 -O0 NOMPI.f90 NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 [NAG Fortran Compiler normal termination] ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libNOMPI.a NOMPI.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libNOMPI.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libNOMPI.a has been brought up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEIEConductance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAMIE_Interface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModErrors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEIE_Interface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMHD_Interface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExtras.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEIEFiles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ED_ModInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ED_ModIons.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWeimer05.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 ModWeimer.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 mh86.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 hmr89.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 iz94.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 merge_str.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ED_Interface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 ED_r_elec_ed_lup_subs.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 readMHDoutput.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 readAMIEoutput.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 EIE_End.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 EIE_set_inputs.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ED_ReadIonHeat.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 AMIE_Library.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 EIE_Library.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 MHD_Library.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 EIE_Initialize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 EIE_IoLibrary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 EIE_UaLibrary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ihp.f90 rm -f /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a ModEIEConductance.o ModAMIE_Interface.o ModErrors.o ModEIE_Interface.o ModMHD_Interface.o ModExtras.o ModEIEFiles.o ED_ModInterface.o ED_ModIons.o ModWeimer05.o ModWeimer.o AMIE_Library.o EIE_End.o EIE_Initialize.o EIE_Library.o EIE_IoLibrary.o EIE_UaLibrary.o EIE_set_inputs.o readAMIEoutput.o readMHDoutput.o mh86.o hmr89.o iz94.o ihp.o merge_str.o MHD_Library.o ED_Interface.o ED_ReadIonHeat.o ED_r_elec_ed_lup_subs.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a has been brought up to date. Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -save -default_kinds:r=64 ModTsyganenko.f rm -f /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a ModTsyganenko.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIndicesInterfaces.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIndices.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 read_NGDC_indices.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 read_SWPC_indices.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 read_NOAAHPI_indices.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 read_MHDIMF_indices.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 insert_into_indices_array.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 indices_set_inputs.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 indices_library.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 IO_library.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 IO_set_inputs.f90 rm -f /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a ModIndicesInterfaces.o ModIndices.o read_NGDC_indices.o read_SWPC_indices.o read_NOAAHPI_indices.o read_MHDIMF_indices.o insert_into_indices_array.o indices_set_inputs.o indices_library.o IO_library.o IO_set_inputs.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a has been brought up to date. make libCIMI.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlanet.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImTime.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTsyInput.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 plot_fieldline.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 geopack.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGrid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 trace_dipole.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCimi.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModInitialize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGmCIMI.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCimi.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldTrace.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPrerunField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImSat.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaveDiff.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCimiBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLstar.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRestart.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCimiPlot.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoupleSAMI.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 cimi.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 set_parameters.f90 rm -f libCIMI.a ar -rs libCIMI.a ModPlanet.o ModCimi.o ModCimiPlot.o ModFieldTrace.o ModGmCIMI.o ModGrid.o ModCoupleSAMI.o ModIeCimi.o ModImSat.o ModImTime.o ModInitialize.o ModRestart.o ModCimiBoundary.o ModTsyInput.o ModPrerunField.o cimi.o set_parameters.o plot_fieldline.o trace_dipole.o geopack.o ModWaveDiff.o ModLstar.o ar: creating archive libCIMI.a libCIMI.a has been brought up to date. nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 cimi_main.f90 rm -rf Tmp_; mkdir Tmp_ cd Tmp_; \ ar -x ../libCIMI.a; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a;\ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a; mpif90 -o /Users/gtoth/Tmp_nag_debug/SWMF/bin/cimi.exe cimi_main.o Tmp_/*.o -default_kinds:r=64 -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` -lgomp NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option rm -rf Tmp_ Program /Users/gtoth/Tmp_nag_debug/SWMF/bin/cimi.exe has been brought up to date. make test_rundir rm -rf run_test make rundir RUNDIR=run_test STANDALONE=YES IMDIR=`pwd` mkdir -p run_test/IM cd run_test/IM; \ cp /Users/gtoth/Tmp_nag_debug/SWMF/IM/CIMI/input/quiet*fin . ;\ cp /Users/gtoth/Tmp_nag_debug/SWMF/IM/CIMI/input/WaveData/*dat . ;\ mkdir plots restartIN restartOUT cp input/testfiles/*.dat run_test/ cp input/testfiles/PARAM.in.test.NOWAVES run_test/PARAM.in make test_run cd run_test; mpiexec -n 2 ./cimi.exe | tee runlog ModReadParam::read_file: read and broadcast nLine= 68 lines of text #ECHO T DoEcho #STARTTIME 2009 iYear iStartTime 07 iMonth iStartTime 22 iDay iStartTime 00 iHour iStartTime 00 iMinute iStartTime 00 iSecond iStartTime #STOP 100.0 TimeMax #STRONGDIFFUSION T UseStrongDiff #NGDC_INDICES Indices.dat NameNgdcFile #MHD_INDICES imf.dat UpstreamFiles #SMOOTH F UseSmooth 300.0 SmoothWindow #BMODEL t04 NameModel #IEMODEL T UseWeimer #SAVEPLOT 10.0 DtSavePlot T DoSaveFlux T DoSaveDrifts T DoSavePSD F UseSeparatePlotFiles #SAVELOG 10.0 DtLogOut #INITIALF2 F IsEmptyInitial F IsGmInitial T IsDataInitial F IsRBSPData #TYPEBOUNDARY Circle TypeBoundary #PLASMASHEET T UseYoungEtAl T UseBoundaryEbihara #RESTART F IsRestart #SAVERESTART 100.0 DtSaveRestart #TIMESIMULATION 0.0 Time TimeSimulation #IMTIMESTEP 30. IMDeltaT [s] 30. IMDeltaTMax [s] ------------------------------------------------------------------------------- SORTED TIMING at step 0 on PE 0 name sec percent #iter #calls ------------------------------------------------------------------------------- CIMI 0.00 100.00 1 1 ------------------------------------------------------------------------------- cimi_init 0.00 99.11 1 1 ------------------------------------------------------------------------------- In Time Loop iStep,Time = 0 0.0000000000000000 L*max = 5.62 L* = 1.08 1.10 1.12 1.15 1.18 1.21 1.25 1.29 1.34 1.40 L* = 1.46 1.53 1.60 1.69 1.78 1.89 2.01 2.14 2.28 2.44 L* = 2.60 2.76 2.90 3.03 3.14 3.25 3.35 3.46 3.56 3.66 L* = 3.77 3.88 3.98 4.09 4.21 4.32 4.44 4.55 4.67 4.78 L* = 4.89 5.00 5.11 5.21 5.29 5.37 5.45 5.53 5.62 10.00 L* = 10.00 L*max = 5.62 5.63 5.63 5.64 5.65 5.67 5.70 5.74 L*max = 5.79 5.82 5.70 5.61 5.53 5.46 5.42 5.39 L*max = 5.37 5.35 5.35 5.34 5.34 5.34 5.34 5.34 L*max = 5.34 5.34 5.34 5.34 5.34 L* = 1.08 1.10 1.12 1.15 1.18 1.21 1.25 1.29 1.34 1.40 L* = 1.46 1.53 1.60 1.69 1.78 1.89 2.01 2.14 2.28 2.44 L* = 2.60 2.76 2.90 3.03 3.14 3.25 3.35 3.46 3.56 3.66 L* = 3.77 3.88 3.98 4.10 4.21 4.32 4.44 4.55 4.67 4.78 L* = 4.90 5.01 5.11 5.21 5.29 5.37 5.45 5.54 5.62 10.00 L* = 10.00 In Time Loop iStep,Time = 1 60.0000000000000000 L*max = 5.62 L* = 1.08 1.10 1.12 1.15 1.18 1.21 1.25 1.29 1.34 1.40 L* = 1.46 1.53 1.60 1.69 1.78 1.89 2.01 2.14 2.28 2.44 L* = 2.60 2.76 2.90 3.03 3.14 3.25 3.35 3.46 3.56 3.66 L* = 3.77 3.88 3.98 4.09 4.21 4.32 4.43 4.55 4.67 4.78 L* = 4.89 5.00 5.11 5.20 5.29 5.37 5.45 5.53 5.62 10.00 L* = 10.00 L*max = 5.62 5.62 5.63 5.64 5.65 5.67 5.70 5.74 L*max = 5.79 5.82 5.71 5.61 5.53 5.47 5.42 5.39 L*max = 5.37 5.36 5.35 5.34 5.34 5.34 5.34 5.34 L*max = 5.34 5.34 5.34 5.34 5.34 L* = 1.08 1.10 1.12 1.15 1.18 1.21 1.25 1.29 1.34 1.40 L* = 1.46 1.53 1.60 1.69 1.78 1.89 2.01 2.14 2.28 2.44 L* = 2.60 2.76 2.90 3.03 3.14 3.25 3.35 3.46 3.56 3.66 L* = 3.77 3.88 3.98 4.09 4.21 4.32 4.44 4.55 4.67 4.78 L* = 4.89 5.00 5.11 5.20 5.29 5.37 5.45 5.53 5.62 10.00 L* = 10.00 In Time Loop iStep,Time = 2 1.0000000000000000E+02 Finished CIMI run, (reporting timings) -------------------------------------- ------------------------------------------------------------------------------- SORTED TIMING from step 0 to 1 on PE 0 name sec percent #iter #calls ------------------------------------------------------------------------------- CIMI 95.73 100.00 1 1 ------------------------------------------------------------------------------- cimi_run 94.89 99.12 2 2 cimi_fieldpara 30.58 31.95 2 2 cimi_trace 29.86 31.20 2 2 cimi_output 22.00 22.98 2 2 cimi_driftIM 17.39 18.17 2 3 calc_Lstar2 7.25 7.58 2 2 cimi_lossconeIM 1.99 2.08 2 3 cimi_StrongDiff 1.80 1.88 2 3 cimi_charexchange 1.76 1.83 2 3 cimi_ceparaIM 0.97 1.01 2 2 cimi_driftV 0.62 0.64 2 2 cimi_taylor 0.51 0.53 2 2254 cimi_plot_precip 0.28 0.30 2 2 calc_Lstar1 0.22 0.23 2 2 cimi_StDiTime 0.13 0.14 2 2 cimi_plot 0.10 0.11 2 2 set_cimi_potential 0.02 0.02 2 2 cimi_precip_calc 0.01 0.01 2 2 cimi_plot_log 0.01 0.01 2 2 ------------------------------------------------------------------------------- Warning: Floating underflow occurred Warning: Floating underflow occurred make test_check make test_check_eq /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/DiffNum.pl -b -r=0.001 -a=1e-10 \ run_test/IM/plots/CIMIeq.outs \ output/CIMIeq.outs \ > test_cimi.diff ls -l test_cimi*.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:38 test_cimi.diff make test_compile make HEIDI /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libNOMPI.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libNOMPI.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libNOMPI.a has been brought up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a has been brought up to date. Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a has been brought up to date. nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeidiSize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModProcHEIDI.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonoHeidi.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeidiSatellites.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeidiBACoefficients.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 recipes.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 pbo.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 wgrdar.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeidiIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModInit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeidiMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeidiDrifts.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeidiCurrents.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeidiDGCPM.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeidiWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 get_potential.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 read_ring_current.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 write_ring_current.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 epencalc.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 iono_init.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 heidi_main.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeidiInput.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 heidi_operators.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 heidi_currents.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 heidi_waves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 heidi_check.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 heidi_init.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 heidi_run.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeidiAsymStretchedB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 heidi_emudt.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 heidi_setup.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 heidi_icbc.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 heidi_coefficients.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 heidi_output.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeidiBField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 HModel.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeidiNeutralH.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 heidi_integrals.f90 rm -rf Tmp_; mkdir Tmp_ cd Tmp_; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a;\ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a mpif90 -o /Users/gtoth/Tmp_nag_debug/SWMF/bin/HEIDI.exe heidi_main.o ModHeidiSize.o ModHeidiMain.o ModHeidiCurrents.o ModHeidiDGCPM.o ModHeidiDrifts.o ModHeidiIO.o ModHeidiWaves.o ModInit.o ModIonoHeidi.o ModHeidiSatellites.o ModProcHEIDI.o ModHeidiInput.o ModHeidiBField.o ModHeidiNeutralH.o ModHeidiBACoefficients.o ModHeidiAsymStretchedB.o heidi_emudt.o heidi_integrals.o heidi_setup.o heidi_icbc.o heidi_coefficients.o heidi_operators.o heidi_currents.o heidi_output.o heidi_waves.o recipes.o pbo.o wgrdar.o get_potential.o heidi_check.o heidi_init.o heidi_run.o read_ring_current.o write_ring_current.o epencalc.o iono_init.o HModel.o Tmp_/*.o -default_kinds:r=64 -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` -lgomp NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option rm -rf Tmp_ /Users/gtoth/Tmp_nag_debug/SWMF/bin/HEIDI.exe has been created make test_analytic_rundir rm -rf run_test_analytic make rundir RUNDIR=run_test_analytic STANDALONE="YES" PWDIR=`pwd` mkdir -p run_test_analytic/IM cd run_test_analytic/IM; \ mkdir input plots restartIN restartOUT cd run_test_analytic/IM/plots; \ mkdir electron hydrogen helium oxygen ionosphere cd run_test_analytic/IM/input; \ ln -s /Users/gtoth/Tmp_nag_debug/SWMF/IM/HEIDI/input/* .; cp /Users/gtoth/Tmp_nag_debug/SWMF/IM/HEIDI/data/input/*.dat . cd run_test_analytic/IM/restartIN; \ cp /Users/gtoth/Tmp_nag_debug/SWMF/IM/HEIDI/data/input/*.gz .; gunzip *.gz cd input; cp PARAM.analytic.in ../run_test_analytic/PARAM.in make test_analytic_run cd run_test_analytic; mpiexec -n 2 ./HEIDI.exe > runlog Warning: Floating underflow occurred Warning: Floating underflow occurred make test_analytic_check /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/DiffNum.pl -t -r=0.001 -a=1e-10 \ run_test_analytic/IM/plots/hydrogen/test1_h_prs.002 \ output/test1_h_prs_analytic.002 \ > test_analytic.diff ls -l test_analytic.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:39 test_analytic.diff make test_compile make HEIDI /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libNOMPI.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libNOMPI.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libNOMPI.a has been brought up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a has been brought up to date. Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a has been brought up to date. make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/bin/HEIDI.exe' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/bin/HEIDI.exe has been created make test_numeric_rundir rm -rf run_test_numeric make rundir RUNDIR=run_test_numeric STANDALONE="YES" PWDIR=`pwd` mkdir -p run_test_numeric/IM cd run_test_numeric/IM; \ mkdir input plots restartIN restartOUT cd run_test_numeric/IM/plots; \ mkdir electron hydrogen helium oxygen ionosphere cd run_test_numeric/IM/input; \ ln -s /Users/gtoth/Tmp_nag_debug/SWMF/IM/HEIDI/input/* .; cp /Users/gtoth/Tmp_nag_debug/SWMF/IM/HEIDI/data/input/*.dat . cd run_test_numeric/IM/restartIN; \ cp /Users/gtoth/Tmp_nag_debug/SWMF/IM/HEIDI/data/input/*.gz .; gunzip *.gz cd input; cp PARAM.numeric.in ../run_test_numeric/PARAM.in make test_numeric_run cd run_test_numeric; mpiexec -n 2 ./HEIDI.exe > runlog Warning: Floating underflow occurred Warning: Floating underflow occurred make test_numeric_check /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/DiffNum.pl -t -r=0.001 -a=1e-10 \ run_test_numeric/IM/plots/hydrogen/test1_h_prs.002 \ output/test1_h_prs_numeric.002 \ > test_numeric.diff ls -l test_numeric.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:42 test_numeric.diff OH/BATSRUS is tested in GM/BATSRUS /Applications/Xcode.app/Contents/Developer/usr/bin/make test_altor_compile ./Config.pl -g=8,8,8,10,2,10000000 Writing new grid size 8,8,8,10,2,10000000 into src/PC_ModSize.f90 and srcBATL/BATL_size.f90 /Applications/Xcode.app/Contents/Developer/usr/bin/make cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. cd srcBATL; make LIB WARNING in depend.pl: source file not found, skipping batl.o !!! /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_mpi.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 rm -f libBATL.a ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o ar: creating archive libBATL.a libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB FF=1.5 make libALTOR.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PC_ModSize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_ModProc.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_ModRandom.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_ModFormFactor_1.5.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PC_ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PC_ModHybrid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_ModLaserBeam.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_ModField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PC_ModParticleInField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PC_ModPassField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_ModLogFile.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_ModOutput.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_set_param.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_methods.f90 rm -f libALTOR.a cp -f ../srcBATL/libBATL.a libALTOR.a ar -rs libALTOR.a PC_ModSize.o PIC_ModProc.o PIC_ModBatlInterface.o PIC_ModMain.o PIC_ModFormFactor_1.5.o PC_ModHybrid.o PIC_ModLaserBeam.o PIC_ModField.o PC_ModParticleInField.o PC_ModPassField.o PIC_ModParticles.o PC_ModPhysics.o PIC_ModRandom.o PIC_ModLogFile.o PIC_ModOutput.o PIC_set_param.o PIC_methods.o libALTOR.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make ALTOR FF=1.5 make /Users/gtoth/Tmp_nag_debug/SWMF/bin/ALTOR.exe nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_main.f90 rm -rf Tmp_; mkdir Tmp_ cd Tmp_; \ ar -x ../libALTOR.a; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a mpif90 -o /Users/gtoth/Tmp_nag_debug/SWMF/bin/ALTOR.exe PIC_main.o Tmp_/*.o \ -default_kinds:r=64 -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` -lgomp NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option rm -rf Tmp_ Program ALTOR has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make test_altor_rundir rm -rf run_test /Applications/Xcode.app/Contents/Developer/usr/bin/make rundir RUNDIR=run_test STANDALONE=YES PCDIR=`pwd` mkdir -p run_test/PC cd run_test/PC; \ ln -s /Users/gtoth/Tmp_nag_debug/SWMF/PC/ALTOR/Param . cd run_test; cp -f Param/PARAM.TEST PARAM.in; mkdir PC/plots/ /Applications/Xcode.app/Contents/Developer/usr/bin/make test_altor_run cd run_test; mpiexec -n 2 ./ALTOR.exe | tee -a runlog ModReadParam::read_file: read and broadcast nLine= 56 lines of text ----- Starting Session 1 ------ PIC_set_param: READ iSession = 1 iLine= 0 nLine = 1000 #DESCRIPTION 3 dimensional version #CHECKGRID 8 nX 8 nY 8 nZ 2 nPType #IOCYCLEWAVELENGTH #GRID 2 nRoot_I 2 nRoot_I 2 nRoot_I 0 CoordMin 0.8 CoordMax 0 CoordMin 0.8 CoordMax 0 CoordMin 0.8 CoordMax #NORMALIZATION standard Normalization 2 nPPerCellCrit 1.0 Q_P(2)/| Q_P(Electron_) | 1.0 M_P(2)/ M_P(Electron_) #UNIFORM 1 nPPerCell(1) -1 nPPerCell(2) Particles will neutralize electrons #THERMALIZE 0.05 uTh_P(1) 0.05 uTh_P(2) #LOGFILE 1 nLogFile #TIMESTEP 0.004 Dt #SAVEFIELDMOMENTS ascii TypeFile 0 nStepOutMin 500 nStepOut #STOP -1 MaxIteration 2.0 tSimulationMax PIC_set_param: CHECK iSession = 1 Io2Si_V(UnitX_ )= 2.998E+08 m Io2Si_V(UnitU_ )= 2.998E+08 m/s Io2Si_V(UnitRho_ )= 2.862E-34 kg/m3 Io2Si_V(UnitT_ )= 1.000E+00 s Io2Si_V(UnitOmega_ )= 1.000E+00 1/s Io2Si_V(UnitN_ )= 3.142E-04 1/m3 Io2Si_V(UnitP_ )= 2.572E-17 N/m2 Io2Si_V(UnitB_ )= 5.686E-12 T Io2Si_V(UnitRhoU_ )= 8.581E-26 kg/s m2 Io2Si_V(UnitEnergyDens_ )= 2.572E-17 J/m3 Io2Si_V(UnitPoynting_ )= 7.712E-09 W/m2 Io2Si_V(UnitJ_ )= 1.509E-14 A/m2 Io2Si_V(UnitElectric_ )= 1.704E-03 V/m Io2Si_V(UnitTemperature_)= 5.930E+09 K Io2Si_V(UnitMass_ )= 9.109E-31 kg Io2Si_V(UnitCharge_ )= 1.602E-19 C Io2Si_V(UnitEnergy_ )= 6.931E+08 J Particles are distributed Totally 4.0960000000000000E+03 particles of sort 1 Totally 4.0960000000000000E+03 particles of sort 2 Total number of particles of sort 1 equals 4.0960000000000018E+03 Density min= -2.8261827627126847E-02 , density max= -1.3745710504554403 , average density= -0.5000000000000002 Total number of particles of sort 2 equals 4.0960000000000018E+03 Density min= 2.8261827627126847E-02 , density max= 1.3745710504554403 , average density= 0.5000000000000002 ------------------------------------------------------------------------------- SORTED TIMING at step 0 on PE 0 name sec percent #iter #calls ------------------------------------------------------------------------------- PIC 0.07 100.00 1 1 ------------------------------------------------------------------------------- setup 0.07 99.98 1 1 add_ghost_cell_field 0.00 3.12 1 2 ------------------------------------------------------------------------------- Resetting timing counters after setup. Speed is 114150.0 p/s/pe after 2.3 s at N = 10 (4.0000E-02) Speed is 131492.1 p/s/pe after 2.6 s at N = 20 (8.0000E-02) Speed is 132290.9 p/s/pe after 2.9 s at N = 30 (1.2000E-01) Speed is 130328.8 p/s/pe after 3.2 s at N = 40 (1.6000E-01) Speed is 129409.3 p/s/pe after 3.5 s at N = 50 (2.0000E-01) Speed is 131482.7 p/s/pe after 3.9 s at N = 60 (2.4000E-01) Speed is 131888.9 p/s/pe after 4.2 s at N = 70 (2.8000E-01) Speed is 130277.4 p/s/pe after 4.5 s at N = 80 (3.2000E-01) Speed is 131735.0 p/s/pe after 4.8 s at N = 90 (3.6000E-01) Speed is 132264.3 p/s/pe after 5.1 s at N = 100 (4.0000E-01) ------------------------------------------------------------------------------- TIMING TREE of depth 2 from step 0 to 100 on PE 0 name #iter #calls sec s/iter s/call percent ------------------------------------------------------------------------------- PIC 1 1 5.11 5.106 5.106 100.00 ------------------------------------------------------------------------------- advance 100 100 5.10 0.051 0.051 99.95 ------------------------------------------------------------------------------- Speed is 132998.7 p/s/pe after 5.4 s at N = 110 (4.4000E-01) Speed is 132469.7 p/s/pe after 5.7 s at N = 120 (4.8000E-01) Speed is 132395.7 p/s/pe after 6.0 s at N = 130 (5.2000E-01) Speed is 135294.8 p/s/pe after 6.4 s at N = 140 (5.6000E-01) Speed is 135637.4 p/s/pe after 6.7 s at N = 150 (6.0000E-01) Speed is 135871.0 p/s/pe after 7.0 s at N = 160 (6.4000E-01) Speed is 133374.8 p/s/pe after 7.3 s at N = 170 (6.8000E-01) Speed is 132953.3 p/s/pe after 7.6 s at N = 180 (7.2000E-01) Speed is 134012.8 p/s/pe after 7.9 s at N = 190 (7.6000E-01) Speed is 133486.5 p/s/pe after 8.2 s at N = 200 (8.0000E-01) ------------------------------------------------------------------------------- TIMING TREE of depth 2 from step 0 to 200 on PE 0 name #iter #calls sec s/iter s/call percent ------------------------------------------------------------------------------- PIC 1 1 8.21 8.212 8.212 100.00 ------------------------------------------------------------------------------- advance 200 200 8.21 0.041 0.041 99.94 ------------------------------------------------------------------------------- Speed is 134998.1 p/s/pe after 8.5 s at N = 210 (8.4000E-01) Speed is 130764.0 p/s/pe after 8.8 s at N = 220 (8.8000E-01) Speed is 132873.3 p/s/pe after 9.1 s at N = 230 (9.2000E-01) Speed is 131756.9 p/s/pe after 9.4 s at N = 240 (9.6000E-01) Speed is 132045.3 p/s/pe after 9.8 s at N = 250 (1.0000E+00) Speed is 133502.6 p/s/pe after 10.1 s at N = 260 (1.0400E+00) Speed is 135359.6 p/s/pe after 10.4 s at N = 270 (1.0800E+00) Speed is 134981.6 p/s/pe after 10.7 s at N = 280 (1.1200E+00) Speed is 133599.9 p/s/pe after 11.0 s at N = 290 (1.1600E+00) Speed is 132361.3 p/s/pe after 11.3 s at N = 300 (1.2000E+00) ------------------------------------------------------------------------------- TIMING TREE of depth 2 from step 0 to 300 on PE 0 name #iter #calls sec s/iter s/call percent ------------------------------------------------------------------------------- PIC 1 1 11.30 11.299 11.299 100.00 ------------------------------------------------------------------------------- advance 300 300 11.29 0.038 0.038 99.93 ------------------------------------------------------------------------------- Speed is 134451.9 p/s/pe after 11.6 s at N = 310 (1.2400E+00) Speed is 131290.0 p/s/pe after 11.9 s at N = 320 (1.2800E+00) Speed is 135213.9 p/s/pe after 12.2 s at N = 330 (1.3200E+00) Speed is 130951.3 p/s/pe after 12.5 s at N = 340 (1.3600E+00) Speed is 131211.8 p/s/pe after 12.8 s at N = 350 (1.4000E+00) Speed is 132591.2 p/s/pe after 13.4 s at N = 360 (1.4400E+00) Speed is 134786.3 p/s/pe after 13.7 s at N = 370 (1.4800E+00) Speed is 134305.1 p/s/pe after 14.0 s at N = 380 (1.5200E+00) Speed is 134184.9 p/s/pe after 14.3 s at N = 390 (1.5600E+00) Speed is 131221.7 p/s/pe after 14.6 s at N = 400 (1.6000E+00) ------------------------------------------------------------------------------- TIMING TREE of depth 2 from step 0 to 400 on PE 0 name #iter #calls sec s/iter s/call percent ------------------------------------------------------------------------------- PIC 1 1 14.65 14.646 14.646 100.00 ------------------------------------------------------------------------------- advance 400 400 14.64 0.037 0.037 99.93 ------------------------------------------------------------------------------- Speed is 132145.3 p/s/pe after 15.0 s at N = 410 (1.6400E+00) Speed is 133695.0 p/s/pe after 15.3 s at N = 420 (1.6800E+00) Speed is 134533.5 p/s/pe after 15.6 s at N = 430 (1.7200E+00) Speed is 133824.3 p/s/pe after 15.9 s at N = 440 (1.7600E+00) Speed is 132724.2 p/s/pe after 16.2 s at N = 450 (1.8000E+00) Speed is 116170.7 p/s/pe after 16.5 s at N = 460 (1.8400E+00) Speed is 134939.6 p/s/pe after 16.8 s at N = 470 (1.8800E+00) Speed is 131589.1 p/s/pe after 17.1 s at N = 480 (1.9200E+00) Speed is 132515.0 p/s/pe after 17.5 s at N = 490 (1.9600E+00) Speed is 133956.3 p/s/pe after 17.8 s at N = 500 (2.0000E+00) ------------------------------------------------------------------------------- TIMING TREE of depth 2 from step 0 to 500 on PE 0 name #iter #calls sec s/iter s/call percent ------------------------------------------------------------------------------- PIC 1 1 17.77 17.766 17.766 100.00 ------------------------------------------------------------------------------- advance 500 500 17.75 0.036 0.036 99.93 ------------------------------------------------------------------------------- Finished Numerical Simulation ----------------------------- ------------------------------------------------------------------------------- SORTED TIMING from step 0 to 500 on PE 0 name sec percent #iter #calls ------------------------------------------------------------------------------- PIC 17.77 100.00 1 1 ------------------------------------------------------------------------------- advance 17.75 99.93 500 500 adv_particles 13.22 74.39 500 1000 adv_b 0.41 2.29 500 1000 add_ghost_face_field 0.19 1.07 500 500 adv_e 0.17 0.97 500 500 add_ghost_cell_field 0.11 0.62 500 1000 message_pass_field 0.05 0.27 500 500 ------------------------------------------------------------------------------- Finished Saving Output Files ---------------------------- /Applications/Xcode.app/Contents/Developer/usr/bin/make test_altor_check /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/DiffNum.pl -t -r=1e-5 -a=3e-8 \ run_test/PC/plots/log_n0001.log \ Param/TestOutput/log_noise.log \ > test_altor.diff /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/DiffNum.pl -t -r=1e-5 -a=3e-8 \ run_test/PC/plots/variables.outs \ Param/TestOutput/variables.outs.gz \ >> test_altor.diff ls -l test_altor.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:42 test_altor.diff /Applications/Xcode.app/Contents/Developer/usr/bin/make test_altor_2d_compile ./Config.pl -g=16,16,1,16,1,10000000 Writing new grid size 16,16,1,16,1,10000000 into src/PC_ModSize.f90 and srcBATL/BATL_size.f90 /Applications/Xcode.app/Contents/Developer/usr/bin/make cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. cd srcBATL; make LIB WARNING in depend.pl: source file not found, skipping batl.o !!! /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 rm -f libBATL.a ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o ar: creating archive libBATL.a libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB FF=1.5 make libALTOR.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PC_ModSize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_ModFormFactor_1.5.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PC_ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PC_ModHybrid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_ModLaserBeam.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_ModField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PC_ModParticleInField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PC_ModPassField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_ModLogFile.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_ModOutput.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_set_param.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_methods.f90 rm -f libALTOR.a cp -f ../srcBATL/libBATL.a libALTOR.a ar -rs libALTOR.a PC_ModSize.o PIC_ModProc.o PIC_ModBatlInterface.o PIC_ModMain.o PIC_ModFormFactor_1.5.o PC_ModHybrid.o PIC_ModLaserBeam.o PIC_ModField.o PC_ModParticleInField.o PC_ModPassField.o PIC_ModParticles.o PC_ModPhysics.o PIC_ModRandom.o PIC_ModLogFile.o PIC_ModOutput.o PIC_set_param.o PIC_methods.o libALTOR.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make ALTOR FF=1.5 make /Users/gtoth/Tmp_nag_debug/SWMF/bin/ALTOR.exe nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_main.f90 rm -rf Tmp_; mkdir Tmp_ cd Tmp_; \ ar -x ../libALTOR.a; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a mpif90 -o /Users/gtoth/Tmp_nag_debug/SWMF/bin/ALTOR.exe PIC_main.o Tmp_/*.o \ -default_kinds:r=64 -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` -lgomp NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option rm -rf Tmp_ Program ALTOR has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make test_altor_2d_rundir rm -rf run_test /Applications/Xcode.app/Contents/Developer/usr/bin/make rundir RUNDIR=run_test STANDALONE=YES PCDIR=`pwd` mkdir -p run_test/PC cd run_test/PC; \ ln -s /Users/gtoth/Tmp_nag_debug/SWMF/PC/ALTOR/Param . cd run_test; cp -f Param/PARAM.TEST_2D PARAM.in; mkdir PC/plots/ /Applications/Xcode.app/Contents/Developer/usr/bin/make test_altor_2d_run cd run_test; mpiexec -n 2 ./ALTOR.exe | tee -a runlog ModReadParam::read_file: read and broadcast nLine= 53 lines of text ----- Starting Session 1 ------ PIC_set_param: READ iSession = 1 iLine= 0 nLine = 1000 #DESCRIPTION 2 dimensional version of Langmuir oscillations #CHECKGRID 16 nX 16 nY 1 nZ nPType #IOCYCLEWAVELENGTH #NORMALIZATION standard Normalization 8 nPPerCellCrit #UNIFORM 8 nPPerCell(1) #THERMALIZE 2.50e-3 uTh_P(1) #GRID 4 nRoot_I 4 nRoot_I 0 CoordMin 3.2 CoordMax 0 CoordMin 3.2 CoordMax #ADDB 1.0 Bx 0.0 By 0.0 Bz #ADDVELOCITY 1 iSort 0.1 Wx 0.0 Wy 0.0 Wz #LOGFILE 1 nLogFile #TIMESTEP 0.004 Dt #STOP -1 MaxIteration 2.0 tSimulationMax PIC_set_param: CHECK iSession = 1 Io2Si_V(UnitX_ )= 2.998E+08 m Io2Si_V(UnitU_ )= 2.998E+08 m/s Io2Si_V(UnitRho_ )= 2.862E-34 kg/m3 Io2Si_V(UnitT_ )= 1.000E+00 s Io2Si_V(UnitOmega_ )= 1.000E+00 1/s Io2Si_V(UnitN_ )= 3.142E-04 1/m3 Io2Si_V(UnitP_ )= 2.572E-17 N/m2 Io2Si_V(UnitB_ )= 5.686E-12 T Io2Si_V(UnitRhoU_ )= 8.581E-26 kg/s m2 Io2Si_V(UnitEnergyDens_ )= 2.572E-17 J/m3 Io2Si_V(UnitPoynting_ )= 7.712E-09 W/m2 Io2Si_V(UnitJ_ )= 1.509E-14 A/m2 Io2Si_V(UnitElectric_ )= 1.704E-03 V/m Io2Si_V(UnitTemperature_)= 5.930E+09 K Io2Si_V(UnitMass_ )= 9.109E-31 kg Io2Si_V(UnitCharge_ )= 1.602E-19 C Io2Si_V(UnitEnergy_ )= 2.312E+00 J Particles are distributed Totally 3.2768000000000000E+04 particles of sort 1 Total number of particles of sort 1 equals 3.2767999999999985E+04 Density min= -0.4139954627495443 , density max= -1.6974493982008876 , average density= -0.9999999999999996 ------------------------------------------------------------------------------- SORTED TIMING at step 0 on PE 0 name sec percent #iter #calls ------------------------------------------------------------------------------- PIC 0.03 100.00 1 1 ------------------------------------------------------------------------------- setup 0.03 99.95 1 1 ------------------------------------------------------------------------------- Resetting timing counters after setup. Runtime Error: *** Arithmetic exception: Floating invalid operation - aborting BATL_pass_face_field.f90, line 706: Error occurred in PC_BATL_PASS_FACE_FIELD:ADD_GHOST_FACE_FIELD:BUFFER_TO_STATE BATL_pass_face_field.f90, line 673: Called by PC_BATL_PASS_FACE_FIELD:ADD_GHOST_FACE_FIELD PC_ModPassField.f90, line 97: Called by PC_MODMPI:PASS_CURRENT PIC_methods.f90, line 126: Called by PIC_ADVANCE PIC_main.f90, line 76: Called by PIC Runtime Error: *** Arithmetic exception: Floating invalid operation - aborting BATL_pass_face_field.f90, line 706: Error occurred in PC_BATL_PASS_FACE_FIELD:ADD_GHOST_FACE_FIELD:BUFFER_TO_STATE BATL_pass_face_field.f90, line 673: Called by PC_BATL_PASS_FACE_FIELD:ADD_GHOST_FACE_FIELD PC_ModPassField.f90, line 97: Called by PC_MODMPI:PASS_CURRENT PIC_methods.f90, line 126: Called by PIC_ADVANCE PIC_main.f90, line 76: Called by PIC =================================================================================== = BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES = PID 39066 RUNNING AT mesh.engin.umich.edu = EXIT CODE: 6 = CLEANING UP REMAINING PROCESSES = YOU CAN IGNORE THE BELOW CLEANUP MESSAGES =================================================================================== YOUR APPLICATION TERMINATED WITH THE EXIT STRING: Abort trap: 6 (signal 6) This typically refers to a problem with your application. Please see the FAQ page for debugging suggestions /Applications/Xcode.app/Contents/Developer/usr/bin/make test_altor_2d_check /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/DiffNum.pl -t -r=1e-5 -a=3e-8 \ Param/TestOutput/log_Langmuir_2d.log run_test/PC/plots/log_n0001.log > test_altor_2d.diff ls -l test_altor_2d.diff -rw-r--r-- 1 gtoth 1410742483 87 Jul 3 22:47 test_altor_2d.diff /Applications/Xcode.app/Contents/Developer/usr/bin/make test_beam_compile ./Config.pl -g=800,20,1,80,0,0 Writing new grid size 800,20,1,80,0,0 into src/PC_ModSize.f90 and srcBATL/BATL_size.f90 /Applications/Xcode.app/Contents/Developer/usr/bin/make cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. cd srcBATL; make LIB WARNING in depend.pl: source file not found, skipping batl.o !!! /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 rm -f libBATL.a ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o ar: creating archive libBATL.a libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB FF=1.5 make libALTOR.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PC_ModSize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_ModFormFactor_1.5.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PC_ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PC_ModHybrid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_ModLaserBeam.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_ModField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PC_ModParticleInField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PC_ModPassField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_ModLogFile.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_ModOutput.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_set_param.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_methods.f90 rm -f libALTOR.a cp -f ../srcBATL/libBATL.a libALTOR.a ar -rs libALTOR.a PC_ModSize.o PIC_ModProc.o PIC_ModBatlInterface.o PIC_ModMain.o PIC_ModFormFactor_1.5.o PC_ModHybrid.o PIC_ModLaserBeam.o PIC_ModField.o PC_ModParticleInField.o PC_ModPassField.o PIC_ModParticles.o PC_ModPhysics.o PIC_ModRandom.o PIC_ModLogFile.o PIC_ModOutput.o PIC_set_param.o PIC_methods.o libALTOR.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make ALTOR FF=1.5 make /Users/gtoth/Tmp_nag_debug/SWMF/bin/ALTOR.exe nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_main.f90 rm -rf Tmp_; mkdir Tmp_ cd Tmp_; \ ar -x ../libALTOR.a; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a mpif90 -o /Users/gtoth/Tmp_nag_debug/SWMF/bin/ALTOR.exe PIC_main.o Tmp_/*.o \ -default_kinds:r=64 -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` -lgomp NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option rm -rf Tmp_ Program ALTOR has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make test_beam_rundir rm -rf run_test /Applications/Xcode.app/Contents/Developer/usr/bin/make rundir RUNDIR=run_test STANDALONE=YES PCDIR=`pwd` mkdir -p run_test/PC cd run_test/PC; \ ln -s /Users/gtoth/Tmp_nag_debug/SWMF/PC/ALTOR/Param . cd run_test; cp -f Param/PARAM.in.GaussianBeam PARAM.in; mkdir PC/plots/ /Applications/Xcode.app/Contents/Developer/usr/bin/make test_beam_run cd run_test; mpiexec -n 2 ./ALTOR.exe | tee -a runlog ModReadParam::read_file: read and broadcast nLine= 55 lines of text ----- Starting Session 1 ------ PIC_set_param: READ iSession = 1 iLine= 0 nLine = 1000 #DESCRIPTION 2 dimensional version #CHECKGRID 800 nX 20 nY 0 nPType #IOCYCLEWAVELENGTH #GRID 1 nRoot_D(1) nRoot_I 40 nRoot_D(2) nRoot_I 0.0 XyzMin_D(1) CoordMin 8.0 XyzMax_D(1) CoordMax -4.0 XyzMin_D(2) CoordMin 4.0 XyzMax_D(2) CoordMax #NORMALIZATION standard Normalization 1 nPPerCellCrit #LASERBEAM 13.0 Amplitude AmplitudeFocus 0.0 Amplitude3 AmplitudeFocus 0.250 PhaseShift 0.5 PulseWidth PulseWidthFocus 1.0 PulseWidth PulseWidthFocus 6.0 XyzFocus 0.0 XyzFocus 1 nEnvelope #FIELDBC laserbeam TypeFieldBC_S(x<0) TypeFieldBc_S(iSide) noreflect TypeFieldBC_S(x>nX.dx) TypeFieldBc_S(iSide) periodic TypeFieldBC_S(y<0) TypeFieldBc_S(iSide) periodic TypeFieldBC_S(y>nY.dy) TypeFieldBc_S(iSide) Periodic BC along the direction iDim= 2 #LOGFILE 1 nLogFile #TIMESTEP 0.007 Dt #SAVEFIELDMOMENTS ascii TypeFile 0 nStepOutMin 50 nStepOut #STOP -1 FinalStepIfPositiveOr MaxIteration 14.0 FinalTimeIfPositive tSimulationMax PIC_set_param: CHECK iSession = 1 Io2Si_V(UnitX_ )= 2.998E+08 m Io2Si_V(UnitU_ )= 2.998E+08 m/s Io2Si_V(UnitRho_ )= 2.862E-34 kg/m3 Io2Si_V(UnitT_ )= 1.000E+00 s Io2Si_V(UnitOmega_ )= 1.000E+00 1/s Io2Si_V(UnitN_ )= 3.142E-04 1/m3 Io2Si_V(UnitP_ )= 2.572E-17 N/m2 Io2Si_V(UnitB_ )= 5.686E-12 T Io2Si_V(UnitRhoU_ )= 8.581E-26 kg/s m2 Io2Si_V(UnitEnergyDens_ )= 2.572E-17 J/m3 Io2Si_V(UnitPoynting_ )= 7.712E-09 W/m2 Io2Si_V(UnitJ_ )= 1.509E-14 A/m2 Io2Si_V(UnitElectric_ )= 1.704E-03 V/m Io2Si_V(UnitTemperature_)= 5.930E+09 K Io2Si_V(UnitMass_ )= 9.109E-31 kg Io2Si_V(UnitCharge_ )= 1.602E-19 C Io2Si_V(UnitEnergy_ )= 2.312E+00 J Laser pulse of duration 5.00000E-01 is focused to a spot of 1.00000E+00 at the focal point Xyz= 6.00000E+00 0.00000E+00 PulseWidthBoundary_D= 2.40549E+00 timePulseBegin,timePulseEnd,xPulseCenter= 1.21026E+00 4.21026E+00 -2.72026E+00 Pulse should be focused at time= 8.72026E+00, it= 1245 ------------------------------------------------------------------------------- SORTED TIMING at step 0 on PE 0 name sec percent #iter #calls ------------------------------------------------------------------------------- PIC 1.60 100.00 1 1 ------------------------------------------------------------------------------- setup 1.60 100.00 1 1 ------------------------------------------------------------------------------- Resetting timing counters after setup. Speed is 0.0 p/s/pe after 1.5 s at N = 10 (7.0000E-02) Speed is 0.0 p/s/pe after 3.0 s at N = 20 (1.4000E-01) Speed is 0.0 p/s/pe after 4.7 s at N = 30 (2.1000E-01) Speed is 0.0 p/s/pe after 6.1 s at N = 40 (2.8000E-01) Speed is 0.0 p/s/pe after 7.6 s at N = 50 (3.5000E-01) Speed is 0.0 p/s/pe after 10.5 s at N = 60 (4.2000E-01) Speed is 0.0 p/s/pe after 12.0 s at N = 70 (4.9000E-01) Speed is 0.0 p/s/pe after 13.4 s at N = 80 (5.6000E-01) Speed is 0.0 p/s/pe after 14.9 s at N = 90 (6.3000E-01) Speed is 0.0 p/s/pe after 16.2 s at N = 100 (7.0000E-01) ------------------------------------------------------------------------------- TIMING TREE of depth 2 from step 0 to 100 on PE 0 name #iter #calls sec s/iter s/call percent ------------------------------------------------------------------------------- PIC 1 1 16.24 16.240 16.240 100.00 ------------------------------------------------------------------------------- advance 100 100 16.24 0.162 0.162 99.98 ------------------------------------------------------------------------------- Speed is 0.0 p/s/pe after 19.2 s at N = 110 (7.7000E-01) Speed is 0.0 p/s/pe after 20.6 s at N = 120 (8.4000E-01) Speed is 0.0 p/s/pe after 21.9 s at N = 130 (9.1000E-01) Speed is 0.0 p/s/pe after 23.4 s at N = 140 (9.8000E-01) Speed is 0.0 p/s/pe after 24.7 s at N = 150 (1.0500E+00) Speed is 0.0 p/s/pe after 27.7 s at N = 160 (1.1200E+00) Speed is 0.0 p/s/pe after 29.1 s at N = 170 (1.1900E+00) Speed is 0.0 p/s/pe after 30.5 s at N = 180 (1.2600E+00) Speed is 0.0 p/s/pe after 31.9 s at N = 190 (1.3300E+00) Speed is 0.0 p/s/pe after 33.3 s at N = 200 (1.4000E+00) ------------------------------------------------------------------------------- TIMING TREE of depth 2 from step 0 to 200 on PE 0 name #iter #calls sec s/iter s/call percent ------------------------------------------------------------------------------- PIC 1 1 33.32 33.323 33.323 100.00 ------------------------------------------------------------------------------- advance 200 200 33.32 0.167 0.167 99.98 ------------------------------------------------------------------------------- Speed is 0.0 p/s/pe after 36.2 s at N = 210 (1.4700E+00) Speed is 0.0 p/s/pe after 37.5 s at N = 220 (1.5400E+00) Speed is 0.0 p/s/pe after 38.9 s at N = 230 (1.6100E+00) Speed is 0.0 p/s/pe after 40.3 s at N = 240 (1.6800E+00) Speed is 0.0 p/s/pe after 41.7 s at N = 250 (1.7500E+00) Speed is 0.0 p/s/pe after 45.0 s at N = 260 (1.8200E+00) Speed is 0.0 p/s/pe after 46.6 s at N = 270 (1.8900E+00) Speed is 0.0 p/s/pe after 48.0 s at N = 280 (1.9600E+00) Speed is 0.0 p/s/pe after 49.4 s at N = 290 (2.0300E+00) Speed is 0.0 p/s/pe after 50.8 s at N = 300 (2.1000E+00) ------------------------------------------------------------------------------- TIMING TREE of depth 2 from step 0 to 300 on PE 0 name #iter #calls sec s/iter s/call percent ------------------------------------------------------------------------------- PIC 1 1 50.81 50.813 50.813 100.00 ------------------------------------------------------------------------------- advance 300 300 50.80 0.169 0.169 99.98 ------------------------------------------------------------------------------- Speed is 0.0 p/s/pe after 53.7 s at N = 310 (2.1700E+00) Speed is 0.0 p/s/pe after 55.1 s at N = 320 (2.2400E+00) Speed is 0.0 p/s/pe after 56.5 s at N = 330 (2.3100E+00) Speed is 0.0 p/s/pe after 57.9 s at N = 340 (2.3800E+00) Speed is 0.0 p/s/pe after 59.3 s at N = 350 (2.4500E+00) Speed is 0.0 p/s/pe after 62.3 s at N = 360 (2.5200E+00) Speed is 0.0 p/s/pe after 63.7 s at N = 370 (2.5900E+00) Speed is 0.0 p/s/pe after 65.0 s at N = 380 (2.6600E+00) Speed is 0.0 p/s/pe after 66.6 s at N = 390 (2.7300E+00) Speed is 0.0 p/s/pe after 68.0 s at N = 400 (2.8000E+00) ------------------------------------------------------------------------------- TIMING TREE of depth 2 from step 0 to 400 on PE 0 name #iter #calls sec s/iter s/call percent ------------------------------------------------------------------------------- PIC 1 1 67.99 67.991 67.991 100.00 ------------------------------------------------------------------------------- advance 400 400 67.98 0.170 0.170 99.98 ------------------------------------------------------------------------------- Speed is 0.0 p/s/pe after 71.1 s at N = 410 (2.8700E+00) Speed is 0.0 p/s/pe after 72.5 s at N = 420 (2.9400E+00) Speed is 0.0 p/s/pe after 73.9 s at N = 430 (3.0100E+00) Speed is 0.0 p/s/pe after 75.3 s at N = 440 (3.0800E+00) Speed is 0.0 p/s/pe after 77.4 s at N = 450 (3.1500E+00) Speed is 0.0 p/s/pe after 80.3 s at N = 460 (3.2200E+00) Speed is 0.0 p/s/pe after 81.7 s at N = 470 (3.2900E+00) Speed is 0.0 p/s/pe after 83.1 s at N = 480 (3.3600E+00) Speed is 0.0 p/s/pe after 84.5 s at N = 490 (3.4300E+00) Speed is 0.0 p/s/pe after 86.0 s at N = 500 (3.5000E+00) ------------------------------------------------------------------------------- TIMING TREE of depth 2 from step 0 to 500 on PE 0 name #iter #calls sec s/iter s/call percent ------------------------------------------------------------------------------- PIC 1 1 85.97 85.970 85.970 100.00 ------------------------------------------------------------------------------- advance 500 500 85.96 0.172 0.172 99.98 ------------------------------------------------------------------------------- Speed is 0.0 p/s/pe after 88.9 s at N = 510 (3.5700E+00) Speed is 0.0 p/s/pe after 90.4 s at N = 520 (3.6400E+00) Speed is 0.0 p/s/pe after 91.8 s at N = 530 (3.7100E+00) Speed is 0.0 p/s/pe after 93.3 s at N = 540 (3.7800E+00) Speed is 0.0 p/s/pe after 94.8 s at N = 550 (3.8500E+00) Speed is 0.0 p/s/pe after 97.9 s at N = 560 (3.9200E+00) Speed is 0.0 p/s/pe after 99.3 s at N = 570 (3.9900E+00) Speed is 0.0 p/s/pe after 100.7 s at N = 580 (4.0600E+00) Speed is 0.0 p/s/pe after 102.0 s at N = 590 (4.1300E+00) Speed is 0.0 p/s/pe after 103.4 s at N = 600 (4.2000E+00) ------------------------------------------------------------------------------- TIMING TREE of depth 2 from step 0 to 600 on PE 0 name #iter #calls sec s/iter s/call percent ------------------------------------------------------------------------------- PIC 1 1 103.43 103.428 103.428 100.00 ------------------------------------------------------------------------------- advance 600 600 103.41 0.172 0.172 99.98 ------------------------------------------------------------------------------- Speed is 0.0 p/s/pe after 106.6 s at N = 610 (4.2700E+00) Speed is 0.0 p/s/pe after 108.0 s at N = 620 (4.3400E+00) Speed is 0.0 p/s/pe after 109.3 s at N = 630 (4.4100E+00) Speed is 0.0 p/s/pe after 110.7 s at N = 640 (4.4800E+00) Speed is 0.0 p/s/pe after 112.1 s at N = 650 (4.5500E+00) Speed is 0.0 p/s/pe after 115.1 s at N = 660 (4.6200E+00) Speed is 0.0 p/s/pe after 117.3 s at N = 670 (4.6900E+00) Speed is 0.0 p/s/pe after 119.4 s at N = 680 (4.7600E+00) Speed is 0.0 p/s/pe after 121.1 s at N = 690 (4.8300E+00) Speed is 0.0 p/s/pe after 122.9 s at N = 700 (4.9000E+00) ------------------------------------------------------------------------------- TIMING TREE of depth 2 from step 0 to 700 on PE 0 name #iter #calls sec s/iter s/call percent ------------------------------------------------------------------------------- PIC 1 1 122.86 122.863 122.863 100.00 ------------------------------------------------------------------------------- advance 700 700 122.84 0.175 0.175 99.98 ------------------------------------------------------------------------------- Speed is 0.0 p/s/pe after 125.7 s at N = 710 (4.9700E+00) Speed is 0.0 p/s/pe after 127.1 s at N = 720 (5.0400E+00) Speed is 0.0 p/s/pe after 128.5 s at N = 730 (5.1100E+00) Speed is 0.0 p/s/pe after 129.9 s at N = 740 (5.1800E+00) Speed is 0.0 p/s/pe after 131.3 s at N = 750 (5.2500E+00) Speed is 0.0 p/s/pe after 134.2 s at N = 760 (5.3200E+00) Speed is 0.0 p/s/pe after 135.6 s at N = 770 (5.3900E+00) Speed is 0.0 p/s/pe after 137.4 s at N = 780 (5.4600E+00) Speed is 0.0 p/s/pe after 138.8 s at N = 790 (5.5300E+00) Speed is 0.0 p/s/pe after 140.2 s at N = 800 (5.6000E+00) ------------------------------------------------------------------------------- TIMING TREE of depth 2 from step 0 to 800 on PE 0 name #iter #calls sec s/iter s/call percent ------------------------------------------------------------------------------- PIC 1 1 140.20 140.204 140.204 100.00 ------------------------------------------------------------------------------- advance 800 800 140.18 0.175 0.175 99.98 ------------------------------------------------------------------------------- Speed is 0.0 p/s/pe after 143.1 s at N = 810 (5.6700E+00) Speed is 0.0 p/s/pe after 144.5 s at N = 820 (5.7400E+00) Speed is 0.0 p/s/pe after 145.9 s at N = 830 (5.8100E+00) Speed is 0.0 p/s/pe after 147.3 s at N = 840 (5.8800E+00) Speed is 0.0 p/s/pe after 148.7 s at N = 850 (5.9500E+00) Speed is 0.0 p/s/pe after 151.6 s at N = 860 (6.0200E+00) Speed is 0.0 p/s/pe after 153.0 s at N = 870 (6.0900E+00) Speed is 0.0 p/s/pe after 154.3 s at N = 880 (6.1600E+00) Speed is 0.0 p/s/pe after 155.7 s at N = 890 (6.2300E+00) Speed is 0.0 p/s/pe after 157.1 s at N = 900 (6.3000E+00) ------------------------------------------------------------------------------- TIMING TREE of depth 2 from step 0 to 900 on PE 0 name #iter #calls sec s/iter s/call percent ------------------------------------------------------------------------------- PIC 1 1 157.08 157.085 157.085 100.00 ------------------------------------------------------------------------------- advance 900 900 157.06 0.175 0.175 99.98 ------------------------------------------------------------------------------- Speed is 0.0 p/s/pe after 160.0 s at N = 910 (6.3700E+00) Speed is 0.0 p/s/pe after 161.4 s at N = 920 (6.4400E+00) Speed is 0.0 p/s/pe after 162.8 s at N = 930 (6.5100E+00) Speed is 0.0 p/s/pe after 164.2 s at N = 940 (6.5800E+00) Speed is 0.0 p/s/pe after 165.5 s at N = 950 (6.6500E+00) Speed is 0.0 p/s/pe after 168.7 s at N = 960 (6.7200E+00) Speed is 0.0 p/s/pe after 170.1 s at N = 970 (6.7900E+00) Speed is 0.0 p/s/pe after 171.5 s at N = 980 (6.8600E+00) Speed is 0.0 p/s/pe after 172.8 s at N = 990 (6.9300E+00) Speed is 0.0 p/s/pe after 174.2 s at N = 1000 (7.0000E+00) ------------------------------------------------------------------------------- TIMING TREE of depth 2 from step 0 to 1000 on PE 0 name #iter #calls sec s/iter s/call percent ------------------------------------------------------------------------------- PIC 1 1 174.20 174.201 174.201 100.00 ------------------------------------------------------------------------------- advance 1000 1000 174.17 0.174 0.174 99.98 ------------------------------------------------------------------------------- Speed is 0.0 p/s/pe after 177.2 s at N = 1010 (7.0700E+00) Speed is 0.0 p/s/pe after 178.5 s at N = 1020 (7.1400E+00) Speed is 0.0 p/s/pe after 179.9 s at N = 1030 (7.2100E+00) Speed is 0.0 p/s/pe after 181.3 s at N = 1040 (7.2800E+00) Speed is 0.0 p/s/pe after 182.6 s at N = 1050 (7.3500E+00) Speed is 0.0 p/s/pe after 185.6 s at N = 1060 (7.4200E+00) Speed is 0.0 p/s/pe after 186.9 s at N = 1070 (7.4900E+00) Speed is 0.0 p/s/pe after 188.3 s at N = 1080 (7.5600E+00) Speed is 0.0 p/s/pe after 189.7 s at N = 1090 (7.6300E+00) Speed is 0.0 p/s/pe after 191.0 s at N = 1100 (7.7000E+00) ------------------------------------------------------------------------------- TIMING TREE of depth 2 from step 0 to 1100 on PE 0 name #iter #calls sec s/iter s/call percent ------------------------------------------------------------------------------- PIC 1 1 191.04 191.042 191.042 100.00 ------------------------------------------------------------------------------- advance 1100 1100 191.01 0.174 0.174 99.98 ------------------------------------------------------------------------------- Speed is 0.0 p/s/pe after 194.0 s at N = 1110 (7.7700E+00) Speed is 0.0 p/s/pe after 195.4 s at N = 1120 (7.8400E+00) Speed is 0.0 p/s/pe after 197.2 s at N = 1130 (7.9100E+00) Speed is 0.0 p/s/pe after 198.5 s at N = 1140 (7.9800E+00) Speed is 0.0 p/s/pe after 199.9 s at N = 1150 (8.0500E+00) Speed is 0.0 p/s/pe after 202.8 s at N = 1160 (8.1200E+00) Speed is 0.0 p/s/pe after 204.2 s at N = 1170 (8.1900E+00) Speed is 0.0 p/s/pe after 205.6 s at N = 1180 (8.2600E+00) Speed is 0.0 p/s/pe after 206.9 s at N = 1190 (8.3300E+00) Speed is 0.0 p/s/pe after 208.3 s at N = 1200 (8.4000E+00) ------------------------------------------------------------------------------- TIMING TREE of depth 2 from step 0 to 1200 on PE 0 name #iter #calls sec s/iter s/call percent ------------------------------------------------------------------------------- PIC 1 1 208.31 208.306 208.306 100.00 ------------------------------------------------------------------------------- advance 1200 1200 208.27 0.174 0.174 99.98 ------------------------------------------------------------------------------- Speed is 0.0 p/s/pe after 211.3 s at N = 1210 (8.4700E+00) Speed is 0.0 p/s/pe after 212.6 s at N = 1220 (8.5400E+00) Speed is 0.0 p/s/pe after 214.0 s at N = 1230 (8.6100E+00) Speed is 0.0 p/s/pe after 215.4 s at N = 1240 (8.6800E+00) Speed is 0.0 p/s/pe after 216.7 s at N = 1250 (8.7500E+00) Speed is 0.0 p/s/pe after 219.7 s at N = 1260 (8.8200E+00) Speed is 0.0 p/s/pe after 221.0 s at N = 1270 (8.8900E+00) Speed is 0.0 p/s/pe after 222.4 s at N = 1280 (8.9600E+00) Speed is 0.0 p/s/pe after 223.8 s at N = 1290 (9.0300E+00) Speed is 0.0 p/s/pe after 225.1 s at N = 1300 (9.1000E+00) ------------------------------------------------------------------------------- TIMING TREE of depth 2 from step 0 to 1300 on PE 0 name #iter #calls sec s/iter s/call percent ------------------------------------------------------------------------------- PIC 1 1 225.14 225.142 225.142 100.00 ------------------------------------------------------------------------------- advance 1300 1300 225.10 0.173 0.173 99.98 ------------------------------------------------------------------------------- Speed is 0.0 p/s/pe after 228.6 s at N = 1310 (9.1700E+00) Speed is 0.0 p/s/pe after 230.0 s at N = 1320 (9.2400E+00) Speed is 0.0 p/s/pe after 231.3 s at N = 1330 (9.3100E+00) Speed is 0.0 p/s/pe after 232.7 s at N = 1340 (9.3800E+00) Speed is 0.0 p/s/pe after 234.1 s at N = 1350 (9.4500E+00) Speed is 0.0 p/s/pe after 237.0 s at N = 1360 (9.5200E+00) Speed is 0.0 p/s/pe after 238.4 s at N = 1370 (9.5900E+00) Speed is 0.0 p/s/pe after 239.8 s at N = 1380 (9.6600E+00) Speed is 0.0 p/s/pe after 241.1 s at N = 1390 (9.7300E+00) Speed is 0.0 p/s/pe after 242.5 s at N = 1400 (9.8000E+00) ------------------------------------------------------------------------------- TIMING TREE of depth 2 from step 0 to 1400 on PE 0 name #iter #calls sec s/iter s/call percent ------------------------------------------------------------------------------- PIC 1 1 242.50 242.504 242.504 100.00 ------------------------------------------------------------------------------- advance 1400 1400 242.46 0.173 0.173 99.98 ------------------------------------------------------------------------------- Speed is 0.0 p/s/pe after 245.4 s at N = 1410 (9.8700E+00) Speed is 0.0 p/s/pe after 246.8 s at N = 1420 (9.9400E+00) Speed is 0.0 p/s/pe after 248.2 s at N = 1430 (1.0010E+01) Speed is 0.0 p/s/pe after 249.5 s at N = 1440 (1.0080E+01) Speed is 0.0 p/s/pe after 250.9 s at N = 1450 (1.0150E+01) Speed is 0.0 p/s/pe after 253.8 s at N = 1460 (1.0220E+01) Speed is 0.0 p/s/pe after 255.2 s at N = 1470 (1.0290E+01) Speed is 0.0 p/s/pe after 256.7 s at N = 1480 (1.0360E+01) Speed is 0.0 p/s/pe after 258.1 s at N = 1490 (1.0430E+01) Speed is 0.0 p/s/pe after 259.5 s at N = 1500 (1.0500E+01) ------------------------------------------------------------------------------- TIMING TREE of depth 2 from step 0 to 1500 on PE 0 name #iter #calls sec s/iter s/call percent ------------------------------------------------------------------------------- PIC 1 1 259.46 259.457 259.457 100.00 ------------------------------------------------------------------------------- advance 1500 1500 259.41 0.173 0.173 99.98 ------------------------------------------------------------------------------- Speed is 0.0 p/s/pe after 262.4 s at N = 1510 (1.0570E+01) Speed is 0.0 p/s/pe after 263.8 s at N = 1520 (1.0640E+01) Speed is 0.0 p/s/pe after 265.1 s at N = 1530 (1.0710E+01) Speed is 0.0 p/s/pe after 266.5 s at N = 1540 (1.0780E+01) Speed is 0.0 p/s/pe after 267.9 s at N = 1550 (1.0850E+01) Speed is 0.0 p/s/pe after 270.9 s at N = 1560 (1.0920E+01) Speed is 0.0 p/s/pe after 272.2 s at N = 1570 (1.0990E+01) Speed is 0.0 p/s/pe after 273.6 s at N = 1580 (1.1060E+01) Speed is 0.0 p/s/pe after 275.0 s at N = 1590 (1.1130E+01) Speed is 0.0 p/s/pe after 276.3 s at N = 1600 (1.1200E+01) ------------------------------------------------------------------------------- TIMING TREE of depth 2 from step 0 to 1600 on PE 0 name #iter #calls sec s/iter s/call percent ------------------------------------------------------------------------------- PIC 1 1 276.33 276.331 276.331 100.00 ------------------------------------------------------------------------------- advance 1600 1600 276.28 0.173 0.173 99.98 ------------------------------------------------------------------------------- Speed is 0.0 p/s/pe after 279.3 s at N = 1610 (1.1270E+01) Speed is 0.0 p/s/pe after 280.6 s at N = 1620 (1.1340E+01) Speed is 0.0 p/s/pe after 282.0 s at N = 1630 (1.1410E+01) Speed is 0.0 p/s/pe after 283.4 s at N = 1640 (1.1480E+01) Speed is 0.0 p/s/pe after 284.7 s at N = 1650 (1.1550E+01) Speed is 0.0 p/s/pe after 288.3 s at N = 1660 (1.1620E+01) Speed is 0.0 p/s/pe after 289.7 s at N = 1670 (1.1690E+01) Speed is 0.0 p/s/pe after 291.0 s at N = 1680 (1.1760E+01) Speed is 0.0 p/s/pe after 292.4 s at N = 1690 (1.1830E+01) Speed is 0.0 p/s/pe after 293.8 s at N = 1700 (1.1900E+01) ------------------------------------------------------------------------------- TIMING TREE of depth 2 from step 0 to 1700 on PE 0 name #iter #calls sec s/iter s/call percent ------------------------------------------------------------------------------- PIC 1 1 293.79 293.789 293.789 100.00 ------------------------------------------------------------------------------- advance 1700 1700 293.74 0.173 0.173 99.98 ------------------------------------------------------------------------------- Speed is 0.0 p/s/pe after 296.7 s at N = 1710 (1.1970E+01) Speed is 0.0 p/s/pe after 298.1 s at N = 1720 (1.2040E+01) Speed is 0.0 p/s/pe after 299.5 s at N = 1730 (1.2110E+01) Speed is 0.0 p/s/pe after 300.8 s at N = 1740 (1.2180E+01) Speed is 0.0 p/s/pe after 302.2 s at N = 1750 (1.2250E+01) Speed is 0.0 p/s/pe after 305.2 s at N = 1760 (1.2320E+01) Speed is 0.0 p/s/pe after 306.5 s at N = 1770 (1.2390E+01) Speed is 0.0 p/s/pe after 307.9 s at N = 1780 (1.2460E+01) Speed is 0.0 p/s/pe after 309.3 s at N = 1790 (1.2530E+01) Speed is 0.0 p/s/pe after 310.6 s at N = 1800 (1.2600E+01) ------------------------------------------------------------------------------- TIMING TREE of depth 2 from step 0 to 1800 on PE 0 name #iter #calls sec s/iter s/call percent ------------------------------------------------------------------------------- PIC 1 1 310.64 310.639 310.639 100.00 ------------------------------------------------------------------------------- advance 1800 1800 310.59 0.173 0.173 99.98 ------------------------------------------------------------------------------- Speed is 0.0 p/s/pe after 313.6 s at N = 1810 (1.2670E+01) Speed is 0.0 p/s/pe after 315.0 s at N = 1820 (1.2740E+01) Speed is 0.0 p/s/pe after 316.3 s at N = 1830 (1.2810E+01) Speed is 0.0 p/s/pe after 317.8 s at N = 1840 (1.2880E+01) Speed is 0.0 p/s/pe after 319.2 s at N = 1850 (1.2950E+01) Speed is 0.0 p/s/pe after 322.1 s at N = 1860 (1.3020E+01) Speed is 0.0 p/s/pe after 323.5 s at N = 1870 (1.3090E+01) Speed is 0.0 p/s/pe after 324.9 s at N = 1880 (1.3160E+01) Speed is 0.0 p/s/pe after 326.2 s at N = 1890 (1.3230E+01) Speed is 0.0 p/s/pe after 327.6 s at N = 1900 (1.3300E+01) ------------------------------------------------------------------------------- TIMING TREE of depth 2 from step 0 to 1900 on PE 0 name #iter #calls sec s/iter s/call percent ------------------------------------------------------------------------------- PIC 1 1 327.60 327.604 327.604 100.00 ------------------------------------------------------------------------------- advance 1900 1900 327.55 0.172 0.172 99.98 ------------------------------------------------------------------------------- Speed is 0.0 p/s/pe after 330.6 s at N = 1910 (1.3370E+01) Speed is 0.0 p/s/pe after 332.0 s at N = 1920 (1.3440E+01) Speed is 0.0 p/s/pe after 333.4 s at N = 1930 (1.3510E+01) Speed is 0.0 p/s/pe after 334.7 s at N = 1940 (1.3580E+01) Speed is 0.0 p/s/pe after 336.1 s at N = 1950 (1.3650E+01) Speed is 0.0 p/s/pe after 339.0 s at N = 1960 (1.3720E+01) Speed is 0.0 p/s/pe after 340.4 s at N = 1970 (1.3790E+01) Speed is 0.0 p/s/pe after 341.8 s at N = 1980 (1.3860E+01) Speed is 0.0 p/s/pe after 343.1 s at N = 1990 (1.3930E+01) Speed is 0.0 p/s/pe after 344.5 s at N = 2000 (1.4000E+01) ------------------------------------------------------------------------------- TIMING TREE of depth 2 from step 0 to 2000 on PE 0 name #iter #calls sec s/iter s/call percent ------------------------------------------------------------------------------- PIC 1 1 344.51 344.509 344.509 100.00 ------------------------------------------------------------------------------- advance 2000 2000 344.45 0.172 0.172 99.98 ------------------------------------------------------------------------------- Speed is 0.0 p/s/pe after 344.5 s at N = 2000 (1.4000E+01) ------------------------------------------------------------------------------- TIMING TREE of depth 2 from step 0 to 2001 on PE 0 name #iter #calls sec s/iter s/call percent ------------------------------------------------------------------------------- PIC 1 1 344.51 344.510 344.510 100.00 ------------------------------------------------------------------------------- advance 2000 2000 344.45 0.172 0.172 99.98 ------------------------------------------------------------------------------- Finished Numerical Simulation ----------------------------- ------------------------------------------------------------------------------- SORTED TIMING from step 0 to 2001 on PE 0 name sec percent #iter #calls ------------------------------------------------------------------------------- PIC 344.51 100.00 1 1 ------------------------------------------------------------------------------- advance 344.45 99.98 2000 2000 adv_b 103.29 29.98 2000 4000 adv_e 63.68 18.49 2000 2000 message_pass_field 0.74 0.22 2000 2000 ------------------------------------------------------------------------------- Finished Saving Output Files ---------------------------- Warning: Floating underflow occurred Warning: Floating underflow occurred /Applications/Xcode.app/Contents/Developer/usr/bin/make test_beam_check /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/DiffNum.pl -t -r=1e-5 -a=3e-8 \ Param/TestOutput/log_beam.log \ run_test/PC/plots/log_n0001.log > test_beam.diff ls -l test_beam.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:53 test_beam.diff /Applications/Xcode.app/Contents/Developer/usr/bin/make test_foil_compile ./Config.pl -g=800,20,1,8,1,1500000 Writing new grid size 800,20,1,8,1,1500000 into src/PC_ModSize.f90 and srcBATL/BATL_size.f90 /Applications/Xcode.app/Contents/Developer/usr/bin/make cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. cd srcBATL; make LIB WARNING in depend.pl: source file not found, skipping batl.o !!! /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 rm -f libBATL.a ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o ar: creating archive libBATL.a libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB FF=1.5 make libALTOR.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PC_ModSize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_ModFormFactor_1.5.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PC_ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PC_ModHybrid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_ModLaserBeam.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_ModField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PC_ModParticleInField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PC_ModPassField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_ModLogFile.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_ModOutput.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_set_param.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_methods.f90 rm -f libALTOR.a cp -f ../srcBATL/libBATL.a libALTOR.a ar -rs libALTOR.a PC_ModSize.o PIC_ModProc.o PIC_ModBatlInterface.o PIC_ModMain.o PIC_ModFormFactor_1.5.o PC_ModHybrid.o PIC_ModLaserBeam.o PIC_ModField.o PC_ModParticleInField.o PC_ModPassField.o PIC_ModParticles.o PC_ModPhysics.o PIC_ModRandom.o PIC_ModLogFile.o PIC_ModOutput.o PIC_set_param.o PIC_methods.o libALTOR.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make ALTOR FF=1.5 make /Users/gtoth/Tmp_nag_debug/SWMF/bin/ALTOR.exe nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -I../srcBATL -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PIC_main.f90 rm -rf Tmp_; mkdir Tmp_ cd Tmp_; \ ar -x ../libALTOR.a; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a mpif90 -o /Users/gtoth/Tmp_nag_debug/SWMF/bin/ALTOR.exe PIC_main.o Tmp_/*.o \ -default_kinds:r=64 -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` -lgomp NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option rm -rf Tmp_ Program ALTOR has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make test_foil_rundir rm -rf run_test /Applications/Xcode.app/Contents/Developer/usr/bin/make rundir RUNDIR=run_test STANDALONE=YES PCDIR=`pwd` mkdir -p run_test/PC cd run_test/PC; \ ln -s /Users/gtoth/Tmp_nag_debug/SWMF/PC/ALTOR/Param . cd run_test; cp -f Param/PARAM.FOIL PARAM.in; mkdir PC/plots/ /Applications/Xcode.app/Contents/Developer/usr/bin/make test_foil_run cd run_test; mpiexec -n 2 ./ALTOR.exe >runlog Fatal error in MPI_Irecv: Invalid count, error stack: MPI_Irecv(153): MPI_Irecv(buf=0x10b53fee0, count=-314665430, MPI_DOUBLE_PRECISION, src=1, tag=10, MPI_COMM_WORLD, request=0x10b53fd10) failed MPI_Irecv(97).: Negative count, value is -314665430 make[4]: *** [test_foil_run] Error 2 make[3]: *** [test_foil] Error 2 make[2]: [test] Error 2 (ignored) ls -lt test*.diff -rw-r--r-- 1 gtoth 1410742483 58 Jul 3 22:53 test_foil.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:53 test_beam.diff -rw-r--r-- 1 gtoth 1410742483 87 Jul 3 22:47 test_altor_2d.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:42 test_altor.diff echo "Use make test_all to run the AMPS tests" Use make test_all to run the AMPS tests make[2]: *** No rule to make target `test'. Stop. /Applications/Xcode.app/Contents/Developer/usr/bin/make test_ipic3d_compile ./Config.pl -pseudrand=true -BATSRUS=false -sethdf5 /Applications/Xcode.app/Contents/Developer/usr/bin/make IPIC3D cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make IPIC3D /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make ../libIPIC3D/libIPIC3D.a mpicxx -Iinclude -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -DPSEUDRAND -DNG_P=1 -c -O0 -g -std=c++14 bc/BcFields3D.cpp -o bc/BcFields3D.o mpicxx -Iinclude -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -DPSEUDRAND -DNG_P=1 -c -O0 -g -std=c++14 communication/Com3DNonblk.cpp -o communication/Com3DNonblk.o mpicxx -Iinclude -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -DPSEUDRAND -DNG_P=1 -c -O0 -g -std=c++14 communication/VCtopology3D.cpp -o communication/VCtopology3D.o mpicxx -Iinclude -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -DPSEUDRAND -DNG_P=1 -c -O0 -g -std=c++14 ConfigFile/src/ConfigFile.cpp -o ConfigFile/src/ConfigFile.o mpicxx -Iinclude -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -DPSEUDRAND -DNG_P=1 -c -O0 -g -std=c++14 fields/Moments.cpp -o fields/Moments.o mpicxx -Iinclude -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -DPSEUDRAND -DNG_P=1 -c -O0 -g -std=c++14 fields/EMfields3D.cpp -o fields/EMfields3D.o mpicxx -Iinclude -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -DPSEUDRAND -DNG_P=1 -c -O0 -g -std=c++14 grids/Grid3DCU.cpp -o grids/Grid3DCU.o mpicxx -Iinclude -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -DPSEUDRAND -DNG_P=1 -c -O0 -g -std=c++14 inputoutput/phdf5.cpp -o inputoutput/phdf5.o mpicxx -Iinclude -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -DPSEUDRAND -DNG_P=1 -c -O0 -g -std=c++14 inputoutput/ParallelIO.cpp -o inputoutput/ParallelIO.o mpicxx -Iinclude -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -DPSEUDRAND -DNG_P=1 -c -O0 -g -std=c++14 inputoutput/OutputWrapperFPP.cpp -o inputoutput/OutputWrapperFPP.o mpicxx -Iinclude -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -DPSEUDRAND -DNG_P=1 -c -O0 -g -std=c++14 inputoutput/WriteOutputParallel.cpp -o inputoutput/WriteOutputParallel.o mpicxx -Iinclude -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -DPSEUDRAND -DNG_P=1 -c -O0 -g -std=c++14 main/iPic3Dlib.cpp -o main/iPic3Dlib.o mpicxx -Iinclude -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -DPSEUDRAND -DNG_P=1 -c -O0 -g -std=c++14 main/Collective.cpp -o main/Collective.o mpicxx -Iinclude -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -DPSEUDRAND -DNG_P=1 -c -O0 -g -std=c++14 main/Parameters.cpp -o main/Parameters.o mpicxx -Iinclude -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -DPSEUDRAND -DNG_P=1 -c -O0 -g -std=c++14 mathlib/EllipticF.cpp -o mathlib/EllipticF.o mpicxx -Iinclude -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -DPSEUDRAND -DNG_P=1 -c -O0 -g -std=c++14 particles/Particles3D.cpp -o particles/Particles3D.o mpicxx -Iinclude -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -DPSEUDRAND -DNG_P=1 -c -O0 -g -std=c++14 particles/Particles3Dcomm.cpp -o particles/Particles3Dcomm.o mpicxx -Iinclude -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -DPSEUDRAND -DNG_P=1 -c -O0 -g -std=c++14 performances/Timing.cpp -o performances/Timing.o mpicxx -Iinclude -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -DPSEUDRAND -DNG_P=1 -c -O0 -g -std=c++14 PSKOutput3D/PSKhdf5adaptor.cpp -o PSKOutput3D/PSKhdf5adaptor.o mpicxx -Iinclude -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -DPSEUDRAND -DNG_P=1 -c -O0 -g -std=c++14 solvers/CG.cpp -o solvers/CG.o mpicxx -Iinclude -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -DPSEUDRAND -DNG_P=1 -c -O0 -g -std=c++14 solvers/GMRES.cpp -o solvers/GMRES.o mpicxx -Iinclude -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -DPSEUDRAND -DNG_P=1 -c -O0 -g -std=c++14 solvers/LinearSolver.cpp -o solvers/LinearSolver.o mpicxx -Iinclude -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -DPSEUDRAND -DNG_P=1 -c -O0 -g -std=c++14 utility/asserts.cpp -o utility/asserts.o mpicxx -Iinclude -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -DPSEUDRAND -DNG_P=1 -c -O0 -g -std=c++14 utility/debug.cpp -o utility/debug.o mpicxx -Iinclude -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -DPSEUDRAND -DNG_P=1 -c -O0 -g -std=c++14 utility/IDgenerator.cpp -o utility/IDgenerator.o mpicxx -Iinclude -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -DPSEUDRAND -DNG_P=1 -c -O0 -g -std=c++14 utility/Basic.cpp -o utility/Basic.o mpicxx -Iinclude -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -DPSEUDRAND -DNG_P=1 -c -O0 -g -std=c++14 utility/TimeTasks.cpp -o utility/TimeTasks.o mpicxx -Iinclude -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -DPSEUDRAND -DNG_P=1 -c -O0 -g -std=c++14 utility/MPIdata.cpp -o utility/MPIdata.o mpicxx -Iinclude -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -DPSEUDRAND -DNG_P=1 -c -O0 -g -std=c++14 utility/errors.cpp -o utility/errors.o ar -rs ../libIPIC3D/libIPIC3D.a bc/BcFields3D.o communication/Com3DNonblk.o communication/VCtopology3D.o ConfigFile/src/ConfigFile.o fields/Moments.o fields/EMfields3D.o grids/Grid3DCU.o inputoutput/phdf5.o inputoutput/ParallelIO.o inputoutput/OutputWrapperFPP.o inputoutput/WriteOutputParallel.o main/iPic3Dlib.o main/Collective.o main/Parameters.o mathlib/EllipticF.o particles/Particles3D.o particles/Particles3Dcomm.o performances/Timing.o PSKOutput3D/PSKhdf5adaptor.o solvers/CG.o solvers/GMRES.o solvers/LinearSolver.o utility/asserts.o utility/debug.o utility/IDgenerator.o utility/Basic.o utility/TimeTasks.o utility/MPIdata.o utility/errors.o ar: creating archive ../libIPIC3D/libIPIC3D.a /opt/local/bin/ranlib: file: ../libIPIC3D/libIPIC3D.a(LinearSolver.o) has no symbols ../libIPIC3D/libIPIC3D.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make iPic3D.o mpicxx -Iinclude -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -DPSEUDRAND -DNG_P=1 -c -O0 -g -std=c++14 iPic3D.cpp -o iPic3D.o mpicxx -o /Users/gtoth/Tmp_nag_debug/SWMF/bin/IPIC3D.exe ../libIPIC3D/libIPIC3D.a iPic3D.o \ -L../libIPIC3D/ -lIPIC3D -lstdc++ Program IPIC3D has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make test_ipic3d_rundir rm -rf run_test /Applications/Xcode.app/Contents/Developer/usr/bin/make rundir RUNDIR=run_test STANDALONE="YES" PWDIR=`pwd` mkdir -p run_test/PC cd run_test/PC; \ mkdir restartIN restartOUT plots;\ ln -s /Users/gtoth/Tmp_nag_debug/SWMF/bin/PostIDL.exe .; \ cp /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/pIDL .; /Applications/Xcode.app/Contents/Developer/usr/bin/make test_ipic3d_run cd run_test; mpiexec -n 4 ./IPIC3D.exe IPIC.in > runlog /Applications/Xcode.app/Contents/Developer/usr/bin/make test_ipic3d_check -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:54 test_ipic3d.diff ./Config.pl -BATSRUS=true echo "PS/DGCPM test is incomplete" > notest.diff echo "Use make test_all to run the AMPS tests" Use make test_all to run the AMPS tests make test_compile PLANET=Saturn ./Config.pl -Saturn make PWOM cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcIE; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcUA; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 ModIri90.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 ModMsis90.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 ModMsis00.f rm -f /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a ModIri90.o ModMsis90.o ModMsis00.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcIndices; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a has been brought up to date. cd srcTWOSTREAM; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSE.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGrid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 geomag.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSeProduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSeCross.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 Mod3DAtmos.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBackground.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElecTrans.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 twostream_init.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCouplePWOMtoTWOSTREAM.f90 rm -f /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSE.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSE.a ModGrid.o geomag.o ModSeProduction.o ModSeCross.o ModBackground.o ModElecTrans.o twostream_init.o ModCouplePWOMtoTWOSTREAM.o Mod3DAtmos.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSE.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSE.a has been brought up to date. cd src; make PWOM nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParameters.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticle.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModOvation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNeutralPW.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGmPressure.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPwTime.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLatLon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhotoElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 cvmgp.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 getcfeh2_planet.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 get_rate_planet.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 Get_Neutral.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCommonPlanet_planet.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPW.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPass.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCommonVariables.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 write_restart.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 calc_diffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 print_electrodynamics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 get_weimer_potential.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 main.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPwImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAurora.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPwPlot.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 solver.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 eheat_flux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 eheat_flux_explicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 iheat_flux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 calcdt.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 diffusion.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 calc_cfl.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 solver_rusanov.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 read_restart.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 set_vertical_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 calc_dt.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 calc_centrifugal.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 startupPW_planet.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 neutral_atmosphere_planet.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 collisionPW_planet.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 calc_chemical_equilibrium_planet.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 upper_heat_conduction_planet.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 set_upper_bc.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 pw.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 get_electrodynamic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 polar_wind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 set_parameters.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 initialize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 Efield.f90 rm -rf Tmp_; mkdir Tmp_ cd Tmp_; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSE.a mpif90 -o /Users/gtoth/Tmp_nag_debug/SWMF/bin/PWOM.exe main.o ModParticle.o ModOvation.o ModPW.o ModParameters.o ModCommonPlanet_planet.o ModCommonVariables.o ModNeutralPW.o ModPass.o ModPwImplicit.o ModGmPressure.o ModAurora.o ModPwTime.o ModLatLon.o ModPwPlot.o ModWaves.o ModPhotoElectron.o pw.o polar_wind.o set_parameters.o initialize.o solver.o cvmgp.o Efield.o eheat_flux.o eheat_flux_explicit.o iheat_flux.o calcdt.o diffusion.o calc_cfl.o calc_diffusion.o solver_rusanov.o Get_Neutral.o get_electrodynamic.o print_electrodynamics.o write_restart.o set_upper_bc.o get_weimer_potential.o read_restart.o set_vertical_grid.o calc_dt.o calc_centrifugal.o getcfeh2_planet.o startupPW_planet.o neutral_atmosphere_planet.o collisionPW_planet.o calc_chemical_equilibrium_planet.o upper_heat_conduction_planet.o get_rate_planet.o Tmp_/*.o \ -default_kinds:r=64 -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` -lgomp NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option PWOM.exe has been created make test_rundir rm -rf run_test make rundir RUNDIR=run_test STANDALONE="YES" PWDIR=`pwd` mkdir -p run_test/PW cd run_test/PW; \ mkdir restartIN restartOUT plots; \ cp /Users/gtoth/Tmp_nag_debug/SWMF/PW/PWOM/data/input/Saturn/restartfiles/restart_iline* restartIN/ ;\ cp /Users/gtoth/Tmp_nag_debug/SWMF/PW/PWOM/data/input/Saturn/*.dat .;\ cp /Users/gtoth/Tmp_nag_debug/SWMF/PW/PWOM/data/input/Saturn/*.txt .;\ cp -r /Users/gtoth/Tmp_nag_debug/SWMF/PW/PWOM/data/IRI_DATA .;\ cp -r /Users/gtoth/Tmp_nag_debug/SWMF/PW/PWOM/data/crossection_data/*dat .;\ cp -r /Users/gtoth/Tmp_nag_debug/SWMF/PW/PWOM/data/nightside_fluxes/*dat .;\ cp /Users/gtoth/Tmp_nag_debug/SWMF/PW/PWOM/data/input/*dat . cp: /Users/gtoth/Tmp_nag_debug/SWMF/PW/PWOM/data/input/Saturn/*.txt: No such file or directory make test_run cd run_test; mpiexec -n 2 ./PWOM.exe ModReadParam::read_file: read and broadcast nLine= 36 lines of text #ROTATION F IsCentrifugal UseCentrifugal #SAVEPLOT 1.0 DtSavePlot -1 DnSavePlot T SaveFirst #SCHEME Rusanov TypeSolver Rusanov TypeFlux 0.01 DtVertical F IsFullyImplicit T IsPointImplicit F IsPointImplicitAll #MOTION F IsMoveFluxTube DoMoveLine #FAC F IsUseJr #VERTICALGRID 800 nPoints 0.75e7 DeltaR #FIELDLINE 8 nTotalLine #STOP 100.0 Tmax -1 MaxStep #STET Initiallizing Planet SATURN Initiallizing Planet SATURN H+(1400km)= 1.7781501517223910E+02 , H3+(1400km)= 7.1908691236491713E+03 , H2+(1400km)= 0.4950000000000000 H+(1400km)= 1.7781501517223910E+02 , H3+(1400km)= 7.1908691236491713E+03 , H2+(1400km)= 0.4950000000000000 0.0000000000000000 6.1743000000000000E+09 3 Restart: T 0.0000000000000000 6.174300000 1.00000000E+09 3 000000000000000E-02 Restart: T 1.0000000000000000E-02 H+(1400km)= 1.7781501517223910E+02 , H3+(1400km)= 7.1908691236491713E+03 , H2+(1400km)= 0.4950000000000000 0.0000000000000000 6.1743000000000000E+09 3 Restart: T 1.0000000000000000E-02 H+(1400km)= 1.7781501517223910E+02 , H3+(1400km)= 7.1908691236491713E+03 , H2+(1400km)= 0.4950000000000000 0.0000000000000000 6.1743000000000000E+09 3 Restart: T 1.0000000000000000E-02 H+(1400km)= 1.7781501517223910E+02 , H3+(1400km)= 7.1908691236491713E+03 , H2+(1400km)= 0.4950000000000000 H+(1400km)= 1.7781501517223910E+02 , H3+(1400km)= 7.1908691236491713E+03 , H2+(1400km)= 0.4950000000000000 0.0000000000000000 6.1743000000000000E+09 3 Restart: T 1.0000000000000000E-02 0.0000000000000000 6.1743000000000000E+09 3 Restart: T 1.0000000000000000E-02 H+(1400km)= 1.7781501517223910E+02 , H3+(1400km)= 7.1908691236491713E+03 , H2+(1400km)= 0.4950000000000000 0.0000000000000000 6. H+(1400km)= 1.7717430815015172239100000000000E+09 3 0E+02 , H3+(1400km)= 7.1908691236491713E+03 , H2+ R(1400km)= estart: T 0.4950000000000000 1.0000000000000000E-02 0.0000000000000000 6.1743000000000000E+09 3 Restart: T 1.0000000000000000E-02 H+(1400km)= 1.7781501517223910E+02 , H3+(1400km)= 7.1908691236491713E+03 , H2+(1400km)= 0.4950000000000000 0.0000000000000000 6.1743000000000000E+09 3 Restart: T 1.0000000000000000E-02 H+(1400km)= 1.7781501517223910E+02 , H3+(1400km)= 7.1908691236491713E+03 , H2+(1400km)= 0.4950000000000000 0.0000000000000000 6.1743000000000000E+09 3 Restart: T 1.0000000000000000E-02 H+(1400km)= 1.7781501517223910E+02 , H3+(1400km)= 7.1908691236491713E+03 , H+(1400km)= 1.7781501517223910E+02 , H3+(1400km)= 7.190H2+(1400km)= 0.4950000000000000 8691236491713E+03 , H2+(1400km)= 0.4950000000000000 0.0000000000000000 6.1743000000000000E+09 3 Restart: T 1.0000000000000000E-02 0.0000000000000000 6.1743000000000000E+09 3 Restart: T 1.0000000000000000E-02 H+(1400km)= 1.7781501517223910E+02 , H3+(1400km)= 7.1908691236491713E+03 , H2+(1400km)= 0.4950000000000000 0.0000000000000000 6.1743000000000000E+09 3 Restart: T 1.0000000000000000E-02 H+(1400km)= 1.7781501517223910E+02 , H3+(1400km)= 7.1908691236491713E+03 , H2+(1400km)= 0.4950000000000000 0.0000000000000000 6.1743000000000000E+09 3 Restart: T 1.0000000000000000E-02 H+(1400km)= 1.7781501517223910E+02 , H3+(1400km)= 7.1908691236491713E+03 , H2+(1400km) H+(1400km)= = 0.495000000001.7781501517223910E+0200000 , H3+(1400km)= 7.1908691236491713E+03 , H2+(1400km)= 0.4950000000000000 0.0000000000000000 6.1743000000000000E+09 3 Rest 0.art: T 0000000000000000 6.1743000000000000E+09 3 Restart: T 1.0000000000000000E-02 1.0000000000000000E-02 Finished PWOM run, (reporting timings) -------------------------------------- ------------------------------------------------------------------------------- SORTED TIMING at step 0 on PE 0 name sec percent #iter #calls ------------------------------------------------------------------------------- PWOM 134.15 100.00 1 1 ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- Warning: Floating underflow occurred Warning: Floating underflow occurred make test_check ls -l *.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:56 test_Saturn.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:56 test_Saturn_plots.diff make test_restart_save cp data/input/Saturn/restartfiles/restart_iline* run_test/PW/restartIN/ cp input/Saturn/PARAM.in.restartsave run_test/PARAM.in cd run_test; mpiexec -n 2 ./PWOM.exe ModReadParam::read_file: read and broadcast nLine= 32 lines of text #ROTATION F IsCentrifugal UseCentrifugal #SAVEPLOT 1.0 DtSavePlot -1 DnSavePlot T SaveFirst #SCHEME Rusanov TypeSolver Rusanov TypeSolver TypeFlux 0.01 DtVertical F IsFullyImplicit T IsPointImplicit F IsPointImplicitAll #MOTION F IsMoveFluxTube DoMoveLine #FAC F IsUseJr #VERTICALGRID 800 nPoints 0.75e7 DeltaR #FIELDLINE 8 nTotalLine #STOP 50.0 Tmax -1 MaxStep Initiallizing Planet SATURN Initiallizing Planet SATURN H+(1400km)= 1.7781501517223910E+02 , H3+(1400km)= 7.1908691236491713E+03 , H2+(1400km)= 0.4950000000000000 H+(1400km)= 1.7781501517223910E+02 , H3+(1400km)= 7.1908691236491713E+03 , H2+(1400km)= 0.4950000000000000 0.0000000000000000 6.1743000000000000E+09 3 Restart: T 1.0000000000000000E-02 0.0000000000000000 6.1743000000000000E+09 3 Restart: T 1.0000000000000000E-02 H+(1400km)= 1.7781501517223910E+02 , H3+(1400km)= 7.1908691236491713E+03 , H2+(1400km)= 0.4950000000000000 0.0000000000000000 6.1743000000000000E+09 3 Restart: T 1.0000000000000000E-02 H+(1400km)= 1.7781501517223910E+02 , H3+(1400km)= 7.1908691236491713E+03 , H2+(1400km)= 0.4950000000000000 0.0000000000000000 6.1743000000000000E+09 3 Restart: T 1.0000000000000000E-02 H+(1400km)= 1.7781501517223910E+02 , H3+(1400km)= 7.1908691236491713E+03 , H2+(1400km)= 0.4950000000000000 0.0000000000000000 6.1743000000000000E+09 3 Restart: T 1.0000000000000000E-02 H+(1400km)= 1.7781501517223910E+02 , H3+(1400km)= 7.1908691236491713E+03 , H2+(1400km)= 0.4950000000000000 0.0000000000000000 6.1743000000000000E+09 3 Restart: T 1.0000000000000000E-02 H+(1400km)= 1.7781501517223910E+02 , H3+(1400km)= 7.1908691236491713E+03 , H2+(1400km)= 0.4950000000000000 0.0000000000000000 6.1743000000000000E+09 3 Restart: T 1.0000000000000000E-02 H+(1400km)= 1.7781501517223910E+02 , H3+(1400km)= 7.1908691236491713E+03 , H2+(1400km)= 0.4950000000000000 0.0000000000000000 6.1743000000000000E+09 3 Restart: T 1.0000000000000000E-02 Finished PWOM run, (reporting timings) -------------------------------------- ------------------------------------------------------------------------------- SORTED TIMING at step 0 on PE 0 name sec percent #iter #calls ------------------------------------------------------------------------------- PWOM 67.00 100.00 1 1 ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- Warning: Floating underflow occurred Warning: Floating underflow occurred cd run_test; mv PW/restartOUT/* PW/restartIN/ cd run_test/PW; rm -rf plot_save; mv plots plots_save; mkdir plots make test_restart_read cp input/Saturn/PARAM.in.restartread run_test/PARAM.in cd run_test; mpiexec -n 2 ./PWOM.exe ModReadParam::read_file: read and broadcast nLine= 35 lines of text #ROTATION F IsCentrifugal UseCentrifugal #SAVEPLOT 1.0 DtSavePlot -1 DnSavePlot F SaveFirst #SCHEME Rusanov TypeSolver Rusanov TypeSolver TypeFlux 0.01 DtVertical F IsFullyImplicit T IsPointImplicit F IsPointImplicitAll #MOTION F IsMoveFluxTube DoMoveLine #FAC F IsUseJr #VERTICALGRID 800 nPoints 0.75e7 DeltaR #FIELDLINE 8 nTotalLine #STOP 100.0 Tmax -1 MaxStep #STET Initiallizing Planet SATURN Initiallizing Planet SATURN H+(1400km)= 1.7781501517223910E+02 , H3+(1400km)= 7.1908691236491713E+03 , H2+(1400km)= 0.4950000000000000 0.0000000000000000 6.1743000000000000E+09 3 Restart: T H+(1400km)= 1.7781501517223910E+02 , H3+(1400km 1.000000000)= 7.190869123649170000000E-13E+03 , H2+(1400km)=02 0.4950000000000000 0.0000000000000000 6.1743000000000000E+09 3 Restart: T 1.0000000000000000E-02 H+(1400km)= 1.7781501517223910E+02 , H3+(1400km)= 7.1908691236491713E+03 , H2+(1400km)= 0.4950000000000000 0.0000000000000000 6.1743000000000000E+09 3 Restart: T 1.0000000000000000E-02 H+(1400km)= 1.7781501517223910E+02 , H3+(1400km)= 7.1908691236491713E+03 , H2+(1400km)= 0.4950000000000000 0.0000000000000000 6.1743000000000000E+09 3 Restart: T 1.0000000000000000E-02 H+(1400km)= 1.7781501517223910E+02 , H3+(1400km)= 7.1908691236491713E+03 , H2+(1400km)= 0.4950000000000000 0.0000000000000000 6.1743000000000000E+09 3 Restart: T 1.0000000000000000E-02 H+(1400km)= 1.7781501517223910E+02 , H3+(1400km)= 7.1908691236491713E+03 , H2+(1400km)= 0.4950000000000000 0.0000000000000000 6.1743000000000000E+09 3 Restart: T 1.0000000000000000E-02 H+(1400km)= 1.7781501517223910E+02 , H3+(1400km)= 7.1908691236491713E+03 , H2+(1400km)= 0.4950000000000000 0.0000000000000000 6.1743000000000000E+09 3 Restart: T 1.0000000000000000E-02 H+(1400km)= 1.7781501517223910E+02 , H3+(1400km)= 7.1908691236491713E+03 , H2+(1400km)= 0.4950000000000000 0.0000000000000000 6.1743000000000000E+09 3 Restart: T 1.0000000000000000E-02 Finished PWOM run, (reporting timings) -------------------------------------- ------------------------------------------------------------------------------- SORTED TIMING at step 0 on PE 0 name sec percent #iter #calls ------------------------------------------------------------------------------- PWOM 67.52 100.00 1 1 ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- Warning: Floating underflow occurred Warning: Floating underflow occurred cd run_test/PW; \ rm -rf plots_read; mv plots plots_read; mv plots_save plots cd run_test/PW; \ cat plots_read/north_plots_iline0001.out >> plots/north_plots_iline0001.out;\ cat plots_read/north_plots_iline0002.out >> plots/north_plots_iline0002.out;\ cat plots_read/north_plots_iline0003.out >> plots/north_plots_iline0003.out;\ cat plots_read/north_plots_iline0004.out >> plots/north_plots_iline0004.out make test_check MYTEST=_restart ls -l *.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:56 test_Saturn.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:56 test_Saturn_plots.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:59 test_Saturn_restart.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:59 test_Saturn_restart_plots.diff rm -f src/neutral_atmosphere_planet.f90 make test_compile PLANET=Earth ./Config.pl -Earth make PWOM cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcIE; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcUA; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcIndices; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a has been brought up to date. cd srcTWOSTREAM; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSE.a has been brought up to date. cd src; make PWOM nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCommonPlanet_planet.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGlow_planet.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 rcolum_planet.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 fieldm_planet.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 solzen_planet.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 suncor_planet.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 sperfc_planet.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 chap_planet.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 ssflux_planet.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 vcd_planet.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 ggm_planet.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPW.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPass.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCommonVariables.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 write_restart.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 calc_diffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 print_electrodynamics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 get_weimer_potential.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 main.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPwImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAurora.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPwPlot.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 solver.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 eheat_flux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 eheat_flux_explicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 iheat_flux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 calcdt.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 diffusion.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 calc_cfl.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 solver_rusanov.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 read_restart.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 set_vertical_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 calc_dt.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 calc_centrifugal.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 PhotoElectronPW_planet.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 glowex_planet.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 precipitationPW_planet.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 neutral_atmosphere_planet.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 upper_heat_conduction_planet.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 Efield.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 set_parameters.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 set_upper_bc.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 pw.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 initialize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 get_electrodynamic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 startupPW_planet.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 collisionPW_planet.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 polar_wind.f90 rm -rf Tmp_; mkdir Tmp_ cd Tmp_; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSE.a mpif90 -o /Users/gtoth/Tmp_nag_debug/SWMF/bin/PWOM.exe main.o ModParticle.o ModOvation.o ModPW.o ModParameters.o ModCommonPlanet_planet.o ModCommonVariables.o ModNeutralPW.o ModPass.o ModPwImplicit.o ModGmPressure.o ModAurora.o ModPwTime.o ModLatLon.o ModPwPlot.o ModWaves.o ModPhotoElectron.o ModGlow_planet.o pw.o polar_wind.o set_parameters.o initialize.o solver.o cvmgp.o Efield.o eheat_flux.o eheat_flux_explicit.o iheat_flux.o calcdt.o diffusion.o calc_cfl.o calc_diffusion.o solver_rusanov.o Get_Neutral.o get_electrodynamic.o print_electrodynamics.o write_restart.o set_upper_bc.o get_weimer_potential.o read_restart.o set_vertical_grid.o calc_dt.o calc_centrifugal.o PhotoElectronPW_planet.o glowex_planet.o rcolum_planet.o startupPW_planet.o fieldm_planet.o precipitationPW_planet.o solzen_planet.o suncor_planet.o sperfc_planet.o chap_planet.o neutral_atmosphere_planet.o ssflux_planet.o vcd_planet.o collisionPW_planet.o upper_heat_conduction_planet.o ggm_planet.o Tmp_/*.o \ -default_kinds:r=64 -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` -lgomp NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option PWOM.exe has been created make test_rundir rm -rf run_test make rundir RUNDIR=run_test STANDALONE="YES" PWDIR=`pwd` mkdir -p run_test/PW cd run_test/PW; \ mkdir restartIN restartOUT plots; \ cp /Users/gtoth/Tmp_nag_debug/SWMF/PW/PWOM/data/input/Earth/restartfiles/restart_iline* restartIN/ ;\ cp /Users/gtoth/Tmp_nag_debug/SWMF/PW/PWOM/data/input/Earth/*.dat .;\ cp /Users/gtoth/Tmp_nag_debug/SWMF/PW/PWOM/data/input/Earth/*.txt .;\ cp -r /Users/gtoth/Tmp_nag_debug/SWMF/PW/PWOM/data/IRI_DATA .;\ cp -r /Users/gtoth/Tmp_nag_debug/SWMF/PW/PWOM/data/crossection_data/*dat .;\ cp -r /Users/gtoth/Tmp_nag_debug/SWMF/PW/PWOM/data/nightside_fluxes/*dat .;\ cp /Users/gtoth/Tmp_nag_debug/SWMF/PW/PWOM/data/input/*dat . cp: /Users/gtoth/Tmp_nag_debug/SWMF/PW/PWOM/data/input/Earth/*.txt: No such file or directory make test_run cd run_test; mpiexec -n 2 ./PWOM.exe ModReadParam::read_file: read and broadcast nLine= 53 lines of text #STARTTIME 2000 iStartTime 03 iStartTime 20 iStartTime 00 iStartTime 00 iStartTime 00 iStartTime #ROTATION F IsCentrifugal UseCentrifugal #FIELDLINE 8 nTotalLine #MOTION T DoMoveLine #MSISPARAM 180. F107 180. F107A 4 AP(1) 4 AP(2) 4 AP(3) 4 AP(4) 4 AP(5) 4 AP(6) 4 AP(7) #SAVEPLOT 50.0 DtSavePlot -1 DnSavePlot T SaveFirst #SCHEME Godunov TypeSolver Godunov TypeFlux 0.05 DtVertical F IsFullyImplicit F IsPointImplicit F IsPointImplicitAll #SETPRECIP F UseFixedPrecip 100.0 PrecipEnergyMin[eV] 1000.0 PreciptEnergyMax[eV] PrecipEnergyMax 400.0 PrecipEnergyMean[eV] 2.0 PrecipEnergyFlux[ergs/cm2/s] #STOP 100.0 Tmax -1 MaxStep Initiallizing Planet Initiallizing Planet Finished PWOM run, (reporting timings) -------------------------------------- ------------------------------------------------------------------------------- SORTED TIMING at step 0 on PE 0 name sec percent #iter #calls ------------------------------------------------------------------------------- PWOM 12.62 100.00 1 1 ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- Warning: Floating underflow occurred Warning: Floating underflow occurred make test_check ls -l *.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:59 test_Earth.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:59 test_Earth_plots.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:56 test_Saturn.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:56 test_Saturn_plots.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:59 test_Saturn_restart.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:59 test_Saturn_restart_plots.diff make test_restart_save cp data/input/Earth/restartfiles/restart_iline* run_test/PW/restartIN/ cp input/Earth/PARAM.in.restartsave run_test/PARAM.in cd run_test; mpiexec -n 2 ./PWOM.exe ModReadParam::read_file: read and broadcast nLine= 54 lines of text #STARTTIME 2000 iStartTime 03 iStartTime 20 iStartTime 00 iStartTime 00 iStartTime 00 iStartTime #ROTATION F IsCentrifugal UseCentrifugal #FIELDLINE 8 nTotalLine #MOTION T DoMoveLine #MSISPARAM 180. F107 180. F107A 4 AP(1) 4 AP(2) 4 AP(3) 4 AP(4) 4 AP(5) 4 AP(6) 4 AP(7) #SAVEPLOT 50.0 DtSavePlot -1 DnSavePlot T SaveFirst #SCHEME Godunov TypeSolver Godunov TypeFlux 0.05 DtVertical F IsFullyImplicit F IsPointImplicit F IsPointImplicitAll #SETPRECIP F UseFixedPrecip 100.0 PrecipEnergyMin[eV] 1000.0 PreciptEnergyMax[eV] PrecipEnergyMax 400.0 PrecipEnergyMean[eV] 2.0 PrecipEnergyFlux[ergs/cm2/s] #STOP 50.0 Tmax -1 MaxStep Initiallizing Planet Initiallizing Planet Finished PWOM run, (reporting timings) -------------------------------------- ------------------------------------------------------------------------------- SORTED TIMING at step 0 on PE 0 name sec percent #iter #calls ------------------------------------------------------------------------------- PWOM 6.32 100.00 1 1 ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- Warning: Floating underflow occurred Warning: Floating underflow occurred cd run_test; mv PW/restartOUT/* PW/restartIN/ cd run_test/PW; rm -rf plot_save; mv plots plots_save; mkdir plots make test_restart_read cp input/Earth/PARAM.in.restartread run_test/PARAM.in cd run_test; mpiexec -n 2 ./PWOM.exe ModReadParam::read_file: read and broadcast nLine= 54 lines of text #STARTTIME 2000 iStartTime 03 iStartTime 20 iStartTime 00 iStartTime 00 iStartTime 00 iStartTime #ROTATION F IsCentrifugal UseCentrifugal #FIELDLINE 8 nTotalLine #MOTION T DoMoveLine #MSISPARAM 180. F107 180. F107A 4 AP(1) 4 AP(2) 4 AP(3) 4 AP(4) 4 AP(5) 4 AP(6) 4 AP(7) #SAVEPLOT 100.0 DtSavePlot -1 DnSavePlot F SaveFirst #SCHEME Godunov TypeSolver Godunov TypeFlux 0.05 DtVertical F IsFullyImplicit F IsPointImplicit F IsPointImplicitAll #SETPRECIP F UseFixedPrecip 100.0 PrecipEnergyMin[eV] 1000.0 PreciptEnergyMax[eV] PrecipEnergyMax 400.0 PrecipEnergyMean[eV] 2.0 PrecipEnergyFlux[ergs/cm2/s] #STOP 100.0 Tmax -1 MaxStep Initiallizing Planet Initiallizing Planet Finished PWOM run, (reporting timings) -------------------------------------- ------------------------------------------------------------------------------- SORTED TIMING at step 0 on PE 0 name sec percent #iter #calls ------------------------------------------------------------------------------- PWOM 6.31 100.00 1 1 ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- Warning: Floating underflow occurred Warning: Floating underflow occurred cd run_test/PW; \ rm -rf plots_read; mv plots plots_read; mv plots_save plots cd run_test/PW; \ cat plots_read/north_plots_iline0001.out >> plots/north_plots_iline0001.out;\ cat plots_read/north_plots_iline0002.out >> plots/north_plots_iline0002.out;\ cat plots_read/north_plots_iline0003.out >> plots/north_plots_iline0003.out;\ cat plots_read/north_plots_iline0004.out >> plots/north_plots_iline0004.out make test_check MYTEST=_restart ERROR in DiffNum.pl make[4]: [test_check] Error 255 (ignored) ERROR in DiffNum.pl make[4]: [test_check] Error 255 (ignored) ERROR in DiffNum.pl make[4]: [test_check] Error 255 (ignored) ERROR in DiffNum.pl make[4]: [test_check] Error 255 (ignored) ERROR in DiffNum.pl make[4]: [test_check] Error 255 (ignored) ERROR in DiffNum.pl make[4]: [test_check] Error 255 (ignored) ERROR in DiffNum.pl make[4]: [test_check] Error 255 (ignored) ERROR in DiffNum.pl make[4]: [test_check] Error 255 (ignored) ERROR in DiffNum.pl make[4]: [test_check] Error 255 (ignored) ls -l *.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:59 test_Earth.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:59 test_Earth_plots.diff -rw-r--r-- 1 gtoth 1410742483 64154 Jul 3 23:00 test_Earth_restart.diff -rw-r--r-- 1 gtoth 1410742483 20139 Jul 3 23:00 test_Earth_restart_plots.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:56 test_Saturn.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:56 test_Saturn_plots.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:59 test_Saturn_restart.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:59 test_Saturn_restart_plots.diff make test_compile make RBE /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[6]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libNOMPI.a make[6]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libNOMPI.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libNOMPI.a has been brought up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a make[6]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a has been brought up to date. Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make[6]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a has been brought up to date. Makefile:31: warning: overriding commands for target `.f.o' /Users/gtoth/Tmp_nag_debug/SWMF/Makefile.conf:86: warning: ignoring old commands for target `.f.o' Makefile:34: warning: overriding commands for target `.f90.o' /Users/gtoth/Tmp_nag_debug/SWMF/Makefile.conf:78: warning: ignoring old commands for target `.f90.o' make libRBE.a Makefile:31: warning: overriding commands for target `.f.o' /Users/gtoth/Tmp_nag_debug/SWMF/Makefile.conf:86: warning: ignoring old commands for target `.f.o' Makefile:34: warning: overriding commands for target `.f90.o' /Users/gtoth/Tmp_nag_debug/SWMF/Makefile.conf:78: warning: ignoring old commands for target `.f90.o' nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -O0 -C -gline -save -Wc=`which gcc` -default_kinds:r=64 ModRbe.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -save -default_kinds:r=64 trace_dipole.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -save -default_kinds:r=64 plot_fieldline.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -save -default_kinds:r=64 geopack.f NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 [NAG Fortran Compiler normal termination] nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -save -default_kinds:r=64 ModRbSat.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -save -default_kinds:r=64 ModWriteTec.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -save -default_kinds:r=64 ModPrerunField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -save -default_kinds:r=64 plot_potential.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -save -default_kinds:r=64 trace_line.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -save -default_kinds:r=64 pbo_2.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -save -default_kinds:r=64 set_parameters.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -save -default_kinds:r=64 rbe_subs.f90 rm -f libRBE.a ar -rs libRBE.a ModRbe.o ModRbSat.o ModWriteTec.o ModPrerunField.o rbe_subs.o plot_potential.o trace_line.o trace_dipole.o plot_fieldline.o set_parameters.o pbo_2.o geopack.o ar: creating archive libRBE.a libRBE.a has been brought up to date. Makefile:31: warning: overriding commands for target `.f.o' /Users/gtoth/Tmp_nag_debug/SWMF/Makefile.conf:86: warning: ignoring old commands for target `.f.o' Makefile:34: warning: overriding commands for target `.f90.o' /Users/gtoth/Tmp_nag_debug/SWMF/Makefile.conf:78: warning: ignoring old commands for target `.f90.o' Makefile:31: warning: overriding commands for target `.f.o' /Users/gtoth/Tmp_nag_debug/SWMF/Makefile.conf:86: warning: ignoring old commands for target `.f.o' Makefile:34: warning: overriding commands for target `.f90.o' /Users/gtoth/Tmp_nag_debug/SWMF/Makefile.conf:78: warning: ignoring old commands for target `.f90.o' nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -save -default_kinds:r=64 rbe_main.f90 rm -rf Tmp_; mkdir Tmp_ cd Tmp_; \ ar -x ../libRBE.a; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libNOMPI.a; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a;\ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a; mpif90 -o /Users/gtoth/Tmp_nag_debug/SWMF/bin/rbe.exe rbe_main.o Tmp_/*.o -default_kinds:r=64 -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` -lgomp NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option rm -rf Tmp_ Program /Users/gtoth/Tmp_nag_debug/SWMF/bin/rbe.exe has been brought up to date. make test_rundir rm -rf run_test make rundir RUNDIR=run_test STANDALONE=YES RBDIR=`pwd` mkdir -p run_test/RB cd run_test/RB; \ mkdir restartOUT restartIN plots; \ cp /Users/gtoth/Tmp_nag_debug/SWMF/RB/RBE/input/rbe_e.fin .; \ gunzip -c /Users/gtoth/Tmp_nag_debug/SWMF/RB/RBE/input/B_wave_eq.dat.gz > B_wave_eq.dat; \ tar xzf /Users/gtoth/Tmp_nag_debug/SWMF/RB/RBE/input/Horne_chorus.tgz make test_run cd run_test; ./rbe.exe > runlog Warning: Floating underflow occurred make test_check /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/DiffNum.pl -r=0.001 -a=1e-10 \ run_test/RB/plots/2002f296_e.fls \ data/output/2002f296_e.fls.standalone.gz \ > test.diff ls -l test.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 23:01 test.diff SC/BATSRUS is tested in GM/BATSRUS make[2]: *** No rule to make target `test'. Stop. echo "SP/Kota test is incomplete" > notest.diff /Applications/Xcode.app/Contents/Developer/usr/bin/make test_mflampa_compile ./Config.pl -g=20000 Writing new grid size 20000 into src/ModSize.f90 ... /Applications/Xcode.app/Contents/Developer/usr/bin/make cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[6]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. cd /Users/gtoth/Tmp_nag_debug/SWMF/util/TIMING/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB make libMFLAMPA.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModProc.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLogAdvection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTime.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGrid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUnit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAngularSpread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModDistribution.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTurbulence.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWrite.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModReadMhData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRestart.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 rm -f libMFLAMPA.a ar -rs libMFLAMPA.a ModAdvance.o ModAngularSpread.o ModDistribution.o ModDiffusion.o ModGrid.o ModLogAdvection.o ModMain.o ModProc.o ModReadMhData.o ModRestart.o ModSize.o ModTime.o ModUnit.o ModWrite.o ModTurbulence.o ar: creating archive libMFLAMPA.a libMFLAMPA.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make MFLAMPA make /Users/gtoth/Tmp_nag_debug/SWMF/bin/MFLAMPA.exe nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 SP_stand_alone.f90 rm -rf Tmp_; mkdir Tmp_ cd Tmp_; \ ar -x ../libMFLAMPA.a; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a mpif90 -o /Users/gtoth/Tmp_nag_debug/SWMF/bin/MFLAMPA.exe SP_stand_alone.o Tmp_/*.o \ -default_kinds:r=64 -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` -lgomp NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option rm -rf Tmp_ Program MFLAMPA has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make test_mflampa_rundir rm -rf run_test /Applications/Xcode.app/Contents/Developer/usr/bin/make rundir RUNDIR=run_test STANDALONE=YES SPDIR=`pwd` mkdir -p run_test/SP run_test/SP/restartIN \ run_test/SP/restartOUT run_test/SP/IO2 cd run_test/SP; \ ln -s /Users/gtoth/Tmp_nag_debug/SWMF/SP/MFLAMPA/Param . cp: Param/PARAM.test: No such file or directory cd run_test; cp -f Param/PARAM.in.test PARAM.in cd run_test; tar xzf ../data/input/test_mflampa/MH_data_e20120123.tgz /Applications/Xcode.app/Contents/Developer/usr/bin/make test_mflampa_run cd run_test; mpiexec -n 2 ./MFLAMPA.exe | tee runlog ModReadParam::read_file: read and broadcast nLine= 78 lines of text ----- Starting Session 1 ------ #ECHO T DoEcho #STARTTIME 2012 iYear 01 iMonth 23 iDay 04 iHour 00 iMinute 0 iSecond #USEDATETIME T UseDateTime #DORUN T DoRun #TEST F DoTraceShock T UseDiffusion #GRID #CHECKGRIDSIZE 20000 nParticleMax 4 nLon 4 nLat #MHDATA real8 TypeFile 13 nFileRead MH_data.lst NameTagFile #READMHDATA T DoReadMhData MH_data_e20120123 NameInputDir #SAVEPLOT 3 nFileOut mh1d flux ascii StringPlot mh2d flux spread ascii StringPlot 215.0 Radius [Rs] mhtime flux ascii StringPlot 215.0 Radius [Rs] #SCALETURBULENCE constant ScaleTurbulenceType 0.2402397832 ScaleTurbulence [AU] at 1AU ScaleTurbulence [AU] at 1 AU #STOP -1 nIterMax 300 TimeMax #RUN ------------------------------------------------------------------------------- SORTED TIMING at step 0 on PE 0 name sec percent #iter #calls ------------------------------------------------------------------------------- MFLAMPA 0.27 100.00 1 1 ------------------------------------------------------------------------------- setup 0.27 99.99 1 1 ------------------------------------------------------------------------------- Resetting timing counters after setup. ----- End of Session 1 ------ ----- Starting Session 2 ------ #USEFIXEDMFPUPSTREAM T UseFixedMFPUpstream 0.3 MeanFreePath0 [AU] #STOP -1 nIterMax 600 TimeMax Finished Numerical Simulation ----------------------------- ------------------------------------------------------------------------------- SORTED TIMING from step 0 to 6 on PE 0 name sec percent #iter #calls ------------------------------------------------------------------------------- MFLAMPA 13.30 100.00 1 1 ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- /Applications/Xcode.app/Contents/Developer/usr/bin/make test_mflampa_check cat run_test/SP/IO2/MH_data_{*???_???,*n000006}.out \ > run_test/SP/IO2/MH_data.outs /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/DiffNum.pl -t -r=1e-6 -a=1e-6 \ run_test/SP/IO2/MH_data.outs \ Param/TestOutput/test_mflampa/MH_data.ref \ > test_mflampa.diff ls -l test_mflampa.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 23:02 test_mflampa.diff echo "Tests do not work currently" Tests do not work currently /Applications/Xcode.app/Contents/Developer/usr/bin/make test_gitm_earth_1d /Applications/Xcode.app/Contents/Developer/usr/bin/make test_gitm_earth_1d_compile ./Config.pl -Earth -g=1,1,50,4 srcData is installed in GITM Writing new grid size 1,1,50,4 into src/ModSize.f90... /Applications/Xcode.app/Contents/Developer/usr/bin/make GITM /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 AB_ARRAY_module.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 AB_ERROR_module.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 AB_COMM_module.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 AB_module.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 AB_XFER_module.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 AB_SPH_module.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 AB_XFER_array_util.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 AB_XFER_1blk_util.f90 Creating libSphere library ar -rs libSphere.a AB_module.o AB_XFER_module.o AB_ERROR_module.o AB_SPH_module.o AB_COMM_module.o AB_ARRAY_module.o AB_XFER_array_util.o AB_XFER_1blk_util.o ar: creating archive libSphere.a libSphere.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a has been brought up to date. nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 Mod_GLOW.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCIMPIT.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCXPARS.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 egrid.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 ephoto.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 etrans.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 exsect.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 fieldm.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 gchem.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 geomag.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 glow.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 maxt.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 qback.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 rcolum.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 rout.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 solzen.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 ssflux.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 vquart.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 GL_library.f90 Creating GLOW library ar: creating archive libGLOW.a libGLOW.a has been brought up to date. nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstants.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModOrbital.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTime.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 time_routines.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 lubksb.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 ludcmp.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimingGITM.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 apex_routines.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 read_MHDIMF_Indices_new.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 read_NGDC_Indices_new.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 read_NOAAHPI_Indices_new.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 read_ACE_data.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 read_sme.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHwm14.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 apexsh.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 timing.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectrodynamics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTides.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlanet.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModInputs.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGITM.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSources.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModVertical.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSatellites.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLimiter.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 stretch_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRCMR.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEUV.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRates.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUser.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNewell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModOvationSME.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 calc_efield.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 init_energy_deposition.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSphereInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 vertical_solver.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 vertical_solver_ausm.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 vertical_solver_rusanov.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 library.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 init_mpi.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 init_iri.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 init_b0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 init_altitude.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 calc_neutral_friction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMagTrace.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 divergence.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 calc_pressure.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 calc_timestep.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 advance_horizontal.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 set_vertical_bcs.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 set_horizontal_bcs.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 output.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 calc_conduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 calc_ion_v.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 stop_file.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 read_inputs.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 calc_sources.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 write_output.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 gradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 tides.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 calc_tec.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 get_location.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 aurora.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 add_sources.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 user.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 calc_electrodynamics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 satellites.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 set_inputs.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 init_msis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 logfile.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 restart.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 finalize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 exchange_messages_sphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 main.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 planet.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 calc_electron_temperature.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 get_glow.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 init_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 initialize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 calc_rates.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 advance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 advance_vertical.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 output_common.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 calc_physics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 calc_avesza.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 calc_euv.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 calc_chemistry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 chapman_new.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 RCMR_routines.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChemistry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGITMImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 get_potential.f90 rm -rf Tmp_; mkdir Tmp_ cd Tmp_; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/UA/GITM2/srcSphereAB/libSphere.a; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/UA/GITM2/srcGlow/libGLOW.a mpif90 -o /Users/gtoth/Tmp_nag_debug/SWMF/bin/GITM.exe main.o planet.o satellites.o calc_electron_temperature.o aurora.o get_potential.o calc_efield.o set_inputs.o init_energy_deposition.o get_glow.o init_grid.o time_routines.o vertical_solver.o vertical_solver_ausm.o vertical_solver_rusanov.o library.o stretch_grid.o init_mpi.o restart.o initialize.o init_msis.o init_iri.o init_b0.o init_altitude.o finalize.o calc_neutral_friction.o lubksb.o ludcmp.o calc_electrodynamics.o divergence.o calc_pressure.o calc_rates.o calc_timestep.o exchange_messages_sphere.o timing.o advance.o advance_vertical.o advance_horizontal.o set_vertical_bcs.o set_horizontal_bcs.o output.o output_common.o logfile.o calc_conduction.o calc_physics.o calc_avesza.o calc_euv.o calc_chemistry.o calc_ion_v.o chapman_new.o stop_file.o read_inputs.o add_sources.o calc_sources.o apex_routines.o write_output.o gradient.o tides.o read_MHDIMF_Indices_new.o read_NGDC_Indices_new.o read_NOAAHPI_Indices_new.o read_ACE_data.o read_sme.o user.o calc_tec.o get_location.o RCMR_routines.o ModSize.o ModTime.o ModConstants.o ModOrbital.o ModPlanet.o ModGITM.o ModSources.o ModVertical.o ModInputs.o ModSphereInterface.o ModTimingGITM.o ModRates.o ModEUV.o ModElectrodynamics.o ModSatellites.o ModLimiter.o ModTides.o ModNewell.o ModOvationSME.o ModMagTrace.o ModChemistry.o ModGITMImplicit.o ModHwm14.o ModUser.o ModRCMR.o apexsh.o Tmp_/*.o -default_kinds:r=64 -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` -lgomp NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option rm -rf Tmp_ nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PostProcess.f90 mpif90 -default_kinds:r=64 -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` -lgomp -o PostProcess.exe PostProcess.o NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option /Users/gtoth/Tmp_nag_debug/SWMF/bin/GITM.exe has been created /Applications/Xcode.app/Contents/Developer/usr/bin/make test_gitm_earth_1d_rundir rm -rf run_test /Applications/Xcode.app/Contents/Developer/usr/bin/make rundir RUNDIR=run_test STANDALONE=YES mkdir -p run_test/UA cd run_test; rm -f ./PostGITM.exe ; ln -s /Users/gtoth/Tmp_nag_debug/SWMF/bin/PostProcess.exe ./PostGITM.exe cd run_test/UA; \ mkdir restartOUT data DataIn; \ ln -s restartOUT restartIN; \ ln -s /Users/gtoth/Tmp_nag_debug/SWMF/bin/pGITM .; \ ln -s /Users/gtoth/Tmp_nag_debug/SWMF/UA/GITM2/srcData/* DataIn; rm -f DataIn/CVS cd run_test; cp UA/DataIn/UAM.in.1d ./UAM.in /Applications/Xcode.app/Contents/Developer/usr/bin/make test_gitm_earth_1d_run cd run_test; mpiexec -n 1 ./GITM.exe > runlog_earth_1d Warning: Floating underflow occurred /Applications/Xcode.app/Contents/Developer/usr/bin/make test_gitm_earth_1d_check ls -l test_gitm_earth_1d.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 23:03 test_gitm_earth_1d.diff make test_gitm_mars_1d /Applications/Xcode.app/Contents/Developer/usr/bin/make test_gitm_mars_1d_compile ./Config.pl -Mars srcData is installed in GITM Configuring GITM for Mars!! ./Config.pl -g=1,1,120,4 srcData is installed in GITM Writing new grid size 1,1,120,4 into src/ModSize.f90... /Applications/Xcode.app/Contents/Developer/usr/bin/make GITM /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. libSphere.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a has been brought up to date. libGLOW.a has been brought up to date. nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlanet.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectrodynamics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTides.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModInputs.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGITM.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSources.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModVertical.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSatellites.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLimiter.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 stretch_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEUV.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUser.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRates.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 aurora.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNewell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModOvationSME.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 calc_efield.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 init_energy_deposition.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSphereInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 vertical_solver.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 vertical_solver_ausm.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 vertical_solver_rusanov.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 library.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 init_mpi.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 init_b0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 init_altitude.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 calc_neutral_friction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMagTrace.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 divergence.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 calc_pressure.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 calc_timestep.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 advance_horizontal.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 set_vertical_bcs.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 set_horizontal_bcs.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 output.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 calc_conduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 calc_ion_v.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 stop_file.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 read_inputs.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 calc_sources.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 write_output.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 gradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 tides.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 calc_tec.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 get_location.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRCMR.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 add_sources.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 user.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 calc_electrodynamics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 satellites.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 set_inputs.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 logfile.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 restart.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 finalize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 exchange_messages_sphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 main.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 planet.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 calc_electron_temperature.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 get_glow.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 init_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 initialize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 init_msis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 calc_rates.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 advance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 advance_vertical.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 output_common.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 calc_physics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 calc_avesza.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 calc_euv.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChemistry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 chapman_new.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 RCMR_routines.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGITMImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 calc_chemistry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 get_potential.f90 rm -rf Tmp_; mkdir Tmp_ cd Tmp_; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/UA/GITM2/srcSphereAB/libSphere.a; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a; \ ar -x /Users/gtoth/Tmp_nag_debug/SWMF/UA/GITM2/srcGlow/libGLOW.a mpif90 -o /Users/gtoth/Tmp_nag_debug/SWMF/bin/GITM.exe main.o planet.o satellites.o calc_electron_temperature.o aurora.o get_potential.o calc_efield.o set_inputs.o init_energy_deposition.o get_glow.o init_grid.o time_routines.o vertical_solver.o vertical_solver_ausm.o vertical_solver_rusanov.o library.o stretch_grid.o init_mpi.o restart.o initialize.o init_msis.o init_iri.o init_b0.o init_altitude.o finalize.o calc_neutral_friction.o lubksb.o ludcmp.o calc_electrodynamics.o divergence.o calc_pressure.o calc_rates.o calc_timestep.o exchange_messages_sphere.o timing.o advance.o advance_vertical.o advance_horizontal.o set_vertical_bcs.o set_horizontal_bcs.o output.o output_common.o logfile.o calc_conduction.o calc_physics.o calc_avesza.o calc_euv.o calc_chemistry.o calc_ion_v.o chapman_new.o stop_file.o read_inputs.o add_sources.o calc_sources.o apex_routines.o write_output.o gradient.o tides.o read_MHDIMF_Indices_new.o read_NGDC_Indices_new.o read_NOAAHPI_Indices_new.o read_ACE_data.o read_sme.o user.o calc_tec.o get_location.o RCMR_routines.o ModSize.o ModTime.o ModConstants.o ModOrbital.o ModPlanet.o ModGITM.o ModSources.o ModVertical.o ModInputs.o ModSphereInterface.o ModTimingGITM.o ModRates.o ModEUV.o ModElectrodynamics.o ModSatellites.o ModLimiter.o ModTides.o ModNewell.o ModOvationSME.o ModMagTrace.o ModChemistry.o ModGITMImplicit.o ModHwm14.o ModUser.o ModRCMR.o apexsh.o Tmp_/*.o -default_kinds:r=64 -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` -lgomp NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option rm -rf Tmp_ mpif90 -default_kinds:r=64 -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` -lgomp -o PostProcess.exe PostProcess.o NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option /Users/gtoth/Tmp_nag_debug/SWMF/bin/GITM.exe has been created /Applications/Xcode.app/Contents/Developer/usr/bin/make test_gitm_mars_1d_rundir rm -rf run_test /Applications/Xcode.app/Contents/Developer/usr/bin/make rundir RUNDIR=run_test STANDALONE=YES mkdir -p run_test/UA cd run_test; rm -f ./PostGITM.exe ; ln -s /Users/gtoth/Tmp_nag_debug/SWMF/bin/PostProcess.exe ./PostGITM.exe cd run_test/UA; \ mkdir restartOUT data DataIn; \ ln -s restartOUT restartIN; \ ln -s /Users/gtoth/Tmp_nag_debug/SWMF/bin/pGITM .; \ ln -s /Users/gtoth/Tmp_nag_debug/SWMF/UA/GITM2/srcData/* DataIn; rm -f DataIn/CVS cd run_test; cp UA/DataIn/UAM.mars.in.1d ./UAM.in /Applications/Xcode.app/Contents/Developer/usr/bin/make test_gitm_mars_1d_run cd run_test; mpiexec -n 1 ./GITM.exe > runlog_mars_1d Warning: Floating underflow occurred /Applications/Xcode.app/Contents/Developer/usr/bin/make test_gitm_mars_1d_check ls -l test_gitm_mars_1d.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 23:03 test_gitm_mars_1d.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 23:03 test_gitm_earth_1d.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 23:03 test_gitm_mars_1d.diff ls -ltr [A-Z][A-Z]/*/*.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:25 CZ/FSAM/test_fsam.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:25 GM/BATSRUS/test_spectrum.diff -rw-r--r-- 1 gtoth 1410742483 30 Jul 3 22:25 GM/BATSRUS/test_fluxemergence.diff -rw-r--r-- 1 gtoth 1410742483 26 Jul 3 22:26 GM/BATSRUS/test_shocktube.diff -rw-r--r-- 1 gtoth 1410742483 26 Jul 3 22:26 GM/BATSRUS/test_shockramp.diff -rw-r--r-- 1 gtoth 1410742483 27 Jul 3 22:26 GM/BATSRUS/test_partsteady.diff -rw-r--r-- 1 gtoth 1410742483 24 Jul 3 22:27 GM/BATSRUS/test_hallmhd.diff -rw-r--r-- 1 gtoth 1410742483 28 Jul 3 22:27 GM/BATSRUS/test_twofluidmhd.diff -rw-r--r-- 1 gtoth 1410742483 27 Jul 3 22:27 GM/BATSRUS/test_multifluid.diff -rw-r--r-- 1 gtoth 1410742483 25 Jul 3 22:27 GM/BATSRUS/test_multiion.diff -rw-r--r-- 1 gtoth 1410742483 24 Jul 3 22:28 GM/BATSRUS/test_mhdions.diff -rw-r--r-- 1 gtoth 1410742483 27 Jul 3 22:28 GM/BATSRUS/test_mhdnoncons.diff -rw-r--r-- 1 gtoth 1410742483 27 Jul 3 22:28 GM/BATSRUS/test_eosgodunov.diff -rw-r--r-- 1 gtoth 1410742483 29 Jul 3 22:28 GM/BATSRUS/test_laserpackage.diff -rw-r--r-- 1 gtoth 1410742483 30 Jul 3 22:29 GM/BATSRUS/test_graydiffusion.diff -rw-r--r-- 1 gtoth 1410742483 26 Jul 3 22:29 GM/BATSRUS/test_viscosity.diff -rw-r--r-- 1 gtoth 1410742483 26 Jul 3 22:29 GM/BATSRUS/test_coronasph.diff -rw-r--r-- 1 gtoth 1410742483 28 Jul 3 22:29 GM/BATSRUS/test_awsomfluids.diff -rw-r--r-- 1 gtoth 1410742483 23 Jul 3 22:30 GM/BATSRUS/test_chromo.diff -rw-r--r-- 1 gtoth 1410742483 29 Jul 3 22:30 GM/BATSRUS/test_outerhelio2d.diff -rw-r--r-- 1 gtoth 1410742483 27 Jul 3 22:30 GM/BATSRUS/test_outerhelio.diff -rw-r--r-- 1 gtoth 1410742483 30 Jul 3 22:31 GM/BATSRUS/test_outerheliopui.diff -rw-r--r-- 1 gtoth 1410742483 33 Jul 3 22:31 GM/BATSRUS/test_outerheliopui_1d.diff -rw-r--r-- 1 gtoth 1410742483 25 Jul 3 22:31 GM/BATSRUS/test_earthsph.diff -rw-r--r-- 1 gtoth 1410742483 26 Jul 3 22:31 GM/BATSRUS/test_2bodyplot.diff -rw-r--r-- 1 gtoth 1410742483 22 Jul 3 22:31 GM/BATSRUS/test_titan.diff -rw-r--r-- 1 gtoth 1410742483 27 Jul 3 22:31 GM/BATSRUS/test_titan_restart.diff -rw-r--r-- 1 gtoth 1410742483 21 Jul 3 22:31 GM/BATSRUS/test_mars.diff -rw-r--r-- 1 gtoth 1410742483 26 Jul 3 22:32 GM/BATSRUS/test_mars_restart.diff -rw-r--r-- 1 gtoth 1410742483 27 Jul 3 22:32 GM/BATSRUS/test_marsfluids.diff -rw-r--r-- 1 gtoth 1410742483 32 Jul 3 22:32 GM/BATSRUS/test_marsfluids_restart.diff -rw-r--r-- 1 gtoth 1410742483 22 Jul 3 22:32 GM/BATSRUS/test_venus.diff -rw-r--r-- 1 gtoth 1410742483 27 Jul 3 22:32 GM/BATSRUS/test_venus_restart.diff -rw-r--r-- 1 gtoth 1410742483 27 Jul 3 22:32 GM/BATSRUS/test_mercurysph.diff -rw-r--r-- 1 gtoth 1410742483 25 Jul 3 22:32 GM/BATSRUS/test_ganymede.diff -rw-r--r-- 1 gtoth 1410742483 23 Jul 3 22:33 GM/BATSRUS/test_saturn.diff -rw-r--r-- 1 gtoth 1410742483 22 Jul 3 22:33 GM/BATSRUS/test_comet.diff -rw-r--r-- 1 gtoth 1410742483 28 Jul 3 22:33 GM/BATSRUS/test_cometfluids.diff -rw-r--r-- 1 gtoth 1410742483 33 Jul 3 22:33 GM/BATSRUS/test_cometfluids_restart.diff -rw-r--r-- 1 gtoth 1410742483 26 Jul 3 22:33 GM/BATSRUS/test_cometCGhd.diff -rw-r--r-- 1 gtoth 1410742483 30 Jul 3 22:33 GM/BATSRUS/test_cometCGfluids.diff -rw-r--r-- 1 gtoth 1410742483 32 Jul 3 22:34 GM/BATSRUS/test_europa2fluidspe.diff -rw-r--r-- 1 gtoth 1410742483 32 Jul 3 22:34 GM/BATSRUS/test_europa3fluidspe.diff -rw-r--r-- 1 gtoth 1410742483 29 Jul 3 22:34 GM/BATSRUS/test_magnetometer.diff -rw-r--r-- 1 gtoth 1410742483 28 Jul 3 22:34 GM/BATSRUS/test_anisotropic.diff -rw-r--r-- 1 gtoth 1410742483 25 Jul 3 22:35 GM/BATSRUS/test_region2d.diff -rw-r--r-- 1 gtoth 1410742483 34 Jul 3 22:35 GM/BATSRUS/test_fivemoment_alfven.diff -rw-r--r-- 1 gtoth 1410742483 33 Jul 3 22:35 GM/BATSRUS/test_fivemoment_shock.diff -rw-r--r-- 1 gtoth 1410742483 36 Jul 3 22:35 GM/BATSRUS/test_fivemoment_langmuir.diff -rw-r--r-- 1 gtoth 1410742483 21 Jul 3 22:35 GM/BATSRUS/test_func.diff -rw-r--r-- 1 gtoth 1410742483 36 Jul 3 22:36 IE/Ridley_serial/notest.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:38 IM/CIMI/test_cimi.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:39 IM/HEIDI/test_analytic.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:42 IM/HEIDI/test_numeric.diff -rw-r--r-- 1 gtoth 1410742483 26 Jul 3 22:42 IM/RCM2/notest.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:42 PC/ALTOR/test_altor.diff -rw-r--r-- 1 gtoth 1410742483 87 Jul 3 22:47 PC/ALTOR/test_altor_2d.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:53 PC/ALTOR/test_beam.diff -rw-r--r-- 1 gtoth 1410742483 58 Jul 3 22:53 PC/ALTOR/test_foil.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:54 PC/IPIC3D2/test_ipic3d.diff -rw-r--r-- 1 gtoth 1410742483 28 Jul 3 22:54 PS/DGCPM/notest.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:56 PW/PWOM/test_Saturn.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:56 PW/PWOM/test_Saturn_plots.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:59 PW/PWOM/test_Saturn_restart.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:59 PW/PWOM/test_Saturn_restart_plots.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:59 PW/PWOM/test_Earth.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:59 PW/PWOM/test_Earth_plots.diff -rw-r--r-- 1 gtoth 1410742483 64154 Jul 3 23:00 PW/PWOM/test_Earth_restart.diff -rw-r--r-- 1 gtoth 1410742483 20139 Jul 3 23:00 PW/PWOM/test_Earth_restart_plots.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 23:01 RB/RBE/test.diff -rw-r--r-- 1 gtoth 1410742483 27 Jul 3 23:01 SP/Kota/notest.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 23:02 SP/MFLAMPA/test_mflampa.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 23:03 UA/GITM2/test_gitm_earth_1d.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 23:03 UA/GITM2/test_gitm_mars_1d.diff /Applications/Xcode.app/Contents/Developer/usr/bin/make test_ps_compile ./Config.pl -v=Empty,PS/DGCPM Modifying versions in Makefile.def /Applications/Xcode.app/Contents/Developer/usr/bin/make SWMF make TMP_DIRS /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a ModTiming.o timing_cpu.o timing.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_comp_param.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_comp_info.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_time.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_physics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_world.f90 rm -f /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a CON_comp_info.o CON_comp_param.o CON_world.o CON_time.o CON_physics.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_domain_decomposition.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_transfer_data.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModInitGridStorage.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_grid_storage.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_grid_descriptor.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_router.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_global_message_pass.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_coupler.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_couple_points.f90 rm -f /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a CON_domain_decomposition.o ModInitGridStorage.o CON_grid_storage.o CON_grid_descriptor.o CON_router.o CON_global_message_pass.o CON_coupler.o CON_couple_points.o CON_transfer_data.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 EE_wrapper.f90 rm -f /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a EE_wrapper.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libGM.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 GM_wrapper.f90 rm -f /Users/gtoth/Tmp_nag_debug/SWMF/lib/libGM.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libGM.a GM_wrapper.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libGM.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libGM.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIE.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 IE_wrapper.f90 rm -f /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIE.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIE.a IE_wrapper.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIE.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIE.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIH.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 IH_wrapper.f90 rm -f /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIH.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIH.a IH_wrapper.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIH.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIH.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIM.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 IM_wrapper.f90 rm -f /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIM.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIM.a IM_wrapper.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIM.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIM.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPC.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PC_wrapper.f90 rm -f /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPC.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPC.a PC_wrapper.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPC.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPC.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libOH.a cp -f ../../../IH/Empty/src/IH_wrapper.f90 OH_wrapper.f90 perl -i -pe \ 's/IH/OH/g;s/_sc/_ih/;s/BATSRUS/OH_BATSRUS/;s/Inner/Outer/;'\ OH_wrapper.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 OH_wrapper.f90 rm -f /Users/gtoth/Tmp_nag_debug/SWMF/lib/libOH.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libOH.a OH_wrapper.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libOH.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libOH.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSizeDGCPM.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstants.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModProcPS.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeDGCPM.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFunctionsDGCPM.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonoDGCPM.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMainDGCPM.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoupleDGCPM.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIoDGCPM.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 -132 pbo.f nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 dgcpm_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 dgcpm_setup.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 dgcpm_coefficients.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 dgcpm_output.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PS_wrapper.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 dgcpm_log.f90 rm -f /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPS.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPS.a ModSizeDGCPM.o ModConstants.o ModMainDGCPM.o ModIoDGCPM.o ModProcPS.o ModTimeDGCPM.o ModCoupleDGCPM.o ModFunctionsDGCPM.o ModIonoDGCPM.o dgcpm_setup.o dgcpm_coefficients.o dgcpm_output.o pbo.o dgcpm_test.o PS_wrapper.o dgcpm_log.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPS.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPS.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPT.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PT_wrapper.f90 rm -f /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPT.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPT.a PT_wrapper.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPT.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPT.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPW.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PW_wrapper.f90 rm -f /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPW.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPW.a PW_wrapper.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPW.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPW.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libRB.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 RB_wrapper.f90 rm -f /Users/gtoth/Tmp_nag_debug/SWMF/lib/libRB.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libRB.a RB_wrapper.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libRB.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libRB.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSC.a cp -f ../../../IH/Empty/src/IH_wrapper.f90 SC_wrapper.f90 perl -i -pe \ 's/IH/SC/g;s/BATSRUS/SC_BATSRUS/;s/Inner/Solar/;s/Heliosphere/Corona/'\ SC_wrapper.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 SC_wrapper.f90 rm -f /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSC.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSC.a SC_wrapper.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSC.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSC.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSP.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 SP_wrapper.f90 rm -f /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSP.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSP.a SP_wrapper.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSP.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSP.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libUA.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 UA_wrapper.f90 rm -f /Users/gtoth/Tmp_nag_debug/SWMF/lib/libUA.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libUA.a UA_wrapper.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libUA.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libUA.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCZ.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CZ_wrapper.f90 rm -f /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCZ.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCZ.a CZ_wrapper.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCZ.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCZ.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINTERFACE.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_couple_gm_ie.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_couple_ih_gm.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_couple_gm_im.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_couple_ie_im.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_couple_ie_ua.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_couple_ih_sc.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_couple_mh_sp.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_couple_gm_rb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_couple_ie_pw.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_couple_gm_pw.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_couple_ie_ps.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_couple_ie_rb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_couple_ih_oh.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_couple_ee_sc.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_couple_gm_pt.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_couple_gm_pc.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_couple_oh_pt.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_couple_ee_gm.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_couple_gm_ps.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_wrapper.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_couple_all.f90 rm -f /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINTERFACE.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINTERFACE.a CON_couple_gm_ie.o CON_couple_ih_gm.o CON_couple_gm_im.o CON_couple_ie_im.o CON_couple_ie_ua.o CON_couple_ih_sc.o CON_couple_mh_sp.o CON_couple_gm_rb.o CON_couple_ie_pw.o CON_couple_gm_pw.o CON_couple_ie_ps.o CON_couple_ie_rb.o CON_couple_ih_oh.o CON_couple_ee_sc.o CON_couple_gm_pt.o CON_couple_gm_pc.o CON_couple_oh_pt.o CON_couple_ee_gm.o CON_couple_gm_ps.o CON_wrapper.o CON_couple_all.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINTERFACE.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINTERFACE.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCONTROL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_variables.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_methods.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_io.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_session.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_main.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 swmf_interface.f90 rm -f /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCONTROL.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCONTROL.a CON_main.o CON_variables.o CON_io.o CON_session.o CON_methods.o swmf_interface.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCONTROL.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCONTROL.a has been brought up to date. rm -rf Tmp_* mkdir Tmp_SHARE; cd Tmp_SHARE; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a mkdir Tmp_TIMING; cd Tmp_TIMING; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a mkdir Tmp_INDICES; cd Tmp_INDICES; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a mkdir Tmp_MAGNETOGRAM; cd Tmp_MAGNETOGRAM; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a mkdir Tmp_DEMT; cd Tmp_DEMT; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a mkdir Tmp_EMPIRICALEE; cd Tmp_EMPIRICALEE; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a mkdir Tmp_EMPIRICALGM; cd Tmp_EMPIRICALGM; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a mkdir Tmp_EMPIRICALIE; cd Tmp_EMPIRICALIE; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a mkdir Tmp_EMPIRICALUA; cd Tmp_EMPIRICALUA; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a mkdir Tmp_LIBRARY; cd Tmp_LIBRARY; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a mkdir Tmp_COUPLER; cd Tmp_COUPLER; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a mkdir Tmp_INTERFACE; cd Tmp_INTERFACE; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINTERFACE.a mkdir Tmp_CONTROL; cd Tmp_CONTROL; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCONTROL.a mkdir Tmp_LIBEE; cd Tmp_LIBEE; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a #^CMP IF EE mkdir Tmp_LIBGM; cd Tmp_LIBGM; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libGM.a #^CMP IF GM mkdir Tmp_LIBIE; cd Tmp_LIBIE; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIE.a #^CMP IF IE mkdir Tmp_LIBIH; cd Tmp_LIBIH; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIH.a #^CMP IF IH mkdir Tmp_LIBIM; cd Tmp_LIBIM; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIM.a #^CMP IF IM mkdir Tmp_LIBOH; cd Tmp_LIBOH; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libOH.a #^CMP IF OH mkdir Tmp_LIBPC; cd Tmp_LIBPC; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPC.a #^CMP IF PC mkdir Tmp_LIBPS; cd Tmp_LIBPS; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPS.a #^CMP IF PS mkdir Tmp_LIBPT; cd Tmp_LIBPT; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPT.a #^CMP IF PT mkdir Tmp_LIBPW; cd Tmp_LIBPW; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPW.a #^CMP IF PW mkdir Tmp_LIBRB; cd Tmp_LIBRB; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libRB.a #^CMP IF RB mkdir Tmp_LIBSC; cd Tmp_LIBSC; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSC.a #^CMP IF SC mkdir Tmp_LIBSP; cd Tmp_LIBSP; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSP.a #^CMP IF SP mkdir Tmp_LIBUA; cd Tmp_LIBUA; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libUA.a #^CMP IF UA mkdir Tmp_LIBCZ; cd Tmp_LIBCZ; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCZ.a #^CMP IF CZ nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 swmf.f90 mpif90 -o /Users/gtoth/Tmp_nag_debug/SWMF/bin/SWMF.exe swmf.o Tmp_*/*.o -default_kinds:r=64 -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` -lgomp \ -L/Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/lib -lHYPRE NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option Program /Users/gtoth/Tmp_nag_debug/SWMF/bin/SWMF.exe has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make test_ps_rundir rm -rf run_test_ps /Applications/Xcode.app/Contents/Developer/usr/bin/make rundir RUNDIR=/Users/gtoth/Tmp_nag_debug/SWMF/run_test_ps mkdir -p /Users/gtoth/Tmp_nag_debug/SWMF/run_test_ps/STDOUT cp share/Scripts/Restart.pl /Users/gtoth/Tmp_nag_debug/SWMF/run_test_ps/Restart.pl cp share/Scripts/PostProc.pl /Users/gtoth/Tmp_nag_debug/SWMF/run_test_ps/PostProc.pl touch /Users/gtoth/Tmp_nag_debug/SWMF/run_test_ps/core chmod 444 /Users/gtoth/Tmp_nag_debug/SWMF/run_test_ps/core cd /Users/gtoth/Tmp_nag_debug/SWMF/run_test_ps; ln -s /Users/gtoth/Tmp_nag_debug/SWMF/bin/SWMF.exe . ; ln -s /Users/gtoth/Tmp_nag_debug/SWMF/Param . cd /Users/gtoth/Tmp_nag_debug/SWMF/CZ/Empty; make rundir No run/CZ for CZ Empty cd /Users/gtoth/Tmp_nag_debug/SWMF/EE/Empty; make rundir No run/EE for EE Empty cd /Users/gtoth/Tmp_nag_debug/SWMF/GM/Empty; make rundir No run/GM for GM Empty cd /Users/gtoth/Tmp_nag_debug/SWMF/IE/Empty; make rundir No run/IE for IE Empty cd /Users/gtoth/Tmp_nag_debug/SWMF/IH/Empty; make rundir No run/IH for IH Empty cd /Users/gtoth/Tmp_nag_debug/SWMF/IM/Empty; make rundir No run/IM for IM Empty cd /Users/gtoth/Tmp_nag_debug/SWMF/OH/Empty; make rundir No run/OH for OH Empty cd /Users/gtoth/Tmp_nag_debug/SWMF/PC/Empty; make rundir No run/PC for PC Empty cd /Users/gtoth/Tmp_nag_debug/SWMF/PS/DGCPM; make rundir mkdir -p /Users/gtoth/Tmp_nag_debug/SWMF/run_test_ps/PS/Output mkdir /Users/gtoth/Tmp_nag_debug/SWMF/run_test_ps/PS/Input mkdir /Users/gtoth/Tmp_nag_debug/SWMF/run_test_ps/PS/restartOUT ln -s /Users/gtoth/Tmp_nag_debug/SWMF/PS/DGCPM/Input/restart_cold /Users/gtoth/Tmp_nag_debug/SWMF/run_test_ps/PS/restartIN cd /Users/gtoth/Tmp_nag_debug/SWMF/PT/Empty; make rundir No run/PC for PC Empty cd /Users/gtoth/Tmp_nag_debug/SWMF/PW/Empty; make rundir No run/PW for PW Empty cd /Users/gtoth/Tmp_nag_debug/SWMF/RB/Empty; make rundir No run/RB for RB Empty cd /Users/gtoth/Tmp_nag_debug/SWMF/SC/Empty; make rundir No run/SC for SC Empty cd /Users/gtoth/Tmp_nag_debug/SWMF/SP/Empty; make rundir No run/SP for SP Empty cd /Users/gtoth/Tmp_nag_debug/SWMF/UA/Empty; make rundir No run/UA for UA Empty cp share/JobScripts/job.*mesh* /Users/gtoth/Tmp_nag_debug/SWMF/run_test_ps/ Creation of /Users/gtoth/Tmp_nag_debug/SWMF/run_test_ps directory succeeded cp Param/PARAM.in.test.PS run_test_ps/PARAM.in cp /Users/gtoth/Tmp_nag_debug/SWMF/PS/DGCPM/Input/kp_test.dat run_test_ps/PS/Input/ /Applications/Xcode.app/Contents/Developer/usr/bin/make test_ps_run cd run_test_ps; mpiexec -n 1 ./SWMF.exe > runlog cd run_test_ps; ./PostProc.pl -M RESULTS PostProc.pl: mv PS/Output RESULTS/PS with 14 files WARNING in PostProc.pl: no files were found in STDOUT PostProc.pl: cp PARAM.in RESULTS PostProc.pl: TIMINGS from runlog (init, run) 0.04 1.87 PostProc.pl: mv runlog RESULTS PostProc.pl: ./Restart.pl -o RESULTS/RESTART /Applications/Xcode.app/Contents/Developer/usr/bin/make test_ps_check ls -ltr test_ps*.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 23:04 test_ps.diff /Applications/Xcode.app/Contents/Developer/usr/bin/make test_sp_compile ./Config.pl -v=Empty,SP/MFLAMPA Modifying versions in Makefile.def ./Config.pl -g=SP:2000 Writing new grid size 2000 into src/ModSize.f90 ... /Applications/Xcode.app/Contents/Developer/usr/bin/make SWMF make TMP_DIRS /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a ModTiming.o timing_cpu.o timing.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libGM.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libGM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libGM.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libIE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIE.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIH.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libIH.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIH.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIM.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libIM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIM.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPC.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libPC.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPC.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libOH.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libOH.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libOH.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PS_wrapper.f90 rm -f /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPS.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPS.a PS_wrapper.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPS.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPS.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPT.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libPT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPT.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPW.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libPW.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPW.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libRB.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libRB.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libRB.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSC.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSC.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSC.a has been brought up to date. cd src; make LIB make libMFLAMPA.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGrid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUnit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAngularSpread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModDistribution.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTurbulence.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWrite.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModReadMhData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRestart.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 rm -f libMFLAMPA.a ar -rs libMFLAMPA.a ModAdvance.o ModAngularSpread.o ModDistribution.o ModDiffusion.o ModGrid.o ModLogAdvection.o ModMain.o ModProc.o ModReadMhData.o ModRestart.o ModSize.o ModTime.o ModUnit.o ModWrite.o ModTurbulence.o ar: creating archive libMFLAMPA.a libMFLAMPA.a has been brought up to date. cd srcInterface; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSP.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 SP_wrapper.f90 cp -f ../src/libMFLAMPA.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSP.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSP.a SP_wrapper.o /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSP.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libUA.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libUA.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libUA.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCZ.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libCZ.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCZ.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINTERFACE.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_couple_gm_ie.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_couple_ih_gm.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_couple_gm_im.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_couple_ie_im.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_couple_ie_ua.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_couple_ih_sc.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_couple_mh_sp.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_couple_gm_rb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_couple_ie_pw.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_couple_gm_pw.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_couple_ie_ps.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_couple_ie_rb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_couple_ih_oh.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_couple_ee_sc.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_couple_gm_pt.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_couple_gm_pc.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_couple_oh_pt.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_couple_ee_gm.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_couple_gm_ps.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_wrapper.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_couple_all.f90 rm -f /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINTERFACE.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINTERFACE.a CON_couple_gm_ie.o CON_couple_ih_gm.o CON_couple_gm_im.o CON_couple_ie_im.o CON_couple_ie_ua.o CON_couple_ih_sc.o CON_couple_mh_sp.o CON_couple_gm_rb.o CON_couple_ie_pw.o CON_couple_gm_pw.o CON_couple_ie_ps.o CON_couple_ie_rb.o CON_couple_ih_oh.o CON_couple_ee_sc.o CON_couple_gm_pt.o CON_couple_gm_pc.o CON_couple_oh_pt.o CON_couple_ee_gm.o CON_couple_gm_ps.o CON_wrapper.o CON_couple_all.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINTERFACE.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINTERFACE.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCONTROL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_io.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_session.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 CON_main.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 swmf_interface.f90 rm -f /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCONTROL.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCONTROL.a CON_main.o CON_variables.o CON_io.o CON_session.o CON_methods.o swmf_interface.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCONTROL.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCONTROL.a has been brought up to date. rm -rf Tmp_* mkdir Tmp_SHARE; cd Tmp_SHARE; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a mkdir Tmp_TIMING; cd Tmp_TIMING; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a mkdir Tmp_INDICES; cd Tmp_INDICES; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a mkdir Tmp_MAGNETOGRAM; cd Tmp_MAGNETOGRAM; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a mkdir Tmp_DEMT; cd Tmp_DEMT; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a mkdir Tmp_EMPIRICALEE; cd Tmp_EMPIRICALEE; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a mkdir Tmp_EMPIRICALGM; cd Tmp_EMPIRICALGM; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a mkdir Tmp_EMPIRICALIE; cd Tmp_EMPIRICALIE; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a mkdir Tmp_EMPIRICALUA; cd Tmp_EMPIRICALUA; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a mkdir Tmp_LIBRARY; cd Tmp_LIBRARY; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a mkdir Tmp_COUPLER; cd Tmp_COUPLER; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a mkdir Tmp_INTERFACE; cd Tmp_INTERFACE; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINTERFACE.a mkdir Tmp_CONTROL; cd Tmp_CONTROL; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCONTROL.a mkdir Tmp_LIBEE; cd Tmp_LIBEE; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a #^CMP IF EE mkdir Tmp_LIBGM; cd Tmp_LIBGM; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libGM.a #^CMP IF GM mkdir Tmp_LIBIE; cd Tmp_LIBIE; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIE.a #^CMP IF IE mkdir Tmp_LIBIH; cd Tmp_LIBIH; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIH.a #^CMP IF IH mkdir Tmp_LIBIM; cd Tmp_LIBIM; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIM.a #^CMP IF IM mkdir Tmp_LIBOH; cd Tmp_LIBOH; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libOH.a #^CMP IF OH mkdir Tmp_LIBPC; cd Tmp_LIBPC; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPC.a #^CMP IF PC mkdir Tmp_LIBPS; cd Tmp_LIBPS; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPS.a #^CMP IF PS mkdir Tmp_LIBPT; cd Tmp_LIBPT; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPT.a #^CMP IF PT mkdir Tmp_LIBPW; cd Tmp_LIBPW; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPW.a #^CMP IF PW mkdir Tmp_LIBRB; cd Tmp_LIBRB; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libRB.a #^CMP IF RB mkdir Tmp_LIBSC; cd Tmp_LIBSC; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSC.a #^CMP IF SC mkdir Tmp_LIBSP; cd Tmp_LIBSP; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSP.a #^CMP IF SP mkdir Tmp_LIBUA; cd Tmp_LIBUA; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libUA.a #^CMP IF UA mkdir Tmp_LIBCZ; cd Tmp_LIBCZ; ar -x /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCZ.a #^CMP IF CZ nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 swmf.f90 mpif90 -o /Users/gtoth/Tmp_nag_debug/SWMF/bin/SWMF.exe swmf.o Tmp_*/*.o -default_kinds:r=64 -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` -lgomp \ -L/Users/gtoth/Tmp_nag_debug/SWMF/util/HYPRE/lib -lHYPRE NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option Program /Users/gtoth/Tmp_nag_debug/SWMF/bin/SWMF.exe has been brought up to date. make PIDL cd /Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make PIDL make /Users/gtoth/Tmp_nag_debug/SWMF/bin/PostIDL.exe nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PostIDL.f90 mpif90 -o /Users/gtoth/Tmp_nag_debug/SWMF/bin/PostIDL.exe PostIDL.o -L/Users/gtoth/Tmp_nag_debug/SWMF/lib -lSHARE -default_kinds:r=64 -lstdc++ -C -gline -nan -Wl,-w -Wl=`which gcc` -lgomp NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option /Applications/Xcode.app/Contents/Developer/usr/bin/make test_sp_rundir rm -rf run_test_sp /Applications/Xcode.app/Contents/Developer/usr/bin/make rundir RUNDIR=/Users/gtoth/Tmp_nag_debug/SWMF/run_test_sp mkdir -p /Users/gtoth/Tmp_nag_debug/SWMF/run_test_sp/STDOUT cp share/Scripts/Restart.pl /Users/gtoth/Tmp_nag_debug/SWMF/run_test_sp/Restart.pl cp share/Scripts/PostProc.pl /Users/gtoth/Tmp_nag_debug/SWMF/run_test_sp/PostProc.pl touch /Users/gtoth/Tmp_nag_debug/SWMF/run_test_sp/core chmod 444 /Users/gtoth/Tmp_nag_debug/SWMF/run_test_sp/core cd /Users/gtoth/Tmp_nag_debug/SWMF/run_test_sp; ln -s /Users/gtoth/Tmp_nag_debug/SWMF/bin/SWMF.exe . ; ln -s /Users/gtoth/Tmp_nag_debug/SWMF/Param . cd /Users/gtoth/Tmp_nag_debug/SWMF/CZ/Empty; make rundir No run/CZ for CZ Empty cd /Users/gtoth/Tmp_nag_debug/SWMF/EE/Empty; make rundir No run/EE for EE Empty cd /Users/gtoth/Tmp_nag_debug/SWMF/GM/Empty; make rundir No run/GM for GM Empty cd /Users/gtoth/Tmp_nag_debug/SWMF/IE/Empty; make rundir No run/IE for IE Empty cd /Users/gtoth/Tmp_nag_debug/SWMF/IH/Empty; make rundir No run/IH for IH Empty cd /Users/gtoth/Tmp_nag_debug/SWMF/IM/Empty; make rundir No run/IM for IM Empty cd /Users/gtoth/Tmp_nag_debug/SWMF/OH/Empty; make rundir No run/OH for OH Empty cd /Users/gtoth/Tmp_nag_debug/SWMF/PC/Empty; make rundir No run/PC for PC Empty cd /Users/gtoth/Tmp_nag_debug/SWMF/PS/Empty; make rundir No run/PS for PS Empty cd /Users/gtoth/Tmp_nag_debug/SWMF/PT/Empty; make rundir No run/PC for PC Empty cd /Users/gtoth/Tmp_nag_debug/SWMF/PW/Empty; make rundir No run/PW for PW Empty cd /Users/gtoth/Tmp_nag_debug/SWMF/RB/Empty; make rundir No run/RB for RB Empty cd /Users/gtoth/Tmp_nag_debug/SWMF/SC/Empty; make rundir No run/SC for SC Empty cd /Users/gtoth/Tmp_nag_debug/SWMF/SP/MFLAMPA; make rundir mkdir -p /Users/gtoth/Tmp_nag_debug/SWMF/run_test_sp/SP /Users/gtoth/Tmp_nag_debug/SWMF/run_test_sp/SP/restartIN \ /Users/gtoth/Tmp_nag_debug/SWMF/run_test_sp/SP/restartOUT /Users/gtoth/Tmp_nag_debug/SWMF/run_test_sp/SP/IO2 cd /Users/gtoth/Tmp_nag_debug/SWMF/run_test_sp/SP; \ ln -s /Users/gtoth/Tmp_nag_debug/SWMF/SP/MFLAMPA/Param . cd /Users/gtoth/Tmp_nag_debug/SWMF/UA/Empty; make rundir No run/UA for UA Empty cp share/JobScripts/job.*mesh* /Users/gtoth/Tmp_nag_debug/SWMF/run_test_sp/ Creation of /Users/gtoth/Tmp_nag_debug/SWMF/run_test_sp directory succeeded mkdir run_test_sp/MH_data/ cp Param/PARAM.in.test.SP run_test_sp/PARAM.in cd run_test_sp; tar xzf ../SP/MFLAMPA/data/input/test15/MH_data.tgz /Applications/Xcode.app/Contents/Developer/usr/bin/make test_sp_run cd run_test_sp; mpiexec -n 2 ./SWMF.exe > runlog cd run_test_sp; ./PostProc.pl -M RESULTS PostProc.pl: mv SP/IO2 RESULTS/SP with 178 files WARNING in PostProc.pl: no files were found in STDOUT PostProc.pl: cp PARAM.in RESULTS PostProc.pl: TIMINGS from runlog (init, run) 0.05 1.58 PostProc.pl: mv runlog RESULTS PostProc.pl: ./Restart.pl -o RESULTS/RESTART /Applications/Xcode.app/Contents/Developer/usr/bin/make test_sp_check cat run_test_sp/RESULTS/SP/MH_data_*_*_t00000030_n000010.out \ > run_test_sp/RESULTS/SP/MH_data.outs (/Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/DiffNum.pl -BLESS=NO -a=1e-6 -r=1e-6 -b \ run_test_sp/RESULTS/SP/MH_data.outs \ SP/MFLAMPA/output/MH_data.outs.ref.gz \ > test_sp.diff) ls -l test_sp.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 23:04 test_sp.diff /Applications/Xcode.app/Contents/Developer/usr/bin/make test_swpc_compile ./Config.pl -v=Empty,GM/BATSRUS,IE/Ridley_serial,IM/RCM2,RB/RBE Modifying versions in Makefile.def ./Config.pl -g=GM:8,8,8,IE:91,181 -o=GM:u=Default,e=Mhd,ng=2 /Applications/Xcode.app/Contents/Developer/usr/bin/make SWMF make TMP_DIRS /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a ModTiming.o timing_cpu.o timing.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a make[8]: `libBATL.a' is up to date. libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMessagePass.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWriteTecplot.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[8]: *** [ModFaceFlux.o] Error 2 make[8]: *** Waiting for unfinished jobs.... make[7]: *** [LIB] Error 2 make[6]: *** [LIB] Error 2 make[5]: *** [LIB] Error 2 make[4]: *** [SWMFEXE] Error 2 make[3]: *** [SWMF] Error 2 make[2]: *** [test_swpc_compile] Error 2 make[1]: *** [test_swpc] Error 2 make: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_swpc_multiion_compile ./Config.pl -v=Empty,GM/BATSRUS,IE/Ridley_serial,IM/RCM2 Modifying versions in Makefile.def ./Config.pl -g=GM:8,8,8,IE:91,181 -o=GM:u=Default,e=MultiIon,ng=2 /Applications/Xcode.app/Contents/Developer/usr/bin/make SWMF make TMP_DIRS /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a ModTiming.o timing_cpu.o timing.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a make[8]: `libBATL.a' is up to date. libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUser.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 user_interface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadioWaveImage.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotRadioWave.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[8]: *** [ModFaceFlux.o] Error 2 make[8]: *** Waiting for unfinished jobs.... make[7]: *** [LIB] Error 2 make[6]: *** [LIB] Error 2 make[5]: *** [LIB] Error 2 make[4]: *** [SWMFEXE] Error 2 make[3]: *** [SWMF] Error 2 make[2]: *** [test_swpc_multiion_compile] Error 2 make[1]: *** [test_swpc_multiion] Error 2 make: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_swpc_multispecies_compile ./Config.pl -v=Empty,GM/BATSRUS,IE/Ridley_serial,IM/RCM2 ./Config.pl -g=GM:8,8,8,IE:91,181 -o=GM:u=Default,e=MhdHpOp,ng=2 /Applications/Xcode.app/Contents/Developer/usr/bin/make SWMF make TMP_DIRS /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a make[8]: `libBATL.a' is up to date. libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUser.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 user_interface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadioWaveImage.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotRadioWave.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[8]: *** [ModFaceFlux.o] Error 2 make[8]: *** Waiting for unfinished jobs.... make[7]: *** [LIB] Error 2 make[6]: *** [LIB] Error 2 make[5]: *** [LIB] Error 2 make[4]: *** [SWMFEXE] Error 2 make[3]: *** [SWMF] Error 2 make[2]: *** [test_swpc_multispecies_compile] Error 2 make[1]: *** [test_swpc_multispecies] Error 2 make: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test_swpc_cimi_compile ./Config.pl -v=Empty,GM/BATSRUS,IE/Ridley_serial,IM/CIMI Modifying versions in Makefile.def ./Config.pl -g=GM:8,8,8,IE:91,181 -o=GM:u=Default,e=MhdAnisoP,ng=2 ./Config.pl -o=IM:EarthHO,GridExpanded /Applications/Xcode.app/Contents/Developer/usr/bin/make SWMF make TMP_DIRS /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a ModTiming.o timing_cpu.o timing.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a make[8]: `libBATL.a' is up to date. libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUser.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 user_interface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadioWaveImage.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotRadioWave.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[8]: *** [ModFaceFlux.o] Error 2 make[8]: *** Waiting for unfinished jobs.... make[7]: *** [LIB] Error 2 make[6]: *** [LIB] Error 2 make[5]: *** [LIB] Error 2 make[4]: *** [SWMFEXE] Error 2 make[3]: *** [SWMF] Error 2 make[2]: *** [test_swpc_cimi_compile] Error 2 make[1]: *** [test_swpc_cimi] Error 2 make: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test1_compile ./Config.pl -v=Empty,GM/BATSRUS,IE/Ridley_serial,PW/PWOM Modifying versions in Makefile.def ./Config.pl -g=GM:8,8,8,IE:91,181 -o=GM:u=Default,e=Mhd,ng=2,PW:Earth /Applications/Xcode.app/Contents/Developer/usr/bin/make SWMF make TMP_DIRS /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a ModTiming.o timing_cpu.o timing.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a make[8]: `libBATL.a' is up to date. libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUser.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 user_interface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadioWaveImage.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotRadioWave.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[8]: *** [ModFaceFlux.o] Error 2 make[8]: *** Waiting for unfinished jobs.... make[7]: *** [LIB] Error 2 make[6]: *** [LIB] Error 2 make[5]: *** [LIB] Error 2 make[4]: *** [SWMFEXE] Error 2 make[3]: *** [SWMF] Error 2 make[2]: *** [test1_compile] Error 2 make[1]: *** [test1] Error 2 make: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test4_compile ./Config.pl -v=Empty,GM/BATSRUS,IE/Ridley_serial,IM/HEIDI Modifying versions in Makefile.def ./Config.pl -g=GM:8,8,8,IE:91,181 -o=GM:u=Default,e=Mhd,ng=2 /Applications/Xcode.app/Contents/Developer/usr/bin/make SWMF make TMP_DIRS /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a ModTiming.o timing_cpu.o timing.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a make[8]: `libBATL.a' is up to date. libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMessagePass.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWriteTecplot.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[8]: *** [ModFaceFlux.o] Error 2 make[8]: *** Waiting for unfinished jobs.... make[7]: *** [LIB] Error 2 make[6]: *** [LIB] Error 2 make[5]: *** [LIB] Error 2 make[4]: *** [SWMFEXE] Error 2 make[3]: *** [SWMF] Error 2 make[2]: *** [test4_compile] Error 2 make[1]: *** [test4] Error 2 make: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test5_compile ./Config.pl -v=Empty,EE/BATSRUS,SC/BATSRUS Modifying versions in Makefile.def 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 \ ../../../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; \ /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/Methods.pl EE src/*.f90 src/*.h srcBATL/*.f90 srcUser/*.f90 srcEquation/*.f90 srcInterface/*.f90; \ /Users/gtoth/Tmp_nag_debug/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=245 Finished 37 replacements in file src/ModAdvanceExplicit.f90 Finished 135 replacements in file src/ModBatsrusMethods.f90 Finished 19 replacements in file src/ModBoundaryGeometry.f90 Finished 5 replacements in file src/ModCharacteristic.f90 Finished 11 replacements in file src/ModConserveFlux.f90 Finished 38 replacements in file src/ModElectricField.f90 Finished 2 replacements in file src/ModExtraVariables.f90 Finished 47 replacements in file src/ModFaceValue.f90 Finished 12 replacements in file src/ModGeometry.f90 Finished 4 replacements in file src/ModHdf5_empty.f90 Finished 7 replacements in file src/ModIO.f90 Finished 8 replacements in file src/ModImplHypre_empty.f90 Finished 48 replacements in file src/ModLaserHeating.f90 Finished 23 replacements in file src/ModMessagePass.f90 Finished 42 replacements in file src/ModPIC.f90 Finished 36 replacements in file src/ModParticleFieldLine.f90 Finished 16 replacements in file src/ModPlotBox.f90 Finished 86 replacements in file src/ModRadDiffusion.f90 Finished 52 replacements in file src/ModRestartFile.f90 Finished 183 replacements in file src/ModSetParameters.f90 Finished 46 replacements in file src/ModThreadedLC.f90 Finished 4 replacements in file src/ModUser.f90 Finished 13 replacements in file src/ModViscosity.f90 Finished 7 replacements in file src/ModWritePlotIdl.f90 Finished 45 replacements in file src/ModWriteTecplot.f90 Finished 21 replacements in file src/user_module.h Finished 14 replacements in file srcBATL/BATL_grid.f90 Finished 5 replacements in file srcBATL/BATL_mpi.f90 Finished 9 replacements in file srcBATL/BATL_pass_face_field.f90 Finished 2 replacements in file srcBATL/BATL_size_orig.f90 Finished 114 replacements in file srcUser/ModUserAwsomFluids.f90 Finished 68 replacements in file srcUser/ModUserComet6Sp.f90 Finished 162 replacements in file srcUser/ModUserCrash.f90 Finished 16 replacements in file srcUser/ModUserEos.f90 Finished 87 replacements in file srcUser/ModUserEuropaSingleMHDPe.f90 Finished 30 replacements in file srcUser/ModUserGemReconnect.f90 Finished 38 replacements in file srcUser/ModUserIh.f90 Finished 62 replacements in file srcUser/ModUserLogAdvection.f90 Finished 57 replacements in file srcUser/ModUserMarshak.f90 Finished 10 replacements in file srcUser/ModUserNonPublicSample.f90 Finished 83 replacements in file srcUser/ModUserOuterHelio2d.f90 Finished 49 replacements in file srcUser/ModUserSaturn3sp.f90 Finished 29 replacements in file srcUser/ModUserSwIono.f90 Finished 106 replacements in file srcUser/ModUserVenus.f90 Finished 3 replacements in file srcEquation/ModEquationAwsomFluids.f90 Finished 3 replacements in file srcEquation/ModEquationFiveMoment.f90 Finished 5 replacements in file srcEquation/ModEquationHdEos.f90 Finished 4 replacements in file srcEquation/ModEquationMhd.f90 Finished 3 replacements in file srcEquation/ModEquationMhdCometCG3FluidsPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdEos.f90 Finished 3 replacements in file srcEquation/ModEquationMhdFluidsPeAniso.f90 Finished 4 replacements in file srcEquation/ModEquationMhdHypPe.f90 Finished 3 replacements in file srcEquation/ModEquationMhdMarsFluids.f90 Finished 4 replacements in file srcEquation/ModEquationMhdNonCons.f90 Finished 4 replacements in file srcEquation/ModEquationMhdPw.f90 Finished 4 replacements in file srcEquation/ModEquationMhdTitan.f90 Finished 4 replacements in file srcEquation/ModEquationMhdWavesHypPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdWavesPeAnisoPiSignB.f90 Finished 3 replacements in file srcEquation/ModEquationMultiIonPe.f90 Finished 3 replacements in file srcEquation/ModEquationSixMoment.f90 No variables to rename in file srcInterface/EE_wrapper.f90 Thread 3 finished 1946 replacement(s) in 60 file(s) Finished 12 replacements in file src/ModAdvectPoints.f90 Finished 47 replacements in file src/ModBatsrusUtility.f90 Finished 42 replacements in file src/ModCalcSource.f90 Finished 11 replacements in file src/ModChromosphere.f90 Finished 58 replacements in file src/ModConstrainDivB.f90 Finished 23 replacements in file src/ModEnergy.f90 Finished 45 replacements in file src/ModFaceBoundary.f90 Finished 66 replacements in file src/ModFieldLineThread.f90 Finished 44 replacements in file src/ModGroundMagPerturb.f90 Finished 30 replacements in file src/ModHdf5_orig.f90 Finished 26 replacements in file src/ModIeCoupling.f90 Finished 10 replacements in file src/ModImplHypre_orig.f90 Finished 49 replacements in file src/ModLoadBalance.f90 Finished 4 replacements in file src/ModMultiFluid.f90 Finished 6 replacements in file src/ModParallel.f90 Finished 36 replacements in file src/ModParticleMover.f90 Finished 15 replacements in file src/ModPlotShell.f90 Finished 22 replacements in file src/ModRadiativeCooling.f90 Finished 29 replacements in file src/ModSatelliteFile.f90 Finished 2 replacements in file src/ModSingleFluid.f90 Finished 29 replacements in file src/ModTimeStepControl.f90 Finished 4 replacements in file src/ModUserDefault.f90 Finished 20 replacements in file src/ModWaves.f90 Finished 42 replacements in file src/ModWritePlotLos.f90 Finished 4 replacements in file src/check_variables.f90 Finished 15 replacements in file srcBATL/BATL_amr.f90 Finished 10 replacements in file srcBATL/BATL_high_order.f90 Finished 13 replacements in file srcBATL/BATL_particles.f90 Finished 9 replacements in file srcBATL/BATL_pass_node.f90 Finished 7 replacements in file srcBATL/BATL_test.f90 Finished 25 replacements in file srcUser/ModUserCCMC.f90 Finished 49 replacements in file srcUser/ModUserCometCG.f90 Finished 60 replacements in file srcUser/ModUserEarthXray.f90 Finished 51 replacements in file srcUser/ModUserEuropa.f90 Finished 17 replacements in file srcUser/ModUserFluxRope.f90 Finished 86 replacements in file srcUser/ModUserGrayDiffusion.f90 Finished 75 replacements in file srcUser/ModUserJupiter.f90 Finished 109 replacements in file srcUser/ModUserMars.f90 Finished 54 replacements in file srcUser/ModUserMercury.f90 Finished 9 replacements in file srcUser/ModUserOh.f90 Finished 73 replacements in file srcUser/ModUserOuterHelioPUI.f90 Finished 77 replacements in file srcUser/ModUserSc.f90 Finished 87 replacements in file srcUser/ModUserSwarm.f90 Finished 96 replacements in file srcUser/ModUserVenusFluids.f90 Finished 3 replacements in file srcEquation/ModEquationAwsomFluidsAnisoPi.f90 Finished 3 replacements in file srcEquation/ModEquationFiveMomentHyp.f90 Finished 5 replacements in file srcEquation/ModEquationHdEosRad.f90 Finished 4 replacements in file srcEquation/ModEquationMhdAnisoP.f90 Finished 3 replacements in file srcEquation/ModEquationMhdCometCG3FluidsPeHyp.f90 Finished 4 replacements in file srcEquation/ModEquationMhdEosRad.f90 Finished 3 replacements in file srcEquation/ModEquationMhdHd.f90 Finished 3 replacements in file srcEquation/ModEquationMhdIons.f90 Finished 3 replacements in file srcEquation/ModEquationMhdMarsFluidsPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdSaturn3sp.f90 Finished 4 replacements in file srcEquation/ModEquationMhdTitanPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdWavesHypSignB.f90 Finished 4 replacements in file srcEquation/ModEquationMhdWavesPeSignB.f90 Finished 3 replacements in file srcEquation/ModEquationMultiSwIono.f90 Finished 3 replacements in file srcEquation/ModEquationSixMomentHyp.f90 Finished 28 replacements in file srcInterface/ModBuffer.f90 Thread 4 finished 1683 replacement(s) in 61 file(s) Finished 10 replacements in file src/ModAdvance.f90 Finished 39 replacements in file src/ModBatlInterface.f90 Finished 11 replacements in file src/ModBorisCorrection.f90 Finished 14 replacements in file src/ModCellGradient.f90 Finished 15 replacements in file src/ModCoarseAxis.f90 Finished 20 replacements in file src/ModCurrent.f90 Finished 10 replacements in file src/ModExpansionFactors.f90 Finished 25 replacements in file src/ModFaceGradient.f90 Finished 14 replacements in file src/ModFixAxisCells.f90 Finished 4 replacements in file src/ModHdf5.f90 Finished 14 replacements in file src/ModHeatFluxCollisionless.f90 Finished 10 replacements in file src/ModImplHypre.f90 Finished 29 replacements in file src/ModIonElectron.f90 Finished 5 replacements in file src/ModMain.f90 Finished 5 replacements in file src/ModNodes.f90 Finished 10 replacements in file src/ModPartSteady.f90 Finished 36 replacements in file src/ModPhysics.f90 Finished 53 replacements in file src/ModProjectDivB.f90 Finished 76 replacements in file src/ModResistivity.f90 Finished 25 replacements in file src/ModSetInitialCondition.f90 Finished 20 replacements in file src/ModSolarwind.f90 Finished 80 replacements in file src/ModUpdateState.f90 Finished 52 replacements in file src/ModUserInterface.f90 Finished 70 replacements in file src/ModWritePlot.f90 Finished 26 replacements in file src/ModWriteProgress.f90 No variables to rename in file src/show_git_info.h Finished 3 replacements in file srcBATL/BATL_geometry.f90 Finished 39 replacements in file srcBATL/BATL_lib.f90 Finished 17 replacements in file srcBATL/BATL_pass_face.f90 Finished 2 replacements in file srcBATL/BATL_size.f90 Finished 17 replacements in file srcBATL/BATL_unit_test.f90 Finished 132 replacements in file srcUser/ModUserComet3FluidsPe.f90 Finished 101 replacements in file srcUser/ModUserCometNeutralFluids.f90 Finished 27 replacements in file srcUser/ModUserEnceladus.f90 Finished 162 replacements in file srcUser/ModUserEuropa3FluidsPe.f90 Finished 38 replacements in file srcUser/ModUserGanymedeInsulatingBC.f90 Finished 96 replacements in file srcUser/ModUserHybrid.f90 Finished 114 replacements in file srcUser/ModUserLc.f90 Finished 134 replacements in file srcUser/ModUserMarsResistBody.f90 Finished 43 replacements in file srcUser/ModUserNonGyro.f90 Finished 93 replacements in file srcUser/ModUserOuterHelio.f90 Finished 39 replacements in file srcUser/ModUserSaturn.f90 Finished 14 replacements in file srcUser/ModUserStretchedDipole.f90 Finished 110 replacements in file srcUser/ModUserTitanPe.f90 Finished 95 replacements in file srcUser/ModUserWaves.f90 Finished 5 replacements in file srcEquation/ModEquationCrashTe.f90 Finished 5 replacements in file srcEquation/ModEquationHdCrash.f90 Finished 3 replacements in file srcEquation/ModEquationIonsHNO.f90 Finished 3 replacements in file srcEquation/ModEquationMhdComet3FluidsPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdCrash.f90 Finished 3 replacements in file srcEquation/ModEquationMhdEuropa3FluidsPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdHyp.f90 Finished 4 replacements in file srcEquation/ModEquationMhdMars.f90 Finished 4 replacements in file srcEquation/ModEquationMhdMarsPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdPeAnisoPi.f90 Finished 3 replacements in file srcEquation/ModEquationMhdSwIonoPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdWavesHyp.f90 Finished 4 replacements in file srcEquation/ModEquationMhdWavesPeAnisoPi.f90 Finished 3 replacements in file srcEquation/ModEquationMultiIon.f90 Finished 3 replacements in file srcEquation/ModEquationOuterHelioPUI.f90 Finished 4 replacements in file srcEquation/ModEquationSwhPui.f90 Thread 2 finished 2009 replacement(s) in 60 file(s) Finished 40 replacements in file src/ModAMR.f90 Finished 27 replacements in file src/ModB0.f90 Finished 28 replacements in file src/ModBlockData.f90 Finished 70 replacements in file src/ModCellBoundary.f90 Finished 13 replacements in file src/ModCleanDivB.f90 Finished 86 replacements in file src/ModCoronalHeating.f90 Finished 4 replacements in file src/ModEquation.f90 Finished 163 replacements in file src/ModFaceFlux.f90 Finished 123 replacements in file src/ModFieldTrace.f90 Finished 17 replacements in file src/ModHallResist.f90 Finished 141 replacements in file src/ModHeatConduction.f90 Finished 18 replacements in file src/ModImCoupling.f90 Finished 10 replacements in file src/ModImplicit.f90 Finished 33 replacements in file src/ModLocalTimeStep.f90 Finished 47 replacements in file src/ModMultiIon.f90 Finished 86 replacements in file src/ModPartImplicit.f90 Finished 10 replacements in file src/ModParticles.f90 Finished 16 replacements in file src/ModPointImplicit.f90 Finished 19 replacements in file src/ModRadioWaveImage.f90 Finished 63 replacements in file src/ModSemiImplicit.f90 Finished 4 replacements in file src/ModSize.f90 Finished 3 replacements in file src/ModTransitionRegion.f90 Finished 81 replacements in file src/ModUserEmpty.f90 Finished 60 replacements in file src/ModWriteLogSatFile.f90 Finished 13 replacements in file src/ModWritePlotRadioWave.f90 Finished 94 replacements in file src/user_interface.f90 Finished 22 replacements in file srcBATL/BATL_amr_criteria.f90 Finished 9 replacements in file srcBATL/BATL_interpolate_amr.f90 Finished 24 replacements in file srcBATL/BATL_pass_cell.f90 Finished 18 replacements in file srcBATL/BATL_region.f90 Finished 17 replacements in file srcBATL/BATL_tree.f90 Finished 54 replacements in file srcUser/ModUserComet1Sp.f90 Finished 169 replacements in file srcUser/ModUserCometCGfluids.f90 Finished 94 replacements in file srcUser/ModUserEe.f90 Finished 162 replacements in file srcUser/ModUserEuropa2FluidsPe.f90 Finished 70 replacements in file srcUser/ModUserGanymede.f90 Finished 112 replacements in file srcUser/ModUserHeatConduction.f90 Finished 12 replacements in file srcUser/ModUserKelvinHelmholtz.f90 Finished 106 replacements in file srcUser/ModUserMarsFluids.f90 Finished 60 replacements in file srcUser/ModUserMultiGroup.f90 Finished 89 replacements in file srcUser/ModUserOhNeutrals.f90 Finished 26 replacements in file srcUser/ModUserPointImplicit.f90 Finished 136 replacements in file srcUser/ModUserScChromo.f90 Finished 97 replacements in file srcUser/ModUserTitan.f90 Finished 37 replacements in file srcUser/ModUserWaveReflection.f90 Finished 5 replacements in file srcEquation/ModEquationCrash.f90 Finished 5 replacements in file srcEquation/ModEquationHd.f90 Finished 5 replacements in file srcEquation/ModEquationHdRadCrash.f90 Finished 4 replacements in file srcEquation/ModEquationMhdComet.f90 Finished 4 replacements in file srcEquation/ModEquationMhdCorona.f90 Finished 3 replacements in file srcEquation/ModEquationMhdEuropa2FluidsPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdHpOp.f90 Finished 3 replacements in file srcEquation/ModEquationMhdIonsPe.f90 Finished 3 replacements in file srcEquation/ModEquationMhdMarsFluidsSW.f90 Finished 4 replacements in file srcEquation/ModEquationMhdPeAniso.f90 Finished 4 replacements in file srcEquation/ModEquationMhdSwIono.f90 Finished 4 replacements in file srcEquation/ModEquationMhdWaves.f90 Finished 4 replacements in file srcEquation/ModEquationMhdWavesPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdWavesSignB.f90 Finished 3 replacements in file srcEquation/ModEquationOuterHelio.f90 Finished 5 replacements in file srcEquation/ModEquationSwh.f90 Finished 9 replacements in file srcInterface/ModGridDescriptor.f90 Thread 1 finished 2656 replacement(s) in 62 file(s) Reinstalling BATSRUS as EE component cp: src/ModSize_orig.f90: No such file or directory cd SC/BATSRUS; \ rm -rf src srcBATL srcUser srcEquation \ srcInterface/SC_wrapper.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 \ ../../../SC/BATSRUS/srcInterface cp -f IH/BATSRUS/srcInterface/IH_wrapper.f90 \ SC/BATSRUS/srcInterface/SC_wrapper.f90 cd SC/BATSRUS/srcInterface/; \ perl -i -pe \ 's/IH/SC/g;s/OH/IH/;s/Inner Heliosphere/Solar Corona/' \ SC_wrapper.f90 cd SC/BATSRUS/src; rm -f main.f90 cd SC/BATSRUS; \ /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/Methods.pl SC src/*.f90 src/*.h srcBATL/*.f90 srcUser/*.f90 srcEquation/*.f90 srcInterface/*.f90; \ /Users/gtoth/Tmp_nag_debug/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=245 Finished 37 replacements in file src/ModAdvanceExplicit.f90 Finished 135 replacements in file src/ModBatsrusMethods.f90 Finished 19 replacements in file src/ModBoundaryGeometry.f90 Finished 5 replacements in file src/ModCharacteristic.f90 Finished 11 replacements in file src/ModConserveFlux.f90 Finished 38 replacements in file src/ModElectricField.f90 Finished 2 replacements in file src/ModExtraVariables.f90 Finished 47 replacements in file src/ModFaceValue.f90 Finished 12 replacements in file src/ModGeometry.f90 Finished 4 replacements in file src/ModHdf5_empty.f90 Finished 7 replacements in file src/ModIO.f90 Finished 8 replacements in file src/ModImplHypre_empty.f90 Finished 48 replacements in file src/ModLaserHeating.f90 Finished 23 replacements in file src/ModMessagePass.f90 Finished 42 replacements in file src/ModPIC.f90 Finished 36 replacements in file src/ModParticleFieldLine.f90 Finished 16 replacements in file src/ModPlotBox.f90 Finished 86 replacements in file src/ModRadDiffusion.f90 Finished 52 replacements in file src/ModRestartFile.f90 Finished 183 replacements in file src/ModSetParameters.f90 Finished 46 replacements in file src/ModThreadedLC.f90 Finished 4 replacements in file src/ModUser.f90 Finished 13 replacements in file src/ModViscosity.f90 Finished 7 replacements in file src/ModWritePlotIdl.f90 Finished 45 replacements in file src/ModWriteTecplot.f90 Finished 21 replacements in file src/user_module.h Finished 14 replacements in file srcBATL/BATL_grid.f90 Finished 5 replacements in file srcBATL/BATL_mpi.f90 Finished 9 replacements in file srcBATL/BATL_pass_face_field.f90 Finished 2 replacements in file srcBATL/BATL_size_orig.f90 Finished 114 replacements in file srcUser/ModUserAwsomFluids.f90 Finished 68 replacements in file srcUser/ModUserComet6Sp.f90 Finished 162 replacements in file srcUser/ModUserCrash.f90 Finished 16 replacements in file srcUser/ModUserEos.f90 Finished 87 replacements in file srcUser/ModUserEuropaSingleMHDPe.f90 Finished 30 replacements in file srcUser/ModUserGemReconnect.f90 Finished 38 replacements in file srcUser/ModUserIh.f90 Finished 62 replacements in file srcUser/ModUserLogAdvection.f90 Finished 57 replacements in file srcUser/ModUserMarshak.f90 Finished 10 replacements in file srcUser/ModUserNonPublicSample.f90 Finished 83 replacements in file srcUser/ModUserOuterHelio2d.f90 Finished 49 replacements in file srcUser/ModUserSaturn3sp.f90 Finished 29 replacements in file srcUser/ModUserSwIono.f90 Finished 106 replacements in file srcUser/ModUserVenus.f90 Finished 3 replacements in file srcEquation/ModEquationAwsomFluids.f90 Finished 3 replacements in file srcEquation/ModEquationFiveMoment.f90 Finished 5 replacements in file srcEquation/ModEquationHdEos.f90 Finished 4 replacements in file srcEquation/ModEquationMhd.f90 Finished 3 replacements in file srcEquation/ModEquationMhdCometCG3FluidsPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdEos.f90 Finished 3 replacements in file srcEquation/ModEquationMhdFluidsPeAniso.f90 Finished 4 replacements in file srcEquation/ModEquationMhdHypPe.f90 Finished 3 replacements in file srcEquation/ModEquationMhdMarsFluids.f90 Finished 4 replacements in file srcEquation/ModEquationMhdNonCons.f90 Finished 4 replacements in file srcEquation/ModEquationMhdPw.f90 Finished 4 replacements in file srcEquation/ModEquationMhdTitan.f90 Finished 4 replacements in file srcEquation/ModEquationMhdWavesHypPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdWavesPeAnisoPiSignB.f90 Finished 3 replacements in file srcEquation/ModEquationMultiIonPe.f90 Finished 3 replacements in file srcEquation/ModEquationSixMoment.f90 Finished 28 replacements in file srcInterface/ModBuffer.f90 Thread 3 finished 1974 replacement(s) in 61 file(s) Finished 12 replacements in file src/ModAdvectPoints.f90 Finished 47 replacements in file src/ModBatsrusUtility.f90 Finished 42 replacements in file src/ModCalcSource.f90 Finished 11 replacements in file src/ModChromosphere.f90 Finished 58 replacements in file src/ModConstrainDivB.f90 Finished 23 replacements in file src/ModEnergy.f90 Finished 45 replacements in file src/ModFaceBoundary.f90 Finished 66 replacements in file src/ModFieldLineThread.f90 Finished 44 replacements in file src/ModGroundMagPerturb.f90 Finished 30 replacements in file src/ModHdf5_orig.f90 Finished 26 replacements in file src/ModIeCoupling.f90 Finished 10 replacements in file src/ModImplHypre_orig.f90 Finished 49 replacements in file src/ModLoadBalance.f90 Finished 4 replacements in file src/ModMultiFluid.f90 Finished 6 replacements in file src/ModParallel.f90 Finished 36 replacements in file src/ModParticleMover.f90 Finished 15 replacements in file src/ModPlotShell.f90 Finished 22 replacements in file src/ModRadiativeCooling.f90 Finished 29 replacements in file src/ModSatelliteFile.f90 Finished 2 replacements in file src/ModSingleFluid.f90 Finished 29 replacements in file src/ModTimeStepControl.f90 Finished 4 replacements in file src/ModUserDefault.f90 Finished 20 replacements in file src/ModWaves.f90 Finished 42 replacements in file src/ModWritePlotLos.f90 Finished 4 replacements in file src/check_variables.f90 Finished 15 replacements in file srcBATL/BATL_amr.f90 Finished 10 replacements in file srcBATL/BATL_high_order.f90 Finished 13 replacements in file srcBATL/BATL_particles.f90 Finished 9 replacements in file srcBATL/BATL_pass_node.f90 Finished 7 replacements in file srcBATL/BATL_test.f90 Finished 25 replacements in file srcUser/ModUserCCMC.f90 Finished 49 replacements in file srcUser/ModUserCometCG.f90 Finished 60 replacements in file srcUser/ModUserEarthXray.f90 Finished 51 replacements in file srcUser/ModUserEuropa.f90 Finished 17 replacements in file srcUser/ModUserFluxRope.f90 Finished 86 replacements in file srcUser/ModUserGrayDiffusion.f90 Finished 75 replacements in file srcUser/ModUserJupiter.f90 Finished 109 replacements in file srcUser/ModUserMars.f90 Finished 54 replacements in file srcUser/ModUserMercury.f90 Finished 9 replacements in file srcUser/ModUserOh.f90 Finished 73 replacements in file srcUser/ModUserOuterHelioPUI.f90 Finished 77 replacements in file srcUser/ModUserSc.f90 Finished 87 replacements in file srcUser/ModUserSwarm.f90 Finished 96 replacements in file srcUser/ModUserVenusFluids.f90 Finished 3 replacements in file srcEquation/ModEquationAwsomFluidsAnisoPi.f90 Finished 3 replacements in file srcEquation/ModEquationFiveMomentHyp.f90 Finished 5 replacements in file srcEquation/ModEquationHdEosRad.f90 Finished 4 replacements in file srcEquation/ModEquationMhdAnisoP.f90 Finished 3 replacements in file srcEquation/ModEquationMhdCometCG3FluidsPeHyp.f90 Finished 4 replacements in file srcEquation/ModEquationMhdEosRad.f90 Finished 3 replacements in file srcEquation/ModEquationMhdHd.f90 Finished 3 replacements in file srcEquation/ModEquationMhdIons.f90 Finished 3 replacements in file srcEquation/ModEquationMhdMarsFluidsPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdSaturn3sp.f90 Finished 4 replacements in file srcEquation/ModEquationMhdTitanPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdWavesHypSignB.f90 Finished 4 replacements in file srcEquation/ModEquationMhdWavesPeSignB.f90 Finished 3 replacements in file srcEquation/ModEquationMultiSwIono.f90 Finished 3 replacements in file srcEquation/ModEquationSixMomentHyp.f90 Finished 9 replacements in file srcInterface/ModGridDescriptor.f90 Thread 4 finished 1664 replacement(s) in 61 file(s) Finished 10 replacements in file src/ModAdvance.f90 Finished 39 replacements in file src/ModBatlInterface.f90 Finished 11 replacements in file src/ModBorisCorrection.f90 Finished 14 replacements in file src/ModCellGradient.f90 Finished 15 replacements in file src/ModCoarseAxis.f90 Finished 20 replacements in file src/ModCurrent.f90 Finished 10 replacements in file src/ModExpansionFactors.f90 Finished 25 replacements in file src/ModFaceGradient.f90 Finished 14 replacements in file src/ModFixAxisCells.f90 Finished 4 replacements in file src/ModHdf5.f90 Finished 14 replacements in file src/ModHeatFluxCollisionless.f90 Finished 10 replacements in file src/ModImplHypre.f90 Finished 29 replacements in file src/ModIonElectron.f90 Finished 5 replacements in file src/ModMain.f90 Finished 5 replacements in file src/ModNodes.f90 Finished 10 replacements in file src/ModPartSteady.f90 Finished 36 replacements in file src/ModPhysics.f90 Finished 53 replacements in file src/ModProjectDivB.f90 Finished 76 replacements in file src/ModResistivity.f90 Finished 25 replacements in file src/ModSetInitialCondition.f90 Finished 20 replacements in file src/ModSolarwind.f90 Finished 80 replacements in file src/ModUpdateState.f90 Finished 52 replacements in file src/ModUserInterface.f90 Finished 70 replacements in file src/ModWritePlot.f90 Finished 26 replacements in file src/ModWriteProgress.f90 No variables to rename in file src/show_git_info.h Finished 3 replacements in file srcBATL/BATL_geometry.f90 Finished 39 replacements in file srcBATL/BATL_lib.f90 Finished 17 replacements in file srcBATL/BATL_pass_face.f90 Finished 2 replacements in file srcBATL/BATL_size.f90 Finished 17 replacements in file srcBATL/BATL_unit_test.f90 Finished 132 replacements in file srcUser/ModUserComet3FluidsPe.f90 Finished 101 replacements in file srcUser/ModUserCometNeutralFluids.f90 Finished 27 replacements in file srcUser/ModUserEnceladus.f90 Finished 162 replacements in file srcUser/ModUserEuropa3FluidsPe.f90 Finished 38 replacements in file srcUser/ModUserGanymedeInsulatingBC.f90 Finished 96 replacements in file srcUser/ModUserHybrid.f90 Finished 114 replacements in file srcUser/ModUserLc.f90 Finished 134 replacements in file srcUser/ModUserMarsResistBody.f90 Finished 43 replacements in file srcUser/ModUserNonGyro.f90 Finished 93 replacements in file srcUser/ModUserOuterHelio.f90 Finished 39 replacements in file srcUser/ModUserSaturn.f90 Finished 14 replacements in file srcUser/ModUserStretchedDipole.f90 Finished 110 replacements in file srcUser/ModUserTitanPe.f90 Finished 95 replacements in file srcUser/ModUserWaves.f90 Finished 5 replacements in file srcEquation/ModEquationCrashTe.f90 Finished 5 replacements in file srcEquation/ModEquationHdCrash.f90 Finished 3 replacements in file srcEquation/ModEquationIonsHNO.f90 Finished 3 replacements in file srcEquation/ModEquationMhdComet3FluidsPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdCrash.f90 Finished 3 replacements in file srcEquation/ModEquationMhdEuropa3FluidsPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdHyp.f90 Finished 4 replacements in file srcEquation/ModEquationMhdMars.f90 Finished 4 replacements in file srcEquation/ModEquationMhdMarsPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdPeAnisoPi.f90 Finished 3 replacements in file srcEquation/ModEquationMhdSwIonoPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdWavesHyp.f90 Finished 4 replacements in file srcEquation/ModEquationMhdWavesPeAnisoPi.f90 Finished 3 replacements in file srcEquation/ModEquationMultiIon.f90 Finished 3 replacements in file srcEquation/ModEquationOuterHelioPUI.f90 Finished 4 replacements in file srcEquation/ModEquationSwhPui.f90 Thread 2 finished 2009 replacement(s) in 60 file(s) Finished 40 replacements in file src/ModAMR.f90 Finished 27 replacements in file src/ModB0.f90 Finished 28 replacements in file src/ModBlockData.f90 Finished 70 replacements in file src/ModCellBoundary.f90 Finished 13 replacements in file src/ModCleanDivB.f90 Finished 86 replacements in file src/ModCoronalHeating.f90 Finished 4 replacements in file src/ModEquation.f90 Finished 163 replacements in file src/ModFaceFlux.f90 Finished 123 replacements in file src/ModFieldTrace.f90 Finished 17 replacements in file src/ModHallResist.f90 Finished 141 replacements in file src/ModHeatConduction.f90 Finished 18 replacements in file src/ModImCoupling.f90 Finished 10 replacements in file src/ModImplicit.f90 Finished 33 replacements in file src/ModLocalTimeStep.f90 Finished 47 replacements in file src/ModMultiIon.f90 Finished 86 replacements in file src/ModPartImplicit.f90 Finished 10 replacements in file src/ModParticles.f90 Finished 16 replacements in file src/ModPointImplicit.f90 Finished 19 replacements in file src/ModRadioWaveImage.f90 Finished 63 replacements in file src/ModSemiImplicit.f90 Finished 4 replacements in file src/ModSize.f90 Finished 3 replacements in file src/ModTransitionRegion.f90 Finished 81 replacements in file src/ModUserEmpty.f90 Finished 60 replacements in file src/ModWriteLogSatFile.f90 Finished 13 replacements in file src/ModWritePlotRadioWave.f90 Finished 94 replacements in file src/user_interface.f90 Finished 22 replacements in file srcBATL/BATL_amr_criteria.f90 Finished 9 replacements in file srcBATL/BATL_interpolate_amr.f90 Finished 24 replacements in file srcBATL/BATL_pass_cell.f90 Finished 18 replacements in file srcBATL/BATL_region.f90 Finished 17 replacements in file srcBATL/BATL_tree.f90 Finished 54 replacements in file srcUser/ModUserComet1Sp.f90 Finished 169 replacements in file srcUser/ModUserCometCGfluids.f90 Finished 94 replacements in file srcUser/ModUserEe.f90 Finished 162 replacements in file srcUser/ModUserEuropa2FluidsPe.f90 Finished 70 replacements in file srcUser/ModUserGanymede.f90 Finished 112 replacements in file srcUser/ModUserHeatConduction.f90 Finished 12 replacements in file srcUser/ModUserKelvinHelmholtz.f90 Finished 106 replacements in file srcUser/ModUserMarsFluids.f90 Finished 60 replacements in file srcUser/ModUserMultiGroup.f90 Finished 89 replacements in file srcUser/ModUserOhNeutrals.f90 Finished 26 replacements in file srcUser/ModUserPointImplicit.f90 Finished 136 replacements in file srcUser/ModUserScChromo.f90 Finished 97 replacements in file srcUser/ModUserTitan.f90 Finished 37 replacements in file srcUser/ModUserWaveReflection.f90 Finished 5 replacements in file srcEquation/ModEquationCrash.f90 Finished 5 replacements in file srcEquation/ModEquationHd.f90 Finished 5 replacements in file srcEquation/ModEquationHdRadCrash.f90 Finished 4 replacements in file srcEquation/ModEquationMhdComet.f90 Finished 4 replacements in file srcEquation/ModEquationMhdCorona.f90 Finished 3 replacements in file srcEquation/ModEquationMhdEuropa2FluidsPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdHpOp.f90 Finished 3 replacements in file srcEquation/ModEquationMhdIonsPe.f90 Finished 3 replacements in file srcEquation/ModEquationMhdMarsFluidsSW.f90 Finished 4 replacements in file srcEquation/ModEquationMhdPeAniso.f90 Finished 4 replacements in file srcEquation/ModEquationMhdSwIono.f90 Finished 4 replacements in file srcEquation/ModEquationMhdWaves.f90 Finished 4 replacements in file srcEquation/ModEquationMhdWavesPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdWavesSignB.f90 Finished 3 replacements in file srcEquation/ModEquationOuterHelio.f90 Finished 5 replacements in file srcEquation/ModEquationSwh.f90 No variables to rename in file srcInterface/SC_wrapper.f90 Thread 1 finished 2647 replacement(s) in 61 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 cp: src/ModSize_orig.f90: No such file or directory ./Config.pl -o=EE:u=Swarm,e=MhdEos,ng=2 ./Config.pl -o=SC:u=ScChromo,e=MhdWavesPe,ng=2 ./Config.pl -g=EE:10,10,10,SC:4,4,4 Writing new grid size 10,10,10 and 2 ghost cells into srcBATL/BATL_size.f90... Writing new grid size 4,4,4 and 2 ghost cells into srcBATL/BATL_size.f90... /Applications/Xcode.app/Contents/Developer/usr/bin/make SWMF make TMP_DIRS /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a ModTiming.o timing_cpu.o timing.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB WARNING in depend.pl: source file not found, skipping batl.o !!! /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_mpi.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 rm -f libBATL.a ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o ar: creating archive libBATL.a libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSingleFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExtraVariables.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTransitionRegion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParallel.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHdf5.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[8]: *** [ModFaceFlux.o] Error 2 make[8]: *** Waiting for unfinished jobs.... make[7]: *** [LIB] Error 2 make[6]: *** [LIB] Error 2 make[5]: *** [LIB] Error 2 make[4]: *** [SWMFEXE] Error 2 make[3]: *** [SWMF] Error 2 make[2]: *** [test5_compile] Error 2 make[1]: *** [test5] Error 2 make: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test7_compile ./Config.pl -v=Empty,IH/BATSRUS,OH/BATSRUS Modifying versions in Makefile.def cd IH/BATSRUS; \ rm -rf src srcBATL srcUser srcEquation srcInterface/Mod*.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 \ ../../../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/ cd IH/BATSRUS/src; rm -f main.f90 cd IH/BATSRUS; \ /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/Methods.pl IH src/*.f90 src/*.h srcBATL/*.f90 srcUser/*.f90 srcEquation/*.f90 srcInterface/*.f90; \ /Users/gtoth/Tmp_nag_debug/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=245 Finished 37 replacements in file src/ModAdvanceExplicit.f90 Finished 135 replacements in file src/ModBatsrusMethods.f90 Finished 19 replacements in file src/ModBoundaryGeometry.f90 Finished 5 replacements in file src/ModCharacteristic.f90 Finished 11 replacements in file src/ModConserveFlux.f90 Finished 38 replacements in file src/ModElectricField.f90 Finished 2 replacements in file src/ModExtraVariables.f90 Finished 47 replacements in file src/ModFaceValue.f90 Finished 12 replacements in file src/ModGeometry.f90 Finished 4 replacements in file src/ModHdf5_empty.f90 Finished 7 replacements in file src/ModIO.f90 Finished 8 replacements in file src/ModImplHypre_empty.f90 Finished 48 replacements in file src/ModLaserHeating.f90 Finished 23 replacements in file src/ModMessagePass.f90 Finished 42 replacements in file src/ModPIC.f90 Finished 36 replacements in file src/ModParticleFieldLine.f90 Finished 16 replacements in file src/ModPlotBox.f90 Finished 86 replacements in file src/ModRadDiffusion.f90 Finished 52 replacements in file src/ModRestartFile.f90 Finished 183 replacements in file src/ModSetParameters.f90 Finished 46 replacements in file src/ModThreadedLC.f90 Finished 4 replacements in file src/ModUser.f90 Finished 13 replacements in file src/ModViscosity.f90 Finished 7 replacements in file src/ModWritePlotIdl.f90 Finished 45 replacements in file src/ModWriteTecplot.f90 Finished 21 replacements in file src/user_module.h Finished 14 replacements in file srcBATL/BATL_grid.f90 Finished 5 replacements in file srcBATL/BATL_mpi.f90 Finished 9 replacements in file srcBATL/BATL_pass_face_field.f90 Finished 2 replacements in file srcBATL/BATL_size_orig.f90 Finished 114 replacements in file srcUser/ModUserAwsomFluids.f90 Finished 68 replacements in file srcUser/ModUserComet6Sp.f90 Finished 162 replacements in file srcUser/ModUserCrash.f90 Finished 16 replacements in file srcUser/ModUserEos.f90 Finished 87 replacements in file srcUser/ModUserEuropaSingleMHDPe.f90 Finished 30 replacements in file srcUser/ModUserGemReconnect.f90 Finished 38 replacements in file srcUser/ModUserIh.f90 Finished 62 replacements in file srcUser/ModUserLogAdvection.f90 Finished 57 replacements in file srcUser/ModUserMarshak.f90 Finished 10 replacements in file srcUser/ModUserNonPublicSample.f90 Finished 83 replacements in file srcUser/ModUserOuterHelio2d.f90 Finished 49 replacements in file srcUser/ModUserSaturn3sp.f90 Finished 29 replacements in file srcUser/ModUserSwIono.f90 Finished 106 replacements in file srcUser/ModUserVenus.f90 Finished 3 replacements in file srcEquation/ModEquationAwsomFluids.f90 Finished 3 replacements in file srcEquation/ModEquationFiveMoment.f90 Finished 5 replacements in file srcEquation/ModEquationHdEos.f90 Finished 4 replacements in file srcEquation/ModEquationMhd.f90 Finished 3 replacements in file srcEquation/ModEquationMhdCometCG3FluidsPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdEos.f90 Finished 3 replacements in file srcEquation/ModEquationMhdFluidsPeAniso.f90 Finished 4 replacements in file srcEquation/ModEquationMhdHypPe.f90 Finished 3 replacements in file srcEquation/ModEquationMhdMarsFluids.f90 Finished 4 replacements in file srcEquation/ModEquationMhdNonCons.f90 Finished 4 replacements in file srcEquation/ModEquationMhdPw.f90 Finished 4 replacements in file srcEquation/ModEquationMhdTitan.f90 Finished 4 replacements in file srcEquation/ModEquationMhdWavesHypPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdWavesPeAnisoPiSignB.f90 Finished 3 replacements in file srcEquation/ModEquationMultiIonPe.f90 Finished 3 replacements in file srcEquation/ModEquationSixMoment.f90 No variables to rename in file srcInterface/IH_wrapper.f90 Thread 3 finished 1946 replacement(s) in 60 file(s) Finished 12 replacements in file src/ModAdvectPoints.f90 Finished 47 replacements in file src/ModBatsrusUtility.f90 Finished 42 replacements in file src/ModCalcSource.f90 Finished 11 replacements in file src/ModChromosphere.f90 Finished 58 replacements in file src/ModConstrainDivB.f90 Finished 23 replacements in file src/ModEnergy.f90 Finished 45 replacements in file src/ModFaceBoundary.f90 Finished 66 replacements in file src/ModFieldLineThread.f90 Finished 44 replacements in file src/ModGroundMagPerturb.f90 Finished 30 replacements in file src/ModHdf5_orig.f90 Finished 26 replacements in file src/ModIeCoupling.f90 Finished 10 replacements in file src/ModImplHypre_orig.f90 Finished 49 replacements in file src/ModLoadBalance.f90 Finished 4 replacements in file src/ModMultiFluid.f90 Finished 6 replacements in file src/ModParallel.f90 Finished 36 replacements in file src/ModParticleMover.f90 Finished 15 replacements in file src/ModPlotShell.f90 Finished 22 replacements in file src/ModRadiativeCooling.f90 Finished 29 replacements in file src/ModSatelliteFile.f90 Finished 2 replacements in file src/ModSingleFluid.f90 Finished 29 replacements in file src/ModTimeStepControl.f90 Finished 4 replacements in file src/ModUserDefault.f90 Finished 20 replacements in file src/ModWaves.f90 Finished 42 replacements in file src/ModWritePlotLos.f90 Finished 4 replacements in file src/check_variables.f90 Finished 15 replacements in file srcBATL/BATL_amr.f90 Finished 10 replacements in file srcBATL/BATL_high_order.f90 Finished 13 replacements in file srcBATL/BATL_particles.f90 Finished 9 replacements in file srcBATL/BATL_pass_node.f90 Finished 7 replacements in file srcBATL/BATL_test.f90 Finished 25 replacements in file srcUser/ModUserCCMC.f90 Finished 49 replacements in file srcUser/ModUserCometCG.f90 Finished 60 replacements in file srcUser/ModUserEarthXray.f90 Finished 51 replacements in file srcUser/ModUserEuropa.f90 Finished 17 replacements in file srcUser/ModUserFluxRope.f90 Finished 86 replacements in file srcUser/ModUserGrayDiffusion.f90 Finished 75 replacements in file srcUser/ModUserJupiter.f90 Finished 109 replacements in file srcUser/ModUserMars.f90 Finished 54 replacements in file srcUser/ModUserMercury.f90 Finished 9 replacements in file srcUser/ModUserOh.f90 Finished 73 replacements in file srcUser/ModUserOuterHelioPUI.f90 Finished 77 replacements in file srcUser/ModUserSc.f90 Finished 87 replacements in file srcUser/ModUserSwarm.f90 Finished 96 replacements in file srcUser/ModUserVenusFluids.f90 Finished 3 replacements in file srcEquation/ModEquationAwsomFluidsAnisoPi.f90 Finished 3 replacements in file srcEquation/ModEquationFiveMomentHyp.f90 Finished 5 replacements in file srcEquation/ModEquationHdEosRad.f90 Finished 4 replacements in file srcEquation/ModEquationMhdAnisoP.f90 Finished 3 replacements in file srcEquation/ModEquationMhdCometCG3FluidsPeHyp.f90 Finished 4 replacements in file srcEquation/ModEquationMhdEosRad.f90 Finished 3 replacements in file srcEquation/ModEquationMhdHd.f90 Finished 3 replacements in file srcEquation/ModEquationMhdIons.f90 Finished 3 replacements in file srcEquation/ModEquationMhdMarsFluidsPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdSaturn3sp.f90 Finished 4 replacements in file srcEquation/ModEquationMhdTitanPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdWavesHypSignB.f90 Finished 4 replacements in file srcEquation/ModEquationMhdWavesPeSignB.f90 Finished 3 replacements in file srcEquation/ModEquationMultiSwIono.f90 Finished 3 replacements in file srcEquation/ModEquationSixMomentHyp.f90 Finished 28 replacements in file srcInterface/ModBuffer.f90 Thread 4 finished 1683 replacement(s) in 61 file(s) Finished 10 replacements in file src/ModAdvance.f90 Finished 39 replacements in file src/ModBatlInterface.f90 Finished 11 replacements in file src/ModBorisCorrection.f90 Finished 14 replacements in file src/ModCellGradient.f90 Finished 15 replacements in file src/ModCoarseAxis.f90 Finished 20 replacements in file src/ModCurrent.f90 Finished 10 replacements in file src/ModExpansionFactors.f90 Finished 25 replacements in file src/ModFaceGradient.f90 Finished 14 replacements in file src/ModFixAxisCells.f90 Finished 4 replacements in file src/ModHdf5.f90 Finished 14 replacements in file src/ModHeatFluxCollisionless.f90 Finished 10 replacements in file src/ModImplHypre.f90 Finished 29 replacements in file src/ModIonElectron.f90 Finished 5 replacements in file src/ModMain.f90 Finished 5 replacements in file src/ModNodes.f90 Finished 10 replacements in file src/ModPartSteady.f90 Finished 36 replacements in file src/ModPhysics.f90 Finished 53 replacements in file src/ModProjectDivB.f90 Finished 76 replacements in file src/ModResistivity.f90 Finished 25 replacements in file src/ModSetInitialCondition.f90 Finished 20 replacements in file src/ModSolarwind.f90 Finished 80 replacements in file src/ModUpdateState.f90 Finished 52 replacements in file src/ModUserInterface.f90 Finished 70 replacements in file src/ModWritePlot.f90 Finished 26 replacements in file src/ModWriteProgress.f90 No variables to rename in file src/show_git_info.h Finished 3 replacements in file srcBATL/BATL_geometry.f90 Finished 39 replacements in file srcBATL/BATL_lib.f90 Finished 17 replacements in file srcBATL/BATL_pass_face.f90 Finished 2 replacements in file srcBATL/BATL_size.f90 Finished 17 replacements in file srcBATL/BATL_unit_test.f90 Finished 132 replacements in file srcUser/ModUserComet3FluidsPe.f90 Finished 101 replacements in file srcUser/ModUserCometNeutralFluids.f90 Finished 27 replacements in file srcUser/ModUserEnceladus.f90 Finished 162 replacements in file srcUser/ModUserEuropa3FluidsPe.f90 Finished 38 replacements in file srcUser/ModUserGanymedeInsulatingBC.f90 Finished 96 replacements in file srcUser/ModUserHybrid.f90 Finished 114 replacements in file srcUser/ModUserLc.f90 Finished 134 replacements in file srcUser/ModUserMarsResistBody.f90 Finished 43 replacements in file srcUser/ModUserNonGyro.f90 Finished 93 replacements in file srcUser/ModUserOuterHelio.f90 Finished 39 replacements in file srcUser/ModUserSaturn.f90 Finished 14 replacements in file srcUser/ModUserStretchedDipole.f90 Finished 110 replacements in file srcUser/ModUserTitanPe.f90 Finished 95 replacements in file srcUser/ModUserWaves.f90 Finished 5 replacements in file srcEquation/ModEquationCrashTe.f90 Finished 5 replacements in file srcEquation/ModEquationHdCrash.f90 Finished 3 replacements in file srcEquation/ModEquationIonsHNO.f90 Finished 3 replacements in file srcEquation/ModEquationMhdComet3FluidsPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdCrash.f90 Finished 3 replacements in file srcEquation/ModEquationMhdEuropa3FluidsPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdHyp.f90 Finished 4 replacements in file srcEquation/ModEquationMhdMars.f90 Finished 4 replacements in file srcEquation/ModEquationMhdMarsPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdPeAnisoPi.f90 Finished 3 replacements in file srcEquation/ModEquationMhdSwIonoPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdWavesHyp.f90 Finished 4 replacements in file srcEquation/ModEquationMhdWavesPeAnisoPi.f90 Finished 3 replacements in file srcEquation/ModEquationMultiIon.f90 Finished 3 replacements in file srcEquation/ModEquationOuterHelioPUI.f90 Finished 4 replacements in file srcEquation/ModEquationSwhPui.f90 Thread 2 finished 2009 replacement(s) in 60 file(s) Finished 40 replacements in file src/ModAMR.f90 Finished 27 replacements in file src/ModB0.f90 Finished 28 replacements in file src/ModBlockData.f90 Finished 70 replacements in file src/ModCellBoundary.f90 Finished 13 replacements in file src/ModCleanDivB.f90 Finished 86 replacements in file src/ModCoronalHeating.f90 Finished 4 replacements in file src/ModEquation.f90 Finished 163 replacements in file src/ModFaceFlux.f90 Finished 123 replacements in file src/ModFieldTrace.f90 Finished 17 replacements in file src/ModHallResist.f90 Finished 141 replacements in file src/ModHeatConduction.f90 Finished 18 replacements in file src/ModImCoupling.f90 Finished 10 replacements in file src/ModImplicit.f90 Finished 33 replacements in file src/ModLocalTimeStep.f90 Finished 47 replacements in file src/ModMultiIon.f90 Finished 86 replacements in file src/ModPartImplicit.f90 Finished 10 replacements in file src/ModParticles.f90 Finished 16 replacements in file src/ModPointImplicit.f90 Finished 19 replacements in file src/ModRadioWaveImage.f90 Finished 63 replacements in file src/ModSemiImplicit.f90 Finished 4 replacements in file src/ModSize.f90 Finished 3 replacements in file src/ModTransitionRegion.f90 Finished 81 replacements in file src/ModUserEmpty.f90 Finished 60 replacements in file src/ModWriteLogSatFile.f90 Finished 13 replacements in file src/ModWritePlotRadioWave.f90 Finished 94 replacements in file src/user_interface.f90 Finished 22 replacements in file srcBATL/BATL_amr_criteria.f90 Finished 9 replacements in file srcBATL/BATL_interpolate_amr.f90 Finished 24 replacements in file srcBATL/BATL_pass_cell.f90 Finished 18 replacements in file srcBATL/BATL_region.f90 Finished 17 replacements in file srcBATL/BATL_tree.f90 Finished 54 replacements in file srcUser/ModUserComet1Sp.f90 Finished 169 replacements in file srcUser/ModUserCometCGfluids.f90 Finished 94 replacements in file srcUser/ModUserEe.f90 Finished 162 replacements in file srcUser/ModUserEuropa2FluidsPe.f90 Finished 70 replacements in file srcUser/ModUserGanymede.f90 Finished 112 replacements in file srcUser/ModUserHeatConduction.f90 Finished 12 replacements in file srcUser/ModUserKelvinHelmholtz.f90 Finished 106 replacements in file srcUser/ModUserMarsFluids.f90 Finished 60 replacements in file srcUser/ModUserMultiGroup.f90 Finished 89 replacements in file srcUser/ModUserOhNeutrals.f90 Finished 26 replacements in file srcUser/ModUserPointImplicit.f90 Finished 136 replacements in file srcUser/ModUserScChromo.f90 Finished 97 replacements in file srcUser/ModUserTitan.f90 Finished 37 replacements in file srcUser/ModUserWaveReflection.f90 Finished 5 replacements in file srcEquation/ModEquationCrash.f90 Finished 5 replacements in file srcEquation/ModEquationHd.f90 Finished 5 replacements in file srcEquation/ModEquationHdRadCrash.f90 Finished 4 replacements in file srcEquation/ModEquationMhdComet.f90 Finished 4 replacements in file srcEquation/ModEquationMhdCorona.f90 Finished 3 replacements in file srcEquation/ModEquationMhdEuropa2FluidsPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdHpOp.f90 Finished 3 replacements in file srcEquation/ModEquationMhdIonsPe.f90 Finished 3 replacements in file srcEquation/ModEquationMhdMarsFluidsSW.f90 Finished 4 replacements in file srcEquation/ModEquationMhdPeAniso.f90 Finished 4 replacements in file srcEquation/ModEquationMhdSwIono.f90 Finished 4 replacements in file srcEquation/ModEquationMhdWaves.f90 Finished 4 replacements in file srcEquation/ModEquationMhdWavesPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdWavesSignB.f90 Finished 3 replacements in file srcEquation/ModEquationOuterHelio.f90 Finished 5 replacements in file srcEquation/ModEquationSwh.f90 Finished 9 replacements in file srcInterface/ModGridDescriptor.f90 Thread 1 finished 2656 replacement(s) in 62 file(s) cd IH/BATSRUS/srcInterface; \ touch Makefile.DEPEND cd IH/BATSRUS; \ perl -i -pe 's/GM/IH/' Config.pl; \ ./Config.pl -u=Ih -e=Mhd cd OH/BATSRUS; \ rm -rf src srcBATL srcUser srcEquation \ 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 \ ../../../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/ cd OH/BATSRUS/src; rm -f main.f90 cp -f IH/BATSRUS/srcInterface/IH_wrapper.f90 \ OH/BATSRUS/srcInterface/OH_wrapper.f90 cd OH/BATSRUS/srcInterface/; perl -i -pe \ 's/IH/OH/g;s/Ih/Oh/g;s/_sc/_ih/;s/SC/IH/g;s/Sc/Ih/g;s/Inner/Outer/' \ OH_wrapper.f90 ModBuffer.f90 cd OH/BATSRUS; \ /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/Methods.pl OH src/*.f90 src/*.h srcBATL/*.f90 srcUser/*.f90 srcEquation/*.f90 srcInterface/*.f90; \ /Users/gtoth/Tmp_nag_debug/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=245 Finished 37 replacements in file src/ModAdvanceExplicit.f90 Finished 135 replacements in file src/ModBatsrusMethods.f90 Finished 19 replacements in file src/ModBoundaryGeometry.f90 Finished 5 replacements in file src/ModCharacteristic.f90 Finished 11 replacements in file src/ModConserveFlux.f90 Finished 38 replacements in file src/ModElectricField.f90 Finished 2 replacements in file src/ModExtraVariables.f90 Finished 47 replacements in file src/ModFaceValue.f90 Finished 12 replacements in file src/ModGeometry.f90 Finished 4 replacements in file src/ModHdf5_empty.f90 Finished 7 replacements in file src/ModIO.f90 Finished 8 replacements in file src/ModImplHypre_empty.f90 Finished 48 replacements in file src/ModLaserHeating.f90 Finished 23 replacements in file src/ModMessagePass.f90 Finished 42 replacements in file src/ModPIC.f90 Finished 36 replacements in file src/ModParticleFieldLine.f90 Finished 16 replacements in file src/ModPlotBox.f90 Finished 86 replacements in file src/ModRadDiffusion.f90 Finished 52 replacements in file src/ModRestartFile.f90 Finished 183 replacements in file src/ModSetParameters.f90 Finished 46 replacements in file src/ModThreadedLC.f90 Finished 4 replacements in file src/ModUser.f90 Finished 13 replacements in file src/ModViscosity.f90 Finished 7 replacements in file src/ModWritePlotIdl.f90 Finished 45 replacements in file src/ModWriteTecplot.f90 Finished 21 replacements in file src/user_module.h Finished 14 replacements in file srcBATL/BATL_grid.f90 Finished 5 replacements in file srcBATL/BATL_mpi.f90 Finished 9 replacements in file srcBATL/BATL_pass_face_field.f90 Finished 2 replacements in file srcBATL/BATL_size_orig.f90 Finished 114 replacements in file srcUser/ModUserAwsomFluids.f90 Finished 68 replacements in file srcUser/ModUserComet6Sp.f90 Finished 162 replacements in file srcUser/ModUserCrash.f90 Finished 16 replacements in file srcUser/ModUserEos.f90 Finished 87 replacements in file srcUser/ModUserEuropaSingleMHDPe.f90 Finished 30 replacements in file srcUser/ModUserGemReconnect.f90 Finished 38 replacements in file srcUser/ModUserIh.f90 Finished 62 replacements in file srcUser/ModUserLogAdvection.f90 Finished 57 replacements in file srcUser/ModUserMarshak.f90 Finished 10 replacements in file srcUser/ModUserNonPublicSample.f90 Finished 83 replacements in file srcUser/ModUserOuterHelio2d.f90 Finished 49 replacements in file srcUser/ModUserSaturn3sp.f90 Finished 29 replacements in file srcUser/ModUserSwIono.f90 Finished 106 replacements in file srcUser/ModUserVenus.f90 Finished 3 replacements in file srcEquation/ModEquationAwsomFluids.f90 Finished 3 replacements in file srcEquation/ModEquationFiveMoment.f90 Finished 5 replacements in file srcEquation/ModEquationHdEos.f90 Finished 4 replacements in file srcEquation/ModEquationMhd.f90 Finished 3 replacements in file srcEquation/ModEquationMhdCometCG3FluidsPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdEos.f90 Finished 3 replacements in file srcEquation/ModEquationMhdFluidsPeAniso.f90 Finished 4 replacements in file srcEquation/ModEquationMhdHypPe.f90 Finished 3 replacements in file srcEquation/ModEquationMhdMarsFluids.f90 Finished 4 replacements in file srcEquation/ModEquationMhdNonCons.f90 Finished 4 replacements in file srcEquation/ModEquationMhdPw.f90 Finished 4 replacements in file srcEquation/ModEquationMhdTitan.f90 Finished 4 replacements in file srcEquation/ModEquationMhdWavesHypPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdWavesPeAnisoPiSignB.f90 Finished 3 replacements in file srcEquation/ModEquationMultiIonPe.f90 Finished 3 replacements in file srcEquation/ModEquationSixMoment.f90 Finished 28 replacements in file srcInterface/ModBuffer.f90 Thread 3 finished 1974 replacement(s) in 61 file(s) Finished 12 replacements in file src/ModAdvectPoints.f90 Finished 47 replacements in file src/ModBatsrusUtility.f90 Finished 42 replacements in file src/ModCalcSource.f90 Finished 11 replacements in file src/ModChromosphere.f90 Finished 58 replacements in file src/ModConstrainDivB.f90 Finished 23 replacements in file src/ModEnergy.f90 Finished 45 replacements in file src/ModFaceBoundary.f90 Finished 66 replacements in file src/ModFieldLineThread.f90 Finished 44 replacements in file src/ModGroundMagPerturb.f90 Finished 30 replacements in file src/ModHdf5_orig.f90 Finished 26 replacements in file src/ModIeCoupling.f90 Finished 10 replacements in file src/ModImplHypre_orig.f90 Finished 49 replacements in file src/ModLoadBalance.f90 Finished 4 replacements in file src/ModMultiFluid.f90 Finished 6 replacements in file src/ModParallel.f90 Finished 36 replacements in file src/ModParticleMover.f90 Finished 15 replacements in file src/ModPlotShell.f90 Finished 22 replacements in file src/ModRadiativeCooling.f90 Finished 29 replacements in file src/ModSatelliteFile.f90 Finished 2 replacements in file src/ModSingleFluid.f90 Finished 29 replacements in file src/ModTimeStepControl.f90 Finished 4 replacements in file src/ModUserDefault.f90 Finished 20 replacements in file src/ModWaves.f90 Finished 42 replacements in file src/ModWritePlotLos.f90 Finished 4 replacements in file src/check_variables.f90 Finished 15 replacements in file srcBATL/BATL_amr.f90 Finished 10 replacements in file srcBATL/BATL_high_order.f90 Finished 13 replacements in file srcBATL/BATL_particles.f90 Finished 9 replacements in file srcBATL/BATL_pass_node.f90 Finished 7 replacements in file srcBATL/BATL_test.f90 Finished 25 replacements in file srcUser/ModUserCCMC.f90 Finished 49 replacements in file srcUser/ModUserCometCG.f90 Finished 60 replacements in file srcUser/ModUserEarthXray.f90 Finished 51 replacements in file srcUser/ModUserEuropa.f90 Finished 17 replacements in file srcUser/ModUserFluxRope.f90 Finished 86 replacements in file srcUser/ModUserGrayDiffusion.f90 Finished 75 replacements in file srcUser/ModUserJupiter.f90 Finished 109 replacements in file srcUser/ModUserMars.f90 Finished 54 replacements in file srcUser/ModUserMercury.f90 Finished 9 replacements in file srcUser/ModUserOh.f90 Finished 73 replacements in file srcUser/ModUserOuterHelioPUI.f90 Finished 77 replacements in file srcUser/ModUserSc.f90 Finished 87 replacements in file srcUser/ModUserSwarm.f90 Finished 96 replacements in file srcUser/ModUserVenusFluids.f90 Finished 3 replacements in file srcEquation/ModEquationAwsomFluidsAnisoPi.f90 Finished 3 replacements in file srcEquation/ModEquationFiveMomentHyp.f90 Finished 5 replacements in file srcEquation/ModEquationHdEosRad.f90 Finished 4 replacements in file srcEquation/ModEquationMhdAnisoP.f90 Finished 3 replacements in file srcEquation/ModEquationMhdCometCG3FluidsPeHyp.f90 Finished 4 replacements in file srcEquation/ModEquationMhdEosRad.f90 Finished 3 replacements in file srcEquation/ModEquationMhdHd.f90 Finished 3 replacements in file srcEquation/ModEquationMhdIons.f90 Finished 3 replacements in file srcEquation/ModEquationMhdMarsFluidsPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdSaturn3sp.f90 Finished 4 replacements in file srcEquation/ModEquationMhdTitanPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdWavesHypSignB.f90 Finished 4 replacements in file srcEquation/ModEquationMhdWavesPeSignB.f90 Finished 3 replacements in file srcEquation/ModEquationMultiSwIono.f90 Finished 3 replacements in file srcEquation/ModEquationSixMomentHyp.f90 Finished 9 replacements in file srcInterface/ModGridDescriptor.f90 Thread 4 finished 1664 replacement(s) in 61 file(s) Finished 10 replacements in file src/ModAdvance.f90 Finished 39 replacements in file src/ModBatlInterface.f90 Finished 11 replacements in file src/ModBorisCorrection.f90 Finished 14 replacements in file src/ModCellGradient.f90 Finished 15 replacements in file src/ModCoarseAxis.f90 Finished 20 replacements in file src/ModCurrent.f90 Finished 10 replacements in file src/ModExpansionFactors.f90 Finished 25 replacements in file src/ModFaceGradient.f90 Finished 14 replacements in file src/ModFixAxisCells.f90 Finished 4 replacements in file src/ModHdf5.f90 Finished 14 replacements in file src/ModHeatFluxCollisionless.f90 Finished 10 replacements in file src/ModImplHypre.f90 Finished 29 replacements in file src/ModIonElectron.f90 Finished 5 replacements in file src/ModMain.f90 Finished 5 replacements in file src/ModNodes.f90 Finished 10 replacements in file src/ModPartSteady.f90 Finished 36 replacements in file src/ModPhysics.f90 Finished 53 replacements in file src/ModProjectDivB.f90 Finished 76 replacements in file src/ModResistivity.f90 Finished 25 replacements in file src/ModSetInitialCondition.f90 Finished 20 replacements in file src/ModSolarwind.f90 Finished 80 replacements in file src/ModUpdateState.f90 Finished 52 replacements in file src/ModUserInterface.f90 Finished 70 replacements in file src/ModWritePlot.f90 Finished 26 replacements in file src/ModWriteProgress.f90 No variables to rename in file src/show_git_info.h Finished 3 replacements in file srcBATL/BATL_geometry.f90 Finished 39 replacements in file srcBATL/BATL_lib.f90 Finished 17 replacements in file srcBATL/BATL_pass_face.f90 Finished 2 replacements in file srcBATL/BATL_size.f90 Finished 17 replacements in file srcBATL/BATL_unit_test.f90 Finished 132 replacements in file srcUser/ModUserComet3FluidsPe.f90 Finished 101 replacements in file srcUser/ModUserCometNeutralFluids.f90 Finished 27 replacements in file srcUser/ModUserEnceladus.f90 Finished 162 replacements in file srcUser/ModUserEuropa3FluidsPe.f90 Finished 38 replacements in file srcUser/ModUserGanymedeInsulatingBC.f90 Finished 96 replacements in file srcUser/ModUserHybrid.f90 Finished 114 replacements in file srcUser/ModUserLc.f90 Finished 134 replacements in file srcUser/ModUserMarsResistBody.f90 Finished 43 replacements in file srcUser/ModUserNonGyro.f90 Finished 93 replacements in file srcUser/ModUserOuterHelio.f90 Finished 39 replacements in file srcUser/ModUserSaturn.f90 Finished 14 replacements in file srcUser/ModUserStretchedDipole.f90 Finished 110 replacements in file srcUser/ModUserTitanPe.f90 Finished 95 replacements in file srcUser/ModUserWaves.f90 Finished 5 replacements in file srcEquation/ModEquationCrashTe.f90 Finished 5 replacements in file srcEquation/ModEquationHdCrash.f90 Finished 3 replacements in file srcEquation/ModEquationIonsHNO.f90 Finished 3 replacements in file srcEquation/ModEquationMhdComet3FluidsPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdCrash.f90 Finished 3 replacements in file srcEquation/ModEquationMhdEuropa3FluidsPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdHyp.f90 Finished 4 replacements in file srcEquation/ModEquationMhdMars.f90 Finished 4 replacements in file srcEquation/ModEquationMhdMarsPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdPeAnisoPi.f90 Finished 3 replacements in file srcEquation/ModEquationMhdSwIonoPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdWavesHyp.f90 Finished 4 replacements in file srcEquation/ModEquationMhdWavesPeAnisoPi.f90 Finished 3 replacements in file srcEquation/ModEquationMultiIon.f90 Finished 3 replacements in file srcEquation/ModEquationOuterHelioPUI.f90 Finished 4 replacements in file srcEquation/ModEquationSwhPui.f90 Thread 2 finished 2009 replacement(s) in 60 file(s) Finished 40 replacements in file src/ModAMR.f90 Finished 27 replacements in file src/ModB0.f90 Finished 28 replacements in file src/ModBlockData.f90 Finished 70 replacements in file src/ModCellBoundary.f90 Finished 13 replacements in file src/ModCleanDivB.f90 Finished 86 replacements in file src/ModCoronalHeating.f90 Finished 4 replacements in file src/ModEquation.f90 Finished 163 replacements in file src/ModFaceFlux.f90 Finished 123 replacements in file src/ModFieldTrace.f90 Finished 17 replacements in file src/ModHallResist.f90 Finished 141 replacements in file src/ModHeatConduction.f90 Finished 18 replacements in file src/ModImCoupling.f90 Finished 10 replacements in file src/ModImplicit.f90 Finished 33 replacements in file src/ModLocalTimeStep.f90 Finished 47 replacements in file src/ModMultiIon.f90 Finished 86 replacements in file src/ModPartImplicit.f90 Finished 10 replacements in file src/ModParticles.f90 Finished 16 replacements in file src/ModPointImplicit.f90 Finished 19 replacements in file src/ModRadioWaveImage.f90 Finished 63 replacements in file src/ModSemiImplicit.f90 Finished 4 replacements in file src/ModSize.f90 Finished 3 replacements in file src/ModTransitionRegion.f90 Finished 81 replacements in file src/ModUserEmpty.f90 Finished 60 replacements in file src/ModWriteLogSatFile.f90 Finished 13 replacements in file src/ModWritePlotRadioWave.f90 Finished 94 replacements in file src/user_interface.f90 Finished 22 replacements in file srcBATL/BATL_amr_criteria.f90 Finished 9 replacements in file srcBATL/BATL_interpolate_amr.f90 Finished 24 replacements in file srcBATL/BATL_pass_cell.f90 Finished 18 replacements in file srcBATL/BATL_region.f90 Finished 17 replacements in file srcBATL/BATL_tree.f90 Finished 54 replacements in file srcUser/ModUserComet1Sp.f90 Finished 169 replacements in file srcUser/ModUserCometCGfluids.f90 Finished 94 replacements in file srcUser/ModUserEe.f90 Finished 162 replacements in file srcUser/ModUserEuropa2FluidsPe.f90 Finished 70 replacements in file srcUser/ModUserGanymede.f90 Finished 112 replacements in file srcUser/ModUserHeatConduction.f90 Finished 12 replacements in file srcUser/ModUserKelvinHelmholtz.f90 Finished 106 replacements in file srcUser/ModUserMarsFluids.f90 Finished 60 replacements in file srcUser/ModUserMultiGroup.f90 Finished 89 replacements in file srcUser/ModUserOhNeutrals.f90 Finished 26 replacements in file srcUser/ModUserPointImplicit.f90 Finished 136 replacements in file srcUser/ModUserScChromo.f90 Finished 97 replacements in file srcUser/ModUserTitan.f90 Finished 37 replacements in file srcUser/ModUserWaveReflection.f90 Finished 5 replacements in file srcEquation/ModEquationCrash.f90 Finished 5 replacements in file srcEquation/ModEquationHd.f90 Finished 5 replacements in file srcEquation/ModEquationHdRadCrash.f90 Finished 4 replacements in file srcEquation/ModEquationMhdComet.f90 Finished 4 replacements in file srcEquation/ModEquationMhdCorona.f90 Finished 3 replacements in file srcEquation/ModEquationMhdEuropa2FluidsPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdHpOp.f90 Finished 3 replacements in file srcEquation/ModEquationMhdIonsPe.f90 Finished 3 replacements in file srcEquation/ModEquationMhdMarsFluidsSW.f90 Finished 4 replacements in file srcEquation/ModEquationMhdPeAniso.f90 Finished 4 replacements in file srcEquation/ModEquationMhdSwIono.f90 Finished 4 replacements in file srcEquation/ModEquationMhdWaves.f90 Finished 4 replacements in file srcEquation/ModEquationMhdWavesPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdWavesSignB.f90 Finished 3 replacements in file srcEquation/ModEquationOuterHelio.f90 Finished 5 replacements in file srcEquation/ModEquationSwh.f90 No variables to rename in file srcInterface/OH_wrapper.f90 Thread 1 finished 2647 replacement(s) in 61 file(s) touch OH/BATSRUS/srcInterface/Makefile.DEPEND cd OH/BATSRUS; \ perl -i -pe 's/GM/OH/' Config.pl; \ ./Config.pl -install=c -e=OuterHelio -u=OuterHelio Reinstalling BATSRUS as OH component cp: src/ModSize_orig.f90: No such file or directory ./Config.pl -g=IH:4,4,4,OH:4,4,4 Writing new grid size 4,4,4 and 2 ghost cells into srcBATL/BATL_size.f90... Writing new grid size 4,4,4 and 2 ghost cells into srcBATL/BATL_size.f90... ./Config.pl -o=IH:u=Waves,e=Mhd,ng=2 -o=OH:u=Waves,e=Mhd,ng=2 /Applications/Xcode.app/Contents/Developer/usr/bin/make SWMF make TMP_DIRS /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a ModTiming.o timing_cpu.o timing.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 EE_wrapper.f90 rm -f /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a EE_wrapper.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libGM.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 GM_wrapper.f90 rm -f /Users/gtoth/Tmp_nag_debug/SWMF/lib/libGM.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libGM.a GM_wrapper.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libGM.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libGM.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIE.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 IE_wrapper.f90 rm -f /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIE.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIE.a IE_wrapper.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIE.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB WARNING in depend.pl: source file not found, skipping batl.o !!! /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_mpi.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 rm -f libBATL.a ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o ar: creating archive libBATL.a libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSingleFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExtraVariables.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTransitionRegion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParallel.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHdf5.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[8]: *** [ModFaceFlux.o] Error 2 make[8]: *** Waiting for unfinished jobs.... make[7]: *** [LIB] Error 2 make[6]: *** [LIB] Error 2 make[5]: *** [LIB] Error 2 make[4]: *** [SWMFEXE] Error 2 make[3]: *** [SWMF] Error 2 make[2]: *** [test7_compile] Error 2 make[1]: *** [test7] Error 2 make: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test8_compile ./Config.pl -v=Empty,SC/BATSRUS,IH/BATSRUS Modifying versions in Makefile.def ./Config.pl -o=SC:u=ScChromo,e=MhdWavesPe,ng=2 ./Config.pl -o=IH:u=ScChromo,e=MhdWavesPeSignB,ng=2 ./Config.pl -g=SC:4,4,4,IH:4,4,4 /Applications/Xcode.app/Contents/Developer/usr/bin/make SWMF make TMP_DIRS /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a ModTiming.o timing_cpu.o timing.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libGM.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libGM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libGM.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libIE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB WARNING in depend.pl: source file not found, skipping batl.o !!! /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a make[8]: `libBATL.a' is up to date. libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[8]: *** [ModFaceFlux.o] Error 2 make[8]: *** Waiting for unfinished jobs.... make[7]: *** [LIB] Error 2 make[6]: *** [LIB] Error 2 make[5]: *** [LIB] Error 2 make[4]: *** [SWMFEXE] Error 2 make[3]: *** [SWMF] Error 2 make[2]: *** [test8_compile] Error 2 make[1]: *** [test8] Error 2 make: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test9_compile ./Config.pl -v=Empty,SC/BATSRUS,IH/BATSRUS ./Config.pl -g=SC:6,8,8,IH:8,8,8 Writing new grid size 8,8,8 and 2 ghost cells into srcBATL/BATL_size.f90... Writing new grid size 6,8,8 and 2 ghost cells into srcBATL/BATL_size.f90... ./Config.pl -o=SC:u=AwsomFluids,e=MhdWavesPeAnisoPi,ng=2 ./Config.pl -o=IH:u=AwsomFluids,e=MhdWavesPeAnisoPiSignB,ng=3 Writing new grid size 8,8,8 and 3 ghost cells into srcBATL/BATL_size.f90... /Applications/Xcode.app/Contents/Developer/usr/bin/make SWMF make TMP_DIRS /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libGM.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libGM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libGM.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libIE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB WARNING in depend.pl: source file not found, skipping batl.o !!! /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 rm -f libBATL.a ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o ar: creating archive libBATL.a libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParallel.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHdf5.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[8]: *** [ModFaceFlux.o] Error 2 make[8]: *** Waiting for unfinished jobs.... make[7]: *** [LIB] Error 2 make[6]: *** [LIB] Error 2 make[5]: *** [LIB] Error 2 make[4]: *** [SWMFEXE] Error 2 make[3]: *** [SWMF] Error 2 make[2]: *** [test9_compile] Error 2 make[1]: *** [test9] Error 2 make: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test10_compile ./Config.pl -v=Empty,SC/BATSRUS,IH/BATSRUS ./Config.pl -o=SC:u=ScChromo,e=MhdWavesPeAnisoPi,ng=2 ./Config.pl -o=IH:u=ScChromo,e=MhdWavesPeAnisoPiSignB,ng=2 Writing new grid size 8,8,8 and 2 ghost cells into srcBATL/BATL_size.f90... ./Config.pl -g=SC:6,4,4,IH:4,4,4 Writing new grid size 4,4,4 and 2 ghost cells into srcBATL/BATL_size.f90... Writing new grid size 6,4,4 and 2 ghost cells into srcBATL/BATL_size.f90... /Applications/Xcode.app/Contents/Developer/usr/bin/make SWMF make TMP_DIRS /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libGM.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libGM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libGM.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libIE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB WARNING in depend.pl: source file not found, skipping batl.o !!! /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 rm -f libBATL.a ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o ar: creating archive libBATL.a libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParallel.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHdf5.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[8]: *** [ModFaceFlux.o] Error 2 make[8]: *** Waiting for unfinished jobs.... make[7]: *** [LIB] Error 2 make[6]: *** [LIB] Error 2 make[5]: *** [LIB] Error 2 make[4]: *** [SWMFEXE] Error 2 make[3]: *** [SWMF] Error 2 make[2]: *** [test10_compile] Error 2 make[1]: *** [test10] Error 2 make: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test12_aniso_AMPS TESTDIR=run_test12_aniso_AMPS /Applications/Xcode.app/Contents/Developer/usr/bin/make test12_aniso_AMPS_compile ./Config.pl -v=Empty,GM/BATSRUS,PC/AMPS Modifying versions in Makefile.def ./Config.pl -g=GM:8,8,8 -o=GM:u=Waves,e=MhdAnisoP,ng=2 ./Config.pl -o=PC:spice-path=nospice,spice-kernels=nospice,application=fluid-pic-coupler,amps-test=on /Applications/Xcode.app/Contents/Developer/usr/bin/make SWMF make TMP_DIRS /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a ModTiming.o timing_cpu.o timing.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a make[9]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a make[9]: `libBATL.a' is up to date. libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[9]: *** [ModFaceFlux.o] Error 2 make[9]: *** Waiting for unfinished jobs.... make[8]: *** [LIB] Error 2 make[7]: *** [LIB] Error 2 make[6]: *** [LIB] Error 2 make[5]: *** [SWMFEXE] Error 2 make[4]: *** [SWMF] Error 2 make[3]: *** [test12_aniso_AMPS_compile] Error 2 make[2]: *** [test12_aniso_AMPS] Error 2 make[1]: [test12] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test12_aniso_AMPS_divE_corr TESTDIR=run_test12_aniso_AMPS_divE_corr /Applications/Xcode.app/Contents/Developer/usr/bin/make test12_aniso_AMPS_divE_corr_compile ./Config.pl -v=Empty,GM/BATSRUS,PC/AMPS ./Config.pl -g=GM:8,8,8 -o=GM:u=Waves,e=MhdAnisoP,ng=2 ./Config.pl -o=PC:spice-path=nospice,spice-kernels=nospice,application=fluid-pic-coupler-with-correction,amps-test=on /Applications/Xcode.app/Contents/Developer/usr/bin/make SWMF make TMP_DIRS /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a make[9]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a make[9]: `libBATL.a' is up to date. libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMessagePass.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWriteTecplot.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[9]: *** [ModFaceFlux.o] Error 2 make[9]: *** Waiting for unfinished jobs.... make[8]: *** [LIB] Error 2 make[7]: *** [LIB] Error 2 make[6]: *** [LIB] Error 2 make[5]: *** [SWMFEXE] Error 2 make[4]: *** [SWMF] Error 2 make[3]: *** [test12_aniso_AMPS_divE_corr_compile] Error 2 make[2]: *** [test12_aniso_AMPS_divE_corr] Error 2 make[1]: [test12] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test12_aniso_AMPS_dynamic TESTDIR=run_test12_aniso_AMPS_dynamic /Applications/Xcode.app/Contents/Developer/usr/bin/make test12_aniso_AMPS_dynamic_compile ./Config.pl -v=Empty,GM/BATSRUS,PC/AMPS ./Config.pl -g=GM:8,8,8 -o=GM:u=Waves,e=MhdAnisoP,ng=2 ./Config.pl -o=PC:spice-path=nospice,spice-kernels=nospice,application=fluid-pic-coupler-dynamic,amps-test=on /Applications/Xcode.app/Contents/Developer/usr/bin/make SWMF make TMP_DIRS /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a make[9]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a make[9]: `libBATL.a' is up to date. libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUpdateState.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldTrace.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModProjectDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSemiImplicit.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[9]: *** [ModFaceFlux.o] Error 2 make[9]: *** Waiting for unfinished jobs.... make[8]: *** [LIB] Error 2 make[7]: *** [LIB] Error 2 make[6]: *** [LIB] Error 2 make[5]: *** [SWMFEXE] Error 2 make[4]: *** [SWMF] Error 2 make[3]: *** [test12_aniso_AMPS_dynamic_compile] Error 2 make[2]: *** [test12_aniso_AMPS_dynamic] Error 2 make[1]: [test12] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test12_aniso_AMPS_openmp TESTDIR=run_test12_aniso_AMPS_openmp /Applications/Xcode.app/Contents/Developer/usr/bin/make test12_aniso_AMPS_openmp_compile ./Config.pl -v=Empty,GM/BATSRUS,PC/AMPS ./Config.pl -g=GM:8,8,8 -o=GM:u=Waves,e=MhdAnisoP,ng=2 ./Config.pl -openmp -o=PC:spice-path=nospice,spice-kernels=nospice,application=fluid-pic-coupler,amps-test=on,openmp=on SWMF/Config.pl WARNING:: nagfor with debugging cannot use OpenMP! /Applications/Xcode.app/Contents/Developer/usr/bin/make SWMF make TMP_DIRS /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a make[9]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a make[9]: `libBATL.a' is up to date. libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUser.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSatelliteFile.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImCoupling.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[9]: *** [ModFaceFlux.o] Error 2 make[9]: *** Waiting for unfinished jobs.... make[8]: *** [LIB] Error 2 make[7]: *** [LIB] Error 2 make[6]: *** [LIB] Error 2 make[5]: *** [SWMFEXE] Error 2 make[4]: *** [SWMF] Error 2 make[3]: *** [test12_aniso_AMPS_openmp_compile] Error 2 make[2]: *** [test12_aniso_AMPS_openmp] Error 2 make[1]: [test12] Error 2 (ignored) ./Config.pl -noopenmp -o=PC:openmp=off /Applications/Xcode.app/Contents/Developer/usr/bin/make test12_aniso TESTDIR=run_test12_aniso /Applications/Xcode.app/Contents/Developer/usr/bin/make test12_aniso_compile ./Config.pl -v=Empty,PC/IPIC3D2,GM/BATSRUS Modifying versions in Makefile.def ./Config.pl -g=GM:8,8,1 -o=GM:u=Waves,e=MhdAnisoP,ng=2 Writing new grid size 8,8,1 and 2 ghost cells into srcBATL/BATL_size.f90... /Applications/Xcode.app/Contents/Developer/usr/bin/make SWMF make TMP_DIRS /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a ModTiming.o timing_cpu.o timing.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a make[9]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 rm -f libBATL.a ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o ar: creating archive libBATL.a libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParallel.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHdf5.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[9]: *** [ModFaceFlux.o] Error 2 make[9]: *** Waiting for unfinished jobs.... make[8]: *** [LIB] Error 2 make[7]: *** [LIB] Error 2 make[6]: *** [LIB] Error 2 make[5]: *** [SWMFEXE] Error 2 make[4]: *** [SWMF] Error 2 make[3]: *** [test12_aniso_compile] Error 2 make[2]: *** [test12_aniso] Error 2 make[1]: [test12] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test12_iso TESTDIR=run_test12_iso /Applications/Xcode.app/Contents/Developer/usr/bin/make test12_iso_compile ./Config.pl -v=Empty,PC/IPIC3D2,GM/BATSRUS ./Config.pl -g=GM:8,8,1 -o=GM:u=Waves,e=MultiIonPe,ng=2 /Applications/Xcode.app/Contents/Developer/usr/bin/make SWMF make TMP_DIRS /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a make[9]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a make[9]: `libBATL.a' is up to date. libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[9]: *** [ModFaceFlux.o] Error 2 make[9]: *** Waiting for unfinished jobs.... make[8]: *** [LIB] Error 2 make[7]: *** [LIB] Error 2 make[6]: *** [LIB] Error 2 make[5]: *** [SWMFEXE] Error 2 make[4]: *** [SWMF] Error 2 make[3]: *** [test12_iso_compile] Error 2 make[2]: *** [test12_iso] Error 2 make[1]: [test12] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test12_3d TESTDIR=run_test12_3d /Applications/Xcode.app/Contents/Developer/usr/bin/make test12_3d_compile ./Config.pl -v=Empty,PC/IPIC3D2,GM/BATSRUS ./Config.pl -g=GM:4,4,4 -o=GM:u=GemReconnect,e=MhdHyp,ng=2 Writing new grid size 4,4,4 and 2 ghost cells into srcBATL/BATL_size.f90... /Applications/Xcode.app/Contents/Developer/usr/bin/make SWMF make TMP_DIRS /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a make[9]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 rm -f libBATL.a ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o ar: creating archive libBATL.a libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParallel.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHdf5.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUser.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 user_interface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadioWaveImage.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotRadioWave.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[9]: *** [ModFaceFlux.o] Error 2 make[9]: *** Waiting for unfinished jobs.... make[8]: *** [LIB] Error 2 make[7]: *** [LIB] Error 2 make[6]: *** [LIB] Error 2 make[5]: *** [SWMFEXE] Error 2 make[4]: *** [SWMF] Error 2 make[3]: *** [test12_3d_compile] Error 2 make[2]: *** [test12_3d] Error 2 make[1]: [test12] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test13_compile ./Config.pl -v=Empty,GM/BATSRUS,PT/AMPS Modifying versions in Makefile.def ./Config.pl -g=GM:8,8,8 -o=GM:u=EuropaSingleMHDPe,e=MhdPe,ng=2 Writing new grid size 8,8,8 and 2 ghost cells into srcBATL/BATL_size.f90... ./Config.pl -o=PT:spice-path=nospice,spice-kernels=nospice,application=europa-test,amps-test=on /Applications/Xcode.app/Contents/Developer/usr/bin/make SWMF make TMP_DIRS /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a ModTiming.o timing_cpu.o timing.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 rm -f libBATL.a ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o ar: creating archive libBATL.a libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParallel.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHdf5.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUser.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadioWaveImage.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 user_interface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotRadioWave.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[8]: *** [ModFaceFlux.o] Error 2 make[8]: *** Waiting for unfinished jobs.... make[7]: *** [LIB] Error 2 make[6]: *** [LIB] Error 2 make[5]: *** [LIB] Error 2 make[4]: *** [SWMFEXE] Error 2 make[3]: *** [SWMF] Error 2 make[2]: *** [test13_compile] Error 2 make[1]: *** [test13] Error 2 make: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test14_compile ./Config.pl -v=Empty,OH/BATSRUS,PT/AMPS Modifying versions in Makefile.def ./Config.pl -g=OH:4,4,4 -o=OH:u=OuterHelio,e=Mhd,ng=2 ./Config.pl -o=PT:spice-path=nospice,spice-kernels=nospice,application=oh,amps-test=on /Applications/Xcode.app/Contents/Developer/usr/bin/make SWMF make TMP_DIRS /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a ModTiming.o timing_cpu.o timing.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libGM.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 GM_wrapper.f90 rm -f /Users/gtoth/Tmp_nag_debug/SWMF/lib/libGM.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libGM.a GM_wrapper.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libGM.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libGM.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libIE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIE.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIH.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 IH_wrapper.f90 rm -f /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIH.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIH.a IH_wrapper.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIH.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIH.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIM.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 IM_wrapper.f90 rm -f /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIM.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIM.a IM_wrapper.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIM.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIM.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPC.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 PC_wrapper.f90 rm -f /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPC.a ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPC.a PC_wrapper.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPC.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPC.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB WARNING in depend.pl: source file not found, skipping batl.o !!! /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_mpi.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 rm -f libBATL.a ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o ar: creating archive libBATL.a libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSingleFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExtraVariables.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTransitionRegion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParallel.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHdf5.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[8]: *** [ModFaceFlux.o] Error 2 make[8]: *** Waiting for unfinished jobs.... make[7]: *** [LIB] Error 2 make[6]: *** [LIB] Error 2 make[5]: *** [LIB] Error 2 make[4]: *** [SWMFEXE] Error 2 make[3]: *** [SWMF] Error 2 make[2]: *** [test14_compile] Error 2 make[1]: *** [test14] Error 2 make: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test14pui_compile ./Config.pl -v=Empty,OH/BATSRUS,PT/AMPS ./Config.pl -g=OH:4,4,4 -o=OH:u=OuterHelioPUI,e=SwhPui,ng=2 ./Config.pl -o=PT:spice-path=nospice,spice-kernels=nospice,application=oh,amps-test=on /Applications/Xcode.app/Contents/Developer/usr/bin/make SWMF make TMP_DIRS /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libGM.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libGM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libGM.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libIE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIE.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIH.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libIH.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIH.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIM.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libIM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIM.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPC.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libPC.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libPC.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB WARNING in depend.pl: source file not found, skipping batl.o !!! /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a make[8]: `libBATL.a' is up to date. libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[8]: *** [ModFaceFlux.o] Error 2 make[8]: *** Waiting for unfinished jobs.... make[7]: *** [LIB] Error 2 make[6]: *** [LIB] Error 2 make[5]: *** [LIB] Error 2 make[4]: *** [SWMFEXE] Error 2 make[3]: *** [SWMF] Error 2 make[2]: *** [test14pui_compile] Error 2 make[1]: *** [test14pui] Error 2 make: [test] Error 2 (ignored) rm -f test15_scihsp.diff /Applications/Xcode.app/Contents/Developer/usr/bin/make test15_compile ./Config.pl -v=Empty,SC/BATSRUS,IH/BATSRUS,SP/MFLAMPA Modifying versions in Makefile.def ./Config.pl -o=SC:u=ScChromo,e=MhdWavesPe,ng=2 ./Config.pl -o=IH:u=ScChromo,e=MhdWavesPe,ng=2 ./Config.pl -g=SC:4,4,4,IH:4,4,4,SP:2000 Writing new grid size 4,4,4 and 2 ghost cells into srcBATL/BATL_size.f90... /Applications/Xcode.app/Contents/Developer/usr/bin/make SWMF make TMP_DIRS /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a ModTiming.o timing_cpu.o timing.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:86: warning: ignoring old commands for target `.f.o' make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libGM.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libGM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libGM.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libIE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libIE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB WARNING in depend.pl: source file not found, skipping batl.o !!! /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a make[8]: `libBATL.a' is up to date. libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[8]: *** [ModFaceFlux.o] Error 2 make[8]: *** Waiting for unfinished jobs.... make[7]: *** [LIB] Error 2 make[6]: *** [LIB] Error 2 make[5]: *** [LIB] Error 2 make[4]: *** [SWMFEXE] Error 2 make[3]: *** [SWMF] Error 2 make[2]: *** [test15_compile] Error 2 make[1]: *** [test15] Error 2 make: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test16_compile ./Config.pl -v=Empty,PC/FLEKS,GM/BATSRUS -amrex git clone git@gitlab.umich.edu:swmf_software/AMREX util/AMREX Cloning into 'util/AMREX'... Checking out files: 99% (2832/2833) Checking out files: 100% (2833/2833) Checking out files: 100% (2833/2833), done. Loading /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Tools/GNUMake/comps/nag.mak... /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Tools/GNUMake/comps/nag.mak:59: Extraneous text after `else' directive Loading /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Tools/GNUMake/sites/Make.unknown... /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Tools/GNUMake/Make.rules:461: tmp_build_dir/d/3d.nag.DEBUG.TPROF.MPI.EXE/f90.depends: No such file or directory Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MacProjector.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLTensorOp.cpp ... Building f90/F90 dependency File ... /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Tools/F_scripts/dep.py --prefix tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE \ --temp_dir tmp_build_dir/f/3d.nag.DEBUG.TPROF.MPI.EXE \ --cpp "cpp -E -traditional-cpp -P" \ --defines "-DBL_LANG_FORT -DAMREX_LANG_FORT -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG" \ --f90_preprocess "cat " /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_constants_mod.f90 /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr/AMReX_extrapolater_3d.f90 /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FILCC_3D.F90 /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_BLutil_F.F90 /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_BLProfiler_F.F90 /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_filcc_mod.F90 /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_omp_mod.F90 /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_acc_mod.F90 /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_fort_mod.F90 /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_error_mod.F90 /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_parmparse_mod.F90 /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_string_mod.F90 /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_bc_types_mod.F90 /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_io_mod.F90 /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_ParallelDescriptor_F.F90 /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_mempool_mod.F90 /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_FLUXREG_nd.F90 /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_INTERP_3D.F90 /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_FillPatchUtil_3d.F90 /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary/AMReX_LO_UTIL.F90 /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary/AMReX_lo_bctypes_mod.F90 /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle/AMReX_KDTree_3d.F90 /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLLinOp_nd.F90 /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLNodeLap_3d.F90 > tmp_build_dir/d/3d.nag.DEBUG.TPROF.MPI.EXE/f90.depends Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLNodeLaplacian.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLPoisson.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLALaplacian.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLABecLaplacian.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLCGSolver.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLCellABecLap.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLNodeLinOp.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLCellLinOp.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLLinOp.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLMGBndry.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLMG.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle/AMReX_ParticleCommunication.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle/AMReX_ParticleBufferMap.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle/AMReX_ParticleUtil.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle/AMReX_ParticleMPIUtil.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle/AMReX_LoadBalanceKD.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle/AMReX_TracerParticles.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary/AMReX_YAFluxRegister.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary/AMReX_LO_BCTYPES.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary/AMReX_MacBndry.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary/AMReX_InterpBndryData.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary/AMReX_BndryData.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary/AMReX_MultiMask.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary/AMReX_Mask.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary/AMReX_BndryRegister.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary/AMReX_FabSet.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr/AMReX_Extrapolater.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr/AMReX_AuxBoundaryData.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr/AMReX_StateDescriptor.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr/AMReX_StateData.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr/AMReX_Derive.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr/AMReX_AsyncFillPatch.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr/AMReX_AmrLevel.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr/AMReX_Amr.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_AmrMesh.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_TagBox.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_Interpolater.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_FluxRegister.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_FillPatchUtil.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_ErrorList.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_Cluster.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_AmrCore.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_Machine.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_TinyProfiler.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_MemPool.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_BLBackTrace.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_BLProfiler.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_PlotFileDataImpl.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_PlotFileUtil.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_BCUtil.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_PhysBCFunct.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_BCRec.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_MultiFabUtil_Perilla.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_MultiFabUtil.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_Geometry.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_CoordSys.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_MFIter.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FabArrayBase.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_iMultiFab.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_MFCopyDescriptor.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_MultiFab.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_BaseFab.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_IArrayBox.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FArrayBox.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_BoxDomain.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_BoxArray.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_BoxList.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_RealVect.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_RealBox.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_Periodicity.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_Orientation.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_IndexType.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_IntVect.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_BoxIterator.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_Box.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_VectorIO.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_IntConv.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FPC.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FabConv.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_CudaAllocators.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_GpuElixir.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_GpuAsyncArray.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_GpuUtility.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_GpuDevice.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_GpuControl.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_GpuLaunch.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_parstream.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_NFiles.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_EArena.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_DArena.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_CArena.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_BArena.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_Arena.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_VisMF.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_ParallelContext.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_ForkJoin.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_ParallelDescriptor.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_DistributionMapping.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_Utility.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_parmparse_fi.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_ParmParse.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_error_fi.cpp ... Depending /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX.cpp ... Loading /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Tools/GNUMake/comps/nag.mak... /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Tools/GNUMake/comps/nag.mak:59: Extraneous text after `else' directive Loading /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Tools/GNUMake/sites/Make.unknown... Compiling AMReX.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX.o Compiling AMReX_error_fi.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_error_fi.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_error_fi.o Compiling AMReX_ParmParse.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_ParmParse.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_ParmParse.o Compiling AMReX_parmparse_fi.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_parmparse_fi.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_parmparse_fi.o Compiling AMReX_Utility.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_Utility.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_Utility.o Compiling AMReX_DistributionMapping.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_DistributionMapping.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_DistributionMapping.o Compiling AMReX_ParallelDescriptor.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_ParallelDescriptor.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_ParallelDescriptor.o Compiling AMReX_ForkJoin.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_ForkJoin.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_ForkJoin.o Compiling AMReX_ParallelContext.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_ParallelContext.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_ParallelContext.o Compiling AMReX_VisMF.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_VisMF.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_VisMF.o Compiling AMReX_Arena.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_Arena.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_Arena.o Compiling AMReX_BArena.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_BArena.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_BArena.o Compiling AMReX_CArena.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_CArena.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_CArena.o Compiling AMReX_DArena.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_DArena.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_DArena.o Compiling AMReX_EArena.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_EArena.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_EArena.o Compiling AMReX_NFiles.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_NFiles.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_NFiles.o Compiling AMReX_parstream.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_parstream.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_parstream.o Compiling AMReX_GpuLaunch.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_GpuLaunch.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_GpuLaunch.o Compiling AMReX_GpuControl.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_GpuControl.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_GpuControl.o Compiling AMReX_GpuDevice.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_GpuDevice.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_GpuDevice.o Compiling AMReX_GpuUtility.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_GpuUtility.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_GpuUtility.o Compiling AMReX_GpuAsyncArray.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_GpuAsyncArray.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_GpuAsyncArray.o Compiling AMReX_GpuElixir.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_GpuElixir.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_GpuElixir.o Compiling AMReX_CudaAllocators.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_CudaAllocators.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_CudaAllocators.o Compiling AMReX_FabConv.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FabConv.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_FabConv.o Compiling AMReX_FPC.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FPC.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_FPC.o Compiling AMReX_IntConv.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_IntConv.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_IntConv.o Compiling AMReX_VectorIO.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_VectorIO.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_VectorIO.o Compiling AMReX_Box.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_Box.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_Box.o Compiling AMReX_BoxIterator.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_BoxIterator.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_BoxIterator.o Compiling AMReX_IntVect.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_IntVect.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_IntVect.o Compiling AMReX_IndexType.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_IndexType.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_IndexType.o Compiling AMReX_Orientation.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_Orientation.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_Orientation.o Compiling AMReX_Periodicity.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_Periodicity.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_Periodicity.o Compiling AMReX_RealBox.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_RealBox.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_RealBox.o Compiling AMReX_RealVect.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_RealVect.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_RealVect.o Compiling AMReX_BoxList.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_BoxList.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_BoxList.o Compiling AMReX_BoxArray.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_BoxArray.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_BoxArray.o Compiling AMReX_BoxDomain.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_BoxDomain.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_BoxDomain.o Compiling AMReX_FArrayBox.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FArrayBox.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_FArrayBox.o Compiling AMReX_IArrayBox.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_IArrayBox.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_IArrayBox.o Compiling AMReX_BaseFab.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_BaseFab.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_BaseFab.o Compiling AMReX_MultiFab.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_MultiFab.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MultiFab.o Compiling AMReX_MFCopyDescriptor.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_MFCopyDescriptor.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MFCopyDescriptor.o Compiling AMReX_iMultiFab.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_iMultiFab.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_iMultiFab.o Compiling AMReX_FabArrayBase.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FabArrayBase.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_FabArrayBase.o In file included from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FabArrayCommI.H:2:0, from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FabArray.H:831, from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_MultiFab.H:10, from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_MultiFab.cpp:10: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FBI.H: In instantiation of 'void amrex::FabArray::FB_local_copy_cpu(const amrex::FabArrayBase::FB&, int, int) [with FAB = amrex::FArrayBox]': /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FabArrayCommI.H:55:30: required from 'void amrex::FabArray::FBEP_nowait(int, int, const amrex::IntVect&, const amrex::Periodicity&, bool, bool) [with F = amrex::FArrayBox; = void; FAB = amrex::FArrayBox]' /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FabArray.H:1914:5: required from 'void amrex::FabArray::FillBoundary_nowait(int, int, const amrex::IntVect&, const amrex::Periodicity&, bool) [with FAB = amrex::FArrayBox]' /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FabArray.H:1804:21: required from 'void amrex::FabArray::FillBoundary(const amrex::Periodicity&, bool) [with FAB = amrex::FArrayBox]' /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_MultiFab.cpp:1311:31: required from here /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FBI.H:338:27: warning: variable 'sbox' set but not used [-Wunused-but-set-variable] const Box sbox = tag.dbox + tag.offset; ^~~~ Compiling AMReX_MFIter.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_MFIter.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MFIter.o Compiling AMReX_CoordSys.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_CoordSys.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_CoordSys.o Compiling AMReX_Geometry.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_Geometry.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_Geometry.o Compiling AMReX_MultiFabUtil.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_MultiFabUtil.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MultiFabUtil.o Compiling AMReX_MultiFabUtil_Perilla.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_MultiFabUtil_Perilla.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MultiFabUtil_Perilla.o Compiling AMReX_BCRec.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_BCRec.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_BCRec.o Compiling AMReX_PhysBCFunct.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_PhysBCFunct.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_PhysBCFunct.o Compiling AMReX_BCUtil.cpp ... /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_MultiFabUtil.cpp: In function 'void amrex::average_face_to_cellcenter(amrex::MultiFab&, amrex::Array&, const amrex::Geometry&)': /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_MultiFabUtil.cpp:154:28: warning: variable 'gd' set but not used [-Wunused-but-set-variable] const GeometryData gd = geom.data(); ^~ mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_BCUtil.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_BCUtil.o Compiling AMReX_PlotFileUtil.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_PlotFileUtil.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_PlotFileUtil.o Compiling AMReX_PlotFileDataImpl.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_PlotFileDataImpl.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_PlotFileDataImpl.o Compiling AMReX_BLProfiler.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_BLProfiler.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_BLProfiler.o Compiling AMReX_BLBackTrace.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_BLBackTrace.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_BLBackTrace.o Compiling AMReX_MemPool.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_MemPool.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MemPool.o Compiling AMReX_TinyProfiler.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_TinyProfiler.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_TinyProfiler.o Compiling AMReX_Machine.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_Machine.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_Machine.o Compiling AMReX_AmrCore.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_AmrCore.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_AmrCore.o Compiling AMReX_Cluster.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_Cluster.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_Cluster.o Compiling AMReX_ErrorList.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_ErrorList.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_ErrorList.o Compiling AMReX_FillPatchUtil.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_FillPatchUtil.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_FillPatchUtil.o Compiling AMReX_FluxRegister.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_FluxRegister.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_FluxRegister.o Compiling AMReX_Interpolater.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_Interpolater.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_Interpolater.o Compiling AMReX_TagBox.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_TagBox.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_TagBox.o Compiling AMReX_AmrMesh.cpp ... In file included from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_Interp_C.H:9:0, from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_Interpolater.cpp:8: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_Interp_3D_C.H: In function 'void amrex::cellconslin_fine_alpha(const amrex::Box&, const amrex::Array4&, const amrex::Array4&, int, const Real*, const amrex::IntVect&)': /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_Interp_3D_C.H:394:16: warning: variable 'slo' set but not used [-Wunused-but-set-variable] const auto slo = amrex::lbound(slopes); ^~~ /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_Interp_3D_C.H:395:16: warning: variable 'shi' set but not used [-Wunused-but-set-variable] const auto shi = amrex::ubound(slopes); ^~~ /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_Interpolater.cpp: In member function 'virtual void amrex::PCInterp::interp(const amrex::FArrayBox&, int, amrex::FArrayBox&, int, int, const amrex::Box&, const amrex::IntVect&, const amrex::Geometry&, const amrex::Geometry&, const amrex::Vector&, int, int, amrex::RunOn)': /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_Interpolater.cpp:518:10: warning: unused variable 'run_on_gpu' [-Wunused-variable] bool run_on_gpu = (runon == RunOn::Gpu && Gpu::inLaunchRegion()); ^~~~~~~~~~ In file included from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FabArrayCommI.H:2:0, from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FabArray.H:831, from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_MultiFab.H:10, from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_FillPatchUtil.H:4, from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_FillPatchUtil.cpp:2: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FBI.H: In instantiation of 'void amrex::FabArray::FB_local_copy_cpu(const amrex::FabArrayBase::FB&, int, int) [with FAB = amrex::FArrayBox]': /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FabArrayCommI.H:55:30: required from 'void amrex::FabArray::FBEP_nowait(int, int, const amrex::IntVect&, const amrex::Periodicity&, bool, bool) [with F = amrex::FArrayBox; = void; FAB = amrex::FArrayBox]' /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FabArray.H:1914:5: required from 'void amrex::FabArray::FillBoundary_nowait(int, int, const amrex::IntVect&, const amrex::Periodicity&, bool) [with FAB = amrex::FArrayBox]' /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FabArray.H:1826:21: required from 'void amrex::FabArray::FillBoundary(int, int, const amrex::Periodicity&, bool) [with FAB = amrex::FArrayBox]' /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_FillPatchUtil.cpp:114:49: required from here /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FBI.H:338:27: warning: variable 'sbox' set but not used [-Wunused-but-set-variable] const Box sbox = tag.dbox + tag.offset; ^~~~ mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_AmrMesh.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_AmrMesh.o Compiling AMReX_Amr.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr/AMReX_Amr.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_Amr.o Compiling AMReX_AmrLevel.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr/AMReX_AmrLevel.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_AmrLevel.o Compiling AMReX_AsyncFillPatch.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr/AMReX_AsyncFillPatch.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_AsyncFillPatch.o Compiling AMReX_Derive.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr/AMReX_Derive.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_Derive.o Compiling AMReX_StateData.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr/AMReX_StateData.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_StateData.o Compiling AMReX_StateDescriptor.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr/AMReX_StateDescriptor.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_StateDescriptor.o Compiling AMReX_AuxBoundaryData.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr/AMReX_AuxBoundaryData.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_AuxBoundaryData.o Compiling AMReX_Extrapolater.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr/AMReX_Extrapolater.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_Extrapolater.o Compiling AMReX_FabSet.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary/AMReX_FabSet.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_FabSet.o Compiling AMReX_BndryRegister.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary/AMReX_BndryRegister.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_BndryRegister.o Compiling AMReX_Mask.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary/AMReX_Mask.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_Mask.o Compiling AMReX_MultiMask.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary/AMReX_MultiMask.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MultiMask.o Compiling AMReX_BndryData.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary/AMReX_BndryData.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_BndryData.o Compiling AMReX_InterpBndryData.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary/AMReX_InterpBndryData.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_InterpBndryData.o Compiling AMReX_MacBndry.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary/AMReX_MacBndry.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MacBndry.o Compiling AMReX_LO_BCTYPES.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary/AMReX_LO_BCTYPES.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_LO_BCTYPES.o Compiling AMReX_YAFluxRegister.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary/AMReX_YAFluxRegister.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_YAFluxRegister.o Compiling AMReX_TracerParticles.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle/AMReX_TracerParticles.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_TracerParticles.o Compiling AMReX_LoadBalanceKD.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle/AMReX_LoadBalanceKD.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_LoadBalanceKD.o Compiling AMReX_ParticleMPIUtil.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle/AMReX_ParticleMPIUtil.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_ParticleMPIUtil.o In file included from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle/AMReX_Particles.H:47:0, from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle/AMReX_TracerParticles.H:4, from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle/AMReX_TracerParticle_mod_K.H:3, from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle/AMReX_TracerParticles.cpp:1: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle/AMReX_ParticleLocator.H: In constructor 'amrex::AssignGrid::AssignGrid(const amrex::Box*, const unsigned int*, const unsigned int*, const amrex::IntVect&, const amrex::IntVect&, const amrex::IntVect&, const amrex::IntVect&, const amrex::Geometry&)': /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle/AMReX_ParticleLocator.H:24:10: warning: 'amrex::AssignGrid::m_num_bins' will be initialized after [-Wreorder] Dim3 m_num_bins; ^~~~~~~~~~ /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle/AMReX_ParticleLocator.H:17:9: warning: 'amrex::Box amrex::AssignGrid::m_domain' [-Wreorder] Box m_domain; ^~~~~~~~ /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle/AMReX_ParticleLocator.H:29:5: warning: when initialized here [-Wreorder] AssignGrid (const Box* a_boxes_ptr, const unsigned int* a_poffset, const unsigned int* a_pperm, ^~~~~~~~~~ /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle/AMReX_ParticleLocator.H: In member function 'void amrex::ParticleLocator::build(const amrex::BoxArray&, const amrex::Geometry&)': /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle/AMReX_ParticleLocator.H:151:20: warning: variable 'hi' set but not used [-Wunused-but-set-variable] const auto hi = m_bins_hi.dim3(); ^~ /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary/AMReX_YAFluxRegister.cpp: In member function 'void amrex::YAFluxRegister::CrseAdd(const amrex::MFIter&, const std::array&, const Real*, amrex::Real, amrex::RunOn)': /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary/AMReX_YAFluxRegister.cpp:274:10: warning: unused variable 'run_on_gpu' [-Wunused-variable] bool run_on_gpu = (runon == RunOn::Gpu && Gpu::inLaunchRegion()); ^~~~~~~~~~ In file included from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle/AMReX_Particles.H:47:0, from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle/AMReX_LoadBalanceKD.H:6, from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle/AMReX_LoadBalanceKD.cpp:1: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle/AMReX_ParticleLocator.H: In constructor 'amrex::AssignGrid::AssignGrid(const amrex::Box*, const unsigned int*, const unsigned int*, const amrex::IntVect&, const amrex::IntVect&, const amrex::IntVect&, const amrex::IntVect&, const amrex::Geometry&)': /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle/AMReX_ParticleLocator.H:24:10: warning: 'amrex::AssignGrid::m_num_bins' will be initialized after [-Wreorder] Dim3 m_num_bins; ^~~~~~~~~~ /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle/AMReX_ParticleLocator.H:17:9: warning: 'amrex::Box amrex::AssignGrid::m_domain' [-Wreorder] Box m_domain; ^~~~~~~~ /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle/AMReX_ParticleLocator.H:29:5: warning: when initialized here [-Wreorder] AssignGrid (const Box* a_boxes_ptr, const unsigned int* a_poffset, const unsigned int* a_pperm, ^~~~~~~~~~ /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle/AMReX_ParticleLocator.H: In member function 'void amrex::ParticleLocator::build(const amrex::BoxArray&, const amrex::Geometry&)': /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle/AMReX_ParticleLocator.H:151:20: warning: variable 'hi' set but not used [-Wunused-but-set-variable] const auto hi = m_bins_hi.dim3(); ^~ Compiling AMReX_ParticleUtil.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle/AMReX_ParticleUtil.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_ParticleUtil.o Compiling AMReX_ParticleBufferMap.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle/AMReX_ParticleBufferMap.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_ParticleBufferMap.o Compiling AMReX_ParticleCommunication.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle/AMReX_ParticleCommunication.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_ParticleCommunication.o Compiling AMReX_MLMG.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLMG.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MLMG.o Compiling AMReX_MLMGBndry.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLMGBndry.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MLMGBndry.o Compiling AMReX_MLLinOp.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLLinOp.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MLLinOp.o /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLMG.cpp: In member function 'void amrex::MLMG::compResidual(const amrex::Vector&, const amrex::Vector&, const amrex::Vector&)': /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLMG.cpp:1415:9: warning: variable 'nghost' set but not used [-Wunused-but-set-variable] int nghost = 0; ^~~~~~ Compiling AMReX_MLCellLinOp.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLCellLinOp.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MLCellLinOp.o In file included from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FabArrayCommI.H:2:0, from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FabArray.H:831, from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_MultiFab.H:10, from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLLinOp.H:5, from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLMG.H:4, from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLMG.cpp:1: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FBI.H: In instantiation of 'void amrex::FabArray::FB_local_copy_cpu(const amrex::FabArrayBase::FB&, int, int) [with FAB = amrex::FArrayBox]': /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FabArrayCommI.H:55:30: required from 'void amrex::FabArray::FBEP_nowait(int, int, const amrex::IntVect&, const amrex::Periodicity&, bool, bool) [with F = amrex::FArrayBox; = void; FAB = amrex::FArrayBox]' /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FabArray.H:1914:5: required from 'void amrex::FabArray::FillBoundary_nowait(int, int, const amrex::IntVect&, const amrex::Periodicity&, bool) [with FAB = amrex::FArrayBox]' /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FabArray.H:1804:21: required from 'void amrex::FabArray::FillBoundary(const amrex::Periodicity&, bool) [with FAB = amrex::FArrayBox]' /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLMG.cpp:707:54: required from here /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FBI.H:338:27: warning: variable 'sbox' set but not used [-Wunused-but-set-variable] const Box sbox = tag.dbox + tag.offset; ^~~~ Compiling AMReX_MLNodeLinOp.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLNodeLinOp.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MLNodeLinOp.o In file included from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FabArrayCommI.H:2:0, from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FabArray.H:831, from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_MultiFab.H:10, from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLLinOp.H:5, from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLCellLinOp.H:4, from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLCellLinOp.cpp:2: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FBI.H: In instantiation of 'void amrex::FabArray::FB_local_copy_cpu(const amrex::FabArrayBase::FB&, int, int) [with FAB = amrex::FArrayBox]': /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FabArrayCommI.H:55:30: required from 'void amrex::FabArray::FBEP_nowait(int, int, const amrex::IntVect&, const amrex::Periodicity&, bool, bool) [with F = amrex::FArrayBox; = void; FAB = amrex::FArrayBox]' /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FabArray.H:1914:5: required from 'void amrex::FabArray::FillBoundary_nowait(int, int, const amrex::IntVect&, const amrex::Periodicity&, bool) [with FAB = amrex::FArrayBox]' /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FabArray.H:1826:21: required from 'void amrex::FabArray::FillBoundary(int, int, const amrex::Periodicity&, bool) [with FAB = amrex::FArrayBox]' /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLCellLinOp.cpp:445:76: required from here /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FBI.H:338:27: warning: variable 'sbox' set but not used [-Wunused-but-set-variable] const Box sbox = tag.dbox + tag.offset; ^~~~ Compiling AMReX_MLCellABecLap.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLCellABecLap.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MLCellABecLap.o Compiling AMReX_MLCGSolver.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLCGSolver.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MLCGSolver.o Compiling AMReX_MLABecLaplacian.cpp ... /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLCellABecLap.cpp: In member function 'virtual void amrex::MLCellABecLap::applyInhomogNeumannTerm(int, amrex::MultiFab&) const': /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLCellABecLap.cpp:83:16: warning: variable 'probhi' set but not used [-Wunused-but-set-variable] const auto probhi = m_geom[amrlev][mglev].ProbHiArray(); ^~~~~~ mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLABecLaplacian.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MLABecLaplacian.o Compiling AMReX_MLALaplacian.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLALaplacian.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MLALaplacian.o Compiling AMReX_MLPoisson.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLPoisson.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MLPoisson.o Compiling AMReX_MLNodeLaplacian.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLNodeLaplacian.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MLNodeLaplacian.o Compiling AMReX_MLTensorOp.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLTensorOp.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MLTensorOp.o Compiling AMReX_MacProjector.cpp ... mpicxx -g -O0 -fno-inline -ggdb -Wall -Wno-sign-compare -ftrapv -std=c++14 -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MacProjector.cpp -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MacProjector.o /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLNodeLaplacian.cpp: In member function 'void amrex::MLNodeLaplacian::compDivergence(const amrex::Vector&, const amrex::Vector&)': /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLNodeLaplacian.cpp:143:21: warning: unused variable 'dxinv' [-Wunused-variable] const Real* dxinv = geom.InvCellSize(); ^~~~~ /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLNodeLaplacian.cpp: In member function 'void amrex::MLNodeLaplacian::compRHS(const amrex::Vector&, const amrex::Vector&, const amrex::Vector&, const amrex::Vector&)': /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLNodeLaplacian.cpp:408:21: warning: unused variable 'dxinv' [-Wunused-variable] const Real* dxinv = geom.InvCellSize(); ^~~~~ /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLNodeLaplacian.cpp: In member function 'void amrex::MLNodeLaplacian::updateVelocity(const amrex::Vector&, const amrex::Vector&) const': /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLNodeLaplacian.cpp:693:19: warning: unused variable 'vfab' [-Wunused-variable] auto& vfab = (*vel[amrlev])[mfi]; ^~~~ /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLNodeLaplacian.cpp:680:21: warning: unused variable 'dxinv' [-Wunused-variable] const Real* dxinv = m_geom[amrlev][0].InvCellSize(); ^~~~~ /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLNodeLaplacian.cpp: In member function 'virtual void amrex::MLNodeLaplacian::getFluxes(const amrex::Vector&, const amrex::Vector&) const': /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLNodeLaplacian.cpp:772:19: warning: unused variable 'ffab' [-Wunused-variable] auto& ffab = (*a_flux[amrlev])[mfi]; ^~~~ /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLNodeLaplacian.cpp:756:21: warning: unused variable 'dxinv' [-Wunused-variable] const Real* dxinv = m_geom[amrlev][0].InvCellSize(); ^~~~~ /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLNodeLaplacian.cpp: In member function 'virtual void amrex::MLNodeLaplacian::Fapply(int, int, amrex::MultiFab&, const amrex::MultiFab&) const': /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLNodeLaplacian.cpp:1678:17: warning: unused variable 'dxinv' [-Wunused-variable] const Real* dxinv = m_geom[amrlev][mglev].InvCellSize(); ^~~~~ /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLNodeLaplacian.cpp:1684:16: warning: unused variable 'domain_box' [-Wunused-variable] const Box& domain_box = amrex::surroundingNodes(m_geom[amrlev][mglev].Domain()); ^~~~~~~~~~ /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLNodeLaplacian.cpp: In member function 'virtual void amrex::MLNodeLaplacian::Fsmooth(int, int, amrex::MultiFab&, const amrex::MultiFab&) const': /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLNodeLaplacian.cpp:1747:17: warning: unused variable 'dxinv' [-Wunused-variable] const Real* dxinv = m_geom[amrlev][mglev].InvCellSize(); ^~~~~ /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLNodeLaplacian.cpp:1749:16: warning: unused variable 'domain_box' [-Wunused-variable] const Box& domain_box = amrex::surroundingNodes(m_geom[amrlev][mglev].Domain()); ^~~~~~~~~~ /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLNodeLaplacian.cpp: In member function 'void amrex::MLNodeLaplacian::compSyncResidualCoarse(amrex::MultiFab&, const amrex::MultiFab&, const amrex::MultiFab&, const amrex::MultiFab*, const amrex::BoxArray&, const amrex::IntVect&)': /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLNodeLaplacian.cpp:2039:17: warning: unused variable 'dxinv' [-Wunused-variable] const Real* dxinv = geom.InvCellSize(); ^~~~~ /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLNodeLaplacian.cpp: In member function 'void amrex::MLNodeLaplacian::compSyncResidualFine(amrex::MultiFab&, const amrex::MultiFab&, const amrex::MultiFab&, const amrex::MultiFab*)': /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLNodeLaplacian.cpp:2168:17: warning: unused variable 'nddom' [-Wunused-variable] const auto& nddom = amrex::surroundingNodes(ccdom); ^~~~~ /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLNodeLaplacian.cpp:2170:17: warning: unused variable 'dxinv' [-Wunused-variable] const Real* dxinv = geom.InvCellSize(); ^~~~~ Compiling AMReX_fort_mod.F90 ... In file included from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FabArrayCommI.H:2:0, from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FabArray.H:831, from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_MultiFab.H:10, from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLLinOp.H:5, from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLMG.H:4, from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLNodeLaplacian.cpp:3: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FBI.H: In instantiation of 'void amrex::FabArray::FB_local_copy_cpu(const amrex::FabArrayBase::FB&, int, int) [with FAB = amrex::FArrayBox]': /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FabArrayCommI.H:55:30: required from 'void amrex::FabArray::FBEP_nowait(int, int, const amrex::IntVect&, const amrex::Periodicity&, bool, bool) [with F = amrex::FArrayBox; = void; FAB = amrex::FArrayBox]' /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FabArray.H:1914:5: required from 'void amrex::FabArray::FillBoundary_nowait(int, int, const amrex::IntVect&, const amrex::Periodicity&, bool) [with FAB = amrex::FArrayBox]' /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FabArray.H:1826:21: required from 'void amrex::FabArray::FillBoundary(int, int, const amrex::Periodicity&, bool) [with FAB = amrex::FArrayBox]' /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLNodeLaplacian.cpp:141:70: required from here /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FBI.H:338:27: warning: variable 'sbox' set but not used [-Wunused-but-set-variable] const Box sbox = tag.dbox + tag.offset; ^~~~ mpif90 -g -O0 -nan -C -mismatch -u -Wc=`which gcc` -fpp -mdir tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -I tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -DBL_LANG_FORT -DAMREX_LANG_FORT -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_fort_mod.F90 -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_fort_mod.o NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option [NAG Fortran Compiler normal termination] Compiling AMReX_bc_types_mod.F90 ... mpif90 -g -O0 -nan -C -mismatch -u -Wc=`which gcc` -fpp -mdir tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -I tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -DBL_LANG_FORT -DAMREX_LANG_FORT -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_bc_types_mod.F90 -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_bc_types_mod.o NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option [NAG Fortran Compiler normal termination] Compiling AMReX_BLutil_F.F90 ... mpif90 -g -O0 -nan -C -mismatch -u -Wc=`which gcc` -fpp -mdir tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -I tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -DBL_LANG_FORT -DAMREX_LANG_FORT -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_BLutil_F.F90 -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_BLutil_F.o In file included from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FabArrayCommI.H:2:0, from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FabArray.H:831, from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_MultiFab.H:10, from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLLinOp.H:5, from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLCellLinOp.H:4, from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLCellABecLap.H:4, from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLABecLaplacian.H:4, from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLTensorOp.H:4, from /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLTensorOp.cpp:1: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FBI.H: In instantiation of 'void amrex::FabArray::FB_local_copy_cpu(const amrex::FabArrayBase::FB&, int, int) [with FAB = amrex::FArrayBox]': /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FabArrayCommI.H:55:30: required from 'void amrex::FabArray::FBEP_nowait(int, int, const amrex::IntVect&, const amrex::Periodicity&, bool, bool) [with F = amrex::FArrayBox; = void; FAB = amrex::FArrayBox]' /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FabArray.H:1883:2: required from 'void amrex::FabArray::EnforcePeriodicity(int, int, const amrex::Periodicity&) [with FAB = amrex::FArrayBox]' /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLTensorOp.cpp:287:82: required from here /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FBI.H:338:27: warning: variable 'sbox' set but not used [-Wunused-but-set-variable] const Box sbox = tag.dbox + tag.offset; ^~~~ NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option [NAG Fortran Compiler normal termination] Compiling AMReX_BLProfiler_F.F90 ... mpif90 -g -O0 -nan -C -mismatch -u -Wc=`which gcc` -fpp -mdir tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -I tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -DBL_LANG_FORT -DAMREX_LANG_FORT -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_BLProfiler_F.F90 -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_BLProfiler_F.o NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option [NAG Fortran Compiler normal termination] Compiling AMReX_omp_mod.F90 ... mpif90 -g -O0 -nan -C -mismatch -u -Wc=`which gcc` -fpp -mdir tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -I tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -DBL_LANG_FORT -DAMREX_LANG_FORT -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_omp_mod.F90 -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_omp_mod.o NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option [NAG Fortran Compiler normal termination] Compiling AMReX_acc_mod.F90 ... mpif90 -g -O0 -nan -C -mismatch -u -Wc=`which gcc` -fpp -mdir tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -I tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -DBL_LANG_FORT -DAMREX_LANG_FORT -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_acc_mod.F90 -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_acc_mod.o Compiling AMReX_string_mod.F90 ... mpif90 -g -O0 -nan -C -mismatch -u -Wc=`which gcc` -fpp -mdir tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -I tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -DBL_LANG_FORT -DAMREX_LANG_FORT -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_string_mod.F90 -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_string_mod.o NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_acc_mod.F90, line 17: Unused dummy variable ID [NAG Fortran Compiler normal termination, 1 warning] Compiling AMReX_io_mod.F90 ... mpif90 -g -O0 -nan -C -mismatch -u -Wc=`which gcc` -fpp -mdir tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -I tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -DBL_LANG_FORT -DAMREX_LANG_FORT -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_io_mod.F90 -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_io_mod.o NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option [NAG Fortran Compiler normal termination] Compiling AMReX_ParallelDescriptor_F.F90 ... mpif90 -g -O0 -nan -C -mismatch -u -Wc=`which gcc` -fpp -mdir tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -I tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -DBL_LANG_FORT -DAMREX_LANG_FORT -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_ParallelDescriptor_F.F90 -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_ParallelDescriptor_F.o NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option [NAG Fortran Compiler normal termination] Compiling AMReX_mempool_mod.F90 ... mpif90 -g -O0 -nan -C -mismatch -u -Wc=`which gcc` -fpp -mdir tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -I tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -DBL_LANG_FORT -DAMREX_LANG_FORT -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_mempool_mod.F90 -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_mempool_mod.o NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option [NAG Fortran Compiler normal termination] Compiling AMReX_FLUXREG_nd.F90 ... NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option dimpif90 -g -O0 -nan -C -mismatch -u -Wc=`which gcc` -fpp -mdir tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -I tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -DBL_LANG_FORT -DAMREX_LANG_FORT -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_FLUXREG_nd.F90 -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_FLUXREG_nd.o sables the -C=calls option [NAG Fortran Compiler normal termination] NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option [NAG Fortran Compiler normal termination] Compiling AMReX_lo_bctypes_mod.F90 ... mpif90 -g -O0 -nan -C -mismatch -u -Wc=`which gcc` -fpp -mdir tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -I tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -DBL_LANG_FORT -DAMREX_LANG_FORT -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary/AMReX_lo_bctypes_mod.F90 -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_lo_bctypes_mod.o Compiling AMReX_KDTree_3d.F90 ... mpif90 -g -O0 -nan -C -mismatch -u -Wc=`which gcc` -fpp -mdir tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -I tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -DBL_LANG_FORT -DAMREX_LANG_FORT -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle/AMReX_KDTree_3d.F90 -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_KDTree_3d.o NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option Compiling AMReX_constants_mod.f90 ... [NAG Fortran Compiler normal termination] mpif90 -g -O0 -nan -C -mismatch -u -Wc=`which gcc` -fpp -mdir tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -I tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_constants_mod.f90 -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_constants_mod.o Compiling AMReX_extrapolater_3d.f90 ... mpif90 -g -O0 -nan -C -mismatch -u -Wc=`which gcc` -fpp -mdir tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -I tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr/AMReX_extrapolater_3d.f90 -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_extrapolater_3d.o NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option [NAG Fortran Compiler normal termination] NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option Compiling AMReX_error_mod.F90 ... mpif90 -g -O0 -nan -C -mismatch -u -Wc=`which gcc` -fpp -mdir tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -I tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -DBL_LANG_FORT -DAMREX_LANG_FORT -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_error_mod.F90 -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_error_mod.o [NAG Fortran Compiler normal termination] NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option [NAG Fortran Compiler normal termination] Compiling AMReX_FillPatchUtil_3d.F90 ... mpif90 -g -O0 -nan -C -mismatch -u -Wc=`which gcc` -fpp -mdir tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -I tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -DBL_LANG_FORT -DAMREX_LANG_FORT -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_FillPatchUtil_3d.F90 -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_FillPatchUtil_3d.o NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option [NAG Fortran Compiler normal termination] Compiling AMReX_LO_UTIL.F90 ... mpif90 -g -O0 -nan -C -mismatch -u -Wc=`which gcc` -fpp -mdir tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -I tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -DBL_LANG_FORT -DAMREX_LANG_FORT -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary/AMReX_LO_UTIL.F90 -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_LO_UTIL.o NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option [NAG Fortran Compiler normal termination] NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option [NAG Fortran Compiler normal termination] Compiling AMReX_MLNodeLap_3d.F90 ... mpif90 -g -O0 -nan -C -mismatch -u -Wc=`which gcc` -fpp -mdir tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -I tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -DBL_LANG_FORT -DAMREX_LANG_FORT -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLNodeLap_3d.F90 -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MLNodeLap_3d.o NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLNodeLap_3d.F90, line 995: Unused dummy variable BCHI Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLNodeLap_3d.F90, line 995: Unused dummy variable BCLO Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLNodeLap_3d.F90, line 995: Unused dummy variable DOMHI Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLNodeLap_3d.F90, line 995: Unused dummy variable DOMLO Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLNodeLap_3d.F90, line 1126: Unused dummy variable BCHI Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLNodeLap_3d.F90, line 1126: Unused dummy variable BCLO Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLNodeLap_3d.F90, line 1126: Unused dummy variable DOMHI Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLNodeLap_3d.F90, line 1126: Unused dummy variable DOMLO Questionable: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLNodeLap_3d.F90, line 1364: Variable HI set but never referenced Questionable: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLNodeLap_3d.F90, line 1364: Variable LO set but never referenced Compiling AMReX_filcc_mod.F90 ... Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLNodeLap_3d.F90, line 5355: Unused dummy variable II Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLNodeLap_3d.F90, line 5355: Unused dummy variable JJ Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLNodeLap_3d.F90, line 5355: Unused dummy variable KK Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLNodeLap_3d.F90, line 6174: AMREX_LO_DIRICHLET explicitly imported into AMREX_MLNODELAP_3D_MODULE but not used mpif90 -g -O0 -nan -C -mismatch -u -Wc=`which gcc` -fpp -mdir tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -I tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -DBL_LANG_FORT -DAMREX_LANG_FORT -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_filcc_mod.F90 -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_filcc_mod.o Compiling AMReX_parmparse_mod.F90 ... mpif90 -g -O0 -nan -C -mismatch -u -Wc=`which gcc` -fpp -mdir tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -I tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -DBL_LANG_FORT -DAMREX_LANG_FORT -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_parmparse_mod.F90 -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_parmparse_mod.o Compiling AMReX_INTERP_3D.F90 ... mpif90 -g -O0 -nan -C -mismatch -u -Wc=`which gcc` -fpp -mdir tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -I tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -DBL_LANG_FORT -DAMREX_LANG_FORT -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_INTERP_3D.F90 -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_INTERP_3D.o NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_filcc_mod.F90, line 1075: Unused dummy variable DX Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_filcc_mod.F90, line 1075: Unused dummy variable XLO Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_filcc_mod.F90, line 2693: Unused dummy variable DX Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_filcc_mod.F90, line 2693: Unused dummy variable XLO [NAG Fortran Compiler normal termination, 4 warnings] NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_INTERP_3D.F90, line 113: Unused dummy variable ACTUAL_COMP Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_INTERP_3D.F90, line 113: Unused dummy variable ACTUAL_STATE Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_INTERP_3D.F90, line 113: Unused dummy variable SL Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_INTERP_3D.F90, line 149: Unused dummy variable ACTUAL_COMP Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_INTERP_3D.F90, line 149: Unused dummy variable ACTUAL_STATE Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_INTERP_3D.F90, line 149: Unused dummy variable BC Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_INTERP_3D.F90, line 149: Unused dummy variable CLEN Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_INTERP_3D.F90, line 149: Unused dummy variable CRSE Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_INTERP_3D.F90, line 149: Unused dummy variable CSLOPE Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_INTERP_3D.F90, line 149: Unused dummy variable CVCX Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_INTERP_3D.F90, line 149: Unused dummy variable CVCY Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_INTERP_3D.F90, line 149: Unused dummy variable CVCZ Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_INTERP_3D.F90, line 149: Unused dummy variable FDAT Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_INTERP_3D.F90, line 149: Unused dummy variable FINE Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_INTERP_3D.F90, line 149: Unused dummy variable FSHI Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_INTERP_3D.F90, line 149: Unused dummy variable FSLO Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_INTERP_3D.F90, line 149: Unused dummy variable FSLOPE Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_INTERP_3D.F90, line 149: Unused dummy variable FVCX Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_INTERP_3D.F90, line 149: Unused dummy variable FVCY Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_INTERP_3D.F90, line 149: Unused dummy variable FVCZ Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_INTERP_3D.F90, line 149: Unused dummy variable LIMSLOPE Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_INTERP_3D.F90, line 149: Unused dummy variable LRATIOX Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_INTERP_3D.F90, line 149: Unused dummy variable LRATIOY Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_INTERP_3D.F90, line 149: Unused dummy variable LRATIOZ Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_INTERP_3D.F90, line 149: Unused dummy variable VOFF Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_INTERP_3D.F90, line 497: Unused dummy variable BC Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_INTERP_3D.F90, line 497: Unused dummy variable CRSE Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_INTERP_3D.F90, line 497: Unused dummy variable FBHI Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_INTERP_3D.F90, line 497: Unused dummy variable FBLO Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_INTERP_3D.F90, line 636: Unused dummy variable ACTUAL_COMP Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_INTERP_3D.F90, line 636: Unused dummy variable ACTUAL_STATE Warning: /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore/AMReX_INTERP_3D.F90, line 636: Unused dummy variable BC [NAG Fortran Compiler normal termination, 32 warnings] [NAG Fortran Compiler normal termination, 14 warnings] Compiling AMReX_MLLinOp_nd.F90 ... mpif90 -g -O0 -nan -C -mismatch -u -Wc=`which gcc` -fpp -mdir tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -I tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -DBL_LANG_FORT -DAMREX_LANG_FORT -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG/AMReX_MLLinOp_nd.F90 -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MLLinOp_nd.o NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option [NAG Fortran Compiler normal termination] NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option [NAG Fortran Compiler normal termination] Compiling AMReX_FILCC_3D.F90 ... mpif90 -g -O0 -nan -C -mismatch -u -Wc=`which gcc` -fpp -mdir tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -I tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE -DBL_LANG_FORT -DAMREX_LANG_FORT -DAMREX_DEBUG -DAMREX_TINY_PROFILING -DBL_USE_MPI -DAMREX_USE_MPI -DAMREX_GIT_VERSION=\"19.10-6-ge2d7bf15f14c\" -DBL_GCC_VERSION='6.4.0' -DBL_GCC_MAJOR_VERSION=6 -DBL_GCC_MINOR_VERSION=4 -DAMREX_LAUNCH="" -DAMREX_DEVICE="" -DAMREX_CUDA_FORT_GLOBAL="" -DAMREX_CUDA_FORT_DEVICE="" -DAMREX_CUDA_FORT_HOST="" -DAMREX_CUDA_FORT_HOST_DEVICE="" -DBL_SPACEDIM=3 -DAMREX_SPACEDIM=3 -DBL_FORT_USE_UNDERSCORE -DAMREX_FORT_USE_UNDERSCORE -DBL_Darwin -DAMREX_Darwin -DBL_USE_ASSERTION -DAMREX_USE_ASSERTION -DAMREX_PARTICLES -I. -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/AmrCore -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Amr -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Boundary -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Particle -I/Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/LinearSolvers/MLMG -c /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Src/Base/AMReX_FILCC_3D.F90 -o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_FILCC_3D.o NAG Fortran Compiler Release 6.2(Chiyoda) Build 6210 Option warning: The -mismatch option disables the -C=calls option [NAG Fortran Compiler normal termination] Building libamrex.a ar rv tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/libamrex.a tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_error_fi.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_ParmParse.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_parmparse_fi.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_Utility.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_DistributionMapping.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_ParallelDescriptor.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_ForkJoin.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_ParallelContext.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_VisMF.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_Arena.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_BArena.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_CArena.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_DArena.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_EArena.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_NFiles.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_parstream.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_GpuLaunch.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_GpuControl.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_GpuDevice.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_GpuUtility.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_GpuAsyncArray.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_GpuElixir.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_CudaAllocators.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_FabConv.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_FPC.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_IntConv.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_VectorIO.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_Box.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_BoxIterator.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_IntVect.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_IndexType.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_Orientation.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_Periodicity.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_RealBox.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_RealVect.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_BoxList.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_BoxArray.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_BoxDomain.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_FArrayBox.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_IArrayBox.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_BaseFab.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MultiFab.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MFCopyDescriptor.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_iMultiFab.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_FabArrayBase.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MFIter.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_CoordSys.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_Geometry.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MultiFabUtil.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MultiFabUtil_Perilla.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_BCRec.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_PhysBCFunct.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_BCUtil.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_PlotFileUtil.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_PlotFileDataImpl.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_BLProfiler.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_BLBackTrace.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MemPool.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_TinyProfiler.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_Machine.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_AmrCore.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_Cluster.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_ErrorList.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_FillPatchUtil.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_FluxRegister.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_Interpolater.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_TagBox.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_AmrMesh.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_Amr.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_AmrLevel.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_AsyncFillPatch.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_Derive.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_StateData.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_StateDescriptor.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_AuxBoundaryData.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_Extrapolater.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_FabSet.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_BndryRegister.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_Mask.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MultiMask.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_BndryData.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_InterpBndryData.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MacBndry.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_LO_BCTYPES.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_YAFluxRegister.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_TracerParticles.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_LoadBalanceKD.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_ParticleMPIUtil.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_ParticleUtil.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_ParticleBufferMap.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_ParticleCommunication.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MLMG.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MLMGBndry.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MLLinOp.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MLCellLinOp.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MLNodeLinOp.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MLCellABecLap.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MLCGSolver.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MLABecLaplacian.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MLALaplacian.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MLPoisson.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MLNodeLaplacian.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MLTensorOp.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MacProjector.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_constants_mod.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_extrapolater_3d.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_FILCC_3D.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_BLutil_F.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_BLProfiler_F.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_filcc_mod.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_omp_mod.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_acc_mod.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_fort_mod.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_error_mod.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_parmparse_mod.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_string_mod.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_bc_types_mod.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_io_mod.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_ParallelDescriptor_F.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_mempool_mod.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_FLUXREG_nd.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_INTERP_3D.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_FillPatchUtil_3d.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_LO_UTIL.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_lo_bctypes_mod.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_KDTree_3d.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MLLinOp_nd.o tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MLNodeLap_3d.o ar: creating archive tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/libamrex.a a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_error_fi.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_ParmParse.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_parmparse_fi.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_Utility.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_DistributionMapping.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_ParallelDescriptor.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_ForkJoin.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_ParallelContext.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_VisMF.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_Arena.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_BArena.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_CArena.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_DArena.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_EArena.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_NFiles.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_parstream.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_GpuLaunch.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_GpuControl.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_GpuDevice.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_GpuUtility.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_GpuAsyncArray.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_GpuElixir.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_CudaAllocators.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_FabConv.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_FPC.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_IntConv.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_VectorIO.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_Box.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_BoxIterator.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_IntVect.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_IndexType.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_Orientation.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_Periodicity.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_RealBox.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_RealVect.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_BoxList.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_BoxArray.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_BoxDomain.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_FArrayBox.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_IArrayBox.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_BaseFab.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MultiFab.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MFCopyDescriptor.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_iMultiFab.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_FabArrayBase.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MFIter.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_CoordSys.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_Geometry.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MultiFabUtil.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MultiFabUtil_Perilla.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_BCRec.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_PhysBCFunct.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_BCUtil.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_PlotFileUtil.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_PlotFileDataImpl.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_BLProfiler.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_BLBackTrace.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MemPool.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_TinyProfiler.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_Machine.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_AmrCore.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_Cluster.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_ErrorList.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_FillPatchUtil.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_FluxRegister.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_Interpolater.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_TagBox.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_AmrMesh.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_Amr.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_AmrLevel.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_AsyncFillPatch.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_Derive.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_StateData.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_StateDescriptor.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_AuxBoundaryData.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_Extrapolater.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_FabSet.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_BndryRegister.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_Mask.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MultiMask.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_BndryData.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_InterpBndryData.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MacBndry.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_LO_BCTYPES.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_YAFluxRegister.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_TracerParticles.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_LoadBalanceKD.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_ParticleMPIUtil.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_ParticleUtil.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_ParticleBufferMap.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_ParticleCommunication.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MLMG.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MLMGBndry.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MLLinOp.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MLCellLinOp.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MLNodeLinOp.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MLCellABecLap.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MLCGSolver.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MLABecLaplacian.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MLALaplacian.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MLPoisson.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MLNodeLaplacian.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MLTensorOp.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MacProjector.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_constants_mod.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_extrapolater_3d.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_FILCC_3D.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_BLutil_F.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_BLProfiler_F.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_filcc_mod.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_omp_mod.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_acc_mod.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_fort_mod.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_error_mod.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_parmparse_mod.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_string_mod.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_bc_types_mod.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_io_mod.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_ParallelDescriptor_F.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_mempool_mod.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_FLUXREG_nd.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_INTERP_3D.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_FillPatchUtil_3d.o a - tmp_build_di/opt/local/bin/ranlib: file: tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/libamrex.a(AMReX_MultiFabUtil_Perilla.o) has no symbols /opt/local/bin/ranlib: file: tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/libamrex.a(AMReX_constants_mod.o) has no symbols /opt/local/bin/ranlib: file: tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/libamrex.a(AMReX_bc_types_mod.o) has no symbols /opt/local/bin/ranlib: file: tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/libamrex.a(AMReX_lo_bctypes_mod.o) has no symbols r/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_LO_UTIL.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_lo_bctypes_mod.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_KDTree_3d.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MLLinOp_nd.o a - tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/AMReX_MLNodeLap_3d.o ranlib tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/libamrex.a ranlib: file: tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/libamrex.a(AMReX_MultiFabUtil_Perilla.o) has no symbols ranlib: file: tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/libamrex.a(AMReX_constants_mod.o) has no symbols ranlib: file: tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/libamrex.a(AMReX_bc_types_mod.o) has no symbols ranlib: file: tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/libamrex.a(AMReX_lo_bctypes_mod.o) has no symbols SUCCESS Loading /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Tools/GNUMake/comps/nag.mak... /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Tools/GNUMake/comps/nag.mak:59: Extraneous text after `else' directive Loading /Users/gtoth/Tmp_nag_debug/SWMF/util/AMREX/Tools/GNUMake/sites/Make.unknown... Installing libamrex.a at InstallDir/lib ... Generating AMReX_config.H ... Install Fortran modules at InstallDir/include ... Generating amrex.pc ... Installing headers at InstallDir/include ... Installing amrex.pc ... install -c -m 644 tmp_build_dir/o/3d.nag.DEBUG.TPROF.MPI.EXE/amrex.pc InstallDir/lib/pkgconfig Enabling AMREX library in Makefile.conf Modifying versions in Makefile.def ./Config.pl -g=GM:8,8,1 -o=GM:u=Waves,e=MultiIonPe,ng=2 Writing new grid size 8,8,1 and 2 ghost cells into srcBATL/BATL_size.f90... /Applications/Xcode.app/Contents/Developer/usr/bin/make SWMF make TMP_DIRS /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. ar -rs /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a ModTiming.o timing_cpu.o timing.o ar: creating archive /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:89: warning: ignoring old commands for target `.f.o' make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:89: warning: ignoring old commands for target `.f.o' make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 rm -f libBATL.a ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o ar: creating archive libBATL.a libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParallel.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHdf5.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[8]: *** [ModFaceFlux.o] Error 2 make[8]: *** Waiting for unfinished jobs.... make[7]: *** [LIB] Error 2 make[6]: *** [LIB] Error 2 make[5]: *** [LIB] Error 2 make[4]: *** [SWMFEXE] Error 2 make[3]: *** [SWMF] Error 2 make[2]: *** [test16_compile] Error 2 make[1]: *** [test16] Error 2 make: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test17_compile ./Config.pl -v=Empty,PC/FLEKS,GM/BATSRUS -amrex Enabling AMREX library in Makefile.conf ./Config.pl -g=GM:8,8,1 -o=GM:u=Waves,e=MhdAnisoP,ng=2 /Applications/Xcode.app/Contents/Developer/usr/bin/make SWMF make TMP_DIRS /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:89: warning: ignoring old commands for target `.f.o' make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:89: warning: ignoring old commands for target `.f.o' make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a make[8]: `libBATL.a' is up to date. libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[8]: *** [ModFaceFlux.o] Error 2 make[8]: *** Waiting for unfinished jobs.... make[7]: *** [LIB] Error 2 make[6]: *** [LIB] Error 2 make[5]: *** [LIB] Error 2 make[4]: *** [SWMFEXE] Error 2 make[3]: *** [SWMF] Error 2 make[2]: *** [test17_compile] Error 2 make[1]: *** [test17] Error 2 make: [test] Error 2 (ignored) /Applications/Xcode.app/Contents/Developer/usr/bin/make test18_compile ./Config.pl -v=Empty,PC/FLEKS,GM/BATSRUS -amrex Enabling AMREX library in Makefile.conf ./Config.pl -g=GM:4,4,4 -o=GM:u=GemReconnect,e=MhdHyp,ng=2 Writing new grid size 4,4,4 and 2 ghost cells into srcBATL/BATL_size.f90... /Applications/Xcode.app/Contents/Developer/usr/bin/make SWMF make TMP_DIRS /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libSHARE.a has been brought up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libTIMING.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libINDICES.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libDEMT.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALEE.a has been brought up to date. Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:89: warning: ignoring old commands for target `.f.o' make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a Makefile:15: warning: overriding commands for target `.f.o' ../../../Makefile.conf:89: warning: ignoring old commands for target `.f.o' make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALGM.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALIE.a has been brought up to date. make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEMPIRICALUA.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libLIBRARY.a has been brought up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a make[7]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libCOUPLER.a has been brought up to date. cd src; make LIB make /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a make[8]: `/Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a' is up to date. /Users/gtoth/Tmp_nag_debug/SWMF/lib/libEE.a has been brought up to date. cd srcBATL; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATL.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_size.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_geometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_tree.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_high_order.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_interpolate_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face_field.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_grid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_region.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_cell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_face.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_pass_node.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_particles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_test.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_amr_criteria.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 BATL_lib.f90 rm -f libBATL.a ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_high_order.o BATL_interpolate_amr.o BATL_lib.o BATL_mpi.o BATL_particles.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_pass_face_field.o BATL_region.o BATL_size.o BATL_test.o BATL_tree.o ar: creating archive libBATL.a libBATL.a has been brought up to date. cd src; /Applications/Xcode.app/Contents/Developer/usr/bin/make LIB perl /Users/gtoth/Tmp_nag_debug/SWMF/share/Scripts/depend.pl -I/Users/gtoth/Tmp_nag_debug/SWMF/share/Library/src -I../srcBATL -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcMagnetogram -I/Users/gtoth/Tmp_nag_debug/SWMF/util/DATAREAD/srcDemt -I/Users/gtoth/Tmp_nag_debug/SWMF/util/EMPIRICAL/srcEE -I/Users/gtoth/Tmp_nag_debug/SWMF/util/CRASH/src ModAdvance.o ModAdvanceExplicit.o ModAdvectPoints.o ModAMR.o ModB0.o ModBatsrusMethods.o ModBatsrusUtility.o ModBatlInterface.o ModBlockData.o ModBorisCorrection.o ModBoundaryGeometry.o ModCalcSource.o ModCellBoundary.o ModCellGradient.o ModCharacteristic.o ModChromosphere.o ModCleanDivB.o ModCoarseAxis.o ModConserveFlux.o ModConstrainDivB.o ModCoronalHeating.o ModCurrent.o ModEnergy.o ModElectricField.o ModEquation.o ModExpansionFactors.o ModExtraVariables.o ModFaceBoundary.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModFieldLineThread.o ModFieldTrace.o ModFixAxisCells.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModHdf5.o ModHeatConduction.o ModHeatFluxCollisionless.o ModIeCoupling.o ModImCoupling.o ModImplicit.o ModImplHypre.o ModIO.o ModIonElectron.o ModLaserHeating.o ModLoadBalance.o ModLocalTimeStep.o ModMain.o ModMessagePass.o ModMultiFluid.o ModMultiIon.o ModNodes.o ModParallel.o ModParticleFieldLine.o ModParticleMover.o ModParticles.o ModPartImplicit.o ModPartSteady.o ModPhysics.o ModPIC.o ModPlotBox.o ModPlotShell.o ModPointImplicit.o ModProjectDivB.o ModRadDiffusion.o ModRadiativeCooling.o ModRadioWaveImage.o ModResistivity.o ModRestartFile.o ModSatelliteFile.o ModSemiImplicit.o ModSetInitialCondition.o ModSetParameters.o ModSingleFluid.o ModSize.o ModSolarwind.o ModTransitionRegion.o ModThreadedLC.o ModTimeStepControl.o ModUserEmpty.o ModUserInterface.o ModUser.o ModViscosity.o ModWaves.o ModWriteTecplot.o ModUpdateState.o ModWriteLogSatFile.o ModWritePlot.o ModWritePlotIdl.o ModWritePlotLos.o ModWritePlotRadioWave.o ModWriteProgress.o user_interface.o /Applications/Xcode.app/Contents/Developer/usr/bin/make libBATSRUS.a nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSize.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEquation.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiFluid.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMain.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParallel.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHdf5.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIO.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBlockData.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModNodes.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatsrusUtility.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvance.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModImplHypre.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotIdl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConserveFlux.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPartSteady.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCleanDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPhysics.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModB0.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModEnergy.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBoundaryGeometry.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModSolarwind.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHallResist.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWaves.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModChromosphere.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModExpansionFactors.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPointImplicit.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCharacteristic.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModConstrainDivB.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUserEmpty.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModUser.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatFluxCollisionless.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoarseAxis.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFixAxisCells.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModLaserHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 user_interface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIeCoupling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCurrent.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBorisCorrection.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCoronalHeating.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellGradient.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModViscosity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadDiffusion.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModGroundMagPerturb.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModAdvectPoints.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadiativeCooling.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFieldLineThread.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModResistivity.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModIonElectron.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPIC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModTimeStepControl.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceValue.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModMultiIon.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModHeatConduction.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModThreadedLC.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModBatlInterface.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotShell.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModPlotBox.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticles.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleMover.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModParticleFieldLine.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModRadioWaveImage.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModWritePlotRadioWave.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModCellBoundary.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModElectricField.f90 nagfor -mdir /Users/gtoth/Tmp_nag_debug/SWMF/share/include -I/Users/gtoth/Tmp_nag_debug/SWMF/share/include -c -w -ideclient -Wc=`which gcc` -C -gline -nan -default_kinds:r=64 -O0 ModFaceFlux.f90 Error: ModFaceFlux.f90, line 71: Syntax error detected at MODULE@SUBROUTINE Error: ModFaceFlux.f90, line 74: Syntax error detected at END@SUBROUTINE [NAG Fortran Compiler fatal error termination, 2 errors] make[8]: *** [ModFaceFlux.o] Error 2 make[8]: *** Waiting for unfinished jobs.... make[7]: *** [LIB] Error 2 make[6]: *** [LIB] Error 2 make[5]: *** [LIB] Error 2 make[4]: *** [SWMFEXE] Error 2 make[3]: *** [SWMF] Error 2 make[2]: *** [test18_compile] Error 2 make[1]: *** [test18] Error 2 make: [test] Error 2 (ignored) -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 21:59 share/Library/test/test_axes.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 21:59 share/Library/test/test_coord_transform.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 21:59 share/Library/test/test_freq.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 21:59 share/Library/test/test_geopack.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 21:59 share/Library/test/test_io_unit.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 21:59 share/Library/test/test_interpolate.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 21:59 share/Library/test/test_interpolate_amr.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:00 share/Library/test/test_initial_state.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:00 share/Library/test/test_line_extract.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:00 share/Library/test/test_linear_advection.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:00 share/Library/test/test_linear_solver.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:00 share/Library/test/test_linear_wrapper.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:00 share/Library/test/test_lookup_table.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:00 share/Library/test/test_planet_field.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:00 share/Library/test/test_plot_file.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:01 share/Library/test/test_poisson.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:01 share/Library/test/test_random_number.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:01 share/Library/test/test_ray_trace.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:01 share/Library/test/test_sort.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:01 share/Library/test/test_time_convert.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:01 share/Library/test/test_triangulate.diff -rw-r--r-- 1 gtoth 1410742483 2003 Jul 3 22:03 share/Library/test/test_process_var_name.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 share/Library/test/test_utilities.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 util/DATAREAD/srcMagnetogram/test_harmonics.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 util/DATAREAD/srcMagnetogram/test_potential.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 util/DATAREAD/srcMagnetogram/test_fdips_log.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 util/DATAREAD/srcMagnetogram/test_fdips.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 util/DATAREAD/srcMagnetogram/test_fdips_hypre_log.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 util/DATAREAD/srcMagnetogram/test_fdips_hypre.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 util/DATAREAD/srcMagnetogram/test_fdips_wedge_log.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 util/DATAREAD/srcMagnetogram/test_fdips_wedge.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 BATL/test11.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 BATL/test12.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:03 BATL/test21.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:04 BATL/test22.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:04 BATL/test31.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:04 BATL/test32.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:10 BATL/test33.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:10 BATL/advect11.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:10 BATL/advect21.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:11 BATL/advect22.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:11 BATL/advect12.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:11 BATL/advect31.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:12 BATL/advect32.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:17 BATL/advect33.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:18 BATL/advect22_rz.diff -rw-r--r-- 1 gtoth 1410742483 6359 Jul 3 22:18 BATL/advect22_cyl.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:18 BATL/advect22_round.diff -rw-r--r-- 1 gtoth 1410742483 6387 Jul 3 22:19 BATL/advect33_sph.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:21 BATL/advect33_rlonlat.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:21 BATL/advect33_round.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:21 BATL/readamr_1d.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:21 BATL/readamr_2d.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:22 BATL/readamr_3d.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:22 BATL/readamr_sph.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:23 BATL/readamr_c.diff -rw-r--r-- 1 gtoth 1410742483 72 Jul 3 22:23 BATL/readamr_py.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:25 CZ/FSAM/test_fsam.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:25 GM/BATSRUS/test_spectrum.diff -rw-r--r-- 1 gtoth 1410742483 30 Jul 3 22:25 GM/BATSRUS/test_fluxemergence.diff -rw-r--r-- 1 gtoth 1410742483 26 Jul 3 22:26 GM/BATSRUS/test_shocktube.diff -rw-r--r-- 1 gtoth 1410742483 26 Jul 3 22:26 GM/BATSRUS/test_shockramp.diff -rw-r--r-- 1 gtoth 1410742483 27 Jul 3 22:26 GM/BATSRUS/test_partsteady.diff -rw-r--r-- 1 gtoth 1410742483 24 Jul 3 22:27 GM/BATSRUS/test_hallmhd.diff -rw-r--r-- 1 gtoth 1410742483 28 Jul 3 22:27 GM/BATSRUS/test_twofluidmhd.diff -rw-r--r-- 1 gtoth 1410742483 27 Jul 3 22:27 GM/BATSRUS/test_multifluid.diff -rw-r--r-- 1 gtoth 1410742483 25 Jul 3 22:27 GM/BATSRUS/test_multiion.diff -rw-r--r-- 1 gtoth 1410742483 24 Jul 3 22:28 GM/BATSRUS/test_mhdions.diff -rw-r--r-- 1 gtoth 1410742483 27 Jul 3 22:28 GM/BATSRUS/test_mhdnoncons.diff -rw-r--r-- 1 gtoth 1410742483 27 Jul 3 22:28 GM/BATSRUS/test_eosgodunov.diff -rw-r--r-- 1 gtoth 1410742483 29 Jul 3 22:28 GM/BATSRUS/test_laserpackage.diff -rw-r--r-- 1 gtoth 1410742483 30 Jul 3 22:29 GM/BATSRUS/test_graydiffusion.diff -rw-r--r-- 1 gtoth 1410742483 26 Jul 3 22:29 GM/BATSRUS/test_viscosity.diff -rw-r--r-- 1 gtoth 1410742483 26 Jul 3 22:29 GM/BATSRUS/test_coronasph.diff -rw-r--r-- 1 gtoth 1410742483 28 Jul 3 22:29 GM/BATSRUS/test_awsomfluids.diff -rw-r--r-- 1 gtoth 1410742483 23 Jul 3 22:30 GM/BATSRUS/test_chromo.diff -rw-r--r-- 1 gtoth 1410742483 29 Jul 3 22:30 GM/BATSRUS/test_outerhelio2d.diff -rw-r--r-- 1 gtoth 1410742483 27 Jul 3 22:30 GM/BATSRUS/test_outerhelio.diff -rw-r--r-- 1 gtoth 1410742483 30 Jul 3 22:31 GM/BATSRUS/test_outerheliopui.diff -rw-r--r-- 1 gtoth 1410742483 33 Jul 3 22:31 GM/BATSRUS/test_outerheliopui_1d.diff -rw-r--r-- 1 gtoth 1410742483 25 Jul 3 22:31 GM/BATSRUS/test_earthsph.diff -rw-r--r-- 1 gtoth 1410742483 26 Jul 3 22:31 GM/BATSRUS/test_2bodyplot.diff -rw-r--r-- 1 gtoth 1410742483 22 Jul 3 22:31 GM/BATSRUS/test_titan.diff -rw-r--r-- 1 gtoth 1410742483 27 Jul 3 22:31 GM/BATSRUS/test_titan_restart.diff -rw-r--r-- 1 gtoth 1410742483 21 Jul 3 22:31 GM/BATSRUS/test_mars.diff -rw-r--r-- 1 gtoth 1410742483 26 Jul 3 22:32 GM/BATSRUS/test_mars_restart.diff -rw-r--r-- 1 gtoth 1410742483 27 Jul 3 22:32 GM/BATSRUS/test_marsfluids.diff -rw-r--r-- 1 gtoth 1410742483 32 Jul 3 22:32 GM/BATSRUS/test_marsfluids_restart.diff -rw-r--r-- 1 gtoth 1410742483 22 Jul 3 22:32 GM/BATSRUS/test_venus.diff -rw-r--r-- 1 gtoth 1410742483 27 Jul 3 22:32 GM/BATSRUS/test_venus_restart.diff -rw-r--r-- 1 gtoth 1410742483 27 Jul 3 22:32 GM/BATSRUS/test_mercurysph.diff -rw-r--r-- 1 gtoth 1410742483 25 Jul 3 22:32 GM/BATSRUS/test_ganymede.diff -rw-r--r-- 1 gtoth 1410742483 23 Jul 3 22:33 GM/BATSRUS/test_saturn.diff -rw-r--r-- 1 gtoth 1410742483 22 Jul 3 22:33 GM/BATSRUS/test_comet.diff -rw-r--r-- 1 gtoth 1410742483 28 Jul 3 22:33 GM/BATSRUS/test_cometfluids.diff -rw-r--r-- 1 gtoth 1410742483 33 Jul 3 22:33 GM/BATSRUS/test_cometfluids_restart.diff -rw-r--r-- 1 gtoth 1410742483 26 Jul 3 22:33 GM/BATSRUS/test_cometCGhd.diff -rw-r--r-- 1 gtoth 1410742483 30 Jul 3 22:33 GM/BATSRUS/test_cometCGfluids.diff -rw-r--r-- 1 gtoth 1410742483 32 Jul 3 22:34 GM/BATSRUS/test_europa2fluidspe.diff -rw-r--r-- 1 gtoth 1410742483 32 Jul 3 22:34 GM/BATSRUS/test_europa3fluidspe.diff -rw-r--r-- 1 gtoth 1410742483 29 Jul 3 22:34 GM/BATSRUS/test_magnetometer.diff -rw-r--r-- 1 gtoth 1410742483 28 Jul 3 22:34 GM/BATSRUS/test_anisotropic.diff -rw-r--r-- 1 gtoth 1410742483 25 Jul 3 22:35 GM/BATSRUS/test_region2d.diff -rw-r--r-- 1 gtoth 1410742483 34 Jul 3 22:35 GM/BATSRUS/test_fivemoment_alfven.diff -rw-r--r-- 1 gtoth 1410742483 33 Jul 3 22:35 GM/BATSRUS/test_fivemoment_shock.diff -rw-r--r-- 1 gtoth 1410742483 36 Jul 3 22:35 GM/BATSRUS/test_fivemoment_langmuir.diff -rw-r--r-- 1 gtoth 1410742483 21 Jul 3 22:35 GM/BATSRUS/test_func.diff -rw-r--r-- 1 gtoth 1410742483 36 Jul 3 22:36 IE/Ridley_serial/notest.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:38 IM/CIMI/test_cimi.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:39 IM/HEIDI/test_analytic.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:42 IM/HEIDI/test_numeric.diff -rw-r--r-- 1 gtoth 1410742483 26 Jul 3 22:42 IM/RCM2/notest.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:42 PC/ALTOR/test_altor.diff -rw-r--r-- 1 gtoth 1410742483 87 Jul 3 22:47 PC/ALTOR/test_altor_2d.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:53 PC/ALTOR/test_beam.diff -rw-r--r-- 1 gtoth 1410742483 58 Jul 3 22:53 PC/ALTOR/test_foil.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:54 PC/IPIC3D2/test_ipic3d.diff -rw-r--r-- 1 gtoth 1410742483 28 Jul 3 22:54 PS/DGCPM/notest.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:56 PW/PWOM/test_Saturn.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:56 PW/PWOM/test_Saturn_plots.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:59 PW/PWOM/test_Saturn_restart.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:59 PW/PWOM/test_Saturn_restart_plots.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:59 PW/PWOM/test_Earth.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 22:59 PW/PWOM/test_Earth_plots.diff -rw-r--r-- 1 gtoth 1410742483 64154 Jul 3 23:00 PW/PWOM/test_Earth_restart.diff -rw-r--r-- 1 gtoth 1410742483 20139 Jul 3 23:00 PW/PWOM/test_Earth_restart_plots.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 23:01 RB/RBE/test.diff -rw-r--r-- 1 gtoth 1410742483 27 Jul 3 23:01 SP/Kota/notest.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 23:02 SP/MFLAMPA/test_mflampa.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 23:03 UA/GITM2/test_gitm_earth_1d.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 23:03 UA/GITM2/test_gitm_mars_1d.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 23:04 test_ps.diff -rw-r--r-- 1 gtoth 1410742483 0 Jul 3 23:04 test_sp.diff -rw-r--r-- 1 gtoth 1410742483 21 Jul 3 23:04 test_swpc_gm.diff -rw-r--r-- 1 gtoth 1410742483 21 Jul 3 23:04 test_swpc_ie.diff -rw-r--r-- 1 gtoth 1410742483 21 Jul 3 23:04 test_swpc_rb.diff -rw-r--r-- 1 gtoth 1410742483 30 Jul 3 23:04 test_swpc_multiion_gm.diff -rw-r--r-- 1 gtoth 1410742483 30 Jul 3 23:04 test_swpc_multiion_ie.diff -rw-r--r-- 1 gtoth 1410742483 34 Jul 3 23:04 test_swpc_multispecies_gm.diff -rw-r--r-- 1 gtoth 1410742483 34 Jul 3 23:04 test_swpc_multispecies_ie.diff -rw-r--r-- 1 gtoth 1410742483 26 Jul 3 23:05 test_swpc_cimi_gm.diff -rw-r--r-- 1 gtoth 1410742483 26 Jul 3 23:05 test_swpc_cimi_ie.diff -rw-r--r-- 1 gtoth 1410742483 17 Jul 3 23:05 test01_gm.diff -rw-r--r-- 1 gtoth 1410742483 17 Jul 3 23:05 test01_ie.diff -rw-r--r-- 1 gtoth 1410742483 17 Jul 3 23:05 test01_pw.diff -rw-r--r-- 1 gtoth 1410742483 17 Jul 3 23:05 test04_gm.diff -rw-r--r-- 1 gtoth 1410742483 17 Jul 3 23:05 test04_ie.diff -rw-r--r-- 1 gtoth 1410742483 17 Jul 3 23:05 test04_im_heidi.diff -rw-r--r-- 1 gtoth 1410742483 17 Jul 3 23:05 test05_ee.diff -rw-r--r-- 1 gtoth 1410742483 17 Jul 3 23:06 test07_ih.diff -rw-r--r-- 1 gtoth 1410742483 17 Jul 3 23:06 test07_oh.diff -rw-r--r-- 1 gtoth 1410742483 17 Jul 3 23:07 test08_sc_thread.diff -rw-r--r-- 1 gtoth 1410742483 17 Jul 3 23:07 test08_ih.diff -rw-r--r-- 1 gtoth 1410742483 17 Jul 3 23:07 test09_sc_chromo.diff -rw-r--r-- 1 gtoth 1410742483 17 Jul 3 23:07 test09_ih.diff -rw-r--r-- 1 gtoth 1410742483 18 Jul 3 23:07 test10_sc.diff -rw-r--r-- 1 gtoth 1410742483 18 Jul 3 23:07 test10_ih.diff -rw-r--r-- 1 gtoth 1410742483 29 Jul 3 23:08 test12_aniso_AMPS_gmpc.diff -rw-r--r-- 1 gtoth 1410742483 39 Jul 3 23:08 test12_aniso_AMPS_divE_corr_gmpc.diff -rw-r--r-- 1 gtoth 1410742483 37 Jul 3 23:08 test12_aniso_AMPS_dynamic_gmpc.diff -rw-r--r-- 1 gtoth 1410742483 36 Jul 3 23:08 test12_aniso_AMPS_openmp_gmpc.diff -rw-r--r-- 1 gtoth 1410742483 24 Jul 3 23:08 test12_aniso_gmpc.diff -rw-r--r-- 1 gtoth 1410742483 22 Jul 3 23:08 test12_iso_gm.diff -rw-r--r-- 1 gtoth 1410742483 21 Jul 3 23:09 test12_3d_gm.diff -rw-r--r-- 1 gtoth 1410742483 18 Jul 3 23:09 test13_pt.diff -rw-r--r-- 1 gtoth 1410742483 18 Jul 3 23:09 test14_oh.diff -rw-r--r-- 1 gtoth 1410742483 21 Jul 3 23:10 test14pui_oh.diff -rw-r--r-- 1 gtoth 1410742483 18 Jul 3 23:10 test15_scihsp.diff -rw-r--r-- 1 gtoth 1410742483 18 Jul 3 23:10 test16.diff -rw-r--r-- 1 gtoth 1410742483 18 Jul 3 23:12 test17.diff -rw-r--r-- 1 gtoth 1410742483 18 Jul 3 23:12 test18.diff See test_swmf.res and test_swmf.log for more detail... cat: GM/BATSRUS/test_func.speed: No such file or directory make[1]: [test_check] Error 1 (ignored)