Installing SWMF cd Library/src; cat precision.h mpif90.h > mpif.h touch Library/src/Makefile.DEPEND Library/src/Makefile.RULES touch DATAREAD/srcIndices/Makefile.DEPEND EMPIRICAL/srcEE/Makefile.DEPEND EMPIRICAL/srcIE/Makefile.DEPEND EMPIRICAL/srcUA/Makefile.RULES NOMPI/src/Makefile.RULES CRASH/src/Makefile.DEPEND VERSION 2.3 cd CON; make install touch Control/src/Makefile.DEPEND Control/src/Makefile.RULES Library/src/Makefile.DEPEND Coupler/src/Makefile.DEPEND Interface/src/Makefile.DEPEND Stubs/src/Makefile.DEPEND cd ESMF/ESMF_SWMF; make install touch src/Makefile.DEPEND NAGWare Fortran 95 compiler Release 5.1(282) Copyright 1990-2006 The Numerical Algorithms Group Ltd., Oxford, U.K. if([ -d "GM/BATSRUS" ]); then \ if([ -d "SC/BATSRUS" ]); \ then cp GM/BATSRUS/Config.pl SC/BATSRUS; \ perl -i -pe 's/GM/SC/' SC/BATSRUS/Config.pl; \ fi; \ if([ -d "OH/BATSRUS" ]); \ then cp GM/BATSRUS/Config.pl OH/BATSRUS; \ perl -i -pe 's/GM/OH/' OH/BATSRUS/Config.pl; \ fi; \ if([ -d "IH/BATSRUS" ]); \ then cp GM/BATSRUS/Config.pl IH/BATSRUS; \ perl -i -pe 's/GM/IH/' IH/BATSRUS/Config.pl; \ fi; \ if([ -d "IH/BATSRUS_share" ]); \ then cp GM/BATSRUS/Config.pl IH/BATSRUS_share; \ perl -i -pe "s/GM/IH/; s#'src#'../../GM/BATSRUS/src#" \ IH/BATSRUS_share/Config.pl; \ fi; \ fi for i in `ls -d [A-Z][A-Z]/*/ | grep -v /CVS/ | grep -v /Empty/`; \ do (if([ -f "$i/Config.pl" ]); then \ echo Installing $i; cd $i; ./Config.pl -install=c; \ fi); \ done Installing GM/BATSRUS/ Installing BATSRUS as a GM component cp -f src/ModSize_orig.f90 src/ModSize.f90 touch src/Makefile.DEPEND src/Makefile.RULES srcInterface/Makefile.DEPEND srcPostProc/Makefile.RULES ./Config.pl -u=Default -e=Mhd grep: src/ModAdvance.f90: No such file or directory cd src; make STATIC make -s STATIC1 NAME=Advance make -s STATIC1 NAME=Nodes make -s STATIC1 NAME=Geometry make -s STATIC1 NAME=Raytrace #^CFG IF RAYTRACE make -s STATIC1 NAME=CT #^CFG IF CONSTRAINB Installing IE/RIM/ Installing RIM as a IE component touch src/Makefile.DEPEND Installing IE/Ridley_serial/ Installing Ridley_serial as a IE component cp -f src/ModSize_orig.f90 src/ModSize.f90 touch src/Makefile.DEPEND Installing IH/BATSRUS/ Installing BATSRUS as a IH component Installing IH/BATSRUS_share/ Installing BATSRUS as a IH component touch src/Makefile.DEPEND Installing IM/HEIDI/ Installing HEIDI as a IM component touch src/Makefile.DEPEND src/Makefile.RULES srcInterface/Makefile.DEPEND Installing IM/RCM/ Installing RCM as a IM component touch src/Makefile.DEPEND Installing IM/RCM2/ Installing RCM2 as a IM component touch src/Makefile.DEPEND Installing OH/BATSRUS/ Installing BATSRUS as a OH component Installing PS/DGCPM/ Installing DGCPM as a PS component touch src/Makefile.DEPEND Installing PW/PWOM/ Installing PWOM as a PW component mkdir bin touch src/Makefile.DEPEND src/Makefile.RULES srcInterface/Makefile.DEPEND Installing RB/RBE/ Installing RBE as a RB component touch src/Makefile.DEPEND src/Makefile.RULES srcInterface/Makefile.DEPEND Installing RB/Rice/ Installing Rice as a RB component touch srcInterface/Makefile.DEPEND Installing RB/RiceV5/ Installing RiceV5 as a RB component touch srcInterface/Makefile.DEPEND Installing SC/BATSRUS/ Installing BATSRUS as a SC component Installing SP/FLAMPA/ Installing FLAMPA as a SP component mv Makefile.def Makefile.def.orig cp Makefile.def.orig Makefile.def touch src/Makefile.DEPEND srcInterface/Makefile.DEPEND Installing SP/Kota/ Installing Kota as a SP component touch src/Makefile.DEPEND srcInterface/Makefile.DEPEND Installing UA/GITM/ Installing GITM as a UA component touch src/Makefile.DEPEND touch srcIE/Makefile.DEPEND touch srcIO/Makefile.DEPEND Installing UA/GITM2/ Installing GITM2 as a UA component cp src/ModSize.f90.orig src/ModSize.f90 touch src/Makefile.DEPEND src/Makefile.RULES srcInterface/Makefile.DEPEND cd src; make DYNAMIC /xhome/gtoth/Tmp/SWMF/share/Scripts/StaticToDynamic.pl -l=nBlocksMax -d=4 ModGITM_static.f90 > ModGITM.f90 /xhome/gtoth/Tmp/SWMF/share/Scripts/StaticToDynamic.pl -l=nBlocksMax -d=4 ModEUV_static.f90 > ModEUV.f90 /xhome/gtoth/Tmp/SWMF/share/Scripts/StaticToDynamic.pl -l=nBlocksMax -d=4 ModSources_static.f90 > ModSources.f90 # Replaces nBlocksMax with nBlocks to make allocation flexible perl -pi -e 's/nBlocksMax/nBlocks/ if /allocate/' \ ModGITM.f90 ModEUV.f90 ModSources.f90 Configuring GITM for Earth!! Installation succeeded Setting maximum optimization flag to -O0 in Makefile.conf for i in `ls -d [A-Z][A-Z]/*/ | grep -v /CVS/ | grep -v /Empty/`; \ do ( cd $i; make test; ); done make test_shocktube_compile ./Config.pl -u=Default -e=MhdHyp -g=256,4,4,10,1 Writing new grid size 256,4,4,10,1 into src/ModSize.f90... make cd /xhome/gtoth/Tmp/SWMF/share/Library/src; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 -132 lapack.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 -132 blas.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModBlasLapack.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModKind.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModNumConst.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModConst.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModCoordTransform.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModExactRS.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModFreq.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModInterpolate.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModMpiConstants.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 -dusty ModMpiInterfaces.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModMpi.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModIoUnit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModLinearSolver.f90 cpp -P -DsysDarwin -DcompNAGF95 ModUtilities.F90 | grep -v '^#' > ModUtilities.f95 f95 -o ModUtilities.o -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModUtilities.f95 rm -f ModUtilities.f95 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModReadParam.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModPlotFile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModLookupTable.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModPlanetConst.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModSort.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModTimeConvert.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModTriangulate.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 CON_planet.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 CON_geopack.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 CON_axes.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 CON_line_extract.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 CON_planet_field.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 CON_ray_trace.f90 rm -f /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a ar -rs /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a lapack.o blas.o ModBlasLapack.o ModConst.o ModCoordTransform.o ModExactRS.o ModFreq.o ModInterpolate.o ModIoUnit.o ModKind.o ModLinearSolver.o ModLookupTable.o ModMpiConstants.o ModMpiInterfaces.o ModMpi.o ModNumConst.o ModPlanetConst.o ModPlotFile.o ModReadParam.o ModSort.o ModTimeConvert.o ModTriangulate.o ModUtilities.o CON_axes.o CON_geopack.o CON_line_extract.o CON_planet.o CON_planet_field.o CON_ray_trace.o ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a ranlib: file: /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a(ModBlasLapack.o) has no symbols ranlib: file: /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a(ModKind.o) has no symbols ranlib: file: /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a(ModNumConst.o) has no symbols /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/TIMING/src; make LIB f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModTiming.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 timing_cpu.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 timing.f90 ar -rs /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a ModTiming.o timing_cpu.o timing.o ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModMagnetogram.f90 rm -f /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a ar -rs /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a ModMagnetogram.o ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -c -w -r8 -O0 EEE_ModCommonVariables.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -c -w -r8 -O0 EEE_ModTD99.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -c -w -r8 -O0 EEE_ModGL98.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -c -w -r8 -O0 EEE_ModArch.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -c -w -r8 -O0 EEE_ModGetB0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -c -w -r8 -O0 EEE_ModShearFlow.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -c -w -r8 -O0 EEE_ModGetStateInit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -c -w -r8 -O0 EEE_ModGetStateBC.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -c -w -r8 -O0 EEE_ModMain.f90 rm -f /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a ar -rs /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a EEE_ModCommonVariables.o EEE_ModTD99.o EEE_ModGL98.o EEE_ModArch.o EEE_ModShearFlow.o EEE_ModGetStateInit.o EEE_ModGetStateBC.o EEE_ModGetB0.o EEE_ModMain.o ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd src; make LIB make libBATSRUS.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSize.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModExtraVariables.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSingleFluid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModEquation.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMain.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModIO.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModProcMH.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModParallel.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModB0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModAdvance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCube.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModAMR.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModBlockData.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCovariant.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGeometry.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModBoundaryCells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModConserveFlux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPhysics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiFluid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModEnergy.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModIonoVelocity.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModUserEmpty.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModUser.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPointImplicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiIon.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCharacteristic.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCurrent.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModExpansionFactors.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceValue.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModHallResist.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModImplicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModTemperature.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModWaves.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceGradient.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMessagePass.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGrayDiffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiGroupDiffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModHeatConduction.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModResistivity.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceFlux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGroundMagPerturb.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModNodes.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModOctree.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPartSteady.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPolarNeighbor.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCT.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModRestartFile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModRaytrace.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSatelliteFile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSolarwind.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModTimeStepControl.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModProject.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 BATS_methods.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_cells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 MH_set_parameters.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 advect_points.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 allocate_vars.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr_criteria.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr_physics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_gradients.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_sources.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_timestep.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 coarsen_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 covariant.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 create_soln_blocks.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 exchange_messages.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 explicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 find_neighbors.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 fix_axis_cells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 library.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 load_balance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_faces.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_nodes.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 number_blocks.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 octree.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 potential_force_averages.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 refine_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 rotate.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_b0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_BCs.f90 Error: set_BCs.f90, line 632: Implicit type for HPRHO_ detected at )@= Error: set_BCs.f90, line 634: Implicit type for OPRHO_ detected at )@= Error: set_BCs.f90, line 645: Implicit type for OPP_ detected at )@= Error: set_BCs.f90, line 649: Implicit type for HPP_ detected at )@= [f95 terminated - errors found by pass 1] make[7]: *** [set_BCs.o] Error 2 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) make test_hallmhd_compile ./Config.pl -u=Waves -e=Mhd -g=64,2,2,10,10 BATSRUS/Config.pl WARNING: nI=64 nJ=2 nK=2 does not allow AMR Writing new grid size 64,2,2,10,10 into src/ModSize.f90... make cd /xhome/gtoth/Tmp/SWMF/share/Library/src; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libSHARE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/TIMING/src; make LIB /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd src; make LIB make libBATSRUS.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSize.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModEquation.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMain.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModIO.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModParallel.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModB0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModAdvance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCube.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModAMR.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModBlockData.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCovariant.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGeometry.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModBoundaryCells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModConserveFlux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPhysics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiFluid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModEnergy.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModIonoVelocity.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModUserEmpty.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModUser.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPointImplicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiIon.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCharacteristic.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCurrent.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModExpansionFactors.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceValue.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModHallResist.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModImplicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModTemperature.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceGradient.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMessagePass.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGrayDiffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiGroupDiffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModHeatConduction.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModResistivity.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceFlux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGroundMagPerturb.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModNodes.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModOctree.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPartSteady.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPolarNeighbor.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCT.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModRestartFile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModRaytrace.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSatelliteFile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSolarwind.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModTimeStepControl.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 BATS_methods.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_cells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 MH_set_parameters.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 advect_points.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 allocate_vars.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr_criteria.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr_physics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_gradients.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_sources.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_timestep.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 coarsen_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 covariant.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 create_soln_blocks.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 exchange_messages.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 explicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 find_neighbors.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 fix_axis_cells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 library.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 load_balance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_faces.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_nodes.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 number_blocks.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 octree.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 potential_force_averages.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 refine_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 rotate.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_b0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_BCs.f90 Error: set_BCs.f90, line 632: Implicit type for HPRHO_ detected at )@= Error: set_BCs.f90, line 634: Implicit type for OPRHO_ detected at )@= Error: set_BCs.f90, line 645: Implicit type for OPP_ detected at )@= Error: set_BCs.f90, line 649: Implicit type for HPP_ detected at )@= [f95 terminated - errors found by pass 1] make[7]: *** [set_BCs.o] Error 2 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) make test_multifluid_compile ./Config.pl -u=Default -e=MhdHd -g=256,4,4,10,1 Writing new grid size 256,4,4,10,1 into src/ModSize.f90... make cd /xhome/gtoth/Tmp/SWMF/share/Library/src; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libSHARE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/TIMING/src; make LIB /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd src; make LIB make libBATSRUS.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSize.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModEquation.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMain.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModIO.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModParallel.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModB0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModAdvance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCube.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModAMR.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModBlockData.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCovariant.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGeometry.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModBoundaryCells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModConserveFlux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPhysics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiFluid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModEnergy.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModIonoVelocity.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModUserEmpty.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModUser.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPointImplicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiIon.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCharacteristic.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCurrent.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModExpansionFactors.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceValue.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModHallResist.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModImplicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModTemperature.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceGradient.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMessagePass.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGrayDiffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiGroupDiffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModHeatConduction.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModResistivity.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceFlux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGroundMagPerturb.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModNodes.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModOctree.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPartSteady.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPolarNeighbor.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCT.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModRestartFile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModRaytrace.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSatelliteFile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSolarwind.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModTimeStepControl.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 BATS_methods.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_cells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 MH_set_parameters.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 advect_points.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 allocate_vars.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr_criteria.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr_physics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_gradients.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_sources.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_timestep.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 coarsen_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 covariant.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 create_soln_blocks.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 exchange_messages.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 explicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 find_neighbors.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 fix_axis_cells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 library.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 load_balance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_faces.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_nodes.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 number_blocks.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 octree.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 potential_force_averages.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 refine_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 rotate.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_b0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_BCs.f90 Error: set_BCs.f90, line 632: Implicit type for HPRHO_ detected at )@= Error: set_BCs.f90, line 634: Implicit type for OPRHO_ detected at )@= Error: set_BCs.f90, line 645: Implicit type for OPP_ detected at )@= Error: set_BCs.f90, line 649: Implicit type for HPP_ detected at )@= [f95 terminated - errors found by pass 1] make[7]: *** [set_BCs.o] Error 2 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) make test_multiion_compile ./Config.pl -u=Default -e=MultiIon -g=64,2,2,10,1 BATSRUS/Config.pl WARNING: nI=64 nJ=2 nK=2 does not allow AMR Writing new grid size 64,2,2,10,1 into src/ModSize.f90... make cd /xhome/gtoth/Tmp/SWMF/share/Library/src; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libSHARE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/TIMING/src; make LIB /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd src; make LIB make libBATSRUS.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSize.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModEquation.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMain.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModIO.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModParallel.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModB0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModAdvance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCube.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModAMR.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModBlockData.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCovariant.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGeometry.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModBoundaryCells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModConserveFlux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPhysics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiFluid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModEnergy.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModIonoVelocity.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModUserEmpty.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModUser.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPointImplicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiIon.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCharacteristic.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCurrent.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModExpansionFactors.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceValue.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModHallResist.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModImplicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModTemperature.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceGradient.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMessagePass.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGrayDiffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiGroupDiffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModHeatConduction.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModResistivity.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceFlux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGroundMagPerturb.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModNodes.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModOctree.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPartSteady.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPolarNeighbor.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCT.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModRestartFile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModRaytrace.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSatelliteFile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSolarwind.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModTimeStepControl.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 BATS_methods.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_cells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 MH_set_parameters.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 advect_points.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 allocate_vars.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr_criteria.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr_physics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_gradients.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_sources.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_timestep.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 coarsen_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 covariant.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 create_soln_blocks.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 exchange_messages.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 explicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 find_neighbors.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 fix_axis_cells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 library.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 load_balance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_faces.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_nodes.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 number_blocks.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 octree.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 potential_force_averages.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 refine_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 rotate.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_b0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_BCs.f90 Error: set_BCs.f90, line 632: Implicit type for HPRHO_ detected at )@= Error: set_BCs.f90, line 649: Implicit type for HPP_ detected at )@= [f95 terminated - errors found by pass 1] make[7]: *** [set_BCs.o] Error 2 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) make test_mhdions_compile ./Config.pl -u=Default -e=MhdIons -g=64,2,2,40,1 BATSRUS/Config.pl WARNING: nI=64 nJ=2 nK=2 does not allow AMR Writing new grid size 64,2,2,40,1 into src/ModSize.f90... make cd /xhome/gtoth/Tmp/SWMF/share/Library/src; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libSHARE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/TIMING/src; make LIB /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd src; make LIB make libBATSRUS.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSize.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModEquation.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMain.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModIO.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModParallel.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModB0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModAdvance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCube.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModAMR.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModBlockData.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCovariant.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGeometry.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModBoundaryCells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModConserveFlux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPhysics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiFluid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModEnergy.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModIonoVelocity.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModUserEmpty.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModUser.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPointImplicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiIon.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCharacteristic.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCurrent.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModExpansionFactors.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceValue.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModHallResist.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModImplicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModTemperature.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceGradient.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMessagePass.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGrayDiffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiGroupDiffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModHeatConduction.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModResistivity.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceFlux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGroundMagPerturb.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModNodes.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModOctree.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPartSteady.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPolarNeighbor.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCT.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModRestartFile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModRaytrace.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSatelliteFile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSolarwind.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModTimeStepControl.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 BATS_methods.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_cells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 MH_set_parameters.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 advect_points.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 allocate_vars.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr_criteria.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr_physics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_gradients.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_sources.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_timestep.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 coarsen_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 covariant.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 create_soln_blocks.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 exchange_messages.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 explicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 find_neighbors.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 fix_axis_cells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 library.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 load_balance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_faces.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_nodes.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 number_blocks.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 octree.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 potential_force_averages.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 refine_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 rotate.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_b0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_BCs.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_block_geometry.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_ICs.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_outer_BCs.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_physics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 specify_refinement.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 update_states.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 update_states_MHD.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 write_logfile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 write_plot_common.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 write_plot_idl.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 write_plot_tec.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 write_plot_los.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 write_plot_sph.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 write_plot_radiowave.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 write_progress.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 constrain_B.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 implicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 impl_interface.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 impl_jacobian.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 impl_matvec.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 impl_newton.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ray_trace_new.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ray_trace.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ray_pass.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 get_im_pressure.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 project_B.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 proj_cg.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 proj_bicgstab.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_heat_flux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_resistivity.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 clean_divb.f90 rm -f libBATSRUS.a ar -rs libBATSRUS.a ModAdvance.o ModAMR.o ModB0.o ModBlockData.o ModBoundaryCells.o ModConserveFlux.o ModCube.o ModIonoVelocity.o ModExtraVariables.o ModSingleFluid.o ModMultiFluid.o ModMultiIon.o ModEnergy.o ModEquation.o ModCharacteristic.o ModCovariant.o ModCurrent.o ModExpansionFactors.o ModFaceFlux.o ModFaceGradient.o ModFaceValue.o ModGeometry.o ModGroundMagPerturb.o ModHallResist.o ModIO.o ModMain.o ModMessagePass.o ModNodes.o ModOctree.o ModParallel.o ModPartSteady.o ModPhysics.o ModPointImplicit.o ModPolarNeighbor.o ModProcMH.o ModRestartFile.o ModSatelliteFile.o ModSize.o ModSolarwind.o ModTemperature.o ModTimeStepControl.o ModUserEmpty.o ModUser.o ModWaves.o ModCT.o ModImplicit.o ModGrayDiffusion.o ModMultiGroupDiffusion.o ModHeatConduction.o ModRaytrace.o ModProject.o BATS_methods.o MH_set_parameters.o advect_points.o allocate_vars.o amr.o amr_criteria.o amr_physics.o calc_gradients.o calc_sources.o calc_timestep.o coarsen_grid.o covariant.o create_soln_blocks.o exchange_messages.o explicit.o find_neighbors.o fix_axis_cells.o library.o load_balance.o message_pass_cells.o message_pass_faces.o message_pass_nodes.o number_blocks.o octree.o potential_force_averages.o refine_grid.o rotate.o set_b0.o set_BCs.o set_block_geometry.o set_ICs.o set_outer_BCs.o set_physics.o specify_refinement.o update_states.o update_states_MHD.o write_logfile.o write_plot_common.o write_plot_idl.o write_plot_tec.o write_plot_los.o write_plot_sph.o write_plot_radiowave.o write_progress.o constrain_B.o implicit.o impl_interface.o impl_jacobian.o impl_matvec.o impl_newton.o ray_trace_new.o ray_trace.o ray_pass.o get_im_pressure.o project_B.o proj_cg.o proj_bicgstab.o calc_heat_flux.o set_resistivity.o ModResistivity.o clean_divb.o ar: creating archive libBATSRUS.a ranlib: file: libBATSRUS.a(ModExtraVariables.o) has no symbols ranlib: file: libBATSRUS.a(ModSize.o) has no symbols libBATSRUS.a has been brought up to date. cd src; make BATSRUS make /xhome/gtoth/Tmp/SWMF/bin/BATSRUS.exe f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 main.f90 rm -rf Tmp_; mkdir Tmp_ cd Tmp_; \ ar -x ../libBATSRUS.a; \ ar -x /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a; \ ar -x /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a; \ ar -x /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a; \ ar -x /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a mpif90 -o /xhome/gtoth/Tmp/SWMF/bin/BATSRUS.exe main.o Tmp_/*.o \ -r8 ld: Undefined symbols: _map_inner_bc_jouleheating_ make[8]: *** [BATSRUS_for_Darwin] Error 1 make[7]: *** [/xhome/gtoth/Tmp/SWMF/bin/BATSRUS.exe] Error 2 make[6]: *** [BATSRUS] 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) make test_mhdnoncons_compile ./Config.pl -u=Default -e=MhdNonCons -g=64,2,2,40,1 make cd /xhome/gtoth/Tmp/SWMF/share/Library/src; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libSHARE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/TIMING/src; make LIB /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd src; make LIB make libBATSRUS.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModEquation.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMain.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModIO.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModB0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModAdvance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModBlockData.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCovariant.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGeometry.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModBoundaryCells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModConserveFlux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPhysics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiFluid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModEnergy.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModIonoVelocity.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModUserEmpty.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModUser.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPointImplicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiIon.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCharacteristic.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCurrent.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModExpansionFactors.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceValue.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModHallResist.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModImplicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModTemperature.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceGradient.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMessagePass.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGrayDiffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiGroupDiffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModHeatConduction.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModResistivity.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceFlux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGroundMagPerturb.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModNodes.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPartSteady.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPolarNeighbor.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCT.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModRestartFile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModRaytrace.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSatelliteFile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSolarwind.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModTimeStepControl.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 BATS_methods.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_cells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 MH_set_parameters.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 advect_points.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 allocate_vars.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr_criteria.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr_physics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_gradients.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_sources.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_timestep.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 coarsen_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 covariant.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 create_soln_blocks.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 exchange_messages.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 explicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 find_neighbors.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 fix_axis_cells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 library.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 load_balance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_faces.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_nodes.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 number_blocks.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 octree.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 potential_force_averages.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 refine_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 rotate.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_b0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_BCs.f90 Error: set_BCs.f90, line 632: Implicit type for HPRHO_ detected at )@= Error: set_BCs.f90, line 634: Implicit type for OPRHO_ detected at )@= Error: set_BCs.f90, line 645: Implicit type for OPP_ detected at )@= Error: set_BCs.f90, line 649: Implicit type for HPP_ detected at )@= [f95 terminated - errors found by pass 1] make[7]: *** [set_BCs.o] Error 2 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) make test_eosgodunov_compile ./Config.pl -e=HdEos -u=Eos -g=400,2,2,10,1 BATSRUS/Config.pl WARNING: nI=400 nJ=2 nK=2 does not allow AMR Writing new grid size 400,2,2,10,1 into src/ModSize.f90... make CRASH cd /xhome/gtoth/Tmp/SWMF/share/Library/src; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libSHARE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/TIMING/src; make LIB /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/CRASH/src; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libCRASH.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModAtomicMass.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModIonizPotential.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModExcitationData.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModAtomicDataMix.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModPolyimide.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModExcitation.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModFermiGas.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModPartition.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModStatSum.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModPowerLawEos.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModTransport.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModEos.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModIonMix.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModOpacityVoigt.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModMultiGroup.f90 rm -f /xhome/gtoth/Tmp/SWMF/lib/libCRASH.a ar -rs /xhome/gtoth/Tmp/SWMF/lib/libCRASH.a ModAtomicMass.o ModAtomicDataMix.o ModEos.o ModExcitation.o ModExcitationData.o ModPowerLawEos.o ModFermiGas.o ModIonizPotential.o ModPartition.o ModPolyimide.o ModStatSum.o ModTransport.o ModIonMix.o ModOpacityVoigt.o ModMultiGroup.o ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libCRASH.a ranlib: file: /xhome/gtoth/Tmp/SWMF/lib/libCRASH.a(ModAtomicMass.o) has no symbols ranlib: file: /xhome/gtoth/Tmp/SWMF/lib/libCRASH.a(ModPolyimide.o) has no symbols /xhome/gtoth/Tmp/SWMF/lib/libCRASH.a has been brought up to date. cd src; make LIB make libBATSRUS.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSize.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModEquation.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMain.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModIO.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModParallel.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModB0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModAdvance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCube.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModAMR.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModBlockData.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCovariant.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGeometry.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModBoundaryCells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModConserveFlux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPhysics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiFluid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModEnergy.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModIonoVelocity.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModUserEmpty.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModUser.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPointImplicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiIon.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCharacteristic.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCurrent.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModExpansionFactors.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceValue.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModHallResist.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModImplicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModTemperature.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceGradient.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMessagePass.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGrayDiffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiGroupDiffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModHeatConduction.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModResistivity.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceFlux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGroundMagPerturb.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModNodes.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModOctree.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPartSteady.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPolarNeighbor.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCT.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModRestartFile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModRaytrace.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSatelliteFile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSolarwind.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModTimeStepControl.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 BATS_methods.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_cells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 MH_set_parameters.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 advect_points.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 allocate_vars.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr_criteria.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr_physics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_gradients.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_sources.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_timestep.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 coarsen_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 covariant.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 create_soln_blocks.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 exchange_messages.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 explicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 find_neighbors.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 fix_axis_cells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 library.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 load_balance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_faces.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_nodes.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 number_blocks.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 octree.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 potential_force_averages.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 refine_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 rotate.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_b0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_BCs.f90 Error: set_BCs.f90, line 632: Implicit type for HPRHO_ detected at )@= Error: set_BCs.f90, line 634: Implicit type for OPRHO_ detected at )@= Error: set_BCs.f90, line 645: Implicit type for OPP_ detected at )@= Error: set_BCs.f90, line 649: Implicit type for HPP_ detected at )@= [f95 terminated - errors found by pass 1] make[7]: *** [set_BCs.o] Error 2 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) make test_levelset_compile ./Config.pl -e=HdCrash -u=Crash -g=4,4,2,2000,1 BATSRUS/Config.pl WARNING: nI=4 nJ=4 nK=2 does not allow AMR Writing new grid size 4,4,2,2000,1 into src/ModSize.f90... make CRASH cd /xhome/gtoth/Tmp/SWMF/share/Library/src; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libSHARE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/TIMING/src; make LIB /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/CRASH/src; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libCRASH.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libCRASH.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libCRASH.a has been brought up to date. cd src; make LIB make libBATSRUS.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSize.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModEquation.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMain.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModIO.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModParallel.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModB0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModAdvance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCube.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModAMR.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModBlockData.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCovariant.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGeometry.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModBoundaryCells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModConserveFlux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPhysics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiFluid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModEnergy.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModIonoVelocity.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModUserEmpty.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPointImplicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModImplicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModUser.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiIon.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCharacteristic.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCurrent.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModExpansionFactors.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceValue.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModHallResist.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModTemperature.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceGradient.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMessagePass.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGrayDiffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiGroupDiffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModHeatConduction.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModResistivity.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceFlux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGroundMagPerturb.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModNodes.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModOctree.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPartSteady.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPolarNeighbor.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCT.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModRestartFile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModRaytrace.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSatelliteFile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSolarwind.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModTimeStepControl.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 BATS_methods.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_cells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 MH_set_parameters.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 advect_points.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 allocate_vars.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr_criteria.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr_physics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_gradients.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_sources.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_timestep.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 coarsen_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 covariant.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 create_soln_blocks.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 exchange_messages.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 explicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 find_neighbors.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 fix_axis_cells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 library.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 load_balance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_faces.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_nodes.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 number_blocks.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 octree.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 potential_force_averages.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 refine_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 rotate.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_b0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_BCs.f90 Error: set_BCs.f90, line 632: Implicit type for HPRHO_ detected at )@= Error: set_BCs.f90, line 634: Implicit type for OPRHO_ detected at )@= Error: set_BCs.f90, line 645: Implicit type for OPP_ detected at )@= Error: set_BCs.f90, line 649: Implicit type for HPP_ detected at )@= [f95 terminated - errors found by pass 1] make[7]: *** [set_BCs.o] Error 2 make[6]: *** [LIB] Error 2 make[5]: *** [CRASH] Error 2 make[4]: *** [test_levelset_compile] Error 2 make[3]: *** [test_levelset] Error 2 make[2]: [test] Error 2 (ignored) make test_hyades2d_compile ./Config.pl -e=HdRadCrash -u=Crash -g=10,10,2,200,200 BATSRUS/Config.pl WARNING: nI=10 nJ=10 nK=2 does not allow AMR Writing new grid size 10,10,2,200,200 into src/ModSize.f90... make CRASH cd /xhome/gtoth/Tmp/SWMF/share/Library/src; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libSHARE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/TIMING/src; make LIB /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/CRASH/src; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libCRASH.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libCRASH.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libCRASH.a has been brought up to date. cd src; make LIB make libBATSRUS.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSize.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModEquation.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMain.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModIO.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModParallel.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModB0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModAdvance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCube.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModAMR.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModBlockData.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCovariant.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGeometry.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModBoundaryCells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModConserveFlux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPhysics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiFluid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModEnergy.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModIonoVelocity.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModUserEmpty.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPointImplicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModImplicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModUser.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiIon.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCharacteristic.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCurrent.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModExpansionFactors.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceValue.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModHallResist.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModTemperature.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceGradient.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMessagePass.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGrayDiffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiGroupDiffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModHeatConduction.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModResistivity.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceFlux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGroundMagPerturb.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModNodes.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModOctree.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPartSteady.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPolarNeighbor.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCT.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModRestartFile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModRaytrace.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSatelliteFile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSolarwind.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModTimeStepControl.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 BATS_methods.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_cells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 MH_set_parameters.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 advect_points.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 allocate_vars.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr_criteria.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr_physics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_gradients.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_sources.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_timestep.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 coarsen_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 covariant.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 create_soln_blocks.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 exchange_messages.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 explicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 find_neighbors.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 fix_axis_cells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 library.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 load_balance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_faces.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_nodes.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 number_blocks.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 octree.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 potential_force_averages.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 refine_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 rotate.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_b0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_BCs.f90 Error: set_BCs.f90, line 632: Implicit type for HPRHO_ detected at )@= Error: set_BCs.f90, line 634: Implicit type for OPRHO_ detected at )@= Error: set_BCs.f90, line 645: Implicit type for OPP_ detected at )@= Error: set_BCs.f90, line 649: Implicit type for HPP_ detected at )@= [f95 terminated - errors found by pass 1] make[7]: *** [set_BCs.o] Error 2 make[6]: *** [LIB] Error 2 make[5]: *** [CRASH] Error 2 make[4]: *** [test_hyades2d_compile] Error 2 make[3]: *** [test_hyades2d] Error 2 make[2]: [test] Error 2 (ignored) make test_graydiffusion_compile ./Config.pl -e=HdEosRad -u=GrayDiffusion -g=32,4,4,16,16 Writing new grid size 32,4,4,16,16 into src/ModSize.f90... make BATSRUS cd /xhome/gtoth/Tmp/SWMF/share/Library/src; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libSHARE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/TIMING/src; make LIB /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd src; make LIB make libBATSRUS.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSize.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModEquation.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMain.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModIO.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModParallel.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModB0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModAdvance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCube.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModAMR.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModBlockData.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCovariant.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGeometry.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModBoundaryCells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModConserveFlux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPhysics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiFluid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModEnergy.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModIonoVelocity.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModUserEmpty.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPointImplicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModImplicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModUser.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiIon.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCharacteristic.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCurrent.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModExpansionFactors.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceValue.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModHallResist.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModTemperature.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceGradient.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMessagePass.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGrayDiffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiGroupDiffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModHeatConduction.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModResistivity.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceFlux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGroundMagPerturb.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModNodes.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModOctree.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPartSteady.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPolarNeighbor.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCT.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModRestartFile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModRaytrace.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSatelliteFile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSolarwind.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModTimeStepControl.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 BATS_methods.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_cells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 MH_set_parameters.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 advect_points.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 allocate_vars.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr_criteria.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr_physics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_gradients.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_sources.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_timestep.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 coarsen_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 covariant.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 create_soln_blocks.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 exchange_messages.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 explicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 find_neighbors.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 fix_axis_cells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 library.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 load_balance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_faces.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_nodes.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 number_blocks.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 octree.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 potential_force_averages.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 refine_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 rotate.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_b0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_BCs.f90 Error: set_BCs.f90, line 632: Implicit type for HPRHO_ detected at )@= Error: set_BCs.f90, line 634: Implicit type for OPRHO_ detected at )@= Error: set_BCs.f90, line 645: Implicit type for OPP_ detected at )@= Error: set_BCs.f90, line 649: Implicit type for HPP_ detected at )@= [f95 terminated - errors found by pass 1] make[7]: *** [set_BCs.o] Error 2 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) make test_corona_compile ./Config.pl -u=Sc -e=MhdCorona -g=4,4,4,3000,1 Writing new grid size 4,4,4,3000,1 into src/ModSize.f90... make BATSRUS PIDL cd /xhome/gtoth/Tmp/SWMF/share/Library/src; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libSHARE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/TIMING/src; make LIB /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd src; make LIB make libBATSRUS.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSize.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModEquation.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMain.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModIO.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModParallel.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModB0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModAdvance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCube.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModAMR.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModBlockData.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCovariant.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGeometry.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModBoundaryCells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModConserveFlux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPhysics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiFluid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModEnergy.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModIonoVelocity.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModUserEmpty.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModExpansionFactors.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModUser.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPointImplicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiIon.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCharacteristic.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCurrent.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceValue.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModHallResist.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModImplicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModTemperature.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceGradient.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMessagePass.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGrayDiffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiGroupDiffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModHeatConduction.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModResistivity.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceFlux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGroundMagPerturb.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModNodes.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModOctree.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPartSteady.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPolarNeighbor.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCT.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModRestartFile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModRaytrace.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSatelliteFile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSolarwind.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModTimeStepControl.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 BATS_methods.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_cells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 MH_set_parameters.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 advect_points.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 allocate_vars.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr_criteria.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr_physics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_gradients.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_sources.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_timestep.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 coarsen_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 covariant.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 create_soln_blocks.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 exchange_messages.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 explicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 find_neighbors.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 fix_axis_cells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 library.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 load_balance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_faces.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_nodes.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 number_blocks.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 octree.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 potential_force_averages.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 refine_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 rotate.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_b0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_BCs.f90 Error: set_BCs.f90, line 632: Implicit type for HPRHO_ detected at )@= Error: set_BCs.f90, line 634: Implicit type for OPRHO_ detected at )@= Error: set_BCs.f90, line 645: Implicit type for OPP_ detected at )@= Error: set_BCs.f90, line 649: Implicit type for HPP_ detected at )@= [f95 terminated - errors found by pass 1] make[7]: *** [set_BCs.o] Error 2 make[6]: *** [LIB] Error 2 make[5]: *** [BATSRUS] Error 2 make[4]: *** [test_corona_compile] Error 2 make[3]: *** [test_corona] Error 2 make[2]: [test] Error 2 (ignored) make test_coronasph_compile ./Config.pl -u=Sc -e=MhdCorona -g=4,4,4,3000,1 make BATSRUS PIDL cd /xhome/gtoth/Tmp/SWMF/share/Library/src; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libSHARE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/TIMING/src; make LIB /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd src; make LIB make libBATSRUS.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_BCs.f90 Error: set_BCs.f90, line 632: Implicit type for HPRHO_ detected at )@= Error: set_BCs.f90, line 634: Implicit type for OPRHO_ detected at )@= Error: set_BCs.f90, line 645: Implicit type for OPP_ detected at )@= Error: set_BCs.f90, line 649: Implicit type for HPP_ detected at )@= [f95 terminated - errors found by pass 1] make[7]: *** [set_BCs.o] Error 2 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) make test_earthsph_compile ./Config.pl -e=Mhd -u=Default -g=8,8,8,600,300 Writing new grid size 8,8,8,600,300 into src/ModSize.f90... make cd /xhome/gtoth/Tmp/SWMF/share/Library/src; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a make[8]: `/xhome/gtoth/Tmp/SWMF/lib/libSHARE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/TIMING/src; make LIB /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a make[8]: `/xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a make[8]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd src; make LIB make libBATSRUS.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSize.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModEquation.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMain.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModIO.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModParallel.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModB0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModAdvance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCube.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModAMR.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModBlockData.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCovariant.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGeometry.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModBoundaryCells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModConserveFlux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPhysics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiFluid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModEnergy.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModIonoVelocity.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModUserEmpty.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModUser.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPointImplicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiIon.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCharacteristic.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCurrent.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModExpansionFactors.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceValue.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModHallResist.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModImplicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModTemperature.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceGradient.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMessagePass.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGrayDiffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiGroupDiffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModHeatConduction.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModResistivity.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceFlux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGroundMagPerturb.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModNodes.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModOctree.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPartSteady.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPolarNeighbor.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCT.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModRestartFile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModRaytrace.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSatelliteFile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSolarwind.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModTimeStepControl.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 BATS_methods.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_cells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 MH_set_parameters.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 advect_points.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 allocate_vars.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr_criteria.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr_physics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_gradients.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_sources.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_timestep.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 coarsen_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 covariant.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 create_soln_blocks.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 exchange_messages.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 explicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 find_neighbors.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 fix_axis_cells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 library.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 load_balance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_faces.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_nodes.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 number_blocks.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 octree.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 potential_force_averages.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 refine_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 rotate.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_b0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_BCs.f90 Error: set_BCs.f90, line 632: Implicit type for HPRHO_ detected at )@= Error: set_BCs.f90, line 634: Implicit type for OPRHO_ detected at )@= Error: set_BCs.f90, line 645: Implicit type for OPP_ detected at )@= Error: set_BCs.f90, line 649: Implicit type for HPP_ detected at )@= [f95 terminated - errors found by pass 1] make[8]: *** [set_BCs.o] Error 2 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) make test_2bodyplot_compile ./Config.pl -e=Mhd -u=Default -g=8,8,8,600,300 make cd /xhome/gtoth/Tmp/SWMF/share/Library/src; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libSHARE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/TIMING/src; make LIB /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd src; make LIB make libBATSRUS.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_BCs.f90 Error: set_BCs.f90, line 632: Implicit type for HPRHO_ detected at )@= Error: set_BCs.f90, line 634: Implicit type for OPRHO_ detected at )@= Error: set_BCs.f90, line 645: Implicit type for OPP_ detected at )@= Error: set_BCs.f90, line 649: Implicit type for HPP_ detected at )@= [f95 terminated - errors found by pass 1] make[7]: *** [set_BCs.o] Error 2 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) make test_titan_compile ./Config.pl -u=Titan -e=MhdTitan -g=6,6,6,1000,200 Writing new grid size 6,6,6,1000,200 into src/ModSize.f90... make cd /xhome/gtoth/Tmp/SWMF/share/Library/src; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a make[8]: `/xhome/gtoth/Tmp/SWMF/lib/libSHARE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/TIMING/src; make LIB /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a make[8]: `/xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a make[8]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd src; make LIB make libBATSRUS.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSize.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModEquation.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMain.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModIO.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModParallel.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModB0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModAdvance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCube.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModAMR.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModBlockData.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCovariant.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGeometry.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModBoundaryCells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModConserveFlux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPhysics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiFluid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModEnergy.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModIonoVelocity.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModUserEmpty.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPointImplicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCurrent.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModResistivity.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModUser.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiIon.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCharacteristic.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModExpansionFactors.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceValue.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModHallResist.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModImplicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModTemperature.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceGradient.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMessagePass.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGrayDiffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiGroupDiffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModHeatConduction.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceFlux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGroundMagPerturb.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModNodes.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModOctree.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPartSteady.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPolarNeighbor.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCT.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModRestartFile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModRaytrace.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSatelliteFile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSolarwind.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModTimeStepControl.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 BATS_methods.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_cells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 MH_set_parameters.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 advect_points.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 allocate_vars.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr_criteria.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr_physics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_gradients.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_sources.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_timestep.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 coarsen_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 covariant.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 create_soln_blocks.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 exchange_messages.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 explicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 find_neighbors.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 fix_axis_cells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 library.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 load_balance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_faces.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_nodes.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 number_blocks.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 octree.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 potential_force_averages.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 refine_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 rotate.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_b0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_BCs.f90 Error: set_BCs.f90, line 632: Implicit type for HPRHO_ detected at )@= Error: set_BCs.f90, line 634: Implicit type for OPRHO_ detected at )@= Error: set_BCs.f90, line 645: Implicit type for OPP_ detected at )@= Error: set_BCs.f90, line 649: Implicit type for HPP_ detected at )@= [f95 terminated - errors found by pass 1] make[8]: *** [set_BCs.o] Error 2 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) make test_titan_restart_save cd run_test; cp Param/TITAN/PARAM.in.restartsave PARAM.in /bin/sh: line 1: cd: run_test: No such file or directory #./TestParam.pl -n=1 run_test/PARAM.in cd run_test; mpirun -np 2 ./BATSRUS.exe > runlog /bin/sh: line 1: cd: run_test: No such file or directory make[5]: *** [test_titan_restart_save] Error 1 make[4]: *** [test_titan_restart] Error 2 make[3]: [test_titan] Error 2 (ignored) make test_mars_compile ./Config.pl -u=Mars -e=MhdMars -g=6,6,6,1000,200 make cd /xhome/gtoth/Tmp/SWMF/share/Library/src; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a make[8]: `/xhome/gtoth/Tmp/SWMF/lib/libSHARE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/TIMING/src; make LIB /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a make[8]: `/xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a make[8]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd src; make LIB make libBATSRUS.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModEquation.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMain.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModIO.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModB0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModAdvance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModBlockData.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCovariant.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGeometry.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModBoundaryCells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModConserveFlux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPhysics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiFluid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModEnergy.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModIonoVelocity.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModUserEmpty.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPointImplicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModUser.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiIon.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCharacteristic.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCurrent.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModExpansionFactors.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceValue.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModHallResist.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModImplicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModTemperature.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceGradient.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMessagePass.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGrayDiffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiGroupDiffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModHeatConduction.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModResistivity.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceFlux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGroundMagPerturb.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModNodes.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPartSteady.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPolarNeighbor.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCT.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModRestartFile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModRaytrace.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSatelliteFile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSolarwind.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModTimeStepControl.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 BATS_methods.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_cells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 MH_set_parameters.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 advect_points.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 allocate_vars.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr_criteria.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr_physics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_gradients.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_sources.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_timestep.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 coarsen_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 covariant.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 create_soln_blocks.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 exchange_messages.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 explicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 find_neighbors.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 fix_axis_cells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 library.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 load_balance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_faces.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_nodes.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 number_blocks.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 octree.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 potential_force_averages.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 refine_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 rotate.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_b0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_BCs.f90 Error: set_BCs.f90, line 632: Implicit type for HPRHO_ detected at )@= Error: set_BCs.f90, line 634: Implicit type for OPRHO_ detected at )@= Error: set_BCs.f90, line 645: Implicit type for OPP_ detected at )@= Error: set_BCs.f90, line 649: Implicit type for HPP_ detected at )@= [f95 terminated - errors found by pass 1] make[8]: *** [set_BCs.o] Error 2 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) make test_venus_compile ./Config.pl -u=Venus -e=MhdMars -g=6,6,6,1000,200 make cd /xhome/gtoth/Tmp/SWMF/share/Library/src; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a make[8]: `/xhome/gtoth/Tmp/SWMF/lib/libSHARE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/TIMING/src; make LIB /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a make[8]: `/xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a make[8]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd src; make LIB make libBATSRUS.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModUser.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiIon.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModTemperature.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGrayDiffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiGroupDiffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModHeatConduction.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceFlux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModRestartFile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 BATS_methods.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 MH_set_parameters.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr_criteria.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_sources.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 explicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 load_balance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_b0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_BCs.f90 Error: set_BCs.f90, line 632: Implicit type for HPRHO_ detected at )@= Error: set_BCs.f90, line 634: Implicit type for OPRHO_ detected at )@= Error: set_BCs.f90, line 645: Implicit type for OPP_ detected at )@= Error: set_BCs.f90, line 649: Implicit type for HPP_ detected at )@= [f95 terminated - errors found by pass 1] make[8]: *** [set_BCs.o] Error 2 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) make test_venus_restart_save cd run_test; cp Param/VENUS/PARAM.in.restartsave PARAM.in /bin/sh: line 1: cd: run_test: No such file or directory #./TestParam.pl -n=1 run_test/PARAM.in cd run_test; mpirun -np 2 ./BATSRUS.exe > runlog /bin/sh: line 1: cd: run_test: No such file or directory make[5]: *** [test_venus_restart_save] Error 1 make[4]: *** [test_venus_restart] Error 2 make[3]: [test_venus] Error 2 (ignored) make test_saturn_compile ./Config.pl -u=Saturn -e=MhdHyp -g=8,8,8,720,1 Writing new grid size 8,8,8,720,1 into src/ModSize.f90... make cd /xhome/gtoth/Tmp/SWMF/share/Library/src; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a make[8]: `/xhome/gtoth/Tmp/SWMF/lib/libSHARE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/TIMING/src; make LIB /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a make[8]: `/xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a make[8]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd src; make LIB make libBATSRUS.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSize.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModEquation.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMain.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModIO.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModParallel.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModB0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModAdvance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCube.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModAMR.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModBlockData.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCovariant.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGeometry.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModBoundaryCells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModConserveFlux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPhysics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiFluid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModEnergy.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModIonoVelocity.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModUserEmpty.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModUser.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPointImplicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiIon.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCharacteristic.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCurrent.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModExpansionFactors.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceValue.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModHallResist.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModImplicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModTemperature.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceGradient.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMessagePass.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGrayDiffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiGroupDiffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModHeatConduction.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModResistivity.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceFlux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGroundMagPerturb.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModNodes.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModOctree.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPartSteady.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPolarNeighbor.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCT.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModRestartFile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModRaytrace.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSatelliteFile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSolarwind.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModTimeStepControl.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 BATS_methods.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_cells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 MH_set_parameters.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 advect_points.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 allocate_vars.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr_criteria.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr_physics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_gradients.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_sources.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_timestep.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 coarsen_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 covariant.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 create_soln_blocks.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 exchange_messages.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 explicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 find_neighbors.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 fix_axis_cells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 library.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 load_balance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_faces.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_nodes.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 number_blocks.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 octree.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 potential_force_averages.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 refine_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 rotate.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_b0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_BCs.f90 Error: set_BCs.f90, line 632: Implicit type for HPRHO_ detected at )@= Error: set_BCs.f90, line 634: Implicit type for OPRHO_ detected at )@= Error: set_BCs.f90, line 645: Implicit type for OPP_ detected at )@= Error: set_BCs.f90, line 649: Implicit type for HPP_ detected at )@= [f95 terminated - errors found by pass 1] make[8]: *** [set_BCs.o] Error 2 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) make test_comet_compile ./Config.pl -u=Comet6Sp -e=MhdComet -g=8,8,8,600,100 Writing new grid size 8,8,8,600,100 into src/ModSize.f90... make cd /xhome/gtoth/Tmp/SWMF/share/Library/src; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libSHARE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/TIMING/src; make LIB /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd src; make LIB make libBATSRUS.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSize.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModEquation.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMain.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModIO.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModParallel.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModB0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModAdvance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCube.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModAMR.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModBlockData.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCovariant.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGeometry.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModBoundaryCells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModConserveFlux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPhysics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiFluid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModEnergy.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModIonoVelocity.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModUserEmpty.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPointImplicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModUser.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiIon.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCharacteristic.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCurrent.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModExpansionFactors.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceValue.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModHallResist.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModImplicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModTemperature.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceGradient.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMessagePass.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGrayDiffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiGroupDiffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModHeatConduction.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModResistivity.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceFlux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGroundMagPerturb.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModNodes.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModOctree.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPartSteady.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPolarNeighbor.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCT.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModRestartFile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModRaytrace.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSatelliteFile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSolarwind.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModTimeStepControl.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 BATS_methods.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_cells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 MH_set_parameters.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 advect_points.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 allocate_vars.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr_criteria.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr_physics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_gradients.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_sources.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_timestep.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 coarsen_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 covariant.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 create_soln_blocks.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 exchange_messages.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 explicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 find_neighbors.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 fix_axis_cells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 library.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 load_balance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_faces.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_nodes.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 number_blocks.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 octree.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 potential_force_averages.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 refine_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 rotate.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_b0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_BCs.f90 Error: set_BCs.f90, line 632: Implicit type for HPRHO_ detected at )@= Error: set_BCs.f90, line 634: Implicit type for OPRHO_ detected at )@= Error: set_BCs.f90, line 645: Implicit type for OPP_ detected at )@= Error: set_BCs.f90, line 649: Implicit type for HPP_ detected at )@= [f95 terminated - errors found by pass 1] make[7]: *** [set_BCs.o] Error 2 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) make test_magnetometer_compile ./Config.pl -u=Default -e=Mhd -g=4,4,4,400,1 Writing new grid size 4,4,4,400,1 into src/ModSize.f90... make cd /xhome/gtoth/Tmp/SWMF/share/Library/src; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libSHARE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/TIMING/src; make LIB /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd src; make LIB make libBATSRUS.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSize.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModEquation.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMain.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModIO.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModParallel.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModB0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModAdvance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCube.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModAMR.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModBlockData.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCovariant.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGeometry.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModBoundaryCells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModConserveFlux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPhysics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiFluid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModEnergy.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModIonoVelocity.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModUserEmpty.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModUser.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPointImplicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiIon.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCharacteristic.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCurrent.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModExpansionFactors.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceValue.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModHallResist.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModImplicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModTemperature.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceGradient.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMessagePass.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGrayDiffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiGroupDiffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModHeatConduction.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModResistivity.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceFlux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGroundMagPerturb.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModNodes.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModOctree.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPartSteady.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPolarNeighbor.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCT.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModRestartFile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModRaytrace.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSatelliteFile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSolarwind.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModTimeStepControl.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 BATS_methods.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_cells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 MH_set_parameters.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 advect_points.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 allocate_vars.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr_criteria.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr_physics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_gradients.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_sources.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_timestep.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 coarsen_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 covariant.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 create_soln_blocks.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 exchange_messages.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 explicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 find_neighbors.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 fix_axis_cells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 library.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 load_balance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_faces.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_nodes.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 number_blocks.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 octree.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 potential_force_averages.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 refine_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 rotate.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_b0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_BCs.f90 Error: set_BCs.f90, line 632: Implicit type for HPRHO_ detected at )@= Error: set_BCs.f90, line 634: Implicit type for OPRHO_ detected at )@= Error: set_BCs.f90, line 645: Implicit type for OPP_ detected at )@= Error: set_BCs.f90, line 649: Implicit type for HPP_ detected at )@= [f95 terminated - errors found by pass 1] make[7]: *** [set_BCs.o] Error 2 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) make test_func_compile ./Config.pl -u=Default -e=Mhd -g=8,8,8,720,70 Writing new grid size 8,8,8,720,70 into src/ModSize.f90... make BATSRUS PIDL PSPH cd /xhome/gtoth/Tmp/SWMF/share/Library/src; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libSHARE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/TIMING/src; make LIB /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a has been brought up to date. cd src; make LIB make libBATSRUS.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSize.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMain.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModIO.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModParallel.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModB0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModAdvance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCube.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModAMR.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModBlockData.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCovariant.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGeometry.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModBoundaryCells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModConserveFlux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPhysics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModEnergy.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModIonoVelocity.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModUserEmpty.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModUser.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPointImplicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiIon.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCharacteristic.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCurrent.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModExpansionFactors.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceValue.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModHallResist.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModImplicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModTemperature.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceGradient.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMessagePass.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGrayDiffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiGroupDiffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModHeatConduction.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModResistivity.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceFlux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGroundMagPerturb.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModNodes.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModOctree.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPartSteady.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPolarNeighbor.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCT.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModRestartFile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModRaytrace.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSatelliteFile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSolarwind.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModTimeStepControl.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 BATS_methods.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_cells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 MH_set_parameters.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 advect_points.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 allocate_vars.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr_criteria.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr_physics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_gradients.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_sources.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_timestep.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 coarsen_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 covariant.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 create_soln_blocks.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 exchange_messages.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 explicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 find_neighbors.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 fix_axis_cells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 library.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 load_balance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_faces.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_nodes.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 number_blocks.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 octree.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 potential_force_averages.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 refine_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 rotate.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_b0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_BCs.f90 Error: set_BCs.f90, line 632: Implicit type for HPRHO_ detected at )@= Error: set_BCs.f90, line 634: Implicit type for OPRHO_ detected at )@= Error: set_BCs.f90, line 645: Implicit type for OPP_ detected at )@= Error: set_BCs.f90, line 649: Implicit type for HPP_ detected at )@= [f95 terminated - errors found by pass 1] make[7]: *** [set_BCs.o] Error 2 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) -rw-r--r-- 1 gtoth hpcc 26 18 Aug 20:08 test_2bodyplot.diff -rw-r--r-- 1 gtoth hpcc 22 18 Aug 20:10 test_comet.diff -rw-r--r-- 1 gtoth hpcc 23 18 Aug 20:07 test_corona.diff -rw-r--r-- 1 gtoth hpcc 26 18 Aug 20:07 test_coronasph.diff -rw-r--r-- 1 gtoth hpcc 25 18 Aug 20:07 test_earthsph.diff -rw-r--r-- 1 gtoth hpcc 27 18 Aug 20:04 test_eosgodunov.diff -rw-r--r-- 1 gtoth hpcc 21 18 Aug 20:13 test_func.diff -rw-r--r-- 1 gtoth hpcc 30 18 Aug 20:06 test_graydiffusion.diff -rw-r--r-- 1 gtoth hpcc 24 18 Aug 20:01 test_hallmhd.diff -rw-r--r-- 1 gtoth hpcc 25 18 Aug 20:05 test_hyades2d.diff -rw-r--r-- 1 gtoth hpcc 25 18 Aug 20:05 test_levelset.diff -rw-r--r-- 1 gtoth hpcc 29 18 Aug 20:13 test_magnetometer.diff -rw-r--r-- 1 gtoth hpcc 21 18 Aug 20:09 test_mars.diff -rw-r--r-- 1 gtoth hpcc 24 18 Aug 20:03 test_mhdions.diff -rw-r--r-- 1 gtoth hpcc 27 18 Aug 20:04 test_mhdnoncons.diff -rw-r--r-- 1 gtoth hpcc 27 18 Aug 20:02 test_multifluid.diff -rw-r--r-- 1 gtoth hpcc 25 18 Aug 20:02 test_multiion.diff -rw-r--r-- 1 gtoth hpcc 23 18 Aug 20:09 test_saturn.diff -rw-r--r-- 1 gtoth hpcc 26 18 Aug 20:00 test_shocktube.diff -rw-r--r-- 1 gtoth hpcc 22 18 Aug 20:08 test_titan.diff -rw-r--r-- 1 gtoth hpcc 27 18 Aug 20:09 test_titan_restart.diff -rw-r--r-- 1 gtoth hpcc 22 18 Aug 20:09 test_venus.diff -rw-r--r-- 1 gtoth hpcc 27 18 Aug 20:09 test_venus_restart.diff echo "There is no test for IE/RIM" > notest.diff echo "IE/Ridley_serial test is incomplete" > notest.diff IH/BATSRUS is tested in GM/BATSRUS IH/BATSRUS_share is tested in GM/BATSRUS make test_compile make HEIDI touch src/Makefile.DEPEND src/Makefile.RULES srcInterface/Makefile.DEPEND make /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libSHARE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libNOMPI.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 NOMPI.f90 ar -rs /xhome/gtoth/Tmp/SWMF/lib/libNOMPI.a NOMPI.o ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libNOMPI.a /xhome/gtoth/Tmp/SWMF/lib/libNOMPI.a has been brought up to date. /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModEIEConductance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModAMIE_Interface.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModErrors.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModEIE_Interface.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModMHD_Interface.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModExtras.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModEIEFiles.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ED_ModInterface.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ED_ModIons.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 -132 ModWeimer.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 AMIE_Library.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 EIE_End.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 EIE_Initialize.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 EIE_Library.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 EIE_IoLibrary.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 EIE_set_inputs.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 readAMIEoutput.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 readMHDoutput.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 -132 mh86.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 -132 hmr89.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 -132 iz94.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ihp.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 merge_str.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 MHD_Library.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ED_Interface.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ED_ReadIonHeat.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 -132 ED_r_elec_ed_lup_subs.f rm -f /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a ar -rs /xhome/gtoth/Tmp/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 ModWeimer.o AMIE_Library.o EIE_End.o EIE_Initialize.o EIE_Library.o EIE_IoLibrary.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 /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a ranlib: file: /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a(ED_ModInterface.o) has no symbols /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a has been brought up to date. Makefile:22: warning: overriding commands for target `.f.o' ../../../Makefile.conf:73: warning: ignoring old commands for target `.f.o' make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALGM.a Makefile:22: warning: overriding commands for target `.f.o' ../../../Makefile.conf:73: warning: ignoring old commands for target `.f.o' f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -save -r8 ModTsyganenko.f rm -f /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALGM.a ar -rs /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALGM.a ModTsyganenko.o ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALGM.a /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALGM.a has been brought up to date. f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 ModHeidiSize.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 ModHeidiIO.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 ModInit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 ModProcIM.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 ModHeidiMain.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 heidi_main.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 ModHeidiCurrents.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 ModHeidiDGCPM.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 ModHeidiDrifts.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 ModHeidiWaves.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 ModIonoHeidi.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 ModHeidiSatellites.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 ModHeidiInput.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 ModHeidiBField.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 ModHeidiNeutralH.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 heidi_setup.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 heidi_icbc.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 heidi_coefficients.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 heidi_operators.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 heidi_currents.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 heidi_output.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 heidi_waves.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 -132 recipes.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 -132 pbo.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 -132 wgrdar.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 get_potential.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 heidi_check.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 heidi_init.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 heidi_run.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 read_ring_current.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 write_ring_current.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 epencalc.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 iono_init.f90 rm -rf Tmp_; mkdir Tmp_ cd Tmp_; \ ar -x /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a; \ ar -x /xhome/gtoth/Tmp/SWMF/lib/libINDICES.a; \ ar -x /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a ar: /xhome/gtoth/Tmp/SWMF/lib/libINDICES.a: No such file or directory mpif90 -o /xhome/gtoth/Tmp/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 ModProcIM.o ModHeidiInput.o ModHeidiBField.o ModHeidiNeutralH.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 Tmp_/*.o -r8 rm -rf Tmp_ /xhome/gtoth/Tmp/SWMF/bin/HEIDI.exe has been created make test_rundir rm -rf run_test make rundir RUNDIR=run_test STANDALONE="YES" PWDIR=`pwd` mkdir -p run_test/IM cd run_test/IM; \ mkdir input plots restartIN restartOUT cd run_test/IM/plots; \ mkdir electron hydrogen helium oxygen ionosphere ln -s /xhome/gtoth/Tmp/SWMF/IM/HEIDI/input/* run_test/IM/input;\ cp /xhome/gtoth/Tmp/SWMF/IM/HEIDI/input/*.gz run_test/IM/restartIN;\ cd run_test/IM/restartIN;\ gzip -d *.gz cd input; cp PARAM.in ../run_test make test_run cd run_test; ./HEIDI.exe SCALC initial 0 0 0 0 ModReadParam::read_file: read and broadcast nLine= 110 lines of text ModHeidiInput::set_parameters starting for iSession= 1 year,month,day,UT 2002 4 17 0.0000000000000000 DT,TMAX,TINT,TIME 20.0000000000000000 1.6000000000000000E+02 40.0000000000000000 0.0000000000000000 IO,JO,KO,LO,ISO 20 24 42 71 24 (SCALC(k),k=1,NS) 1 1 1 1 YEAR,month,day,UT 2002 4 17 0.0000000000000000 R,AP,KP 1.5400000000000000E+02 15.0000000000000000 3.0000000000000000 (INI(k),k=1,NS) 7 7 7 7 (IBC(k),k=1,NS) 7 7 7 7 NAME=test1 iProc : 0 scalc (which species): 1 1 1 1 total species : 4 parallel species : 1 2 3 4 TIME = 0.0000000000000000 nSteps, nSteps in KP, nSteps IBC: 1 270 3 SUMS: 1.0000319670916349 1.0000000000000000 LO: 0.9998476951563913 1.0000000000000000 0.0000000000000000 6.6636087498045393E-05 0.9999238475781956 rmin = 1.3333346951583369 rmax = 10.0000161208487448 delr = 0.1468929055201764 delphi = 3.0000000000000000 Number of middle grid cells = 7200 Getting equatorial B field on middle grid Getting ionospheric B field on middle grid Getting volume of flux tubes on middle grid Getting x, y values for flux tubes Setting initial content of flux tubes on middle grid Resetting the outer boundary condition Times: 1 4 1 270 3 1 20.0000000000000000 1.6000000000000000E+02 ...Calling PRESSURES ...Calling CURRENTCALC FACs being sent to potential solver ...Calling EPENCALC ==> Efield Model : weimer96 ==> Model Directory : EIE/ ==> Conductance Model : ihp time: RealTime, SimulationTime 1.1768004000000000E+09 3.2400000000000000E+04 Time to AMIE : 3.2400000000000000E+04 -8.0964765179377995E+04 7.3492120497932323E+04 FPOT max: 4.7326731034434080E+04 23 8 6.8627369403155125 7.0000000000000000 FPOT min: -7.1772425472932329E+04 23 19 6.8627369403155125 18.0000000000000000 potfac max: 7.1825063235634734E+04 60 35 9.9999998145643652 6.7999999999999998 potfac min: -8.0924856852269004E+04 57 91 9.5593218436278455 18.0000000000000000 Potentials returned from the solver Done with MAGCONV Max Vr: 60 1 4.6405964335098442E+03 10.0000161208487448 Max Vp: 60 31 8.3373733824984812E-03 10.0000161208487448 Calling plasmasphere: 9.1749086804221424E+03 -9.1749086804221424E+03 Calling PRESSURES Calling CURRENTCALC Printing plasmasphere Saving the DGCPM output WRESULT: 1 1 WRESULT Dst: 1 -89.4988345940454479 WRESULT: 2 1 WRESULT Dst: 2 -65.3296462637166115 WRESULT: 3 1 WRESULT Dst: 3 -1.7395211565849098 WRESULT: 4 1 WRESULT Dst: 4 -61.5347822446889481 SimulationTime= 3.2440000000000000E+04 Calling PRESSURES Calling CURRENTCALC Printing plasmasphere Saving the DGCPM output WRESULT: 1 1 WRESULT Dst: 1 -89.2463124832797661 WRESULT: 2 1 WRESULT Dst: 2 -65.1168943425859510 WRESULT: 3 1 WRESULT Dst: 3 -1.7343616270964584 WRESULT: 4 1 WRESULT Dst: 4 -61.3464526445372158 ...Calling PRESSURES ...Calling CURRENTCALC FACs being sent to potential solver ...Calling EPENCALC time: RealTime, SimulationTime 1.1768004400000000E+09 3.2440000000000000E+04 Time to AMIE : 3.2440000000000000E+04 -8.0964765179377995E+04 7.3492120497932323E+04 FPOT max: 4.7326731034434080E+04 23 8 6.8627369403155125 7.0000000000000000 FPOT min: -7.1772425472932329E+04 23 19 6.8627369403155125 18.0000000000000000 potfac max: 7.1825063235634734E+04 60 35 9.9999998145643652 6.7999999999999998 potfac min: -8.0924856852269004E+04 57 91 9.5593218436278455 18.0000000000000000 Potentials returned from the solver Done with MAGCONV Max Vr: 60 53 5.0357217872688867E+04 10.0000161208487448 Max Vp: 40 33 3.6168733810546298E-02 7.0621580104452164 Calling plasmasphere: Warning: Floating underflow occurred 6.8360896556187770E+04 -8.0608914879419826E+04 SimulationTime= 3.2480000000000000E+04 Calling PRESSURES Calling CURRENTCALC Printing plasmasphere Saving the DGCPM output WRESULT: 1 1 WRESULT Dst: 1 -88.9861517448728563 WRESULT: 2 1 WRESULT Dst: 2 -64.8978929893303018 WRESULT: 3 1 WRESULT Dst: 3 -1.7290425392948976 WRESULT: 4 1 WRESULT Dst: 4 -61.1522723758294973 ...Calling PRESSURES ...Calling CURRENTCALC FACs being sent to potential solver ...Calling EPENCALC time: RealTime, SimulationTime 1.1768004800000000E+09 3.2480000000000000E+04 Time to AMIE : 3.2480000000000000E+04 -8.0961211275691312E+04 7.3503218484873651E+04 FPOT max: 4.7330981753204840E+04 23 8 6.8627369403155125 7.0000000000000000 FPOT min: -7.1768288466725964E+04 23 19 6.8627369403155125 18.0000000000000000 potfac max: 7.1836211544521793E+04 60 35 9.9999998145643652 6.7999999999999998 potfac min: -8.0921230088505981E+04 57 91 9.5593218436278455 18.0000000000000000 Potentials returned from the solver Done with MAGCONV Max Vr: 60 53 5.0363175011133142E+04 10.0000161208487448 Max Vp: 40 33 3.6174838049353439E-02 7.0621580104452164 Calling plasmasphere: 6.8368532239976310E+04 -8.0607148462243538E+04 SimulationTime= 3.2520000000000000E+04 Calling PRESSURES Calling CURRENTCALC Printing plasmasphere Saving the DGCPM output WRESULT: 1 1 WRESULT Dst: 1 -88.7177498306666337 WRESULT: 2 1 WRESULT Dst: 2 -64.6724546642487184 WRESULT: 3 1 WRESULT Dst: 3 -1.7235617360297653 WRESULT: 4 1 WRESULT Dst: 4 -60.9522041163888701 Resetting the outer boundary condition ...Calling PRESSURES ...Calling CURRENTCALC FACs being sent to potential solver ...Calling EPENCALC time: RealTime, SimulationTime 1.1768005200000000E+09 3.2520000000000000E+04 Time to AMIE : 3.2520000000000000E+04 -8.0957650040753870E+04 7.3514339365548964E+04 FPOT max: 4.7335241240667223E+04 23 8 6.8627369403155125 7.0000000000000000 FPOT min: -7.1764142926402565E+04 23 19 6.8627369403155125 18.0000000000000000 potfac max: 7.1847382850950613E+04 60 35 9.9999998145643652 6.7999999999999998 potfac min: -8.0917595843191157E+04 57 91 9.5593218436278455 18.0000000000000000 Potentials returned from the solver Done with MAGCONV Max Vr: 60 53 5.0369144438395473E+04 10.0000161208487448 Max Vp: 40 33 3.6180954880427926E-02 7.0621580104452164 Calling plasmasphere: 6.8376183675208260E+04 -8.0605378401173570E+04 SimulationTime= 3.2560000000000000E+04 Calling PRESSURES Calling CURRENTCALC Printing plasmasphere Saving the DGCPM output WRESULT: 1 1 WRESULT Dst: 1 -88.4411652155963992 WRESULT: 2 1 WRESULT Dst: 2 -64.4405555353174293 WRESULT: 3 1 WRESULT Dst: 3 -1.7179194260693103 WRESULT: 4 1 WRESULT Dst: 4 -60.7462799613464028 make test_check /xhome/gtoth/Tmp/SWMF/share/Scripts/DiffNum.pl -t -r=0.001 -a=1e-10 \ run_test/IM/plots/hydrogen/test1_h_prs.004 output/test1_h_prs.004 \ > test.diff ls -l test.diff -rw-r--r-- 1 gtoth hpcc 0 18 Aug 20:25 test.diff echo "There is no test for RCM" > notest.diff OH/BATSRUS is tested in GM/BATSRUS echo "PS/DGCPM test is incomplete" > notest.diff make test_compile PLANET=Saturn ./Config.pl -Saturn make PWOM cd /xhome/gtoth/Tmp/SWMF/share/Library/src; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libSHARE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/TIMING/src; make LIB /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 -132 ModIri90.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 -132 ModMsis90.f rm -f /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a ar -rs /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a ModIri90.o ModMsis90.o ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libINDICES.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModIndicesInterfaces.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 ModIndices.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 read_NGDC_indices.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 read_NOAAHPI_indices.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 read_MHDIMF_indices.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 insert_into_indices_array.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 indices_set_inputs.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 indices_library.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 IO_library.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 IO_set_inputs.f90 rm -f /xhome/gtoth/Tmp/SWMF/lib/libINDICES.a ar -rs /xhome/gtoth/Tmp/SWMF/lib/libINDICES.a ModIndicesInterfaces.o ModIndices.o read_NGDC_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 /xhome/gtoth/Tmp/SWMF/lib/libINDICES.a ranlib: file: /xhome/gtoth/Tmp/SWMF/lib/libINDICES.a(ModIndicesInterfaces.o) has no symbols /xhome/gtoth/Tmp/SWMF/lib/libINDICES.a has been brought up to date. cd src; make PWOM f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 ModParameters.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 ModCommonPlanet.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 ModPW.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 ModPass.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 main.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 ModCommonVariables.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 ModNeutralPW.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 ModGmPressure.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 ModPwImplicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 ModPwTime.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 ModAurora.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 pw.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 polar_wind.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 set_parameters.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 initialize.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 -132 solver.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 -132 cvmgp.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 Efield.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 eheat_flux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 eheat_flux_explicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 iheat_flux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 -132 calcdt.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 -132 diffusion.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 -132 calc_cfl.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 calc_diffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 solver_rusanov.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 Get_Neutral.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 get_electrodynamic.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 print_electrodynamics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 write_restart.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 set_upper_bc.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 get_weimer_potential.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 read_restart.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 set_vertical_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 calc_dt.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 -132 getcfeh2_planet.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 -132 startupPW_planet.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 -132 neutral_atmosphere_planet.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 -132 collisionPW_planet.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 calc_chemical_equilibrium.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 print_plot.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 upper_heat_conduction.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 get_rate.f90 rm -rf Tmp_; mkdir Tmp_ cd Tmp_; \ ar -x /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a; \ ar -x /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a; \ ar -x /xhome/gtoth/Tmp/SWMF/lib/libINDICES.a; \ ar -x /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a mpif90 -o /xhome/gtoth/Tmp/SWMF/bin/PWOM.exe main.o ModPW.o ModParameters.o ModCommonPlanet.o ModCommonVariables.o ModNeutralPW.o ModPass.o ModPwImplicit.o ModGmPressure.o ModAurora.o ModPwTime.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 getcfeh2_planet.o startupPW_planet.o neutral_atmosphere_planet.o collisionPW_planet.o calc_chemical_equilibrium.o print_plot.o upper_heat_conduction.o get_rate.o Tmp_/*.o -r8 rm -rf Tmp_ 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 /xhome/gtoth/Tmp/SWMF/PW/PWOM/input/Saturn/restart_iline* restartIN/ ;\ cp /xhome/gtoth/Tmp/SWMF/PW/PWOM/input/Saturn/North.dat . make test_run cd /xhome/gtoth/Tmp/SWMF/share/Library/src; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libSHARE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/TIMING/src; make LIB /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libINDICES.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libINDICES.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libINDICES.a has been brought up to date. cd src; make PWOM make[6]: `/xhome/gtoth/Tmp/SWMF/bin/PWOM.exe' is up to date. PWOM.exe has been created cd run_test; mpirun -np 2 ./PWOM.exe Warning: Floating underflow occurred H+(1400km)= 1.7781501517223910E+02 , H3+(1400km)= 7.1908691236491713E+03 0.0000000000000000 6.1743000000000000E+09 3 1.0000000000000000E-02 H+(1400km)= 1.7781501517223910E+02 , H3+(1400km)= 7.1908691236491713E+03 0.0000000000000000 6.1743000000000000E+09 3 1.0000000000000000E-02 Warning: Floating underflow occurred ModReadParam::read_file: read and broadcast nLine= 31 lines of text H+(1400km)= 1.7781501517223910E+02 , H3+(1400km)= 7.1908691236491713E+03 0.0000000000000000 6.1743000000000000E+09 3 1.0000000000000000E-02 H+(1400km)= 1.7781501517223910E+02 , H3+(1400km)= 7.1908691236491713E+03 0.0000000000000000 6.1743000000000000E+09 3 1.0000000000000000E-02 make test_check ls -l *.diff -rw-r--r-- 1 gtoth hpcc 0 18 Aug 20:25 test_Saturn.diff -rw-r--r-- 1 gtoth hpcc 0 18 Aug 20:25 test_Saturn_plots.diff make test_restart_save cp input/Saturn/restart_iline* run_test/PW/restartIN/ cp input/Saturn/pw.input.restartsave run_test/pw.input cd run_test; mpirun -np 2 ./PWOM.exe H+(1400km)= 1.7781501517223910E+02 , H3+(1400km)= 7.1908691236491713E+03 0.0000000000000000 6.1743000000000000E+09 3 1.0000000000000000E-02 H+(1400km)= 1.7781501517223910E+02 , H3+(1400km)= 7.1908691236491713E+03 0.0000000000000000 6.1743000000000000E+09 3 1.0000000000000000E-02 Warning: Floating underflow occurred Warning: Floating underflow occurred ModReadParam::read_file: read and broadcast nLine= 31 lines of text H+(1400km)= 1.7781501517223910E+02 , H3+(1400km)= 7.1908691236491713E+03 0.0000000000000000 6.1743000000000000E+09 3 1.0000000000000000E-02 H+(1400km)= 1.7781501517223910E+02 , H3+(1400km)= 7.1908691236491713E+03 0.0000000000000000 6.1743000000000000E+09 3 1.0000000000000000E-02 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/pw.input.restartread run_test/pw.input cd run_test; mpirun -np 2 ./PWOM.exe H+(1400km)= 1.7781501517223910E+02 , H3+(1400km)= 7.1908691236491713E+03 0.0000000000000000 6.1743000000000000E+09 3 1.0000000000000000E-02 H+(1400km)= 1.7781501517223910E+02 , H3+(1400km)= 7.1908691236491713E+03 0.0000000000000000 6.1743000000000000E+09 3 1.0000000000000000E-02 Warning: Floating underflow occurred Warning: Floating underflow occurred ModReadParam::read_file: read and broadcast nLine= 31 lines of text H+(1400km)= 1.7781501517223910E+02 , H3+(1400km)= 7.1908691236491713E+03 0.0000000000000000 6.1743000000000000E+09 3 1.0000000000000000E-02 H+(1400km)= 1.7781501517223910E+02 , H3+(1400km)= 7.1908691236491713E+03 0.0000000000000000 6.1743000000000000E+09 3 1.0000000000000000E-02 cd run_test/PW; \ rm -rf plots_read; mv plots plots_read; mv plots_save plots cd run_test/PW; \ cat plots_read/plots_iline0001.out >> plots/plots_iline0001.out;\ cat plots_read/plots_iline0002.out >> plots/plots_iline0002.out;\ cat plots_read/plots_iline0003.out >> plots/plots_iline0003.out;\ cat plots_read/plots_iline0004.out >> plots/plots_iline0004.out make test_check MYTEST=_restart ls -l *.diff -rw-r--r-- 1 gtoth hpcc 0 18 Aug 20:25 test_Saturn.diff -rw-r--r-- 1 gtoth hpcc 0 18 Aug 20:25 test_Saturn_plots.diff -rw-r--r-- 1 gtoth hpcc 0 18 Aug 20:26 test_Saturn_restart.diff -rw-r--r-- 1 gtoth hpcc 0 18 Aug 20:26 test_Saturn_restart_plots.diff make test_compile PLANET=Earth ./Config.pl -Earth make PWOM cd /xhome/gtoth/Tmp/SWMF/share/Library/src; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libSHARE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/TIMING/src; make LIB /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libINDICES.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libINDICES.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libINDICES.a has been brought up to date. cd src; make PWOM f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 ModCommonPlanet.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 ModPW.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 ModPass.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 main.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 ModCommonVariables.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 ModPwImplicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 ModAurora.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 ModGlow.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 pw.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 polar_wind.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 set_parameters.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 initialize.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 -132 solver.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 Efield.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 eheat_flux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 eheat_flux_explicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 iheat_flux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 -132 calcdt.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 -132 diffusion.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 -132 calc_cfl.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 calc_diffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 solver_rusanov.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 get_electrodynamic.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 print_electrodynamics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 write_restart.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 set_upper_bc.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 get_weimer_potential.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 read_restart.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 set_vertical_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 calc_dt.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 -132 PhotoElectronPW_planet.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 -132 glowex_planet.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 -132 rcolum_planet.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 -132 startupPW_planet.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 -132 fieldm_planet.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 -132 precipitationPW_planet.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 -132 solzen_planet.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 -132 suncor_planet.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 -132 sperfc_planet.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 -132 chap_planet.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 -132 neutral_atmosphere_planet.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 -132 ssflux_planet.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 -132 vcd_planet.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 -132 collisionPW_planet.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 print_plot.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 upper_heat_conduction.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -c -w -r8 -O0 -132 ggm_planet.f rm -rf Tmp_; mkdir Tmp_ cd Tmp_; \ ar -x /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a; \ ar -x /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a; \ ar -x /xhome/gtoth/Tmp/SWMF/lib/libINDICES.a; \ ar -x /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a mpif90 -o /xhome/gtoth/Tmp/SWMF/bin/PWOM.exe main.o ModPW.o ModParameters.o ModCommonPlanet.o ModCommonVariables.o ModNeutralPW.o ModPass.o ModPwImplicit.o ModGmPressure.o ModAurora.o ModPwTime.o ModGlow.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 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 print_plot.o upper_heat_conduction.o ggm_planet.o Tmp_/*.o -r8 rm -rf Tmp_ 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 /xhome/gtoth/Tmp/SWMF/PW/PWOM/input/Earth/restart_iline* restartIN/ ;\ cp /xhome/gtoth/Tmp/SWMF/PW/PWOM/input/Earth/North.dat . make test_run cd /xhome/gtoth/Tmp/SWMF/share/Library/src; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libSHARE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/TIMING/src; make LIB /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a has been brought up to date. cd /xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libINDICES.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libINDICES.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libINDICES.a has been brought up to date. cd src; make PWOM make[6]: `/xhome/gtoth/Tmp/SWMF/bin/PWOM.exe' is up to date. PWOM.exe has been created cd run_test; mpirun -np 2 ./PWOM.exe Warning: Floating underflow occurred Warning: Floating underflow occurred ModReadParam::read_file: read and broadcast nLine= 5 lines of text make test_check ls -l *.diff -rw-r--r-- 1 gtoth hpcc 0 18 Aug 20:26 test_Earth.diff -rw-r--r-- 1 gtoth hpcc 0 18 Aug 20:27 test_Earth_plots.diff -rw-r--r-- 1 gtoth hpcc 0 18 Aug 20:25 test_Saturn.diff -rw-r--r-- 1 gtoth hpcc 0 18 Aug 20:25 test_Saturn_plots.diff -rw-r--r-- 1 gtoth hpcc 0 18 Aug 20:26 test_Saturn_restart.diff -rw-r--r-- 1 gtoth hpcc 0 18 Aug 20:26 test_Saturn_restart_plots.diff make test_restart_save cp input/Earth/restart_iline* run_test/PW/restartIN/ cp input/Earth/pw.input.restartsave run_test/pw.input cd run_test; mpirun -np 2 ./PWOM.exe Warning: Floating underflow occurred Warning: Floating underflow occurred ModReadParam::read_file: read and broadcast nLine= 14 lines of text 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/pw.input.restartread run_test/pw.input cd run_test; mpirun -np 2 ./PWOM.exe Warning: Floating underflow occurred Warning: Floating underflow occurred ModReadParam::read_file: read and broadcast nLine= 14 lines of text cd run_test/PW; \ rm -rf plots_read; mv plots plots_read; mv plots_save plots cd run_test/PW; \ cat plots_read/plots_iline0001.out >> plots/plots_iline0001.out;\ cat plots_read/plots_iline0002.out >> plots/plots_iline0002.out;\ cat plots_read/plots_iline0003.out >> plots/plots_iline0003.out;\ cat plots_read/plots_iline0004.out >> plots/plots_iline0004.out make test_check MYTEST=_restart ls -l *.diff -rw-r--r-- 1 gtoth hpcc 0 18 Aug 20:26 test_Earth.diff -rw-r--r-- 1 gtoth hpcc 0 18 Aug 20:27 test_Earth_plots.diff -rw-r--r-- 1 gtoth hpcc 0 18 Aug 20:27 test_Earth_restart.diff -rw-r--r-- 1 gtoth hpcc 0 18 Aug 20:27 test_Earth_restart_plots.diff -rw-r--r-- 1 gtoth hpcc 0 18 Aug 20:25 test_Saturn.diff -rw-r--r-- 1 gtoth hpcc 0 18 Aug 20:25 test_Saturn_plots.diff -rw-r--r-- 1 gtoth hpcc 0 18 Aug 20:26 test_Saturn_restart.diff -rw-r--r-- 1 gtoth hpcc 0 18 Aug 20:26 test_Saturn_restart_plots.diff make test_compile make RBE make /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libSHARE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libNOMPI.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libNOMPI.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libNOMPI.a has been brought up to date. /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a has been brought up to date. Makefile:22: warning: overriding commands for target `.f.o' ../../../Makefile.conf:73: warning: ignoring old commands for target `.f.o' make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALGM.a Makefile:22: warning: overriding commands for target `.f.o' ../../../Makefile.conf:73: warning: ignoring old commands for target `.f.o' make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALGM.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALGM.a has been brought up to date. Makefile:26: warning: overriding commands for target `.f.o' /xhome/gtoth/Tmp/SWMF/Makefile.conf:73: warning: ignoring old commands for target `.f.o' Makefile:29: warning: overriding commands for target `.f90.o' /xhome/gtoth/Tmp/SWMF/Makefile.conf:65: warning: ignoring old commands for target `.f90.o' make libRBE.a Makefile:26: warning: overriding commands for target `.f.o' /xhome/gtoth/Tmp/SWMF/Makefile.conf:73: warning: ignoring old commands for target `.f.o' Makefile:29: warning: overriding commands for target `.f90.o' /xhome/gtoth/Tmp/SWMF/Makefile.conf:65: warning: ignoring old commands for target `.f90.o' f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcGM -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -save -r8 ModRbe.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcGM -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -save -r8 ModRbSat.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcGM -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -save -r8 ModWriteTec.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcGM -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -save -r8 rbe_subs.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcGM -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -save -r8 plot_potential.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcGM -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -save -r8 trace_line.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcGM -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -save -r8 trace_dipole.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcGM -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -save -r8 plot_fieldline.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcGM -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -save -r8 set_parameters.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcGM -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -save -r8 pbo_2.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcGM -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -save -r8 geopack.f rm -f libRBE.a ar -rs libRBE.a ModRbe.o ModRbSat.o ModWriteTec.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:26: warning: overriding commands for target `.f.o' /xhome/gtoth/Tmp/SWMF/Makefile.conf:73: warning: ignoring old commands for target `.f.o' Makefile:29: warning: overriding commands for target `.f90.o' /xhome/gtoth/Tmp/SWMF/Makefile.conf:65: warning: ignoring old commands for target `.f90.o' Makefile:26: warning: overriding commands for target `.f.o' /xhome/gtoth/Tmp/SWMF/Makefile.conf:73: warning: ignoring old commands for target `.f.o' Makefile:29: warning: overriding commands for target `.f90.o' /xhome/gtoth/Tmp/SWMF/Makefile.conf:65: warning: ignoring old commands for target `.f90.o' f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcGM -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -save -r8 rbe_main.f90 rm -rf Tmp_; mkdir Tmp_ cd Tmp_; \ ar -x ../libRBE.a; \ ar -x /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a; \ ar -x /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a; \ ar -x /xhome/gtoth/Tmp/SWMF/lib/libNOMPI.a; \ ar -x /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALGM.a;\ ar -x /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a; mpif90 -o /xhome/gtoth/Tmp/SWMF/bin/rbe.exe rbe_main.o Tmp_/*.o -r8 rm -rf Tmp_ Program /xhome/gtoth/Tmp/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 /xhome/gtoth/Tmp/SWMF/RB/RBE/input/rbe_e.fin run_test/RB/ cp /xhome/gtoth/Tmp/SWMF/RB/RBE/input/B_wave_eq.dat run_test/RB/ cp /xhome/gtoth/Tmp/SWMF/RB/RBE/input/Horne_chorus.tgz run_test/RB/ cd run_test/RB/ ; \ tar xfz Horne_chorus.tgz make test_run cd run_test; ./rbe.exe > runlog Warning: Floating underflow occurred make test_check gunzip -c output/2002f296_e.fls.standalone.gz > run_test/RB/2002f296_e.fls.ref /xhome/gtoth/Tmp/SWMF/share/Scripts/DiffNum.pl -r=0.001 -a=1e-10 \ run_test/RB/plots/2002f296_e.fls run_test/RB/2002f296_e.fls.ref \ > test.diff ls -l test.diff -rw-r--r-- 1 gtoth hpcc 0 18 Aug 20:34 test.diff echo "Ther is no test for RB/Rice" > notest.diff echo "The RB/RiceV5 test is incomplete" > notest.diff SC/BATSRUS is tested in GM/BATSRUS make[2]: *** No rule to make target `test'. Stop. make[2]: `test' is up to date. echo "UA/GITM test is incomplete" > notest.diff make test_earth_compile ./Config.pl -Earth -g=9,9,50,4 make GITM make /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libSHARE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a has been brought up to date. f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 AB_ARRAY_module.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 AB_ERROR_module.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 AB_COMM_module.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 AB_module.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 AB_XFER_module.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 AB_SPH_module.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 AB_XFER_array_util.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -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 ranlib: file: libSphere.a(AB_ARRAY_module.o) has no symbols libSphere.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libINDICES.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libINDICES.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libINDICES.a has been brought up to date. f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../src -c -w -r8 -O0 Mod_GLOW.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../src -c -w -r8 -O0 ModCIMPIT.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../src -c -w -r8 -O0 ModCXPARS.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../src -c -w -r8 -O0 -132 egrid.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../src -c -w -r8 -O0 -132 ephoto.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../src -c -w -r8 -O0 -132 etrans.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../src -c -w -r8 -O0 -132 exsect.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../src -c -w -r8 -O0 -132 fieldm.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../src -c -w -r8 -O0 -132 gchem.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../src -c -w -r8 -O0 -132 geomag.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../src -c -w -r8 -O0 -132 glow.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../src -c -w -r8 -O0 -132 maxt.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../src -c -w -r8 -O0 -132 qback.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../src -c -w -r8 -O0 -132 rcolum.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../src -c -w -r8 -O0 -132 rout.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../src -c -w -r8 -O0 -132 solzen.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../src -c -w -r8 -O0 -132 ssflux.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../src -c -w -r8 -O0 -132 vquart.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../src -c -w -r8 -O0 GL_library.f90 Creating GLOW library ar: creating archive libGLOW.a libGLOW.a has been brought up to date. f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 ModConstants.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 ModTime.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 ModPlanet.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 ModInputs.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 ModSize.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 ModGITM.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 main.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 ModEUV.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 ModSources.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 planet.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 ModSatellites.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 satellites.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 ModRates.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 calc_electron_temperature.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 ModUser.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 aurora.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 ModElectrodynamics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 get_potential.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 calc_efield.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 set_inputs.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 init_energy_deposition.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 get_glow.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 ModSphereInterface.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 init_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 time_routines.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 ModVertical.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 ModLimiter.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 vertical_solver.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 library.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 stretch_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 init_mpi.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 restart.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 initialize.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 init_msis.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 init_iri.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 init_b0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 init_altitude.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 finalize.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 calc_neutral_friction.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 -132 lubksb.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 -132 ludcmp.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 calc_electrodynamics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 divergence.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 calc_pressure.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 calc_rates.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 calc_timestep.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 exchange_messages_sphere.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 ModTimingGITM.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 timing.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 advance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 advance_vertical.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 advance_horizontal.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 ModTides.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 set_vertical_bcs.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 output.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 output_common.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 logfile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 calc_conduction.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 calc_physics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 calc_avesza.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 calc_euv.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 calc_chemistry.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 calc_ion_v.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 chapman_new.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 stop_file.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 read_inputs.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 add_sources.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 calc_sources.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 -132 apex.f f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 write_output.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 gradient.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 tides.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 user.f90 rm -rf Tmp_; mkdir Tmp_ cd Tmp_; \ ar -x ../../srcSphereAB/libSphere.a; \ ar -x /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a; \ ar -x /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a; \ ar -x /xhome/gtoth/Tmp/SWMF/lib/libINDICES.a; \ ar -x /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a; \ ar -x ../../srcGlow/libGLOW.a mpif90 -o /xhome/gtoth/Tmp/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 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 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.o write_output.o gradient.o tides.o user.o ModSize.o ModTime.o ModConstants.o ModPlanet.o ModGITM.o ModSources.o ModVertical.o ModSphereInterface.o ModInputs.o ModTimingGITM.o ModRates.o ModEUV.o ModElectrodynamics.o ModSatellites.o ModLimiter.o ModTides.o ModUser.o Tmp_/*.o -r8 rm -rf Tmp_ f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 PostProcess.f90 mpif90 -r8 -o PostProcess.exe PostProcess.o /xhome/gtoth/Tmp/SWMF/bin/GITM.exe has been created make test_earth_rundir rm -rf run_test make rundir RUNDIR=run_test STANDALONE=YES UADIR=`pwd` mkdir -p run_test/UA cd run_test; ln -s /xhome/gtoth/Tmp/SWMF/bin/PostProcess.exe ./PostGITM.exe cd run_test/UA; \ mkdir restartOUT data; \ ln -s restartOUT restartIN; \ ln -s /xhome/gtoth/Tmp/SWMF/bin/pGITM .; \ ln -s /xhome/gtoth/Tmp/SWMF/UA/GITM2/srcData DataIn cd run_test; cp UA/DataIn/UAM.in.test.noAPEX UAM.in make test_earth_run cd run_test; mpirun -np 2 ./GITM.exe > runlog [0] MPI Abort by user Aborting program ! [0] Aborting program! [1] MPI Abort by user Aborting program ! [1] Aborting program! /usr/local/mpi/bin/mpirun: line 1: 11703 Broken pipe /xhome/gtoth/Tmp/SWMF/UA/GITM2/run_test/./GITM.exe -p4pg /xhome/gtoth/Tmp/SWMF/UA/GITM2/run_test/PI11621 -p4wd /xhome/gtoth/Tmp/SWMF/UA/GITM2/run_test make[4]: *** [test_earth_run] Error 141 make[3]: *** [test_earth] Error 2 make[2]: [test] Error 2 (ignored) make test_mars_compile ./Config.pl -Mars -g=9,9,60,4 Writing new grid size 9,9,60,4 into src/ModSize.f90... Configuring GITM for Mars!! make GITM make /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libSHARE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a has been brought up to date. libSphere.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libINDICES.a make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libINDICES.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libINDICES.a has been brought up to date. libGLOW.a has been brought up to date. f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 ModSize.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 ModPlanet.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 ModInputs.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 ModGITM.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 main.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 ModEUV.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 ModSources.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 planet.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 ModSatellites.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 satellites.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 calc_electron_temperature.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 aurora.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 ModUser.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 ModElectrodynamics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 get_potential.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 calc_efield.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 set_inputs.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 init_energy_deposition.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 get_glow.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 ModSphereInterface.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 init_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 ModVertical.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 vertical_solver.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 library.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 stretch_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 init_mpi.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 restart.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 ModRates.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 initialize.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 init_msis.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 init_b0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 init_altitude.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 finalize.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 calc_neutral_friction.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 calc_electrodynamics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 divergence.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 calc_pressure.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 calc_rates.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 calc_timestep.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 exchange_messages_sphere.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 advance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 advance_vertical.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 advance_horizontal.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 set_vertical_bcs.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 output.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 output_common.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 logfile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 calc_conduction.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 calc_physics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 calc_avesza.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 calc_euv.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 calc_chemistry.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 calc_ion_v.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 chapman_new.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 stop_file.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 read_inputs.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 add_sources.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 calc_sources.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 write_output.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 gradient.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 ModTides.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 tides.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcSphereAB -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcIndices -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcUA -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w -r8 -O0 user.f90 rm -rf Tmp_; mkdir Tmp_ cd Tmp_; \ ar -x ../../srcSphereAB/libSphere.a; \ ar -x /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a; \ ar -x /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a; \ ar -x /xhome/gtoth/Tmp/SWMF/lib/libINDICES.a; \ ar -x /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a; \ ar -x ../../srcGlow/libGLOW.a mpif90 -o /xhome/gtoth/Tmp/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 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 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.o write_output.o gradient.o tides.o user.o ModSize.o ModTime.o ModConstants.o ModPlanet.o ModGITM.o ModSources.o ModVertical.o ModSphereInterface.o ModInputs.o ModTimingGITM.o ModRates.o ModEUV.o ModElectrodynamics.o ModSatellites.o ModLimiter.o ModTides.o ModUser.o Tmp_/*.o -r8 rm -rf Tmp_ mpif90 -r8 -o PostProcess.exe PostProcess.o /xhome/gtoth/Tmp/SWMF/bin/GITM.exe has been created make test_mars_rundir rm -rf run_test make rundir RUNDIR=run_test STANDALONE=YES UADIR=`pwd` mkdir -p run_test/UA cd run_test; ln -s /xhome/gtoth/Tmp/SWMF/bin/PostProcess.exe ./PostGITM.exe cd run_test/UA; \ mkdir restartOUT data; \ ln -s restartOUT restartIN; \ ln -s /xhome/gtoth/Tmp/SWMF/bin/pGITM .; \ ln -s /xhome/gtoth/Tmp/SWMF/UA/GITM2/srcData DataIn cd run_test; cp UA/DataIn/UAM.in.Mars UAM.in make test_mars_run cd run_test; mpirun -np 2 ./GITM.exe > runlog [0] MPI Abort by user Aborting program ! [0] Aborting program! [1] MPI Abort by user Aborting program ! [1] Aborting program! /usr/local/mpi/bin/mpirun: line 1: 12415 Broken pipe /xhome/gtoth/Tmp/SWMF/UA/GITM2/run_test/./GITM.exe -p4pg /xhome/gtoth/Tmp/SWMF/UA/GITM2/run_test/PI12333 -p4wd /xhome/gtoth/Tmp/SWMF/UA/GITM2/run_test make[4]: *** [test_mars_run] Error 141 make[3]: *** [test_mars] Error 2 make[2]: [test] Error 2 (ignored) ls -l *.diff -rw-r--r-- 1 gtoth hpcc 61 18 Aug 20:35 test_earth.diff -rw-r--r-- 1 gtoth hpcc 58 18 Aug 20:36 test_mars.diff ls -ltr [A-Z][A-Z]/*/*.diff -rw-r--r-- 1 gtoth hpcc 26 18 Aug 20:00 GM/BATSRUS/test_shocktube.diff -rw-r--r-- 1 gtoth hpcc 24 18 Aug 20:01 GM/BATSRUS/test_hallmhd.diff -rw-r--r-- 1 gtoth hpcc 27 18 Aug 20:02 GM/BATSRUS/test_multifluid.diff -rw-r--r-- 1 gtoth hpcc 25 18 Aug 20:02 GM/BATSRUS/test_multiion.diff -rw-r--r-- 1 gtoth hpcc 24 18 Aug 20:03 GM/BATSRUS/test_mhdions.diff -rw-r--r-- 1 gtoth hpcc 27 18 Aug 20:04 GM/BATSRUS/test_mhdnoncons.diff -rw-r--r-- 1 gtoth hpcc 27 18 Aug 20:04 GM/BATSRUS/test_eosgodunov.diff -rw-r--r-- 1 gtoth hpcc 25 18 Aug 20:05 GM/BATSRUS/test_levelset.diff -rw-r--r-- 1 gtoth hpcc 25 18 Aug 20:05 GM/BATSRUS/test_hyades2d.diff -rw-r--r-- 1 gtoth hpcc 30 18 Aug 20:06 GM/BATSRUS/test_graydiffusion.diff -rw-r--r-- 1 gtoth hpcc 23 18 Aug 20:07 GM/BATSRUS/test_corona.diff -rw-r--r-- 1 gtoth hpcc 26 18 Aug 20:07 GM/BATSRUS/test_coronasph.diff -rw-r--r-- 1 gtoth hpcc 25 18 Aug 20:07 GM/BATSRUS/test_earthsph.diff -rw-r--r-- 1 gtoth hpcc 26 18 Aug 20:08 GM/BATSRUS/test_2bodyplot.diff -rw-r--r-- 1 gtoth hpcc 22 18 Aug 20:08 GM/BATSRUS/test_titan.diff -rw-r--r-- 1 gtoth hpcc 27 18 Aug 20:09 GM/BATSRUS/test_titan_restart.diff -rw-r--r-- 1 gtoth hpcc 21 18 Aug 20:09 GM/BATSRUS/test_mars.diff -rw-r--r-- 1 gtoth hpcc 22 18 Aug 20:09 GM/BATSRUS/test_venus.diff -rw-r--r-- 1 gtoth hpcc 27 18 Aug 20:09 GM/BATSRUS/test_venus_restart.diff -rw-r--r-- 1 gtoth hpcc 23 18 Aug 20:09 GM/BATSRUS/test_saturn.diff -rw-r--r-- 1 gtoth hpcc 22 18 Aug 20:10 GM/BATSRUS/test_comet.diff -rw-r--r-- 1 gtoth hpcc 29 18 Aug 20:13 GM/BATSRUS/test_magnetometer.diff -rw-r--r-- 1 gtoth hpcc 21 18 Aug 20:13 GM/BATSRUS/test_func.diff -rw-r--r-- 1 gtoth hpcc 28 18 Aug 20:14 IE/RIM/notest.diff -rw-r--r-- 1 gtoth hpcc 36 18 Aug 20:14 IE/Ridley_serial/notest.diff -rw-r--r-- 1 gtoth hpcc 0 18 Aug 20:25 IM/HEIDI/test.diff -rw-r--r-- 1 gtoth hpcc 25 18 Aug 20:25 IM/RCM/notest.diff -rw-r--r-- 1 gtoth hpcc 26 18 Aug 20:25 IM/RCM2/notest.diff -rw-r--r-- 1 gtoth hpcc 28 18 Aug 20:25 PS/DGCPM/notest.diff -rw-r--r-- 1 gtoth hpcc 0 18 Aug 20:25 PW/PWOM/test_Saturn.diff -rw-r--r-- 1 gtoth hpcc 0 18 Aug 20:25 PW/PWOM/test_Saturn_plots.diff -rw-r--r-- 1 gtoth hpcc 0 18 Aug 20:26 PW/PWOM/test_Saturn_restart.diff -rw-r--r-- 1 gtoth hpcc 0 18 Aug 20:26 PW/PWOM/test_Saturn_restart_plots.diff -rw-r--r-- 1 gtoth hpcc 0 18 Aug 20:26 PW/PWOM/test_Earth.diff -rw-r--r-- 1 gtoth hpcc 0 18 Aug 20:27 PW/PWOM/test_Earth_plots.diff -rw-r--r-- 1 gtoth hpcc 0 18 Aug 20:27 PW/PWOM/test_Earth_restart.diff -rw-r--r-- 1 gtoth hpcc 0 18 Aug 20:27 PW/PWOM/test_Earth_restart_plots.diff -rw-r--r-- 1 gtoth hpcc 0 18 Aug 20:34 RB/RBE/test.diff -rw-r--r-- 1 gtoth hpcc 28 18 Aug 20:35 RB/Rice/notest.diff -rw-r--r-- 1 gtoth hpcc 33 18 Aug 20:35 RB/RiceV5/notest.diff -rw-r--r-- 1 gtoth hpcc 27 18 Aug 20:35 UA/GITM/notest.diff -rw-r--r-- 1 gtoth hpcc 61 18 Aug 20:35 UA/GITM2/test_earth.diff -rw-r--r-- 1 gtoth hpcc 58 18 Aug 20:36 UA/GITM2/test_mars.diff make test_pw_compile ./Config.pl -v=Empty,PW/PWOM -o=PW:Earth Modifying versions in Makefile.def make SWMF PIDL make /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libSHARE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a has been brought up to date. ar -rs /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a ModTiming.o timing_cpu.o timing.o ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libINDICES.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libINDICES.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libINDICES.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a has been brought up to date. Makefile:22: warning: overriding commands for target `.f.o' ../../../Makefile.conf:73: warning: ignoring old commands for target `.f.o' make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALGM.a Makefile:22: warning: overriding commands for target `.f.o' ../../../Makefile.conf:73: warning: ignoring old commands for target `.f.o' make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALGM.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALGM.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libLIBRARY.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 CON_comp_param.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 CON_comp_info.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 CON_world.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 CON_time.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 CON_physics.f90 rm -f /xhome/gtoth/Tmp/SWMF/lib/libLIBRARY.a ar -rs /xhome/gtoth/Tmp/SWMF/lib/libLIBRARY.a CON_comp_info.o CON_comp_param.o CON_world.o CON_time.o CON_physics.o ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libLIBRARY.a /xhome/gtoth/Tmp/SWMF/lib/libLIBRARY.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libCOUPLER.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -c -w -r8 -O0 CON_domain_decomposition.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -c -w -r8 -O0 ModInitGridStorage.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -c -w -r8 -O0 CON_grid_storage.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -c -w -r8 -O0 CON_grid_descriptor.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -c -w -r8 -O0 CON_global_vector.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -c -w -r8 -O0 CON_router.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -c -w -r8 -O0 CON_global_message_pass.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -c -w -r8 -O0 CON_integrator.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -c -w -r8 -O0 CON_buffer_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -c -w -r8 -O0 CON_test_global_message_pass.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -c -w -r8 -O0 CON_coupler.f90 rm -f /xhome/gtoth/Tmp/SWMF/lib/libCOUPLER.a ar -rs /xhome/gtoth/Tmp/SWMF/lib/libCOUPLER.a CON_domain_decomposition.o ModInitGridStorage.o CON_grid_storage.o CON_grid_descriptor.o CON_global_vector.o CON_router.o CON_global_message_pass.o CON_integrator.o CON_buffer_grid.o CON_test_global_message_pass.o CON_coupler.o ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libCOUPLER.a /xhome/gtoth/Tmp/SWMF/lib/libCOUPLER.a has been brought up to date. cd src; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libGM.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Coupler/src -c -w -r8 -O0 GM_wrapper.f90 rm -f /xhome/gtoth/Tmp/SWMF/lib/libGM.a ar -rs /xhome/gtoth/Tmp/SWMF/lib/libGM.a GM_wrapper.o ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libGM.a /xhome/gtoth/Tmp/SWMF/lib/libGM.a has been brought up to date. cd src; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libIE.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Coupler/src -c -w -r8 -O0 IE_wrapper.f90 rm -f /xhome/gtoth/Tmp/SWMF/lib/libIE.a ar -rs /xhome/gtoth/Tmp/SWMF/lib/libIE.a IE_wrapper.o ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libIE.a /xhome/gtoth/Tmp/SWMF/lib/libIE.a has been brought up to date. cd src; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libIH.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Coupler/src -c -w -r8 -O0 IH_wrapper.f90 rm -f /xhome/gtoth/Tmp/SWMF/lib/libIH.a ar -rs /xhome/gtoth/Tmp/SWMF/lib/libIH.a IH_wrapper.o ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libIH.a /xhome/gtoth/Tmp/SWMF/lib/libIH.a has been brought up to date. cd src; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libIM.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Coupler/src -c -w -r8 -O0 IM_wrapper.f90 rm -f /xhome/gtoth/Tmp/SWMF/lib/libIM.a ar -rs /xhome/gtoth/Tmp/SWMF/lib/libIM.a IM_wrapper.o ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libIM.a /xhome/gtoth/Tmp/SWMF/lib/libIM.a has been brought up to date. cd src; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libLA.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Coupler/src -c -w -r8 -O0 LA_wrapper.f90 rm -f /xhome/gtoth/Tmp/SWMF/lib/libLA.a ar -rs /xhome/gtoth/Tmp/SWMF/lib/libLA.a LA_wrapper.o ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libLA.a /xhome/gtoth/Tmp/SWMF/lib/libLA.a has been brought up to date. cd src; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libOH.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Coupler/src -c -w -r8 -O0 OH_wrapper.f90 rm -f /xhome/gtoth/Tmp/SWMF/lib/libOH.a ar -rs /xhome/gtoth/Tmp/SWMF/lib/libOH.a OH_wrapper.o ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libOH.a /xhome/gtoth/Tmp/SWMF/lib/libOH.a has been brought up to date. cd src; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libPS.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Coupler/src -c -w -r8 -O0 PS_wrapper.f90 rm -f /xhome/gtoth/Tmp/SWMF/lib/libPS.a ar -rs /xhome/gtoth/Tmp/SWMF/lib/libPS.a PS_wrapper.o ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libPS.a /xhome/gtoth/Tmp/SWMF/lib/libPS.a has been brought up to date. cd src; make LIB make libPWOM.a rm -f libPWOM.a ar -rs libPWOM.a ModPW.o ModParameters.o ModCommonPlanet.o ModCommonVariables.o ModNeutralPW.o ModPass.o ModPwImplicit.o ModGmPressure.o ModAurora.o ModPwTime.o ModGlow.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 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 print_plot.o upper_heat_conduction.o ggm_planet.o ar: creating archive libPWOM.a ranlib: file: libPWOM.a(ModParameters.o) has no symbols libPWOM.a has been brought up to date. cd srcInterface; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libPW.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Coupler/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -I../src -c -w -r8 -O0 PW_wrapper.f90 cp -f ../src/libPWOM.a /xhome/gtoth/Tmp/SWMF/lib/libPW.a ar -rs /xhome/gtoth/Tmp/SWMF/lib/libPW.a PW_wrapper.o ranlib: file: /xhome/gtoth/Tmp/SWMF/lib/libPW.a(ModParameters.o) has no symbols /xhome/gtoth/Tmp/SWMF/lib/libPW.a has been brought up to date. cd src; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libRB.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -c -w -r8 -O0 RB_wrapper.f90 rm -f /xhome/gtoth/Tmp/SWMF/lib/libRB.a ar -rs /xhome/gtoth/Tmp/SWMF/lib/libRB.a RB_wrapper.o ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libRB.a /xhome/gtoth/Tmp/SWMF/lib/libRB.a has been brought up to date. cd src; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libSC.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Coupler/src -c -w -r8 -O0 SC_wrapper.f90 rm -f /xhome/gtoth/Tmp/SWMF/lib/libSC.a ar -rs /xhome/gtoth/Tmp/SWMF/lib/libSC.a SC_wrapper.o ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libSC.a /xhome/gtoth/Tmp/SWMF/lib/libSC.a has been brought up to date. cd src; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libSP.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Coupler/src -c -w -r8 -O0 SP_wrapper.f90 rm -f /xhome/gtoth/Tmp/SWMF/lib/libSP.a ar -rs /xhome/gtoth/Tmp/SWMF/lib/libSP.a SP_wrapper.o ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libSP.a /xhome/gtoth/Tmp/SWMF/lib/libSP.a has been brought up to date. cd src; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libUA.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -c -w -r8 -O0 UA_wrapper.f90 rm -f /xhome/gtoth/Tmp/SWMF/lib/libUA.a ar -rs /xhome/gtoth/Tmp/SWMF/lib/libUA.a UA_wrapper.o ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libUA.a /xhome/gtoth/Tmp/SWMF/lib/libUA.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libINTERFACE.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Coupler/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -c -w -r8 -O0 CON_couple_gm_ie.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Coupler/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -c -w -r8 -O0 CON_couple_ih_gm.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Coupler/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -c -w -r8 -O0 CON_couple_gm_im.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Coupler/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -c -w -r8 -O0 CON_couple_ie_im.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Coupler/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -c -w -r8 -O0 CON_couple_ie_ua.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Coupler/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -c -w -r8 -O0 CON_couple_ih_oh.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Coupler/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -c -w -r8 -O0 CON_couple_ih_sc.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Coupler/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -c -w -r8 -O0 CON_couple_mh_sp.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Coupler/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -c -w -r8 -O0 CON_couple_gm_rb.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Coupler/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -c -w -r8 -O0 CON_couple_ie_pw.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Coupler/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -c -w -r8 -O0 CON_couple_gm_pw.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Coupler/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -c -w -r8 -O0 CON_couple_ie_ps.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Coupler/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -c -w -r8 -O0 CON_couple_ie_rb.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Coupler/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -c -w -r8 -O0 CON_wrapper.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Coupler/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -c -w -r8 -O0 CON_couple_all.f90 rm -f /xhome/gtoth/Tmp/SWMF/lib/libINTERFACE.a ar -rs /xhome/gtoth/Tmp/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_oh.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_wrapper.o CON_couple_all.o ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libINTERFACE.a /xhome/gtoth/Tmp/SWMF/lib/libINTERFACE.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libCONTROL.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Interface/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Coupler/src -c -w -r8 -O0 CON_variables.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Interface/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Coupler/src -c -w -r8 -O0 CON_io.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Interface/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Coupler/src -c -w -r8 -O0 CON_session.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Interface/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Coupler/src -c -w -r8 -O0 CON_main.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Interface/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Coupler/src -c -w -r8 -O0 CON_methods.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Interface/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Coupler/src -c -w -r8 -O0 swmf_interface.f90 rm -f /xhome/gtoth/Tmp/SWMF/lib/libCONTROL.a ar -rs /xhome/gtoth/Tmp/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 /xhome/gtoth/Tmp/SWMF/lib/libCONTROL.a /xhome/gtoth/Tmp/SWMF/lib/libCONTROL.a has been brought up to date. rm -rf Tmp_* mkdir Tmp_SHARE; cd Tmp_SHARE; ar -x /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a mkdir Tmp_TIMING; cd Tmp_TIMING; ar -x /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a mkdir Tmp_INDICES; cd Tmp_INDICES; ar -x /xhome/gtoth/Tmp/SWMF/lib/libINDICES.a mkdir Tmp_MAGNETOGRAM; cd Tmp_MAGNETOGRAM; ar -x /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a mkdir Tmp_EMPIRICALEE; cd Tmp_EMPIRICALEE; ar -x /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a mkdir Tmp_EMPIRICALGM; cd Tmp_EMPIRICALGM; ar -x /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALGM.a mkdir Tmp_EMPIRICALIE; cd Tmp_EMPIRICALIE; ar -x /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a mkdir Tmp_EMPIRICALUA; cd Tmp_EMPIRICALUA; ar -x /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a mkdir Tmp_LIBRARY; cd Tmp_LIBRARY; ar -x /xhome/gtoth/Tmp/SWMF/lib/libLIBRARY.a mkdir Tmp_COUPLER; cd Tmp_COUPLER; ar -x /xhome/gtoth/Tmp/SWMF/lib/libCOUPLER.a mkdir Tmp_INTERFACE; cd Tmp_INTERFACE; ar -x /xhome/gtoth/Tmp/SWMF/lib/libINTERFACE.a mkdir Tmp_CONTROL; cd Tmp_CONTROL; ar -x /xhome/gtoth/Tmp/SWMF/lib/libCONTROL.a mkdir Tmp_LIBGM; cd Tmp_LIBGM; ar -x /xhome/gtoth/Tmp/SWMF/lib/libGM.a #^CMP IF GM mkdir Tmp_LIBIE; cd Tmp_LIBIE; ar -x /xhome/gtoth/Tmp/SWMF/lib/libIE.a #^CMP IF IE mkdir Tmp_LIBIH; cd Tmp_LIBIH; ar -x /xhome/gtoth/Tmp/SWMF/lib/libIH.a #^CMP IF IH mkdir Tmp_LIBIM; cd Tmp_LIBIM; ar -x /xhome/gtoth/Tmp/SWMF/lib/libIM.a #^CMP IF IM mkdir Tmp_LIBLA; cd Tmp_LIBLA; ar -x /xhome/gtoth/Tmp/SWMF/lib/libLA.a #^CMP IF LA mkdir Tmp_LIBOH; cd Tmp_LIBOH; ar -x /xhome/gtoth/Tmp/SWMF/lib/libOH.a #^CMP IF OH mkdir Tmp_LIBPS; cd Tmp_LIBPS; ar -x /xhome/gtoth/Tmp/SWMF/lib/libPS.a #^CMP IF PS mkdir Tmp_LIBPW; cd Tmp_LIBPW; ar -x /xhome/gtoth/Tmp/SWMF/lib/libPW.a #^CMP IF PW mkdir Tmp_LIBRB; cd Tmp_LIBRB; ar -x /xhome/gtoth/Tmp/SWMF/lib/libRB.a #^CMP IF RB mkdir Tmp_LIBSC; cd Tmp_LIBSC; ar -x /xhome/gtoth/Tmp/SWMF/lib/libSC.a #^CMP IF SC mkdir Tmp_LIBSP; cd Tmp_LIBSP; ar -x /xhome/gtoth/Tmp/SWMF/lib/libSP.a #^CMP IF SP mkdir Tmp_LIBUA; cd Tmp_LIBUA; ar -x /xhome/gtoth/Tmp/SWMF/lib/libUA.a #^CMP IF UA f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Interface/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Coupler/src -c -w -r8 -O0 swmf.f90 mpif90 -o /xhome/gtoth/Tmp/SWMF/bin/SWMF.exe swmf.o Tmp_*/*.o -r8 Program /xhome/gtoth/Tmp/SWMF/bin/SWMF.exe has been brought up to date. cd GM/BATSRUS; make PIDL cd /xhome/gtoth/Tmp/SWMF/share/Library/src; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libSHARE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a has been brought up to date. cd srcPostProc; make PIDL make /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -c -w -r8 -O0 PostIDL.f90 mpif90 -o /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe PostIDL.o -L/xhome/gtoth/Tmp/SWMF/lib -lSHARE -r8 Program PostIDL has been brought up to date. make test_pw_rundir rm -rf /xhome/gtoth/Tmp/SWMF/run_test make rundir RUNDIR=/xhome/gtoth/Tmp/SWMF/run_test mkdir -p /xhome/gtoth/Tmp/SWMF/run_test/STDOUT cp Param/LAYOUT.DEFAULT /xhome/gtoth/Tmp/SWMF/run_test/LAYOUT.in cp Param/PARAM.DEFAULT /xhome/gtoth/Tmp/SWMF/run_test/PARAM.in cp share/Scripts/Restart.pl /xhome/gtoth/Tmp/SWMF/run_test/Restart.pl cp share/Scripts/PostProc.pl /xhome/gtoth/Tmp/SWMF/run_test/PostProc.pl touch /xhome/gtoth/Tmp/SWMF/run_test/core chmod 444 /xhome/gtoth/Tmp/SWMF/run_test/core cd /xhome/gtoth/Tmp/SWMF/run_test; ln -s /xhome/gtoth/Tmp/SWMF/bin/SWMF.exe . ; ln -s /xhome/gtoth/Tmp/SWMF/Param . cd /xhome/gtoth/Tmp/SWMF/GM/Empty; make rundir #^CMP IF GM No run/GM for GM Empty cd /xhome/gtoth/Tmp/SWMF/IE/Empty; make rundir #^CMP IF IE No run/IE for IE Empty cd /xhome/gtoth/Tmp/SWMF/IH/Empty; make rundir #^CMP IF IH No run/IH for IH Empty cd /xhome/gtoth/Tmp/SWMF/OH/Empty; make rundir #^CMP IF OH No run/OH for OH Empty cd /xhome/gtoth/Tmp/SWMF/IM/Empty; make rundir #^CMP IF IM No run/IM for IM Empty cd /xhome/gtoth/Tmp/SWMF/LA/Empty; make rundir #^CMP IF LA No run/LA for LA Empty cd /xhome/gtoth/Tmp/SWMF/PS/Empty; make rundir #^CMP IF PS No run/PS for PS Empty cd /xhome/gtoth/Tmp/SWMF/PW/PWOM; make rundir #^CMP IF PW mkdir -p /xhome/gtoth/Tmp/SWMF/run_test/PW cd /xhome/gtoth/Tmp/SWMF/run_test/PW; \ mkdir restartIN restartOUT plots; \ cp /xhome/gtoth/Tmp/SWMF/PW/PWOM/input/Earth/restart_iline* restartIN/ ;\ cp /xhome/gtoth/Tmp/SWMF/PW/PWOM/input/Earth/North.dat . cd /xhome/gtoth/Tmp/SWMF/RB/Empty; make rundir #^CMP IF RB No run/RB for RB Empty cd /xhome/gtoth/Tmp/SWMF/SC/Empty; make rundir #^CMP IF SC No run/SC for SC Empty cd /xhome/gtoth/Tmp/SWMF/SP/Empty; make rundir #^CMP IF SP No run/SP for SP Empty cd /xhome/gtoth/Tmp/SWMF/UA/Empty; make rundir #^CMP IF UA No run/UA for UA Empty cp share/JobScripts/*`hostname | sed -e 's/\..*//; s/[0-9]*$//'`* /xhome/gtoth/Tmp/SWMF/run_test/ Creation of /xhome/gtoth/Tmp/SWMF/run_test directory succeeded cp Param/PARAM.in.test.PW /xhome/gtoth/Tmp/SWMF/run_test/PARAM.in cp Param/LAYOUT.in.test.PW /xhome/gtoth/Tmp/SWMF/run_test/LAYOUT.in make test_pw_run cd /xhome/gtoth/Tmp/SWMF/run_test/PW; rm -f log.out restartOUT/* plots/* cd /xhome/gtoth/Tmp/SWMF/run_test; mpirun -np 2 ./SWMF.exe > runlog Warning: Floating underflow occurred Warning: Floating underflow occurred make test_pw_check ls -ltr test_pw*.diff -rw-r--r-- 1 gtoth hpcc 0 18 Aug 20:36 test_pw.diff make test_rb_compile ./Config.pl -v=Empty,RB/RBE,GM/BATSRUS Modifying versions in Makefile.def ./Config.pl -g=GM:8,8,8,770,1 -o=GM:e=Mhd,u=Default Writing new grid size 8,8,8,770,1 into src/ModSize.f90... make SWMF PIDL make /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libSHARE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a has been brought up to date. ar -rs /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a ModTiming.o timing_cpu.o timing.o ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libINDICES.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libINDICES.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libINDICES.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a has been brought up to date. Makefile:22: warning: overriding commands for target `.f.o' ../../../Makefile.conf:73: warning: ignoring old commands for target `.f.o' make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALGM.a Makefile:22: warning: overriding commands for target `.f.o' ../../../Makefile.conf:73: warning: ignoring old commands for target `.f.o' make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALGM.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALGM.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libLIBRARY.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libLIBRARY.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libLIBRARY.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libCOUPLER.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libCOUPLER.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libCOUPLER.a has been brought up to date. cd src; make LIB make libBATSRUS.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSize.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMain.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModIO.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModParallel.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModB0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModAdvance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCube.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModAMR.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModBlockData.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCovariant.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGeometry.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModBoundaryCells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModConserveFlux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPhysics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModEnergy.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModIonoVelocity.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModUserEmpty.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModUser.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPointImplicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiIon.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCharacteristic.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCurrent.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModExpansionFactors.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceValue.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModHallResist.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModImplicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModTemperature.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceGradient.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMessagePass.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGrayDiffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiGroupDiffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModHeatConduction.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModResistivity.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceFlux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGroundMagPerturb.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModNodes.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModOctree.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPartSteady.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPolarNeighbor.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCT.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModRestartFile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModRaytrace.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSatelliteFile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSolarwind.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModTimeStepControl.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 BATS_methods.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_cells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 MH_set_parameters.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 advect_points.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 allocate_vars.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr_criteria.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr_physics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_gradients.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_sources.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_timestep.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 coarsen_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 covariant.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 create_soln_blocks.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 exchange_messages.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 explicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 find_neighbors.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 fix_axis_cells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 library.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 load_balance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_faces.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_nodes.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 number_blocks.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 octree.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 potential_force_averages.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 refine_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 rotate.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_b0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_BCs.f90 Error: set_BCs.f90, line 632: Implicit type for HPRHO_ detected at )@= Error: set_BCs.f90, line 634: Implicit type for OPRHO_ detected at )@= Error: set_BCs.f90, line 645: Implicit type for OPP_ detected at )@= Error: set_BCs.f90, line 649: Implicit type for HPP_ detected at )@= [f95 terminated - errors found by pass 1] make[7]: *** [set_BCs.o] Error 2 make[6]: *** [LIB] Error 2 make[5]: *** [LIB] Error 2 make[4]: *** [LIB] Error 2 make[3]: *** [SWMF] Error 2 make[2]: *** [test_rb_compile] Error 2 make[1]: *** [test_rb] Error 2 make: [test] Error 2 (ignored) make test_esmf_compile ./Config.pl -v=Empty,GM/BATSRUS,IE/Ridley_serial Modifying versions in Makefile.def ./Config.pl -g=GM:8,8,8,400,100,IE:91,181 -o=GM:u=Default,e=Mhd Writing new grid size 8,8,8,400,100 into src/ModSize.f90... make ESMF_SWMF make /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libSHARE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a has been brought up to date. ar -rs /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a ModTiming.o timing_cpu.o timing.o ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libINDICES.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libINDICES.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libINDICES.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a has been brought up to date. Makefile:22: warning: overriding commands for target `.f.o' ../../../Makefile.conf:73: warning: ignoring old commands for target `.f.o' make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALGM.a Makefile:22: warning: overriding commands for target `.f.o' ../../../Makefile.conf:73: warning: ignoring old commands for target `.f.o' make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALGM.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALGM.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libLIBRARY.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libLIBRARY.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libLIBRARY.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libCOUPLER.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libCOUPLER.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libCOUPLER.a has been brought up to date. cd src; make LIB make libBATSRUS.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSize.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMain.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModIO.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModParallel.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModB0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModAdvance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCube.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModAMR.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModBlockData.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCovariant.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGeometry.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModBoundaryCells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModConserveFlux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPhysics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModEnergy.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModIonoVelocity.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModUserEmpty.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModUser.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPointImplicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiIon.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCharacteristic.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCurrent.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModExpansionFactors.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceValue.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModHallResist.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModImplicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModTemperature.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceGradient.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMessagePass.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGrayDiffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiGroupDiffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModHeatConduction.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModResistivity.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceFlux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGroundMagPerturb.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModNodes.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModOctree.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPartSteady.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPolarNeighbor.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCT.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModRestartFile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModRaytrace.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSatelliteFile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSolarwind.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModTimeStepControl.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 BATS_methods.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_cells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 MH_set_parameters.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 advect_points.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 allocate_vars.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr_criteria.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr_physics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_gradients.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_sources.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_timestep.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 coarsen_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 covariant.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 create_soln_blocks.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 exchange_messages.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 explicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 find_neighbors.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 fix_axis_cells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 library.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 load_balance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_faces.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_nodes.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 number_blocks.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 octree.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 potential_force_averages.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 refine_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 rotate.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_b0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_BCs.f90 Error: set_BCs.f90, line 632: Implicit type for HPRHO_ detected at )@= Error: set_BCs.f90, line 634: Implicit type for OPRHO_ detected at )@= Error: set_BCs.f90, line 645: Implicit type for OPP_ detected at )@= Error: set_BCs.f90, line 649: Implicit type for HPP_ detected at )@= [f95 terminated - errors found by pass 1] make[7]: *** [set_BCs.o] Error 2 make[6]: *** [LIB] Error 2 make[5]: *** [LIB] Error 2 make[4]: *** [LIB] Error 2 make[3]: *** [LIB] Error 2 make[2]: *** [test_esmf_compile] Error 2 make[1]: *** [test_esmf] Error 2 make: [test] Error 2 (ignored) 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,400,100 -o=GM:u=Default,e=Mhd,PW:Earth make SWMF PIDL make /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libSHARE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a has been brought up to date. ar -rs /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a ModTiming.o timing_cpu.o timing.o ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libINDICES.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libINDICES.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libINDICES.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a has been brought up to date. Makefile:22: warning: overriding commands for target `.f.o' ../../../Makefile.conf:73: warning: ignoring old commands for target `.f.o' make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALGM.a Makefile:22: warning: overriding commands for target `.f.o' ../../../Makefile.conf:73: warning: ignoring old commands for target `.f.o' make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALGM.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALGM.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libLIBRARY.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libLIBRARY.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libLIBRARY.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libCOUPLER.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libCOUPLER.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libCOUPLER.a has been brought up to date. cd src; make LIB make libBATSRUS.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_BCs.f90 Error: set_BCs.f90, line 632: Implicit type for HPRHO_ detected at )@= Error: set_BCs.f90, line 634: Implicit type for OPRHO_ detected at )@= Error: set_BCs.f90, line 645: Implicit type for OPP_ detected at )@= Error: set_BCs.f90, line 649: Implicit type for HPP_ detected at )@= [f95 terminated - errors found by pass 1] make[7]: *** [set_BCs.o] Error 2 make[6]: *** [LIB] Error 2 make[5]: *** [LIB] Error 2 make[4]: *** [LIB] Error 2 make[3]: *** [SWMF] Error 2 make[2]: *** [test1_compile] Error 2 make[1]: *** [test1] Error 2 make: [test] Error 2 (ignored) make test2_compile ./Config.pl -v=Empty,SC/BATSRUS,IH/BATSRUS Modifying versions in Makefile.def rm -rf IH/BATSRUS/src IH/BATSRUS/srcUser IH/BATSRUS/srcEquation \ IH/BATSRUS/srcInterface/*.f90 mkdir -p IH/BATSRUS/src IH/BATSRUS/srcUser IH/BATSRUS/srcEquation cd GM/BATSRUS/src; cp *.f90 *.h Makefile* ../../../IH/BATSRUS/src cd IH/BATSRUS/src; rm -f main.f90 cd GM/BATSRUS/srcInterface/; \ cp ModGridDescriptor.f90 ModBuffer.f90 \ update_lagrangian_grid.f90 \ ModRadioWaveImage.f90 ModRadioWaveRaytracing.f90 \ ModDensityAndGradient.f90\ ../../../IH/BATSRUS/srcInterface cp IH/BATSRUS_share/src/IH_*.f90 IH/BATSRUS/srcInterface cp GM/BATSRUS/srcUser/*.f90 IH/BATSRUS/srcUser/ cp GM/BATSRUS/srcEquation/*.f90 IH/BATSRUS/srcEquation/ cd GM/BATSRUS; \ cp Makefile.def Makefile.conf PARAM.XML Config.pl \ ../../IH/BATSRUS/ echo '*' > IH/BATSRUS/src/.cvsignore cd IH/BATSRUS; \ /xhome/gtoth/Tmp/SWMF/share/Scripts/Methods.pl IH src/*.f90 src/*.h srcInterface/*.f90 srcUser/*.f90 srcEquation/*.f90; \ /xhome/gtoth/Tmp/SWMF/share/Scripts/Rename.pl -w -r -common=IH src/*.f90 src/*.h srcInterface/*.f90 srcUser/*.f90 srcEquation/*.f90 Finished 180 replacements in file src/BATS_methods.f90 Finished 126 replacements in file src/MH_set_parameters.f90 Finished 3 replacements in file src/ModAMR.f90 Finished 8 replacements in file src/ModAdvance.f90 Finished 8 replacements in file src/ModAdvance_static.f90 Finished 5 replacements in file src/ModB0.f90 Finished 21 replacements in file src/ModBlockData.f90 Finished 20 replacements in file src/ModBoundaryCells.f90 Finished 5 replacements in file src/ModCT.f90 Finished 5 replacements in file src/ModCT_static.f90 Finished 5 replacements in file src/ModCharacteristic.f90 Finished 13 replacements in file src/ModConserveFlux.f90 Finished 9 replacements in file src/ModCoronalHeating.f90 Finished 5 replacements in file src/ModCovariant.f90 Finished 4 replacements in file src/ModCube.f90 Finished 12 replacements in file src/ModCurrent.f90 Finished 6 replacements in file src/ModEnergy.f90 Finished 7 replacements in file src/ModEquation.f90 Finished 33 replacements in file src/ModExpansionFactors.f90 Finished 2 replacements in file src/ModExtraVariables.f90 Finished 92 replacements in file src/ModFaceFlux.f90 Finished 18 replacements in file src/ModFaceGradient.f90 Finished 24 replacements in file src/ModFaceValue.f90 Finished 7 replacements in file src/ModGeometry.f90 Finished 7 replacements in file src/ModGeometry_static.f90 Finished 55 replacements in file src/ModGrayDiffusion.f90 Finished 4 replacements in file src/ModGridGeometry.f90 Finished 26 replacements in file src/ModGroundMagPerturb.f90 Finished 42 replacements in file src/ModHallResist.f90 Finished 45 replacements in file src/ModHeatConduction.f90 Finished 7 replacements in file src/ModIO.f90 Finished 11 replacements in file src/ModImplicit.f90 Finished 10 replacements in file src/ModIonoVelocity.f90 Finished 7 replacements in file src/ModMain.f90 Finished 23 replacements in file src/ModMessagePass.f90 Finished 3 replacements in file src/ModMultiFluid.f90 Finished 57 replacements in file src/ModMultiGroupDiffusion.f90 Finished 36 replacements in file src/ModMultiIon.f90 Finished 5 replacements in file src/ModNodes.f90 Finished 5 replacements in file src/ModNodes_static.f90 Finished 3 replacements in file src/ModOctree.f90 Finished 9 replacements in file src/ModOctreeNew.f90 Finished 4 replacements in file src/ModParallel.f90 Finished 10 replacements in file src/ModPartSteady.f90 Finished 6 replacements in file src/ModPhysics.f90 Finished 14 replacements in file src/ModPointImplicit.f90 Finished 28 replacements in file src/ModPolarNeighbor.f90 Finished 2 replacements in file src/ModPrecond_cray.f90 Finished 2 replacements in file src/ModProcMH.f90 Finished 2 replacements in file src/ModProject.f90 Finished 6 replacements in file src/ModRaytrace.f90 Finished 6 replacements in file src/ModRaytrace_static.f90 Finished 9 replacements in file src/ModResistivity.f90 Finished 59 replacements in file src/ModRestartFile.f90 Finished 45 replacements in file src/ModSatelliteFile.f90 Finished 3 replacements in file src/ModSingleFluid.f90 Finished 3 replacements in file src/ModSize.f90 Finished 3 replacements in file src/ModSize_orig.f90 Finished 3 replacements in file src/ModSize_shock.f90 Finished 21 replacements in file src/ModSolarwind.f90 Finished 95 replacements in file src/ModTemperature.f90 Finished 10 replacements in file src/ModTimeStepControl.f90 Finished 4 replacements in file src/ModUser.f90 Finished 4 replacements in file src/ModUserDefault.f90 Finished 15 replacements in file src/ModUserEmpty.f90 Finished 2 replacements in file src/ModWaves.f90 Finished 49 replacements in file src/advect_points.f90 Finished 18 replacements in file src/allocate_vars.f90 Finished 21 replacements in file src/amr.f90 Finished 37 replacements in file src/amr_criteria.f90 Finished 58 replacements in file src/amr_physics.f90 Finished 12 replacements in file src/calc_gradients.f90 Finished 24 replacements in file src/calc_heat_flux.f90 Finished 34 replacements in file src/calc_sources.f90 Finished 24 replacements in file src/calc_timestep.f90 Finished 34 replacements in file src/clean_divb.f90 Finished 18 replacements in file src/coarsen_grid.f90 Finished 24 replacements in file src/conserve_flux.f90 Finished 116 replacements in file src/constrain_B.f90 Finished 149 replacements in file src/covariant.f90 Finished 88 replacements in file src/create_soln_blocks.f90 Finished 67 replacements in file src/exchange_messages.f90 Finished 47 replacements in file src/explicit.f90 Finished 50 replacements in file src/find_neighbors.f90 Finished 17 replacements in file src/fix_axis_cells.f90 Finished 22 replacements in file src/get_im_pressure.f90 Finished 168 replacements in file src/impl_interface.f90 Finished 25 replacements in file src/impl_jacobian.f90 Finished 41 replacements in file src/impl_matvec.f90 Finished 35 replacements in file src/impl_newton.f90 Finished 52 replacements in file src/implicit.f90 Finished 226 replacements in file src/library.f90 Finished 94 replacements in file src/load_balance.f90 Finished 105 replacements in file src/message_pass_cells.f90 Finished 51 replacements in file src/message_pass_faces.f90 Finished 91 replacements in file src/message_pass_nodes.f90 Finished 16 replacements in file src/number_blocks.f90 Finished 87 replacements in file src/octree.f90 Finished 41 replacements in file src/potential_force_averages.f90 Finished 39 replacements in file src/proj_bicgstab.f90 Finished 26 replacements in file src/proj_cg.f90 Finished 114 replacements in file src/project_B.f90 Finished 38 replacements in file src/ray_pass.f90 Finished 95 replacements in file src/ray_trace.f90 Finished 169 replacements in file src/ray_trace_new.f90 Finished 26 replacements in file src/refine_grid.f90 Finished 10 replacements in file src/rotate.f90 Finished 35 replacements in file src/set_BCs.f90 Finished 17 replacements in file src/set_ICs.f90 Finished 120 replacements in file src/set_ICs_diss_test.f90 Finished 80 replacements in file src/set_b0.f90 Finished 36 replacements in file src/set_block_geometry.f90 Finished 91 replacements in file src/set_outer_BCs.f90 Finished 38 replacements in file src/set_physics.f90 Finished 8 replacements in file src/set_resistivity.f90 Finished 15 replacements in file src/specify_refinement.f90 Finished 50 replacements in file src/update_states.f90 Finished 13 replacements in file src/update_states_MHD.f90 Finished 137 replacements in file src/write_logfile.f90 Finished 81 replacements in file src/write_plot_common.f90 Finished 10 replacements in file src/write_plot_idl.f90 Finished 30 replacements in file src/write_plot_los.f90 Finished 20 replacements in file src/write_plot_radiowave.f90 Finished 8 replacements in file src/write_plot_sph.f90 Finished 21 replacements in file src/write_plot_tec.f90 Finished 23 replacements in file src/write_progress.f90 No variables to rename in file src/user_module.h Finished 6 replacements in file srcInterface/IH_get_for_gm.f90 Finished 4 replacements in file srcInterface/IH_get_for_oh.f90 Finished 4 replacements in file srcInterface/IH_get_for_sc.f90 Finished 7 replacements in file srcInterface/IH_get_for_sp.f90 No variables to rename in file srcInterface/IH_inquire_if_spherical.f90 Finished 3 replacements in file srcInterface/IH_put_from_oh.f90 Finished 1 replacements in file srcInterface/IH_set_buffer_grid.f90 Finished 27 replacements in file srcInterface/IH_wrapper.f90 Finished 10 replacements in file srcInterface/ModBuffer.f90 Finished 12 replacements in file srcInterface/ModDensityAndGradient.f90 Finished 13 replacements in file srcInterface/ModGridDescriptor.f90 Finished 16 replacements in file srcInterface/ModRadioWaveImage.f90 Finished 9 replacements in file srcInterface/ModRadioWaveRaytracing.f90 Finished 17 replacements in file srcInterface/update_lagrangian_grid.f90 Finished 19 replacements in file srcUser/ModUserCCMC.f90 Finished 31 replacements in file srcUser/ModUserComet1Sp.f90 Finished 40 replacements in file srcUser/ModUserComet6Sp.f90 Finished 67 replacements in file srcUser/ModUserCrash.f90 Finished 39 replacements in file srcUser/ModUserEarthXray.f90 Finished 19 replacements in file srcUser/ModUserEnceladus.f90 Finished 11 replacements in file srcUser/ModUserEos.f90 Finished 37 replacements in file srcUser/ModUserGrayDiffusion.f90 Finished 52 replacements in file srcUser/ModUserHeatConduction.f90 Finished 112 replacements in file srcUser/ModUserHeliosphere.f90 Finished 7 replacements in file srcUser/ModUserIh.f90 Finished 20 replacements in file srcUser/ModUserJupiter.f90 Finished 9 replacements in file srcUser/ModUserKelvinHelmholtz.f90 Finished 32 replacements in file srcUser/ModUserLightFront.f90 Finished 89 replacements in file srcUser/ModUserMars.f90 Finished 70 replacements in file srcUser/ModUserMarsFluids.f90 Finished 27 replacements in file srcUser/ModUserMarshak.f90 Finished 28 replacements in file srcUser/ModUserMultiIon.f90 Finished 38 replacements in file srcUser/ModUserNonGyro.f90 Finished 12 replacements in file srcUser/ModUserOh.f90 Finished 54 replacements in file srcUser/ModUserOhNeutrals.f90 Finished 54 replacements in file srcUser/ModUserOuterHelio.f90 Finished 11 replacements in file srcUser/ModUserPointImplicit.f90 Finished 21 replacements in file srcUser/ModUserSaturn.f90 Finished 37 replacements in file srcUser/ModUserSaturn3sp.f90 Finished 71 replacements in file srcUser/ModUserSc.f90 Finished 57 replacements in file srcUser/ModUserScHeat.f90 Finished 118 replacements in file srcUser/ModUserScTurb.f90 Finished 20 replacements in file srcUser/ModUserSwIono.f90 Finished 87 replacements in file srcUser/ModUserTitan.f90 Finished 28 replacements in file srcUser/ModUserTorus.f90 Finished 95 replacements in file srcUser/ModUserVenus.f90 Finished 19 replacements in file srcUser/ModUserWaveReflection.f90 Finished 26 replacements in file srcUser/ModUserWaves.f90 Finished 5 replacements in file srcEquation/ModEquationCrash.f90 Finished 5 replacements in file srcEquation/ModEquationHd.f90 Finished 5 replacements in file srcEquation/ModEquationHdCrash.f90 Finished 5 replacements in file srcEquation/ModEquationHdEos.f90 Finished 5 replacements in file srcEquation/ModEquationHdEosRad.f90 Finished 5 replacements in file srcEquation/ModEquationHdRadCrash.f90 Finished 7 replacements in file srcEquation/ModEquationMhd.f90 Finished 4 replacements in file srcEquation/ModEquationMhdAlfven.f90 Finished 7 replacements in file srcEquation/ModEquationMhdComet.f90 Finished 7 replacements in file srcEquation/ModEquationMhdCorona.f90 Finished 4 replacements in file srcEquation/ModEquationMhdEosRad.f90 Finished 7 replacements in file srcEquation/ModEquationMhdHd.f90 Finished 7 replacements in file srcEquation/ModEquationMhdHyp.f90 Finished 7 replacements in file srcEquation/ModEquationMhdHypCorona.f90 Finished 7 replacements in file srcEquation/ModEquationMhdHypPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdIons.f90 Finished 4 replacements in file srcEquation/ModEquationMhdIonsPe.f90 Finished 7 replacements in file srcEquation/ModEquationMhdMars.f90 Finished 4 replacements in file srcEquation/ModEquationMhdMarsFluids.f90 Finished 7 replacements in file srcEquation/ModEquationMhdNonCons.f90 Finished 7 replacements in file srcEquation/ModEquationMhdPpar.f90 Finished 7 replacements in file srcEquation/ModEquationMhdPw.f90 Finished 7 replacements in file srcEquation/ModEquationMhdSaturn3sp.f90 Finished 7 replacements in file srcEquation/ModEquationMhdSwIono.f90 Finished 7 replacements in file srcEquation/ModEquationMhdTitan.f90 Finished 8 replacements in file srcEquation/ModEquationMhdTurb.f90 Finished 4 replacements in file srcEquation/ModEquationMultiIon.f90 Finished 7 replacements in file srcEquation/ModEquationOuterHelio.f90 Finished 6373 replacement(s) in 201 file(s) cd IH/BATSRUS/srcInterface; \ perl -i -pe 's?BATSRUS?IH_BATSRUS?' IH_*.f90; \ touch Makefile.DEPEND cd IH/BATSRUS; \ perl -i -pe 's/GM/IH/' Config.pl; \ ./Config.pl -u=Ih -e=Mhd rm -rf \ SC/BATSRUS/src \ SC/BATSRUS/srcUser \ SC/BATSRUS/srcEquation \ SC/BATSRUS/srcInterface/SC_wrapper.f90 \ SC/BATSRUS/srcInterface/SC_get_for_sp.f90 cd GM/BATSRUS; \ cp -f Makefile.conf ../../SC/BATSRUS; \ make COMP=SC DREL=TMP relax_src ./Configure.pl -d=TMP -u \ -on=roeflux,awflux,lindeflux,userfiles,testing \ -off=ionosphere,boriscorr cd TMP; rm -f CVS_Entries .cvsignore cd TMP/srcInterface; \ rm -f .cvsignore GM_* ModIeGrid.f90 *bc.f90 *BC.f90 ModPwGrid.f90 cd TMP; \ perl -i -pe 's/GM/SC/' Config.pl; \ perl -i -pe 's?GM?SC?g' Makefile* Param/PARAM.DEFAULT cd GM/BATSRUS/TMP; \ mv Config.pl PARAM.XML src srcUser srcEquation \ ../../../SC/BATSRUS;\ mv srcInterface/*.f90 ../../../SC/BATSRUS/srcInterface rm -rf GM/BATSRUS/TMP cp -f IH/BATSRUS_share/src/IH_wrapper.f90 \ SC/BATSRUS/srcInterface/SC_wrapper.f90 cp -f IH/BATSRUS_share/src/IH_get_for_sp.f90 \ SC/BATSRUS/srcInterface/SC_get_for_sp.f90 cd SC/BATSRUS/srcInterface/; perl -i -pe \ 's/IH/SC/g;s/BATSRUS/SC_BATSRUS/;s/Inner/Solar/;s/Heliosphere/Corona/'\ SC_wrapper.f90 SC_get_for_sp.f90 cd SC/BATSRUS/src; rm -f main.f90 cd SC/BATSRUS; \ /xhome/gtoth/Tmp/SWMF/share/Scripts/Methods.pl SC src/*.f90 src/*.h srcInterface/*.f90 srcUser/*.f90 srcEquation/*.f90; \ /xhome/gtoth/Tmp/SWMF/share/Scripts/Rename.pl -w -r -common=SC src/*.f90 src/*.h srcInterface/*.f90 srcUser/*.f90 srcEquation/*.f90 Finished 131 replacements in file src/BATS_methods.f90 Finished 90 replacements in file src/MH_set_parameters.f90 Finished 3 replacements in file src/ModAMR.f90 Finished 8 replacements in file src/ModAdvance_static.f90 Finished 5 replacements in file src/ModB0.f90 Finished 21 replacements in file src/ModBlockData.f90 Finished 20 replacements in file src/ModBoundaryCells.f90 Finished 5 replacements in file src/ModCharacteristic.f90 Finished 13 replacements in file src/ModConserveFlux.f90 Finished 9 replacements in file src/ModCoronalHeating.f90 Finished 5 replacements in file src/ModCovariant.f90 Finished 4 replacements in file src/ModCube.f90 Finished 12 replacements in file src/ModCurrent.f90 Finished 6 replacements in file src/ModEnergy.f90 Finished 33 replacements in file src/ModExpansionFactors.f90 Finished 2 replacements in file src/ModExtraVariables.f90 Finished 76 replacements in file src/ModFaceFlux.f90 Finished 18 replacements in file src/ModFaceGradient.f90 Finished 22 replacements in file src/ModFaceValue.f90 Finished 7 replacements in file src/ModGeometry_static.f90 Finished 4 replacements in file src/ModGridGeometry.f90 Finished 26 replacements in file src/ModGroundMagPerturb.f90 Finished 42 replacements in file src/ModHallResist.f90 Finished 7 replacements in file src/ModIO.f90 Finished 10 replacements in file src/ModIonoVelocity.f90 Finished 7 replacements in file src/ModMain.f90 Finished 23 replacements in file src/ModMessagePass.f90 Finished 3 replacements in file src/ModMultiFluid.f90 Finished 36 replacements in file src/ModMultiIon.f90 Finished 5 replacements in file src/ModNodes_static.f90 Finished 3 replacements in file src/ModOctree.f90 Finished 9 replacements in file src/ModOctreeNew.f90 Finished 4 replacements in file src/ModParallel.f90 Finished 10 replacements in file src/ModPartSteady.f90 Finished 5 replacements in file src/ModPhysics.f90 Finished 14 replacements in file src/ModPointImplicit.f90 Finished 28 replacements in file src/ModPolarNeighbor.f90 Finished 2 replacements in file src/ModPrecond_cray.f90 Finished 2 replacements in file src/ModProcMH.f90 Finished 54 replacements in file src/ModRestartFile.f90 Finished 32 replacements in file src/ModSatelliteFile.f90 Finished 3 replacements in file src/ModSingleFluid.f90 Finished 3 replacements in file src/ModSize_orig.f90 Finished 3 replacements in file src/ModSize_shock.f90 Finished 21 replacements in file src/ModSolarwind.f90 Finished 95 replacements in file src/ModTemperature.f90 Finished 10 replacements in file src/ModTimeStepControl.f90 Finished 4 replacements in file src/ModUserDefault.f90 Finished 15 replacements in file src/ModUserEmpty.f90 Finished 2 replacements in file src/ModWaves.f90 Finished 49 replacements in file src/advect_points.f90 Finished 18 replacements in file src/allocate_vars.f90 Finished 21 replacements in file src/amr.f90 Finished 37 replacements in file src/amr_criteria.f90 Finished 58 replacements in file src/amr_physics.f90 Finished 12 replacements in file src/calc_gradients.f90 Finished 30 replacements in file src/calc_sources.f90 Finished 23 replacements in file src/calc_timestep.f90 Finished 18 replacements in file src/coarsen_grid.f90 Finished 24 replacements in file src/conserve_flux.f90 Finished 149 replacements in file src/covariant.f90 Finished 71 replacements in file src/create_soln_blocks.f90 Finished 35 replacements in file src/exchange_messages.f90 Finished 33 replacements in file src/explicit.f90 Finished 50 replacements in file src/find_neighbors.f90 Finished 17 replacements in file src/fix_axis_cells.f90 Finished 180 replacements in file src/library.f90 Finished 61 replacements in file src/load_balance.f90 Finished 71 replacements in file src/message_pass_cells.f90 Finished 51 replacements in file src/message_pass_faces.f90 Finished 73 replacements in file src/message_pass_nodes.f90 Finished 16 replacements in file src/number_blocks.f90 Finished 72 replacements in file src/octree.f90 Finished 37 replacements in file src/potential_force_averages.f90 Finished 26 replacements in file src/refine_grid.f90 Finished 10 replacements in file src/rotate.f90 Finished 33 replacements in file src/set_BCs.f90 Finished 15 replacements in file src/set_ICs.f90 Finished 75 replacements in file src/set_b0.f90 Finished 32 replacements in file src/set_block_geometry.f90 Finished 89 replacements in file src/set_outer_BCs.f90 Finished 38 replacements in file src/set_physics.f90 Finished 15 replacements in file src/specify_refinement.f90 Finished 49 replacements in file src/update_states.f90 Finished 13 replacements in file src/update_states_MHD.f90 Finished 134 replacements in file src/write_logfile.f90 Finished 77 replacements in file src/write_plot_common.f90 Finished 10 replacements in file src/write_plot_idl.f90 Finished 30 replacements in file src/write_plot_los.f90 Finished 20 replacements in file src/write_plot_radiowave.f90 Finished 8 replacements in file src/write_plot_sph.f90 Finished 20 replacements in file src/write_plot_tec.f90 Finished 22 replacements in file src/write_progress.f90 No variables to rename in file src/user_module.h Finished 10 replacements in file srcInterface/ModBuffer.f90 Finished 12 replacements in file srcInterface/ModDensityAndGradient.f90 Finished 13 replacements in file srcInterface/ModGridDescriptor.f90 Finished 16 replacements in file srcInterface/ModRadioWaveImage.f90 Finished 9 replacements in file srcInterface/ModRadioWaveRaytracing.f90 No variables to rename in file srcInterface/SC_get_for_ih.f90 Finished 7 replacements in file srcInterface/SC_get_for_sp.f90 No variables to rename in file srcInterface/SC_inquire_if_spherical.f90 No variables to rename in file srcInterface/SC_put_from_ih.f90 Finished 27 replacements in file srcInterface/SC_wrapper.f90 Finished 17 replacements in file srcInterface/update_lagrangian_grid.f90 Finished 19 replacements in file srcUser/ModUserCCMC.f90 Finished 31 replacements in file srcUser/ModUserComet1Sp.f90 Finished 40 replacements in file srcUser/ModUserComet6Sp.f90 Finished 66 replacements in file srcUser/ModUserCrash.f90 Finished 39 replacements in file srcUser/ModUserEarthXray.f90 Finished 19 replacements in file srcUser/ModUserEnceladus.f90 Finished 11 replacements in file srcUser/ModUserEos.f90 Finished 36 replacements in file srcUser/ModUserGrayDiffusion.f90 Finished 50 replacements in file srcUser/ModUserHeatConduction.f90 Finished 112 replacements in file srcUser/ModUserHeliosphere.f90 Finished 7 replacements in file srcUser/ModUserIh.f90 Finished 20 replacements in file srcUser/ModUserJupiter.f90 Finished 9 replacements in file srcUser/ModUserKelvinHelmholtz.f90 Finished 31 replacements in file srcUser/ModUserLightFront.f90 Finished 89 replacements in file srcUser/ModUserMars.f90 Finished 70 replacements in file srcUser/ModUserMarsFluids.f90 Finished 26 replacements in file srcUser/ModUserMarshak.f90 Finished 28 replacements in file srcUser/ModUserMultiIon.f90 Finished 38 replacements in file srcUser/ModUserNonGyro.f90 Finished 12 replacements in file srcUser/ModUserOh.f90 Finished 54 replacements in file srcUser/ModUserOhNeutrals.f90 Finished 54 replacements in file srcUser/ModUserOuterHelio.f90 Finished 11 replacements in file srcUser/ModUserPointImplicit.f90 Finished 21 replacements in file srcUser/ModUserSaturn.f90 Finished 37 replacements in file srcUser/ModUserSaturn3sp.f90 Finished 71 replacements in file srcUser/ModUserSc.f90 Finished 57 replacements in file srcUser/ModUserScHeat.f90 Finished 118 replacements in file srcUser/ModUserScTurb.f90 Finished 20 replacements in file srcUser/ModUserSwIono.f90 Finished 86 replacements in file srcUser/ModUserTitan.f90 Finished 28 replacements in file srcUser/ModUserTorus.f90 Finished 94 replacements in file srcUser/ModUserVenus.f90 Finished 19 replacements in file srcUser/ModUserWaveReflection.f90 Finished 26 replacements in file srcUser/ModUserWaves.f90 Finished 5 replacements in file srcEquation/ModEquationCrash.f90 Finished 5 replacements in file srcEquation/ModEquationHd.f90 Finished 5 replacements in file srcEquation/ModEquationHdCrash.f90 Finished 5 replacements in file srcEquation/ModEquationHdEos.f90 Finished 5 replacements in file srcEquation/ModEquationHdEosRad.f90 Finished 5 replacements in file srcEquation/ModEquationHdRadCrash.f90 Finished 7 replacements in file srcEquation/ModEquationMhd.f90 Finished 4 replacements in file srcEquation/ModEquationMhdAlfven.f90 Finished 7 replacements in file srcEquation/ModEquationMhdComet.f90 Finished 7 replacements in file srcEquation/ModEquationMhdCorona.f90 Finished 4 replacements in file srcEquation/ModEquationMhdEosRad.f90 Finished 7 replacements in file srcEquation/ModEquationMhdHd.f90 Finished 7 replacements in file srcEquation/ModEquationMhdHyp.f90 Finished 7 replacements in file srcEquation/ModEquationMhdHypCorona.f90 Finished 7 replacements in file srcEquation/ModEquationMhdHypPe.f90 Finished 4 replacements in file srcEquation/ModEquationMhdIons.f90 Finished 4 replacements in file srcEquation/ModEquationMhdIonsPe.f90 Finished 7 replacements in file srcEquation/ModEquationMhdMars.f90 Finished 4 replacements in file srcEquation/ModEquationMhdMarsFluids.f90 Finished 7 replacements in file srcEquation/ModEquationMhdNonCons.f90 Finished 7 replacements in file srcEquation/ModEquationMhdPpar.f90 Finished 7 replacements in file srcEquation/ModEquationMhdPw.f90 Finished 7 replacements in file srcEquation/ModEquationMhdSaturn3sp.f90 Finished 7 replacements in file srcEquation/ModEquationMhdSwIono.f90 Finished 7 replacements in file srcEquation/ModEquationMhdTitan.f90 Finished 8 replacements in file srcEquation/ModEquationMhdTurb.f90 Finished 4 replacements in file srcEquation/ModEquationMultiIon.f90 Finished 7 replacements in file srcEquation/ModEquationOuterHelio.f90 Finished 4621 replacement(s) in 163 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 a SC component make -s STATIC1 NAME=Advance make -s STATIC1 NAME=Nodes make -s STATIC1 NAME=Geometry ./Config.pl -g=SC:4,4,4,3000,IH:8,8,8,400,1 Writing new grid size 8,8,8,400,1 into src/ModSize.f90... Writing new grid size 4,4,4,3000 into src/ModSize.f90... cd SC/BATSRUS; ./Config.pl -dynamic; cd ../.. cd IH/BATSRUS; ./Config.pl -dynamic; cd ../.. make SWMF PIDL EARTH_TRAJ make /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libSHARE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a has been brought up to date. ar -rs /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a ModTiming.o timing_cpu.o timing.o ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libINDICES.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libINDICES.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libINDICES.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a has been brought up to date. Makefile:22: warning: overriding commands for target `.f.o' ../../../Makefile.conf:73: warning: ignoring old commands for target `.f.o' make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALGM.a Makefile:22: warning: overriding commands for target `.f.o' ../../../Makefile.conf:73: warning: ignoring old commands for target `.f.o' make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALGM.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALGM.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libLIBRARY.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libLIBRARY.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libLIBRARY.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libCOUPLER.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libCOUPLER.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libCOUPLER.a has been brought up to date. cd src; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libGM.a rm -f /xhome/gtoth/Tmp/SWMF/lib/libGM.a ar -rs /xhome/gtoth/Tmp/SWMF/lib/libGM.a GM_wrapper.o ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libGM.a /xhome/gtoth/Tmp/SWMF/lib/libGM.a has been brought up to date. cd src; make LIB make /xhome/gtoth/Tmp/SWMF/lib/libIE.a rm -f /xhome/gtoth/Tmp/SWMF/lib/libIE.a ar -rs /xhome/gtoth/Tmp/SWMF/lib/libIE.a IE_wrapper.o ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libIE.a /xhome/gtoth/Tmp/SWMF/lib/libIE.a has been brought up to date. cd src; make LIB make libBATSRUS.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSize.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModExtraVariables.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSingleFluid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModEquation.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMain.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModIO.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModProcMH.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModParallel.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModB0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModAdvance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCube.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModAMR.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModBlockData.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCovariant.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGeometry.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModBoundaryCells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModConserveFlux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPhysics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiFluid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModEnergy.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModIonoVelocity.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModUserEmpty.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModUser.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPointImplicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiIon.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCharacteristic.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCurrent.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModExpansionFactors.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceValue.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModHallResist.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModImplicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModTemperature.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModWaves.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceGradient.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMessagePass.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGrayDiffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModMultiGroupDiffusion.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModHeatConduction.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModResistivity.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModFaceFlux.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModGroundMagPerturb.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModNodes.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModOctree.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPartSteady.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModPolarNeighbor.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModCT.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModRestartFile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModRaytrace.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSatelliteFile.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModSolarwind.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModTimeStepControl.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 ModProject.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 BATS_methods.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_cells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 MH_set_parameters.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 advect_points.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 allocate_vars.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr_criteria.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 amr_physics.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_gradients.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_sources.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 calc_timestep.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 coarsen_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 covariant.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 create_soln_blocks.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 exchange_messages.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 explicit.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 find_neighbors.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 fix_axis_cells.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 library.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 load_balance.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_faces.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 message_pass_nodes.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 number_blocks.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 octree.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 potential_force_averages.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 refine_grid.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 rotate.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_b0.f90 f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_BCs.f90 Error: set_BCs.f90, line 632: Implicit type for HPRHO_ detected at )@= Error: set_BCs.f90, line 634: Implicit type for OPRHO_ detected at )@= Error: set_BCs.f90, line 645: Implicit type for OPP_ detected at )@= Error: set_BCs.f90, line 649: Implicit type for HPP_ detected at )@= [f95 terminated - errors found by pass 1] make[7]: *** [set_BCs.o] Error 2 make[6]: *** [LIB] Error 2 make[5]: *** [LIB] Error 2 make[4]: *** [LIB] Error 2 make[3]: *** [SWMF] Error 2 make[2]: *** [test2_compile] Error 2 make[1]: *** [test2] Error 2 make: [test] Error 2 (ignored) make test3_compile ./Config.pl -v=Empty,GM/BATSRUS,IE/Ridley_serial,IM/RCM2 Modifying versions in Makefile.def ./Config.pl -g=GM:8,8,8,400,100 -o=GM:u=Default,e=Mhd make SWMF PIDL make /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libSHARE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a has been brought up to date. ar -rs /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a ModTiming.o timing_cpu.o timing.o ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libINDICES.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libINDICES.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libINDICES.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a has been brought up to date. Makefile:22: warning: overriding commands for target `.f.o' ../../../Makefile.conf:73: warning: ignoring old commands for target `.f.o' make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALGM.a Makefile:22: warning: overriding commands for target `.f.o' ../../../Makefile.conf:73: warning: ignoring old commands for target `.f.o' make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALGM.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALGM.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libLIBRARY.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libLIBRARY.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libLIBRARY.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libCOUPLER.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libCOUPLER.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libCOUPLER.a has been brought up to date. cd src; make LIB make libBATSRUS.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_BCs.f90 Error: set_BCs.f90, line 632: Implicit type for HPRHO_ detected at )@= Error: set_BCs.f90, line 634: Implicit type for OPRHO_ detected at )@= Error: set_BCs.f90, line 645: Implicit type for OPP_ detected at )@= Error: set_BCs.f90, line 649: Implicit type for HPP_ detected at )@= [f95 terminated - errors found by pass 1] make[7]: *** [set_BCs.o] Error 2 make[6]: *** [LIB] Error 2 make[5]: *** [LIB] Error 2 make[4]: *** [LIB] Error 2 make[3]: *** [SWMF] Error 2 make[2]: *** [test3_compile] Error 2 make[1]: *** [test3] Error 2 make: [test] Error 2 (ignored) make test4_compile ./Config.pl -v=Empty,GM/BATSRUS,IE/RIM,IM/HEIDI Modifying versions in Makefile.def ./Config.pl -g=GM:8,8,8,400,100 -o=GM:u=Default,e=Mhd make SWMF PIDL make /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libSHARE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a has been brought up to date. ar -rs /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a ModTiming.o timing_cpu.o timing.o ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a /xhome/gtoth/Tmp/SWMF/lib/libTIMING.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libINDICES.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libINDICES.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libINDICES.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libMAGNETOGRAM.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a has been brought up to date. Makefile:22: warning: overriding commands for target `.f.o' ../../../Makefile.conf:73: warning: ignoring old commands for target `.f.o' make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALGM.a Makefile:22: warning: overriding commands for target `.f.o' ../../../Makefile.conf:73: warning: ignoring old commands for target `.f.o' make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALGM.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALGM.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALIE.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALUA.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libLIBRARY.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libLIBRARY.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libLIBRARY.a has been brought up to date. make /xhome/gtoth/Tmp/SWMF/lib/libCOUPLER.a make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libCOUPLER.a' is up to date. /xhome/gtoth/Tmp/SWMF/lib/libCOUPLER.a has been brought up to date. cd src; make LIB make libBATSRUS.a f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w -r8 -O0 set_BCs.f90 Error: set_BCs.f90, line 632: Implicit type for HPRHO_ detected at )@= Error: set_BCs.f90, line 634: Implicit type for OPRHO_ detected at )@= Error: set_BCs.f90, line 645: Implicit type for OPP_ detected at )@= Error: set_BCs.f90, line 649: Implicit type for HPP_ detected at )@= [f95 terminated - errors found by pass 1] make[7]: *** [set_BCs.o] Error 2 make[6]: *** [LIB] Error 2 make[5]: *** [LIB] Error 2 make[4]: *** [LIB] Error 2 make[3]: *** [SWMF] Error 2 make[2]: *** [test4_compile] Error 2 make[1]: *** [test4] Error 2 make: [test] Error 2 (ignored) -rw-r--r-- 1 gtoth hpcc 26 18 Aug 20:00 GM/BATSRUS/test_shocktube.diff -rw-r--r-- 1 gtoth hpcc 24 18 Aug 20:01 GM/BATSRUS/test_hallmhd.diff -rw-r--r-- 1 gtoth hpcc 27 18 Aug 20:02 GM/BATSRUS/test_multifluid.diff -rw-r--r-- 1 gtoth hpcc 25 18 Aug 20:02 GM/BATSRUS/test_multiion.diff -rw-r--r-- 1 gtoth hpcc 24 18 Aug 20:03 GM/BATSRUS/test_mhdions.diff -rw-r--r-- 1 gtoth hpcc 27 18 Aug 20:04 GM/BATSRUS/test_mhdnoncons.diff -rw-r--r-- 1 gtoth hpcc 27 18 Aug 20:04 GM/BATSRUS/test_eosgodunov.diff -rw-r--r-- 1 gtoth hpcc 25 18 Aug 20:05 GM/BATSRUS/test_levelset.diff -rw-r--r-- 1 gtoth hpcc 25 18 Aug 20:05 GM/BATSRUS/test_hyades2d.diff -rw-r--r-- 1 gtoth hpcc 30 18 Aug 20:06 GM/BATSRUS/test_graydiffusion.diff -rw-r--r-- 1 gtoth hpcc 23 18 Aug 20:07 GM/BATSRUS/test_corona.diff -rw-r--r-- 1 gtoth hpcc 26 18 Aug 20:07 GM/BATSRUS/test_coronasph.diff -rw-r--r-- 1 gtoth hpcc 25 18 Aug 20:07 GM/BATSRUS/test_earthsph.diff -rw-r--r-- 1 gtoth hpcc 26 18 Aug 20:08 GM/BATSRUS/test_2bodyplot.diff -rw-r--r-- 1 gtoth hpcc 22 18 Aug 20:08 GM/BATSRUS/test_titan.diff -rw-r--r-- 1 gtoth hpcc 27 18 Aug 20:09 GM/BATSRUS/test_titan_restart.diff -rw-r--r-- 1 gtoth hpcc 21 18 Aug 20:09 GM/BATSRUS/test_mars.diff -rw-r--r-- 1 gtoth hpcc 22 18 Aug 20:09 GM/BATSRUS/test_venus.diff -rw-r--r-- 1 gtoth hpcc 27 18 Aug 20:09 GM/BATSRUS/test_venus_restart.diff -rw-r--r-- 1 gtoth hpcc 23 18 Aug 20:09 GM/BATSRUS/test_saturn.diff -rw-r--r-- 1 gtoth hpcc 22 18 Aug 20:10 GM/BATSRUS/test_comet.diff -rw-r--r-- 1 gtoth hpcc 29 18 Aug 20:13 GM/BATSRUS/test_magnetometer.diff -rw-r--r-- 1 gtoth hpcc 21 18 Aug 20:13 GM/BATSRUS/test_func.diff -rw-r--r-- 1 gtoth hpcc 28 18 Aug 20:14 IE/RIM/notest.diff -rw-r--r-- 1 gtoth hpcc 36 18 Aug 20:14 IE/Ridley_serial/notest.diff -rw-r--r-- 1 gtoth hpcc 0 18 Aug 20:25 IM/HEIDI/test.diff -rw-r--r-- 1 gtoth hpcc 25 18 Aug 20:25 IM/RCM/notest.diff -rw-r--r-- 1 gtoth hpcc 26 18 Aug 20:25 IM/RCM2/notest.diff -rw-r--r-- 1 gtoth hpcc 28 18 Aug 20:25 PS/DGCPM/notest.diff -rw-r--r-- 1 gtoth hpcc 0 18 Aug 20:25 PW/PWOM/test_Saturn.diff -rw-r--r-- 1 gtoth hpcc 0 18 Aug 20:25 PW/PWOM/test_Saturn_plots.diff -rw-r--r-- 1 gtoth hpcc 0 18 Aug 20:26 PW/PWOM/test_Saturn_restart.diff -rw-r--r-- 1 gtoth hpcc 0 18 Aug 20:26 PW/PWOM/test_Saturn_restart_plots.diff -rw-r--r-- 1 gtoth hpcc 0 18 Aug 20:26 PW/PWOM/test_Earth.diff -rw-r--r-- 1 gtoth hpcc 0 18 Aug 20:27 PW/PWOM/test_Earth_plots.diff -rw-r--r-- 1 gtoth hpcc 0 18 Aug 20:27 PW/PWOM/test_Earth_restart.diff -rw-r--r-- 1 gtoth hpcc 0 18 Aug 20:27 PW/PWOM/test_Earth_restart_plots.diff -rw-r--r-- 1 gtoth hpcc 0 18 Aug 20:34 RB/RBE/test.diff -rw-r--r-- 1 gtoth hpcc 28 18 Aug 20:35 RB/Rice/notest.diff -rw-r--r-- 1 gtoth hpcc 33 18 Aug 20:35 RB/RiceV5/notest.diff -rw-r--r-- 1 gtoth hpcc 27 18 Aug 20:35 UA/GITM/notest.diff -rw-r--r-- 1 gtoth hpcc 61 18 Aug 20:35 UA/GITM2/test_earth.diff -rw-r--r-- 1 gtoth hpcc 58 18 Aug 20:36 UA/GITM2/test_mars.diff -rw-r--r-- 1 gtoth hpcc 0 18 Aug 20:36 test_pw.diff -rw-r--r-- 1 gtoth hpcc 31 18 Aug 20:37 test_rb.diff -rw-r--r-- 1 gtoth hpcc 21 18 Aug 20:37 test_esmf.diff -rw-r--r-- 1 gtoth hpcc 17 18 Aug 20:38 test1_gm.diff -rw-r--r-- 1 gtoth hpcc 17 18 Aug 20:38 test1_pw.diff -rw-r--r-- 1 gtoth hpcc 17 18 Aug 20:38 test1_ie.diff -rw-r--r-- 1 gtoth hpcc 17 18 Aug 20:38 test2_sc.diff -rw-r--r-- 1 gtoth hpcc 17 18 Aug 20:38 test2_ih.diff -rw-r--r-- 1 gtoth hpcc 17 18 Aug 20:41 test3_ie.diff -rw-r--r-- 1 gtoth hpcc 17 18 Aug 20:41 test3_gm.diff -rw-r--r-- 1 gtoth hpcc 17 18 Aug 20:41 test3_im.diff -rw-r--r-- 1 gtoth hpcc 17 18 Aug 20:41 test4_ie.diff -rw-r--r-- 1 gtoth hpcc 17 18 Aug 20:41 test4_gm.diff -rw-r--r-- 1 gtoth hpcc 17 18 Aug 20:41 test4_im.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)