Installing SWMF
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 CRASH/src/Makefile.RULES
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.
Installing GM/BATSRUS/
Installing BATSRUS as GM component
cp -f src/ModSize_orig.f90 src/ModSize.f90
cp -f src/ModHdf5_empty.f90 src/ModHdf5.f90
cp -f src/ModImplHypre_empty.f90 src/ModImplHypre.f90
cp -f srcBATL/BATL_size_orig.f90 srcBATL/BATL_size.f90
perl -pi -e 's/nG\*/nG \!\*/' srcBATL/BATL_size.f90
touch src/Makefile.DEPEND src/Makefile.RULES srcBATL/Makefile.DEPEND srcInterface/Makefile.DEPEND srcPostProc/Makefile.RULES
./Config.pl -u=Default -e=Mhd
Installing IE/RIM/
Installing RIM as IE component
touch src/Makefile.DEPEND
Installing IE/Ridley_serial/
Installing Ridley_serial as IE component
cp -f src/ModSize_orig.f90 src/ModSize.f90
touch src/Makefile.DEPEND
Installing IH/BATSRUS/
Installing BATSRUS as IH component
Installing IH/BATSRUS_share/
Installing BATSRUS as IH component
touch src/Makefile.DEPEND
make[1]: *** No rule to make target `srcBATL/BATL_size.f90'.  Stop.
BATSRUS/Config.pl ERROR: could not open srcBATL/BATL_size.f90
Installing IM/CRCM/
Installing CRCM as IM component
touch src/Makefile.DEPEND src/Makefile.RULES srcInterface/Makefile.DEPEND
Installing IM/HEIDI/
Installing HEIDI as IM component
touch src/Makefile.DEPEND src/Makefile.RULES srcInterface/Makefile.DEPEND
Installing IM/RCM/
Installing RCM as IM component
touch src/Makefile.DEPEND
Installing IM/RCM2/
Installing RCM2 as IM component
touch src/Makefile.DEPEND
Installing LC/BATSRUS/
Installing BATSRUS as LC component
Installing OH/BATSRUS/
Installing BATSRUS as OH component
Installing PS/DGCPM/
Installing DGCPM as PS component
touch src/Makefile.DEPEND
Installing PW/PWOM/
Installing PWOM as PW component
mkdir bin
touch src/Makefile.DEPEND src/Makefile.RULES srcInterface/Makefile.DEPEND
Installing RB/RBE/
Installing RBE as RB component
touch src/Makefile.DEPEND src/Makefile.RULES srcInterface/Makefile.DEPEND
Installing RB/Rice/
Installing Rice as RB component
touch srcInterface/Makefile.DEPEND
Installing RB/RiceV5/
Installing RiceV5 as RB component
touch srcInterface/Makefile.DEPEND
Installing SC/BATSRUS/
Installing BATSRUS as SC component
Installing SP/FLAMPA/
Installing FLAMPA as SP component
mv Makefile.def Makefile.def.orig
cp Makefile.def.orig Makefile.def
touch src/Makefile.DEPEND srcInterface/Makefile.DEPEND
Installing SP/Kota/
Installing Kota as SP component
touch src/Makefile.DEPEND srcInterface/Makefile.DEPEND
Installing UA/GITM/
Installing GITM as UA component
touch src/Makefile.DEPEND
touch srcIE/Makefile.DEPEND
touch srcIO/Makefile.DEPEND
Installing UA/GITM2/
Installing GITM2 as 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

rm -f share/Library/test/*.diff
cd 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 -O4 -132 lapack.f
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 -132 blas.f
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ModBlasLapack.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ModKind.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O3 ModNumConst.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ModConst.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ModCoordTransform.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ModExactRS.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ModFreq.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ModInterpolate.f90
Note: On some machines, -ieee=full may be needed for best performance
mpif90 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O0 ModMpiOrig.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 -O4 ModMpi.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ModIoUnit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ModLinearAdvection.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ModLinearSolver.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 ModUtilities.f95
Note: On some machines, -ieee=full may be needed for best performance
rm -f ModUtilities.f95
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ModReadParam.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ModPlotFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ModLookupTable.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ModPlanetConst.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ModProcessVarName.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ModSort.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ModTimeConvert.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ModTriangulate.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 CON_planet.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 CON_geopack.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 CON_axes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 CON_line_extract.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 CON_planet_field.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 CON_ray_trace.f90
Note: On some machines, -ieee=full may be needed for best performance
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 ModLinearAdvection.o ModLinearSolver.o ModLookupTable.o ModMpiInterfaces.o ModMpi.o ModMpiOrig.o ModNumConst.o ModPlanetConst.o ModPlotFile.o ModProcessVarName.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 share/Library/test; make test
Note: On some machines, -ieee=full may be needed for best performance
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 20:01 test_axes.diff
Note: On some machines, -ieee=full may be needed for best performance
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 20:01 test_coord_transform.diff
Note: On some machines, -ieee=full may be needed for best performance
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 20:01 test_freq.diff
Note: On some machines, -ieee=full may be needed for best performance
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 20:01 test_geopack.diff
Note: On some machines, -ieee=full may be needed for best performance
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 20:01 test_io_unit.diff
Note: On some machines, -ieee=full may be needed for best performance
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 20:01 test_interpolate.diff
Note: On some machines, -ieee=full may be needed for best performance
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 20:01 test_line_extract.diff
Note: On some machines, -ieee=full may be needed for best performance
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 20:01 test_linear_advection.diff
Note: On some machines, -ieee=full may be needed for best performance
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 20:01 test_linear_solver.diff
Note: On some machines, -ieee=full may be needed for best performance
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 20:01 test_lookup_table.diff
Note: On some machines, -ieee=full may be needed for best performance
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 20:01 test_planet_field.diff
Note: On some machines, -ieee=full may be needed for best performance
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 20:01 test_plot_file.diff
Note: On some machines, -ieee=full may be needed for best performance
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 20:01 test_ray_trace.diff
Note: On some machines, -ieee=full may be needed for best performance
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 20:01 test_sort.diff
Note: On some machines, -ieee=full may be needed for best performance
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 20:01 test_time_convert.diff
Note: On some machines, -ieee=full may be needed for best performance
make[2]: [test_triangulate] Error 139 (ignored)
make[2]: [test_triangulate] Error 1 (ignored)
-rw-r--r--  1 gtoth  hpcc  112  9 Aug 20:01 test_triangulate.diff
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 20:01 test_process_var_name.diff
Note: On some machines, -ieee=full may be needed for best performance
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 20:01 test_utilities.diff
---------------------------------------------------------
-rw-r--r--  1 gtoth  hpcc    0  9 Aug 20:01 test_axes.diff
-rw-r--r--  1 gtoth  hpcc    0  9 Aug 20:01 test_coord_transform.diff
-rw-r--r--  1 gtoth  hpcc    0  9 Aug 20:01 test_freq.diff
-rw-r--r--  1 gtoth  hpcc    0  9 Aug 20:01 test_geopack.diff
-rw-r--r--  1 gtoth  hpcc    0  9 Aug 20:01 test_interpolate.diff
-rw-r--r--  1 gtoth  hpcc    0  9 Aug 20:01 test_io_unit.diff
-rw-r--r--  1 gtoth  hpcc    0  9 Aug 20:01 test_line_extract.diff
-rw-r--r--  1 gtoth  hpcc    0  9 Aug 20:01 test_linear_advection.diff
-rw-r--r--  1 gtoth  hpcc    0  9 Aug 20:01 test_linear_solver.diff
-rw-r--r--  1 gtoth  hpcc    0  9 Aug 20:01 test_lookup_table.diff
-rw-r--r--  1 gtoth  hpcc    0  9 Aug 20:01 test_planet_field.diff
-rw-r--r--  1 gtoth  hpcc    0  9 Aug 20:01 test_plot_file.diff
-rw-r--r--  1 gtoth  hpcc    0  9 Aug 20:01 test_process_var_name.diff
-rw-r--r--  1 gtoth  hpcc    0  9 Aug 20:01 test_ray_trace.diff
-rw-r--r--  1 gtoth  hpcc    0  9 Aug 20:01 test_sort.diff
-rw-r--r--  1 gtoth  hpcc    0  9 Aug 20:01 test_time_convert.diff
-rw-r--r--  1 gtoth  hpcc  112  9 Aug 20:01 test_triangulate.diff
-rw-r--r--  1 gtoth  hpcc    0  9 Aug 20:01 test_utilities.diff
ls -l share/Library/test/*.diff
-rw-r--r--  1 gtoth  hpcc    0  9 Aug 20:01 share/Library/test/test_axes.diff
-rw-r--r--  1 gtoth  hpcc    0  9 Aug 20:01 share/Library/test/test_coord_transform.diff
-rw-r--r--  1 gtoth  hpcc    0  9 Aug 20:01 share/Library/test/test_freq.diff
-rw-r--r--  1 gtoth  hpcc    0  9 Aug 20:01 share/Library/test/test_geopack.diff
-rw-r--r--  1 gtoth  hpcc    0  9 Aug 20:01 share/Library/test/test_interpolate.diff
-rw-r--r--  1 gtoth  hpcc    0  9 Aug 20:01 share/Library/test/test_io_unit.diff
-rw-r--r--  1 gtoth  hpcc    0  9 Aug 20:01 share/Library/test/test_line_extract.diff
-rw-r--r--  1 gtoth  hpcc    0  9 Aug 20:01 share/Library/test/test_linear_advection.diff
-rw-r--r--  1 gtoth  hpcc    0  9 Aug 20:01 share/Library/test/test_linear_solver.diff
-rw-r--r--  1 gtoth  hpcc    0  9 Aug 20:01 share/Library/test/test_lookup_table.diff
-rw-r--r--  1 gtoth  hpcc    0  9 Aug 20:01 share/Library/test/test_planet_field.diff
-rw-r--r--  1 gtoth  hpcc    0  9 Aug 20:01 share/Library/test/test_plot_file.diff
-rw-r--r--  1 gtoth  hpcc    0  9 Aug 20:01 share/Library/test/test_process_var_name.diff
-rw-r--r--  1 gtoth  hpcc    0  9 Aug 20:01 share/Library/test/test_ray_trace.diff
-rw-r--r--  1 gtoth  hpcc    0  9 Aug 20:01 share/Library/test/test_sort.diff
-rw-r--r--  1 gtoth  hpcc    0  9 Aug 20:01 share/Library/test/test_time_convert.diff
-rw-r--r--  1 gtoth  hpcc  112  9 Aug 20:01 share/Library/test/test_triangulate.diff
-rw-r--r--  1 gtoth  hpcc    0  9 Aug 20:01 share/Library/test/test_utilities.diff
for i in `ls -d [A-Z][A-Z]/*/ | grep -v /CVS/ | grep -v /Empty/`; \
	do ( cd $i; make test; ); done
make test_fluxemergence_compile
./Config.pl -e=MhdEosRad -u=Ee -g=10,10,10,500,1
Writing new grid size 10,10,10,500,1 into src/ModSize.f90 and srcBATL/BATL_size.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
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ModTiming.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 timing_cpu.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 timing.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 ModMagnetogram.f90
Note: On some machines, -ieee=full may be needed for best performance
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/DATAREAD/srcDemt; make LIB
make /xhome/gtoth/Tmp/SWMF/lib/libDEMT.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ModLdem.f90
Note: On some machines, -ieee=full may be needed for best performance
rm -f /xhome/gtoth/Tmp/SWMF/lib/libDEMT.a
ar -rs /xhome/gtoth/Tmp/SWMF/lib/libDEMT.a ModLdem.o 
ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libDEMT.a

/xhome/gtoth/Tmp/SWMF/lib/libDEMT.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 -O4 EEE_ModCommonVariables.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -c -w  -r8 -O4 EEE_ModArch.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -c -w  -r8 -O4 EEE_ModGetB0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -c -w  -r8 -O4 EEE_ModGL98.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -c -w  -r8 -O4 EEE_ModTD99.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -c -w  -r8 -O4 EEE_ModShearFlow.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -c -w  -r8 -O4 EEE_ModMain.f90
Note: On some machines, -ieee=full may be needed for best performance
rm -f /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a
ar -rs /xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALEE.a EEE_ModCommonVariables.o EEE_ModMain.o EEE_ModTD99.o EEE_ModGL98.o EEE_ModArch.o EEE_ModGetB0.o EEE_ModShearFlow.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 srcBATL; make LIB
make libBATL.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_size.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_mpi.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_tree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_cell.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_face.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_node.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_lib.f90
Note: On some machines, -ieee=full may be needed for best performance
rm -f libBATL.a
ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_lib.o BATL_mpi.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_size.o BATL_tree.o
ar: creating archive libBATL.a

libBATL.a has been brought up to date.

cd src; make LIB
make libBATSRUS.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSize.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSingleFluid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModExtraVariables.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEquation.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModParallel.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMain.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModB0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIO.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModProcMH.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdvance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCube.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAMR.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCovariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGeometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiFluid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPhysics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdjoint.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceValue.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModWaves.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEnergy.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBatlInterface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBlockData.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBoundaryCells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModConserveFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIonoVelocity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUserEmpty.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModExpansionFactors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCoronalHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUser.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPointImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiIon.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCharacteristic.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCurrent.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceGradient.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHallResist.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMessagePass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadDiffusion.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadiativeCooling.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHeatConduction.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModResistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGroundMagPerturb.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGmGeoindices.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModLaserHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModNodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModOctree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPartSteady.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPolarNeighbor.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCT.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRestartFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRaytrace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSatelliteFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSolarwind.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModTimeStepControl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHdf5.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModImplHypre.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModProject.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 BATS_methods.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 MH_set_parameters.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 advect_points.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 allocate_vars.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_gradients.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_sources.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_timestep.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 coarsen_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 covariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 create_soln_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 exchange_messages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 explicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 find_neighbors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 fix_axis_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 library.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 load_balance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_faces.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_nodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 number_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 octree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 potential_force_averages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 refine_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 rotate.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_b0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_block_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_ICs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_outer_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 specify_refinement.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states_MHD.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_logfile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_common.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_idl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_tec.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O2 write_plot_los.f90
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_sph.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_radiowave.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_progress.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 constrain_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95  -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace_new.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_pass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 get_im_pressure.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 project_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_cg.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_bicgstab.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_resistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 clean_divb.f90
Note: On some machines, -ieee=full may be needed for best performance
cp -f ../srcBATL/libBATL.a libBATSRUS.a
ar -rs libBATSRUS.a ModAdvance.o ModAMR.o ModB0.o ModBatlInterface.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 ModGmGeoindices.o ModHallResist.o ModIO.o ModLaserHeating.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 ModTimeStepControl.o ModUserEmpty.o ModUser.o ModWaves.o ModHdf5.o ModCoronalHeating.o ModRadiativeCooling.o  ModCT.o       	ModImplicit.o ModImplHypre.o ModRadDiffusion.o ModHeatConduction.o 	ModRaytrace.o  ModProject.o   ModAdjoint.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  set_resistivity.o ModResistivity.o  clean_divb.o                          
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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 main.f90
Note: On some machines, -ieee=full may be needed for best performance
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/libDEMT.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   
rm -rf Tmp_
 
Program BATSRUS has been brought up to date.
 
make 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 srcPostProc; make PIDL
make /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 PostIDL.f90
Note: On some machines, -ieee=full may be needed for best performance
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_fluxemergence_rundir 
rm -rf run_test
make rundir RUNDIR=run_test STANDALONE=YES GMDIR=`pwd`
mkdir -p run_test/GM
cd run_test/GM; \
	mkdir restartIN restartOUT IO2; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe .; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostSPH.exe .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/IDL/pIDL .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/TEC/pTEC .; \
	ln -s /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Param .
cd run_test; cp ../data/FLUXEMERGENCE/*.dat* .
cd run_test; cp Param/FLUXEMERGENCE/Grid.* .
cd run_test; gunzip *.gz
make test_fluxemergence_run
cd run_test; cp Param/FLUXEMERGENCE/PARAM.in.FluxEmergence.1D PARAM.in
cd run_test; mpirun -np 2 ./BATSRUS.exe > runlog_1d
cd run_test; ./PostProc.pl -M -cat RESULTS/run_1d
PostProc.pl: mv GM/IO2 RESULTS/run_1d/GM with 3 files
PostProc.pl: cp PARAM.in RESULTS/run_1d/
PostProc.pl: mv runlog_[0-9]* RESULTS/run_1d/
PostProc.pl: Restart.pl -o RESULTS/run_1d/RESTART
cd run_test; cp Param/FLUXEMERGENCE/PARAM.in.FluxEmergence.3D PARAM.in
cd run_test; mpirun -np 2 ./BATSRUS.exe > runlog_3d
cd run_test; ./Restart.pl
# Restart.pl has checked output restart file and directories.
# Restart.pl has created restart tree RESTART_t004.03s/.
# Restart.pl has checked  input restart file and directories.
# Restart.pl has linked  restart tree RESTART_t004.03s/.
cd run_test; ./PostProc.pl -M -cat RESULTS/run_3d
PostProc.pl: mv GM/IO2 RESULTS/run_3d/GM with 5 files
PostProc.pl: cp PARAM.in RESULTS/run_3d/
PostProc.pl: mv runlog_[0-9]* RESULTS/run_3d/
PostProc.pl: Restart.pl -o RESULTS/run_3d/RESTART
ERROR in Restart.pl: could not find restart file GM/restartOUT/restart.H!
cd run_test; cp Param/FLUXEMERGENCE/PARAM.in.FluxEmergence PARAM.in
cd run_test; mpirun -np 2 ./BATSRUS.exe > runlog_restart
Warning: Floating underflow occurred
cd run_test; ./PostProc.pl -M -cat RESULTS/run_restart; \
			mv runlog_restart RESULTS/run_restart
PostProc.pl: mv GM/IO2 RESULTS/run_restart/GM with 3 files
PostProc.pl: cp PARAM.in RESULTS/run_restart/
WARNING in PostProc.pl: no runlog runlog_[0-9]* file was found
PostProc.pl: Restart.pl -o RESULTS/run_restart/RESTART
make test_fluxemergence_check
/xhome/gtoth/Tmp/SWMF/share/Scripts/DiffNum.pl -t \
Param/FLUXEMERGENCE/TestOutput/log_fluxemergence.log \
run_test/RESULTS/run_restart/GM/log_n000011.log > test_fluxemergence.diff
ERROR in DiffNum.pl
make[4]: *** [test_fluxemergence_check] Error 255
make[3]: *** [test_fluxemergence] Error 2
make[2]: [test] Error 2 (ignored)
make test_shocktube_compile
./Config.pl -u=Default -e=MhdHyp -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 and srcBATL/BATL_size.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/DATAREAD/srcDemt; make LIB
make /xhome/gtoth/Tmp/SWMF/lib/libDEMT.a
make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libDEMT.a' is up to date.

/xhome/gtoth/Tmp/SWMF/lib/libDEMT.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 srcBATL; make LIB
make libBATL.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_size.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_tree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_cell.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_face.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_node.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_lib.f90
Note: On some machines, -ieee=full may be needed for best performance
rm -f libBATL.a
ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_lib.o BATL_mpi.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_size.o BATL_tree.o
ar: creating archive libBATL.a

libBATL.a has been brought up to date.

cd src; make LIB
make libBATSRUS.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSize.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEquation.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModParallel.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMain.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModB0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIO.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdvance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCube.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAMR.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCovariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGeometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiFluid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPhysics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdjoint.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceValue.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModWaves.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEnergy.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBatlInterface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBlockData.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBoundaryCells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModConserveFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIonoVelocity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUserEmpty.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUser.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPointImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiIon.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCharacteristic.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCurrent.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModExpansionFactors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceGradient.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHallResist.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMessagePass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadDiffusion.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCoronalHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadiativeCooling.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHeatConduction.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModResistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGroundMagPerturb.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGmGeoindices.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModLaserHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModNodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModOctree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPartSteady.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPolarNeighbor.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCT.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRestartFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRaytrace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSatelliteFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSolarwind.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModTimeStepControl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHdf5.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 BATS_methods.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 MH_set_parameters.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 advect_points.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 allocate_vars.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_gradients.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_sources.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_timestep.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 coarsen_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 covariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 create_soln_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 exchange_messages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 explicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 find_neighbors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 fix_axis_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 library.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 load_balance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_faces.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_nodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 number_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 octree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 potential_force_averages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 refine_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 rotate.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_b0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_block_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_ICs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_outer_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 specify_refinement.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states_MHD.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_logfile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_common.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_idl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_tec.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O2 write_plot_los.f90
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_sph.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_radiowave.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_progress.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 constrain_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95  -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace_new.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_pass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 get_im_pressure.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 project_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_cg.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_bicgstab.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_resistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 clean_divb.f90
Note: On some machines, -ieee=full may be needed for best performance
cp -f ../srcBATL/libBATL.a libBATSRUS.a
ar -rs libBATSRUS.a ModAdvance.o ModAMR.o ModB0.o ModBatlInterface.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 ModGmGeoindices.o ModHallResist.o ModIO.o ModLaserHeating.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 ModTimeStepControl.o ModUserEmpty.o ModUser.o ModWaves.o ModHdf5.o ModCoronalHeating.o ModRadiativeCooling.o  ModCT.o       	ModImplicit.o ModImplHypre.o ModRadDiffusion.o ModHeatConduction.o 	ModRaytrace.o  ModProject.o   ModAdjoint.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  set_resistivity.o ModResistivity.o  clean_divb.o                          
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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 main.f90
Note: On some machines, -ieee=full may be needed for best performance
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/libDEMT.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   
rm -rf Tmp_
 
Program BATSRUS has been brought up to date.
 
make 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 srcPostProc; make PIDL
make /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe
make[7]: `/xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe' is up to date.
 
Program PostIDL has been brought up to date.
 
make test_shocktube_rundir
rm -rf run_test
make rundir RUNDIR=run_test STANDALONE=YES GMDIR=`pwd`
mkdir -p run_test/GM
cd run_test/GM; \
	mkdir restartIN restartOUT IO2; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe .; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostSPH.exe .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/IDL/pIDL .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/TEC/pTEC .; \
	ln -s /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Param .
cd run_test; cp Param/SHOCKTUBE/PARAM.in.hyp PARAM.in
make test_shocktube_run
cd run_test; mpirun -np 2 ./BATSRUS.exe > runlog
cd run_test; ./PostProc.pl -m RESULT
PostProc.pl: mv GM/IO2 RESULT/GM with 11 files
PostProc.pl: cp PARAM.in RESULT/
PostProc.pl: mv runlog RESULT/
PostProc.pl: Restart.pl -o RESULT/RESTART
ERROR in Restart.pl: could not find restart file GM/restartOUT/restart.H!
make test_shocktube_check
/xhome/gtoth/Tmp/SWMF/share/Scripts/DiffNum.pl -t -r=1e-5 -a=1e-11 \
run_test/RESULT/GM/cut_*t25*.out \
	Param/SHOCKTUBE/TestOutput/mhdhyp_ref.out > test_shocktube.diff
ls -l test_shocktube.diff
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 20:17 test_shocktube.diff
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 and srcBATL/BATL_size.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/DATAREAD/srcDemt; make LIB
make /xhome/gtoth/Tmp/SWMF/lib/libDEMT.a
make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libDEMT.a' is up to date.

/xhome/gtoth/Tmp/SWMF/lib/libDEMT.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 srcBATL; make LIB
make libBATL.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_size.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_tree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_cell.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_face.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_node.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_lib.f90
Note: On some machines, -ieee=full may be needed for best performance
rm -f libBATL.a
ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_lib.o BATL_mpi.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_size.o BATL_tree.o
ar: creating archive libBATL.a

libBATL.a has been brought up to date.

cd src; make LIB
make libBATSRUS.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSize.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEquation.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModParallel.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMain.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModB0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIO.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdvance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCube.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAMR.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCovariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGeometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiFluid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPhysics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdjoint.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceValue.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModWaves.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEnergy.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBatlInterface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBlockData.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBoundaryCells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModConserveFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIonoVelocity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUserEmpty.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUser.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPointImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiIon.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCharacteristic.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCurrent.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModExpansionFactors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceGradient.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHallResist.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMessagePass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadDiffusion.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCoronalHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadiativeCooling.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHeatConduction.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModResistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGroundMagPerturb.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGmGeoindices.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModLaserHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModNodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModOctree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPartSteady.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPolarNeighbor.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCT.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRestartFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRaytrace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSatelliteFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSolarwind.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModTimeStepControl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHdf5.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 BATS_methods.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 MH_set_parameters.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 advect_points.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 allocate_vars.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_gradients.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_sources.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_timestep.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 coarsen_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 covariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 create_soln_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 exchange_messages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 explicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 find_neighbors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 fix_axis_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 library.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 load_balance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_faces.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_nodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 number_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 octree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 potential_force_averages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 refine_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 rotate.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_b0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_block_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_ICs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_outer_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 specify_refinement.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states_MHD.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_logfile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_common.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_idl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_tec.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O2 write_plot_los.f90
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_sph.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_radiowave.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_progress.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 constrain_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 implicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_interface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_jacobian.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_matvec.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_newton.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace_new.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_pass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 get_im_pressure.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 project_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_cg.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_bicgstab.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_resistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 clean_divb.f90
Note: On some machines, -ieee=full may be needed for best performance
cp -f ../srcBATL/libBATL.a libBATSRUS.a
ar -rs libBATSRUS.a ModAdvance.o ModAMR.o ModB0.o ModBatlInterface.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 ModGmGeoindices.o ModHallResist.o ModIO.o ModLaserHeating.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 ModTimeStepControl.o ModUserEmpty.o ModUser.o ModWaves.o ModHdf5.o ModCoronalHeating.o ModRadiativeCooling.o  ModCT.o       	ModImplicit.o ModImplHypre.o ModRadDiffusion.o ModHeatConduction.o 	ModRaytrace.o  ModProject.o   ModAdjoint.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  set_resistivity.o ModResistivity.o  clean_divb.o                          
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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 main.f90
Note: On some machines, -ieee=full may be needed for best performance
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/libDEMT.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   
rm -rf Tmp_
 
Program BATSRUS has been brought up to date.
 
make 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 srcPostProc; make PIDL
make /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe
make[7]: `/xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe' is up to date.
 
Program PostIDL has been brought up to date.
 
make test_hallmhd_rundir
rm -rf run_test
make rundir RUNDIR=run_test STANDALONE=YES GMDIR=`pwd`
mkdir -p run_test/GM
cd run_test/GM; \
	mkdir restartIN restartOUT IO2; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe .; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostSPH.exe .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/IDL/pIDL .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/TEC/pTEC .; \
	ln -s /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Param .
cd run_test; cp Param/SHOCKTUBE/PARAM.in.HallTest PARAM.in
make test_hallmhd_run
cd run_test; mpirun -np 2 ./BATSRUS.exe > runlog
cd run_test; ./PostProc.pl RESULT
PostProc.pl: mv GM/IO2 RESULT/GM with 14 files
PostProc.pl: cp PARAM.in RESULT/
PostProc.pl: mv runlog RESULT/
PostProc.pl: Restart.pl -o RESULT/RESTART
ERROR in Restart.pl: could not find restart file GM/restartOUT/restart.H!
make test_hallmhd_check
/xhome/gtoth/Tmp/SWMF/share/Scripts/DiffNum.pl -t -r=1e-5 -a=2e-7 \
  Param/SHOCKTUBE/TestOutput/hall_ref.out \
  run_test/RESULT/GM/cut_*0118.out > test_hallmhd.diff
ls -l test_hallmhd.diff
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 20:25 test_hallmhd.diff
make test_twofluidmhd_compile
./Config.pl -u=Waves -e=MhdHypPe -g=64,2,2,10,10
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/DATAREAD/srcDemt; make LIB
make /xhome/gtoth/Tmp/SWMF/lib/libDEMT.a
make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libDEMT.a' is up to date.

/xhome/gtoth/Tmp/SWMF/lib/libDEMT.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 srcBATL; make LIB
make libBATL.a
make[7]: `libBATL.a' is up to date.

libBATL.a has been brought up to date.

cd src; make LIB
make libBATSRUS.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEquation.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMain.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModB0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIO.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdvance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCovariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGeometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiFluid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPhysics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdjoint.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceValue.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModWaves.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEnergy.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBatlInterface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBlockData.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBoundaryCells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModConserveFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIonoVelocity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUserEmpty.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUser.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPointImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiIon.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCharacteristic.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCurrent.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModExpansionFactors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceGradient.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHallResist.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMessagePass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadDiffusion.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCoronalHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadiativeCooling.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHeatConduction.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModResistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGroundMagPerturb.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGmGeoindices.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModLaserHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModNodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPartSteady.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPolarNeighbor.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCT.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRestartFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRaytrace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSatelliteFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSolarwind.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModTimeStepControl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHdf5.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 BATS_methods.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 MH_set_parameters.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 advect_points.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 allocate_vars.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_gradients.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_sources.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_timestep.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 coarsen_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 covariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 create_soln_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 exchange_messages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 explicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 find_neighbors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 fix_axis_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 library.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 load_balance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_faces.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_nodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 number_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 octree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 potential_force_averages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 refine_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 rotate.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_b0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_block_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_ICs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_outer_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 specify_refinement.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states_MHD.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_logfile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_common.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_idl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_tec.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O2 write_plot_los.f90
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_sph.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_radiowave.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_progress.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 constrain_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 implicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_interface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_jacobian.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_matvec.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_newton.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace_new.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_pass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 get_im_pressure.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 project_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_cg.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_bicgstab.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_resistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 clean_divb.f90
Note: On some machines, -ieee=full may be needed for best performance
cp -f ../srcBATL/libBATL.a libBATSRUS.a
ar -rs libBATSRUS.a ModAdvance.o ModAMR.o ModB0.o ModBatlInterface.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 ModGmGeoindices.o ModHallResist.o ModIO.o ModLaserHeating.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 ModTimeStepControl.o ModUserEmpty.o ModUser.o ModWaves.o ModHdf5.o ModCoronalHeating.o ModRadiativeCooling.o  ModCT.o       	ModImplicit.o ModImplHypre.o ModRadDiffusion.o ModHeatConduction.o 	ModRaytrace.o  ModProject.o   ModAdjoint.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  set_resistivity.o ModResistivity.o  clean_divb.o                          
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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 main.f90
Note: On some machines, -ieee=full may be needed for best performance
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/libDEMT.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   
rm -rf Tmp_
 
Program BATSRUS has been brought up to date.
 
make 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 srcPostProc; make PIDL
make /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe
make[7]: `/xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe' is up to date.
 
Program PostIDL has been brought up to date.
 
make test_twofluidmhd_rundir
rm -rf run_test
make rundir RUNDIR=run_test STANDALONE=YES GMDIR=`pwd`
mkdir -p run_test/GM
cd run_test/GM; \
	mkdir restartIN restartOUT IO2; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe .; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostSPH.exe .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/IDL/pIDL .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/TEC/pTEC .; \
	ln -s /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Param .
cd run_test; cp Param/SHOCKTUBE/PARAM.in.TwofluidTest PARAM.in
make test_twofluidmhd_run
cd run_test; mpirun -np 2 ./BATSRUS.exe > runlog
cd run_test; ./PostProc.pl RESULT
PostProc.pl: mv GM/IO2 RESULT/GM with 4 files
PostProc.pl: cp PARAM.in RESULT/
PostProc.pl: mv runlog RESULT/
PostProc.pl: Restart.pl -o RESULT/RESTART
ERROR in Restart.pl: could not find restart file GM/restartOUT/restart.H!
make test_twofluidmhd_check
/xhome/gtoth/Tmp/SWMF/share/Scripts/DiffNum.pl -t -r=1e-5 -a=1e-13 \
  Param/SHOCKTUBE/TestOutput/twofluid_ref.out \
  run_test/RESULT/GM/cut_mhd_1_t00000020*.out > test_twofluidmhd.diff
ls -l test_twofluidmhd.diff
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 20:31 test_twofluidmhd.diff
make test_multifluid_compile
./Config.pl -u=Default -e=MhdHd -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 and srcBATL/BATL_size.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/DATAREAD/srcDemt; make LIB
make /xhome/gtoth/Tmp/SWMF/lib/libDEMT.a
make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libDEMT.a' is up to date.

/xhome/gtoth/Tmp/SWMF/lib/libDEMT.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 srcBATL; make LIB
make libBATL.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_size.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_tree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_cell.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_face.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_node.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_lib.f90
Note: On some machines, -ieee=full may be needed for best performance
rm -f libBATL.a
ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_lib.o BATL_mpi.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_size.o BATL_tree.o
ar: creating archive libBATL.a

libBATL.a has been brought up to date.

cd src; make LIB
make libBATSRUS.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSize.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEquation.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModParallel.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMain.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModB0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIO.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdvance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCube.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAMR.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCovariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGeometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiFluid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPhysics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdjoint.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceValue.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModWaves.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEnergy.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBatlInterface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBlockData.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBoundaryCells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModConserveFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIonoVelocity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUserEmpty.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUser.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPointImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiIon.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCharacteristic.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCurrent.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModExpansionFactors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceGradient.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHallResist.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMessagePass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadDiffusion.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCoronalHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadiativeCooling.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHeatConduction.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModResistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGroundMagPerturb.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGmGeoindices.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModLaserHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModNodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModOctree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPartSteady.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPolarNeighbor.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCT.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRestartFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRaytrace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSatelliteFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSolarwind.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModTimeStepControl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHdf5.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 BATS_methods.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 MH_set_parameters.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 advect_points.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 allocate_vars.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_gradients.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_sources.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_timestep.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 coarsen_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 covariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 create_soln_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 exchange_messages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 explicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 find_neighbors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 fix_axis_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 library.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 load_balance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_faces.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_nodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 number_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 octree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 potential_force_averages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 refine_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 rotate.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_b0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_block_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_ICs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_outer_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 specify_refinement.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states_MHD.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_logfile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_common.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_idl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_tec.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O2 write_plot_los.f90
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_sph.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_radiowave.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_progress.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 constrain_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95  -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace_new.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_pass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 get_im_pressure.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 project_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_cg.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_bicgstab.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_resistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 clean_divb.f90
Note: On some machines, -ieee=full may be needed for best performance
cp -f ../srcBATL/libBATL.a libBATSRUS.a
ar -rs libBATSRUS.a ModAdvance.o ModAMR.o ModB0.o ModBatlInterface.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 ModGmGeoindices.o ModHallResist.o ModIO.o ModLaserHeating.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 ModTimeStepControl.o ModUserEmpty.o ModUser.o ModWaves.o ModHdf5.o ModCoronalHeating.o ModRadiativeCooling.o  ModCT.o       	ModImplicit.o ModImplHypre.o ModRadDiffusion.o ModHeatConduction.o 	ModRaytrace.o  ModProject.o   ModAdjoint.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  set_resistivity.o ModResistivity.o  clean_divb.o                          
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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 main.f90
Note: On some machines, -ieee=full may be needed for best performance
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/libDEMT.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   
rm -rf Tmp_
 
Program BATSRUS has been brought up to date.
 
make 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 srcPostProc; make PIDL
make /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe
make[7]: `/xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe' is up to date.
 
Program PostIDL has been brought up to date.
 
make test_multifluid_rundir
rm -rf run_test
make rundir RUNDIR=run_test STANDALONE=YES GMDIR=`pwd`
mkdir -p run_test/GM
cd run_test/GM; \
	mkdir restartIN restartOUT IO2; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe .; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostSPH.exe .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/IDL/pIDL .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/TEC/pTEC .; \
	ln -s /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Param .
cd run_test; cp Param/MULTIFLUID/PARAM.in .
make test_multifluid_run
cd run_test; mpirun -np 2 ./BATSRUS.exe > runlog
cd run_test; ./PostProc.pl -m RESULT
PostProc.pl: mv GM/IO2 RESULT/GM with 11 files
PostProc.pl: cp PARAM.in RESULT/
PostProc.pl: mv runlog RESULT/
PostProc.pl: Restart.pl -o RESULT/RESTART
ERROR in Restart.pl: could not find restart file GM/restartOUT/restart.H!
make test_multifluid_check
/xhome/gtoth/Tmp/SWMF/share/Scripts/DiffNum.pl -t -r=1e-5 -a=1e-12 \
  Param/MULTIFLUID/TestOutput/cut_t25.out \
  run_test/RESULT/GM/cut_*025_n*.out > test_multifluid.diff
ls -l test_multifluid.diff
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 20:37 test_multifluid.diff
make test_multiion_compile
./Config.pl -u=Default -e=MultiIon -g=64,2,2,10,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/DATAREAD/srcDemt; make LIB
make /xhome/gtoth/Tmp/SWMF/lib/libDEMT.a
make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libDEMT.a' is up to date.

/xhome/gtoth/Tmp/SWMF/lib/libDEMT.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 srcBATL; make LIB
make libBATL.a
make[7]: `libBATL.a' is up to date.

libBATL.a has been brought up to date.

cd src; make LIB
make libBATSRUS.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEquation.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMain.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModB0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIO.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdvance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCovariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGeometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiFluid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPhysics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdjoint.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceValue.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModWaves.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEnergy.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBatlInterface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBlockData.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBoundaryCells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModConserveFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIonoVelocity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUserEmpty.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUser.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPointImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiIon.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCharacteristic.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCurrent.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModExpansionFactors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceGradient.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHallResist.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMessagePass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadDiffusion.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCoronalHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadiativeCooling.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHeatConduction.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModResistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGroundMagPerturb.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGmGeoindices.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModLaserHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModNodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPartSteady.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPolarNeighbor.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCT.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRestartFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRaytrace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSatelliteFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSolarwind.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModTimeStepControl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHdf5.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 BATS_methods.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 MH_set_parameters.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 advect_points.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 allocate_vars.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_gradients.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_sources.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_timestep.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 coarsen_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 covariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 create_soln_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 exchange_messages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 explicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 find_neighbors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 fix_axis_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 library.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 load_balance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_faces.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_nodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 number_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 octree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 potential_force_averages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 refine_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 rotate.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_b0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_block_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_ICs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_outer_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 specify_refinement.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states_MHD.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_logfile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_common.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_idl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_tec.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O2 write_plot_los.f90
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_sph.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_radiowave.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_progress.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 constrain_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95  -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace_new.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_pass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 get_im_pressure.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 project_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_cg.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_bicgstab.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_resistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 clean_divb.f90
Note: On some machines, -ieee=full may be needed for best performance
cp -f ../srcBATL/libBATL.a libBATSRUS.a
ar -rs libBATSRUS.a ModAdvance.o ModAMR.o ModB0.o ModBatlInterface.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 ModGmGeoindices.o ModHallResist.o ModIO.o ModLaserHeating.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 ModTimeStepControl.o ModUserEmpty.o ModUser.o ModWaves.o ModHdf5.o ModCoronalHeating.o ModRadiativeCooling.o  ModCT.o       	ModImplicit.o ModImplHypre.o ModRadDiffusion.o ModHeatConduction.o 	ModRaytrace.o  ModProject.o   ModAdjoint.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  set_resistivity.o ModResistivity.o  clean_divb.o                          
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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 main.f90
Note: On some machines, -ieee=full may be needed for best performance
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/libDEMT.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   
rm -rf Tmp_
 
Program BATSRUS has been brought up to date.
 
make 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 srcPostProc; make PIDL
make /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe
make[7]: `/xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe' is up to date.
 
Program PostIDL has been brought up to date.
 
make test_multiion_rundir
rm -rf run_test
make rundir RUNDIR=run_test STANDALONE=YES GMDIR=`pwd`
mkdir -p run_test/GM
cd run_test/GM; \
	mkdir restartIN restartOUT IO2; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe .; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostSPH.exe .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/IDL/pIDL .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/TEC/pTEC .; \
	ln -s /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Param .
cd run_test; cp Param/MULTIION/PARAM.in .
make test_multiion_run
cd run_test; mpirun -np 2 ./BATSRUS.exe > runlog
cd run_test; ./PostProc.pl RESULTS
PostProc.pl: mv GM/IO2 RESULTS/GM with 22 files
PostProc.pl: cp PARAM.in RESULTS/
PostProc.pl: mv runlog RESULTS/
PostProc.pl: Restart.pl -o RESULTS/RESTART
ERROR in Restart.pl: could not find restart file GM/restartOUT/restart.H!
make test_multiion_check
/xhome/gtoth/Tmp/SWMF/share/Scripts/DiffNum.pl -t -r=1e-5 -a=1e-12 \
Param/MULTIION/TestOutput/cut_t2.out \
run_test/RESULTS/GM/cut_*t02.*.out > test_multiion.diff
ls -l test_multiion.diff
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 20:43 test_multiion.diff
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 and srcBATL/BATL_size.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/DATAREAD/srcDemt; make LIB
make /xhome/gtoth/Tmp/SWMF/lib/libDEMT.a
make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libDEMT.a' is up to date.

/xhome/gtoth/Tmp/SWMF/lib/libDEMT.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 srcBATL; make LIB
make libBATL.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_size.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_tree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_cell.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_face.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_node.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_lib.f90
Note: On some machines, -ieee=full may be needed for best performance
rm -f libBATL.a
ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_lib.o BATL_mpi.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_size.o BATL_tree.o
ar: creating archive libBATL.a

libBATL.a has been brought up to date.

cd src; make LIB
make libBATSRUS.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSize.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEquation.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModParallel.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMain.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModB0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIO.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdvance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCube.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAMR.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCovariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGeometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiFluid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPhysics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdjoint.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceValue.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModWaves.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEnergy.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBatlInterface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBlockData.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBoundaryCells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModConserveFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIonoVelocity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUserEmpty.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUser.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPointImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiIon.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCharacteristic.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCurrent.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModExpansionFactors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceGradient.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHallResist.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMessagePass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadDiffusion.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCoronalHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadiativeCooling.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHeatConduction.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModResistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGroundMagPerturb.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGmGeoindices.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModLaserHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModNodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModOctree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPartSteady.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPolarNeighbor.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCT.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRestartFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRaytrace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSatelliteFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSolarwind.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModTimeStepControl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHdf5.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 BATS_methods.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 MH_set_parameters.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 advect_points.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 allocate_vars.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_gradients.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_sources.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_timestep.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 coarsen_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 covariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 create_soln_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 exchange_messages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 explicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 find_neighbors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 fix_axis_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 library.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 load_balance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_faces.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_nodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 number_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 octree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 potential_force_averages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 refine_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 rotate.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_b0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_block_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_ICs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_outer_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 specify_refinement.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states_MHD.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_logfile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_common.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_idl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_tec.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O2 write_plot_los.f90
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_sph.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_radiowave.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_progress.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 constrain_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95  -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace_new.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_pass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 get_im_pressure.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 project_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_cg.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_bicgstab.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_resistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 clean_divb.f90
Note: On some machines, -ieee=full may be needed for best performance
cp -f ../srcBATL/libBATL.a libBATSRUS.a
ar -rs libBATSRUS.a ModAdvance.o ModAMR.o ModB0.o ModBatlInterface.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 ModGmGeoindices.o ModHallResist.o ModIO.o ModLaserHeating.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 ModTimeStepControl.o ModUserEmpty.o ModUser.o ModWaves.o ModHdf5.o ModCoronalHeating.o ModRadiativeCooling.o  ModCT.o       	ModImplicit.o ModImplHypre.o ModRadDiffusion.o ModHeatConduction.o 	ModRaytrace.o  ModProject.o   ModAdjoint.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  set_resistivity.o ModResistivity.o  clean_divb.o                          
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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 main.f90
Note: On some machines, -ieee=full may be needed for best performance
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/libDEMT.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   
rm -rf Tmp_
 
Program BATSRUS has been brought up to date.
 
make 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 srcPostProc; make PIDL
make /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe
make[7]: `/xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe' is up to date.
 
Program PostIDL has been brought up to date.
 
make test_mhdions_rundir
rm -rf run_test
make rundir RUNDIR=run_test STANDALONE=YES GMDIR=`pwd`
mkdir -p run_test/GM
cd run_test/GM; \
	mkdir restartIN restartOUT IO2; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe .; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostSPH.exe .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/IDL/pIDL .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/TEC/pTEC .; \
	ln -s /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Param .
cd run_test; cp Param/MHDIONS/PARAM.in .
make test_mhdions_run
cd run_test; mpirun -np 2 ./BATSRUS.exe > runlog
cd run_test; ./PostProc.pl RESULTS
PostProc.pl: mv GM/IO2 RESULTS/GM with 12 files
PostProc.pl: cp PARAM.in RESULTS/
PostProc.pl: mv runlog RESULTS/
PostProc.pl: Restart.pl -o RESULTS/RESTART
ERROR in Restart.pl: could not find restart file GM/restartOUT/restart.H!
make test_mhdions_check
/xhome/gtoth/Tmp/SWMF/share/Scripts/DiffNum.pl -t -r=1e-5 -a=1e-11 \
Param/MHDIONS/TestOutput/cut_mhd_t10m.out \
run_test/RESULTS/GM/cut_mhd_1_t00001000*.out \
	> test_mhdions.diff
ls -l test_mhdions.diff
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 20:49 test_mhdions.diff
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/DATAREAD/srcDemt; make LIB
make /xhome/gtoth/Tmp/SWMF/lib/libDEMT.a
make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libDEMT.a' is up to date.

/xhome/gtoth/Tmp/SWMF/lib/libDEMT.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 srcBATL; make LIB
make libBATL.a
make[7]: `libBATL.a' is up to date.

libBATL.a has been brought up to date.

cd src; make LIB
make libBATSRUS.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEquation.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMain.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModB0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIO.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdvance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCovariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGeometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiFluid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPhysics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdjoint.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceValue.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModWaves.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEnergy.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBatlInterface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBlockData.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBoundaryCells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModConserveFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIonoVelocity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUserEmpty.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUser.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPointImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiIon.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCharacteristic.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCurrent.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModExpansionFactors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceGradient.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHallResist.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMessagePass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadDiffusion.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCoronalHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadiativeCooling.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHeatConduction.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModResistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGroundMagPerturb.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGmGeoindices.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModLaserHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModNodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPartSteady.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPolarNeighbor.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCT.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRestartFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRaytrace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSatelliteFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSolarwind.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModTimeStepControl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHdf5.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 BATS_methods.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 MH_set_parameters.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 advect_points.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 allocate_vars.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_gradients.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_sources.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_timestep.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 coarsen_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 covariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 create_soln_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 exchange_messages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 explicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 find_neighbors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 fix_axis_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 library.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 load_balance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_faces.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_nodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 number_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 octree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 potential_force_averages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 refine_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 rotate.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_b0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_block_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_ICs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_outer_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 specify_refinement.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states_MHD.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_logfile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_common.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_idl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_tec.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O2 write_plot_los.f90
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_sph.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_radiowave.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_progress.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 constrain_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95  -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace_new.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_pass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 get_im_pressure.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 project_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_cg.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_bicgstab.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_resistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 clean_divb.f90
Note: On some machines, -ieee=full may be needed for best performance
cp -f ../srcBATL/libBATL.a libBATSRUS.a
ar -rs libBATSRUS.a ModAdvance.o ModAMR.o ModB0.o ModBatlInterface.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 ModGmGeoindices.o ModHallResist.o ModIO.o ModLaserHeating.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 ModTimeStepControl.o ModUserEmpty.o ModUser.o ModWaves.o ModHdf5.o ModCoronalHeating.o ModRadiativeCooling.o  ModCT.o       	ModImplicit.o ModImplHypre.o ModRadDiffusion.o ModHeatConduction.o 	ModRaytrace.o  ModProject.o   ModAdjoint.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  set_resistivity.o ModResistivity.o  clean_divb.o                          
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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 main.f90
Note: On some machines, -ieee=full may be needed for best performance
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/libDEMT.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   
rm -rf Tmp_
 
Program BATSRUS has been brought up to date.
 
make 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 srcPostProc; make PIDL
make /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe
make[7]: `/xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe' is up to date.
 
Program PostIDL has been brought up to date.
 
make test_mhdnoncons_rundir
rm -rf run_test
make rundir RUNDIR=run_test STANDALONE=YES GMDIR=`pwd`
mkdir -p run_test/GM
cd run_test/GM; \
	mkdir restartIN restartOUT IO2; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe .; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostSPH.exe .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/IDL/pIDL .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/TEC/pTEC .; \
	ln -s /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Param .
cd run_test; cp Param/MHDNONCONS/PARAM.in .
make test_mhdnoncons_run
cd run_test; mpirun -np 2 ./BATSRUS.exe > runlog
cd run_test; ./PostProc.pl RESULTS
PostProc.pl: mv GM/IO2 RESULTS/GM with 12 files
PostProc.pl: cp PARAM.in RESULTS/
PostProc.pl: mv runlog RESULTS/
PostProc.pl: Restart.pl -o RESULTS/RESTART
ERROR in Restart.pl: could not find restart file GM/restartOUT/restart.H!
make test_mhdnoncons_check
/xhome/gtoth/Tmp/SWMF/share/Scripts/DiffNum.pl -t -r=1e-5 -a=1e-11 \
Param/MHDNONCONS/TestOutput/cut_mhd_t10m.out \
run_test/RESULTS/GM/cut_mhd_1_t00001000*.out \
	> test_mhdnoncons.diff
ls -l test_mhdnoncons.diff
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 20:55 test_mhdnoncons.diff
make test_eosgodunov_compile
./Config.pl -e=HdEos -u=Eos -g=10,1,1,100,1
Writing new grid size 10,1,1,100,1 into src/ModSize.f90 and srcBATL/BATL_size.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/DATAREAD/srcDemt; make LIB
make /xhome/gtoth/Tmp/SWMF/lib/libDEMT.a
make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libDEMT.a' is up to date.

/xhome/gtoth/Tmp/SWMF/lib/libDEMT.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 -O4 ModAtomicMass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ModAtomicNotation.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ModIonizPotential.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ModExcitationData.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ModAtomicDataMix.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ModPlastic.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ModExcitation.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 ModMolecularData.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ModPartition.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ModStatSum.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ModPowerLawEos.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ModIonMix.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ModOpacityVoigt.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ModMultiGroup.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ModTransport.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ModEos.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ModHydrogenicModel.f90
Note: On some machines, -ieee=full may be needed for best performance
rm -f /xhome/gtoth/Tmp/SWMF/lib/libCRASH.a
ar -rs /xhome/gtoth/Tmp/SWMF/lib/libCRASH.a ModAtomicMass.o ModAtomicNotation.o ModAtomicDataMix.o ModEos.o ModExcitation.o ModExcitationData.o ModPowerLawEos.o ModFermiGas.o ModHydrogenicModel.o ModIonizPotential.o ModMolecularData.o ModPartition.o ModPlastic.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(ModPlastic.o) has no symbols

/xhome/gtoth/Tmp/SWMF/lib/libCRASH.a has been brought up to date.

cd srcBATL; make LIB
make libBATL.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_size.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_tree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_cell.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_face.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_node.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_lib.f90
Note: On some machines, -ieee=full may be needed for best performance
rm -f libBATL.a
ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_lib.o BATL_mpi.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_size.o BATL_tree.o
ar: creating archive libBATL.a

libBATL.a has been brought up to date.

cd src; make LIB
make libBATSRUS.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSize.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEquation.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModParallel.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMain.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModB0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIO.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdvance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCube.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAMR.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCovariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGeometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiFluid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPhysics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdjoint.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceValue.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModWaves.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEnergy.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBatlInterface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBlockData.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBoundaryCells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModConserveFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIonoVelocity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUserEmpty.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUser.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPointImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiIon.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCharacteristic.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCurrent.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModExpansionFactors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceGradient.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHallResist.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMessagePass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadDiffusion.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCoronalHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadiativeCooling.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHeatConduction.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModResistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGroundMagPerturb.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGmGeoindices.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModLaserHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModNodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModOctree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPartSteady.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPolarNeighbor.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCT.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRestartFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRaytrace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSatelliteFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSolarwind.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModTimeStepControl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHdf5.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 BATS_methods.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 MH_set_parameters.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 advect_points.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 allocate_vars.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_gradients.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_sources.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_timestep.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 coarsen_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 covariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 create_soln_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 exchange_messages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 explicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 find_neighbors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 fix_axis_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 library.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 load_balance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_faces.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_nodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 number_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 octree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 potential_force_averages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 refine_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 rotate.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_b0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_block_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_ICs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_outer_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 specify_refinement.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states_MHD.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_logfile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_common.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_idl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_tec.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O2 write_plot_los.f90
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_sph.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_radiowave.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_progress.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 constrain_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95  -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace_new.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_pass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 get_im_pressure.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 project_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_cg.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_bicgstab.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_resistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 clean_divb.f90
Note: On some machines, -ieee=full may be needed for best performance
cp -f ../srcBATL/libBATL.a libBATSRUS.a
ar -rs libBATSRUS.a ModAdvance.o ModAMR.o ModB0.o ModBatlInterface.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 ModGmGeoindices.o ModHallResist.o ModIO.o ModLaserHeating.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 ModTimeStepControl.o ModUserEmpty.o ModUser.o ModWaves.o ModHdf5.o ModCoronalHeating.o ModRadiativeCooling.o  ModCT.o       	ModImplicit.o ModImplHypre.o ModRadDiffusion.o ModHeatConduction.o 	ModRaytrace.o  ModProject.o   ModAdjoint.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  set_resistivity.o ModResistivity.o  clean_divb.o                          
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 CRASH
make /xhome/gtoth/Tmp/SWMF/bin/CRASH.exe
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 main.f90
Note: On some machines, -ieee=full may be needed for best performance
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/libDEMT.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/libCRASH.a; \
	ar -x /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a
mpif90 -o /xhome/gtoth/Tmp/SWMF/bin/CRASH.exe main.o Tmp_/*.o \
	  -r8   
rm -rf Tmp_
 
Program CRASH has been brought up to date.
 
make 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 srcPostProc; make PIDL
make /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe
make[7]: `/xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe' is up to date.
 
Program PostIDL has been brought up to date.
 
make test_eosgodunov_rundir
rm -rf run_test
make rundir RUNDIR=run_test STANDALONE=YES GMDIR=`pwd`
mkdir -p run_test/GM
cd run_test/GM; \
	mkdir restartIN restartOUT IO2; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe .; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostSPH.exe .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/IDL/pIDL .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/TEC/pTEC .; \
	ln -s /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Param .
cd run_test; cp Param/CRASH/PARAM.in.eosgodunov PARAM.in; \
ln -s /xhome/gtoth/Tmp/SWMF/bin/CRASH.exe . 
make test_eosgodunov_run
cd run_test; mpirun -np 2 ./CRASH.exe > runlog
cd run_test; ./PostProc.pl RESULT
PostProc.pl: mv GM/IO2 RESULT/GM with 51 files
PostProc.pl: cp PARAM.in RESULT/
PostProc.pl: mv runlog RESULT/
PostProc.pl: Restart.pl -o RESULT/RESTART
ERROR in Restart.pl: could not find restart file GM/restartOUT/restart.H!
make test_eosgodunov_check
/xhome/gtoth/Tmp/SWMF/share/Scripts/DiffNum.pl -t -r=1e-5 -a=3e-7 \
  Param/CRASH/TestOutput/eosgodunov.out \
  run_test/RESULT/GM/cut_*500.0*.out > test_eosgodunov.diff
ls -l test_eosgodunov.diff
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 21:00 test_eosgodunov.diff
make test_levelset_compile
./Config.pl -e=HdCrash -u=Crash -g=4,4,1,2000,1 -nMaterial=3
Writing new grid size 4,4,1,2000,1 into src/ModSize.f90 and srcBATL/BATL_size.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/DATAREAD/srcDemt; make LIB
make /xhome/gtoth/Tmp/SWMF/lib/libDEMT.a
make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libDEMT.a' is up to date.

/xhome/gtoth/Tmp/SWMF/lib/libDEMT.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 srcBATL; make LIB
make libBATL.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_size.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_tree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_cell.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_face.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_node.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_lib.f90
Note: On some machines, -ieee=full may be needed for best performance
rm -f libBATL.a
ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_lib.o BATL_mpi.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_size.o BATL_tree.o
ar: creating archive libBATL.a

libBATL.a has been brought up to date.

cd src; make LIB
make libBATSRUS.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSize.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEquation.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModParallel.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMain.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModB0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIO.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdvance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCube.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAMR.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCovariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGeometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiFluid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPhysics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdjoint.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceValue.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModWaves.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEnergy.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBatlInterface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBlockData.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBoundaryCells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModConserveFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIonoVelocity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUserEmpty.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPointImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUser.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiIon.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCharacteristic.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCurrent.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModExpansionFactors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceGradient.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHallResist.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMessagePass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadDiffusion.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCoronalHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadiativeCooling.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHeatConduction.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModResistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGroundMagPerturb.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGmGeoindices.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModLaserHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModNodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModOctree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPartSteady.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPolarNeighbor.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCT.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRestartFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRaytrace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSatelliteFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSolarwind.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModTimeStepControl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHdf5.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 BATS_methods.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 MH_set_parameters.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 advect_points.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 allocate_vars.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_gradients.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_sources.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_timestep.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 coarsen_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 covariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 create_soln_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 exchange_messages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 explicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 find_neighbors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 fix_axis_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 library.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 load_balance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_faces.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_nodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 number_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 octree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 potential_force_averages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 refine_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 rotate.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_b0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_block_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_ICs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_outer_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 specify_refinement.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states_MHD.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_logfile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_common.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_idl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_tec.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O2 write_plot_los.f90
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_sph.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_radiowave.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_progress.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 constrain_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95  -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace_new.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_pass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 get_im_pressure.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 project_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_cg.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_bicgstab.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_resistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 clean_divb.f90
Note: On some machines, -ieee=full may be needed for best performance
cp -f ../srcBATL/libBATL.a libBATSRUS.a
ar -rs libBATSRUS.a ModAdvance.o ModAMR.o ModB0.o ModBatlInterface.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 ModGmGeoindices.o ModHallResist.o ModIO.o ModLaserHeating.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 ModTimeStepControl.o ModUserEmpty.o ModUser.o ModWaves.o ModHdf5.o ModCoronalHeating.o ModRadiativeCooling.o  ModCT.o       	ModImplicit.o ModImplHypre.o ModRadDiffusion.o ModHeatConduction.o 	ModRaytrace.o  ModProject.o   ModAdjoint.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  set_resistivity.o ModResistivity.o  clean_divb.o                          
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 CRASH
make /xhome/gtoth/Tmp/SWMF/bin/CRASH.exe
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 main.f90
Note: On some machines, -ieee=full may be needed for best performance
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/libDEMT.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/libCRASH.a; \
	ar -x /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a
mpif90 -o /xhome/gtoth/Tmp/SWMF/bin/CRASH.exe main.o Tmp_/*.o \
	  -r8   
rm -rf Tmp_
 
Program CRASH has been brought up to date.
 
make 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 srcPostProc; make PIDL
make /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe
make[7]: `/xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe' is up to date.
 
Program PostIDL has been brought up to date.
 
make test_levelset_rundir DEFAULT_EXE=CRASH.exe
rm -rf run_test
make rundir RUNDIR=run_test STANDALONE=YES GMDIR=`pwd`
mkdir -p run_test/GM
cd run_test/GM; \
	mkdir restartIN restartOUT IO2; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe .; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostSPH.exe .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/IDL/pIDL .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/TEC/pTEC .; \
	ln -s /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Param .
cd run_test; cp Param/CRASH/PARAM.in.levelset PARAM.in
cp dataCRASH/input/hyades_1.1ns.out run_test
make test_levelset_run
cd run_test; mpirun -np 2 ./CRASH.exe > runlog
cd run_test; ./PostProc.pl -M RESULTS
PostProc.pl: mv GM/IO2 RESULTS/GM with 2 files
PostProc.pl: cp PARAM.in RESULTS/
PostProc.pl: mv runlog RESULTS/
PostProc.pl: Restart.pl -o RESULTS/RESTART
ERROR in Restart.pl: could not find restart file GM/restartOUT/restart.H!
make test_levelset_check
/xhome/gtoth/Tmp/SWMF/share/Scripts/DiffNum.pl -t -r=1e-5 -a=3e-7 \
Param/CRASH/TestOutput/log_levelset.log \
run_test/RESULTS/GM/log_n000000.log > test_levelset.diff
ls -l test_levelset.diff
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 21:08 test_levelset.diff
make test_hyades2d_compile
./Config.pl -e=HdRadCrash -u=Crash -g=10,10,1,200,200 -nMaterial=3
Writing new grid size 10,10,1,200,200 into src/ModSize.f90 and srcBATL/BATL_size.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/DATAREAD/srcDemt; make LIB
make /xhome/gtoth/Tmp/SWMF/lib/libDEMT.a
make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libDEMT.a' is up to date.

/xhome/gtoth/Tmp/SWMF/lib/libDEMT.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 srcBATL; make LIB
make libBATL.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_size.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_tree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_cell.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_face.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_node.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_lib.f90
Note: On some machines, -ieee=full may be needed for best performance
rm -f libBATL.a
ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_lib.o BATL_mpi.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_size.o BATL_tree.o
ar: creating archive libBATL.a

libBATL.a has been brought up to date.

cd src; make LIB
make libBATSRUS.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSize.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEquation.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModParallel.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMain.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModB0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIO.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdvance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCube.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAMR.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCovariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGeometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiFluid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPhysics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdjoint.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceValue.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModWaves.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEnergy.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBatlInterface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBlockData.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBoundaryCells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModConserveFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIonoVelocity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUserEmpty.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPointImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUser.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiIon.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCharacteristic.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCurrent.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModExpansionFactors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceGradient.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHallResist.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMessagePass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadDiffusion.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCoronalHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadiativeCooling.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHeatConduction.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModResistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGroundMagPerturb.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGmGeoindices.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModLaserHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModNodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModOctree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPartSteady.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPolarNeighbor.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCT.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRestartFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRaytrace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSatelliteFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSolarwind.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModTimeStepControl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHdf5.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 BATS_methods.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 MH_set_parameters.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 advect_points.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 allocate_vars.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_gradients.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_sources.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_timestep.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 coarsen_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 covariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 create_soln_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 exchange_messages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 explicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 find_neighbors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 fix_axis_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 library.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 load_balance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_faces.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_nodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 number_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 octree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 potential_force_averages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 refine_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 rotate.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_b0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_block_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_ICs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_outer_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 specify_refinement.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states_MHD.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_logfile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_common.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_idl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_tec.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O2 write_plot_los.f90
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_sph.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_radiowave.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_progress.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 constrain_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 implicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_interface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_jacobian.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_matvec.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_newton.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace_new.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_pass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 get_im_pressure.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 project_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_cg.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_bicgstab.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_resistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 clean_divb.f90
Note: On some machines, -ieee=full may be needed for best performance
cp -f ../srcBATL/libBATL.a libBATSRUS.a
ar -rs libBATSRUS.a ModAdvance.o ModAMR.o ModB0.o ModBatlInterface.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 ModGmGeoindices.o ModHallResist.o ModIO.o ModLaserHeating.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 ModTimeStepControl.o ModUserEmpty.o ModUser.o ModWaves.o ModHdf5.o ModCoronalHeating.o ModRadiativeCooling.o  ModCT.o       	ModImplicit.o ModImplHypre.o ModRadDiffusion.o ModHeatConduction.o 	ModRaytrace.o  ModProject.o   ModAdjoint.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  set_resistivity.o ModResistivity.o  clean_divb.o                          
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 CRASH
make /xhome/gtoth/Tmp/SWMF/bin/CRASH.exe
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 main.f90
Note: On some machines, -ieee=full may be needed for best performance
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/libDEMT.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/libCRASH.a; \
	ar -x /xhome/gtoth/Tmp/SWMF/lib/libSHARE.a
mpif90 -o /xhome/gtoth/Tmp/SWMF/bin/CRASH.exe main.o Tmp_/*.o \
	  -r8   
rm -rf Tmp_
 
Program CRASH has been brought up to date.
 
make 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 srcPostProc; make PIDL
make /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe
make[7]: `/xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe' is up to date.
 
Program PostIDL has been brought up to date.
 
make test_hyades2d_rundir DEFAULT_EXE=CRASH.exe
rm -rf run_test
make rundir RUNDIR=run_test STANDALONE=YES GMDIR=`pwd`
mkdir -p run_test/GM
cd run_test/GM; \
	mkdir restartIN restartOUT IO2; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe .; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostSPH.exe .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/IDL/pIDL .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/TEC/pTEC .; \
	ln -s /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Param .
cd run_test; cp Param/CRASH/PARAM.in.hyades2d PARAM.in
gunzip -c dataCRASH/input/hyades2d_1.1ns.out.gz \
> run_test/hyades2d_1.1ns.out
gunzip -c dataCRASH/input/opacities.out.gz \
        > run_test/table_opacities.out
make test_hyades2d_run
cd run_test; mpirun -np 2 ./CRASH.exe > runlog
Warning: Floating underflow occurred
Warning: Floating underflow occurred
cd run_test; ./Restart.pl
# Restart.pl has checked output restart file and directories.
# Restart.pl has created restart tree RESTART_t002.00ns/.
# Restart.pl has checked  input restart file and directories.
# Restart.pl has linked  restart tree RESTART_t002.00ns/.
make test_hyades2d_restart
cd run_test; cp Param/CRASH/PARAM.in.hyades2d.restart PARAM.in
cd run_test; mpirun -np 2 ./CRASH.exe > runlog_restart
Warning: Floating underflow occurred
Warning: Floating underflow occurred
cd run_test; ./PostProc.pl -M -cat RESULTS; mv runlog_restart RESULTS
PostProc.pl: mv GM/IO2 RESULTS/GM with 2 files
PostProc.pl: cp PARAM.in RESULTS/
PostProc.pl: mv runlog RESULTS/
PostProc.pl: Restart.pl -o RESULTS/RESTART
make test_hyades2d_check
/xhome/gtoth/Tmp/SWMF/share/Scripts/DiffNum.pl -t -r=1e-4 -a=1e-8 \
Param/CRASH/TestOutput/log_hyades2d.log \
run_test/RESULTS/GM/log_n000000.log > test_hyades2d.diff
ls -l test_hyades2d.diff
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 21:15 test_hyades2d.diff
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 and srcBATL/BATL_size.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/DATAREAD/srcDemt; make LIB
make /xhome/gtoth/Tmp/SWMF/lib/libDEMT.a
make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libDEMT.a' is up to date.

/xhome/gtoth/Tmp/SWMF/lib/libDEMT.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 srcBATL; make LIB
make libBATL.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_size.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_tree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_cell.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_face.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_node.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_lib.f90
Note: On some machines, -ieee=full may be needed for best performance
rm -f libBATL.a
ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_lib.o BATL_mpi.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_size.o BATL_tree.o
ar: creating archive libBATL.a

libBATL.a has been brought up to date.

cd src; make LIB
make libBATSRUS.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSize.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEquation.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModParallel.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMain.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModB0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIO.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdvance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCube.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAMR.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCovariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGeometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiFluid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPhysics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdjoint.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceValue.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModWaves.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEnergy.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBatlInterface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBlockData.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBoundaryCells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModConserveFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIonoVelocity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUserEmpty.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPointImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUser.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiIon.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCharacteristic.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCurrent.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModExpansionFactors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceGradient.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHallResist.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMessagePass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadDiffusion.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCoronalHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadiativeCooling.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHeatConduction.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModResistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGroundMagPerturb.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGmGeoindices.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModLaserHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModNodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModOctree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPartSteady.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPolarNeighbor.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCT.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRestartFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRaytrace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSatelliteFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSolarwind.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModTimeStepControl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHdf5.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 BATS_methods.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 MH_set_parameters.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 advect_points.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 allocate_vars.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_gradients.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_sources.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_timestep.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 coarsen_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 covariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 create_soln_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 exchange_messages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 explicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 find_neighbors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 fix_axis_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 library.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 load_balance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_faces.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_nodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 number_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 octree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 potential_force_averages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 refine_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 rotate.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_b0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_block_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_ICs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_outer_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 specify_refinement.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states_MHD.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_logfile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_common.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_idl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_tec.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O2 write_plot_los.f90
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_sph.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_radiowave.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_progress.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 constrain_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 implicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_interface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_jacobian.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_matvec.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_newton.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace_new.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_pass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 get_im_pressure.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 project_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_cg.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_bicgstab.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_resistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 clean_divb.f90
Note: On some machines, -ieee=full may be needed for best performance
cp -f ../srcBATL/libBATL.a libBATSRUS.a
ar -rs libBATSRUS.a ModAdvance.o ModAMR.o ModB0.o ModBatlInterface.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 ModGmGeoindices.o ModHallResist.o ModIO.o ModLaserHeating.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 ModTimeStepControl.o ModUserEmpty.o ModUser.o ModWaves.o ModHdf5.o ModCoronalHeating.o ModRadiativeCooling.o  ModCT.o       	ModImplicit.o ModImplHypre.o ModRadDiffusion.o ModHeatConduction.o 	ModRaytrace.o  ModProject.o   ModAdjoint.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  set_resistivity.o ModResistivity.o  clean_divb.o                          
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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 main.f90
Note: On some machines, -ieee=full may be needed for best performance
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/libDEMT.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   
rm -rf Tmp_
 
Program BATSRUS has been brought up to date.
 
make 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 srcPostProc; make PIDL
make /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe
make[7]: `/xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe' is up to date.
 
Program PostIDL has been brought up to date.
 
make test_graydiffusion_rundir
rm -rf run_test
make rundir RUNDIR=run_test STANDALONE=YES GMDIR=`pwd`
mkdir -p run_test/GM
cd run_test/GM; \
	mkdir restartIN restartOUT IO2; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe .; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostSPH.exe .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/IDL/pIDL .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/TEC/pTEC .; \
	ln -s /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Param .
cd run_test; cp Param/CRASH/PARAM.in.graydiffusion PARAM.in
cd run_test; cp Param/CRASH/initial_lowrie3.dat .
make test_graydiffusion_run
cd run_test; mpirun -np 2 ./BATSRUS.exe > runlog
cd run_test; ./PostProc.pl -M RESULTS
PostProc.pl: mv GM/IO2 RESULTS/GM with 3 files
PostProc.pl: cp PARAM.in RESULTS/
PostProc.pl: mv runlog RESULTS/
PostProc.pl: Restart.pl -o RESULTS/RESTART
ERROR in Restart.pl: could not find restart file GM/restartOUT/restart.H!
make test_graydiffusion_check
/xhome/gtoth/Tmp/SWMF/share/Scripts/DiffNum.pl -t -r=1e-5 -a=1e-4 \
Param/CRASH/TestOutput/log_graydiffusion.log \
run_test/RESULTS/GM/log_n000000.log > test_graydiffusion.diff
ls -l test_graydiffusion.diff
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 21:23 test_graydiffusion.diff
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 and srcBATL/BATL_size.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/DATAREAD/srcDemt; make LIB
make /xhome/gtoth/Tmp/SWMF/lib/libDEMT.a
make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libDEMT.a' is up to date.

/xhome/gtoth/Tmp/SWMF/lib/libDEMT.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 srcBATL; make LIB
make libBATL.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_size.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_tree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_cell.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_face.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_node.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_lib.f90
Note: On some machines, -ieee=full may be needed for best performance
rm -f libBATL.a
ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_lib.o BATL_mpi.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_size.o BATL_tree.o
ar: creating archive libBATL.a

libBATL.a has been brought up to date.

cd src; make LIB
make libBATSRUS.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSize.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEquation.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModParallel.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMain.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModB0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIO.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdvance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCube.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAMR.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCovariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGeometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiFluid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPhysics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdjoint.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceValue.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModWaves.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEnergy.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBatlInterface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBlockData.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBoundaryCells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModConserveFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIonoVelocity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUserEmpty.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModExpansionFactors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUser.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPointImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiIon.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCharacteristic.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCurrent.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceGradient.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHallResist.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMessagePass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadDiffusion.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCoronalHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadiativeCooling.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHeatConduction.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModResistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGroundMagPerturb.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGmGeoindices.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModLaserHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModNodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModOctree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPartSteady.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPolarNeighbor.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCT.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRestartFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRaytrace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSatelliteFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSolarwind.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModTimeStepControl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHdf5.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 BATS_methods.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 MH_set_parameters.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 advect_points.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 allocate_vars.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_gradients.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_sources.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_timestep.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 coarsen_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 covariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 create_soln_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 exchange_messages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 explicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 find_neighbors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 fix_axis_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 library.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 load_balance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_faces.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_nodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 number_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 octree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 potential_force_averages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 refine_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 rotate.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_b0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_block_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_ICs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_outer_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 specify_refinement.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states_MHD.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_logfile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_common.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_idl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_tec.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O2 write_plot_los.f90
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_sph.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_radiowave.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_progress.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 constrain_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95  -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace_new.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_pass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 get_im_pressure.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 project_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_cg.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_bicgstab.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_resistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 clean_divb.f90
Note: On some machines, -ieee=full may be needed for best performance
cp -f ../srcBATL/libBATL.a libBATSRUS.a
ar -rs libBATSRUS.a ModAdvance.o ModAMR.o ModB0.o ModBatlInterface.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 ModGmGeoindices.o ModHallResist.o ModIO.o ModLaserHeating.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 ModTimeStepControl.o ModUserEmpty.o ModUser.o ModWaves.o ModHdf5.o ModCoronalHeating.o ModRadiativeCooling.o  ModCT.o       	ModImplicit.o ModImplHypre.o ModRadDiffusion.o ModHeatConduction.o 	ModRaytrace.o  ModProject.o   ModAdjoint.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  set_resistivity.o ModResistivity.o  clean_divb.o                          
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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 main.f90
Note: On some machines, -ieee=full may be needed for best performance
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/libDEMT.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   
rm -rf Tmp_
 
Program BATSRUS has been brought up to date.
 
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 srcPostProc; make PIDL
make /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe
make[7]: `/xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe' is up to date.
 
Program PostIDL has been brought up to date.
 
make test_corona_rundir
rm -rf run_test
make rundir RUNDIR=run_test COMPONENT=SC STANDALONE=YES GMDIR=`pwd`
mkdir -p run_test/SC
cd run_test/SC; \
	mkdir restartIN restartOUT IO2; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe .; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostSPH.exe .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/IDL/pIDL .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/TEC/pTEC .; \
	ln -s /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Param .
cd run_test; cp Param/CORONA/PARAM.in .
cd run_test; cp Param/CORONA/CR1935_WSO.dat .
make test_corona_run
cd run_test; mpirun -np 2 ./BATSRUS.exe > runlog
Warning: Floating underflow occurred
Warning: Floating underflow occurred
cd run_test; rm -rf RESULTS; ./PostProc.pl -M RESULTS
PostProc.pl: mv SC/IO2 RESULTS/SC with 7 files
PostProc.pl: cp PARAM.in RESULTS/
PostProc.pl: mv runlog RESULTS/
PostProc.pl: Restart.pl -o RESULTS/RESTART
cd run_test; perl -pi -e \
   's/F(\s*UseBatl)/T$1/; \
    s/\#BODY/BODY/ if $body; $body=1 if /\#BODY/; \
    s/\#(EXTRABOUNDARY|SAVEBOUNDARY|FACEBOUNDARY|RESCHANGEBOUNDARY)/$1/' PARAM.in
cd run_test; mpirun -np 2 ./BATSRUS.exe > runlog
Warning: Floating underflow occurred
Warning: Floating underflow occurred
cd run_test; rm -rf RESULTS_BATL; ./PostProc.pl -M RESULTS_BATL
PostProc.pl: mv SC/IO2 RESULTS_BATL/SC with 7 files
PostProc.pl: cp PARAM.in RESULTS_BATL/
PostProc.pl: mv runlog RESULTS_BATL/
PostProc.pl: Restart.pl -o RESULTS_BATL/RESTART
make test_corona_check
/xhome/gtoth/Tmp/SWMF/share/Scripts/DiffNum.pl -t -r=1e-5 \
Param/CORONA/TestOutput/log_n000001.log \
run_test/RESULTS/SC/log_n000001.log > test_corona.diff
/xhome/gtoth/Tmp/SWMF/share/Scripts/DiffNum.pl -t -r=1e-5 \
Param/CORONA/TestOutput/log_n000001.log \
run_test/RESULTS_BATL/SC/log_n000001.log >> test_corona.diff
ls -l test_corona.diff
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 21:32 test_corona.diff
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/DATAREAD/srcDemt; make LIB
make /xhome/gtoth/Tmp/SWMF/lib/libDEMT.a
make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libDEMT.a' is up to date.

/xhome/gtoth/Tmp/SWMF/lib/libDEMT.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 srcBATL; make LIB
make libBATL.a
make[7]: `libBATL.a' is up to date.

libBATL.a has been brought up to date.

cd src; make LIB
make libBATSRUS.a
make[7]: `libBATSRUS.a' is up to date.

libBATSRUS.a has been brought up to date.

cd src; make BATSRUS
make /xhome/gtoth/Tmp/SWMF/bin/BATSRUS.exe
make[7]: `/xhome/gtoth/Tmp/SWMF/bin/BATSRUS.exe' is up to date.
 
Program BATSRUS has been brought up to date.
 
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 srcPostProc; make PIDL
make /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe
make[7]: `/xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe' is up to date.
 
Program PostIDL has been brought up to date.
 
make test_coronasph_rundir
rm -rf run_test
make rundir RUNDIR=run_test COMPONENT=SC STANDALONE=YES GMDIR=`pwd`
mkdir -p run_test/SC
cd run_test/SC; \
	mkdir restartIN restartOUT IO2; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe .; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostSPH.exe .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/IDL/pIDL .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/TEC/pTEC .; \
	ln -s /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Param .
cd run_test; cp Param/CORONA/PARAM.in.spherical PARAM.in
cd run_test; cp Param/CORONA/CR1935_WSO.dat .
make test_coronasph_run
cd run_test; mpirun -np 2 ./BATSRUS.exe > runlog
Warning: Floating underflow occurred
Warning: Floating underflow occurred
cd run_test; rm -rf RESULTS; ./PostProc.pl -M RESULTS
PostProc.pl: mv SC/IO2 RESULTS/SC with 7 files
PostProc.pl: cp PARAM.in RESULTS/
PostProc.pl: mv runlog RESULTS/
PostProc.pl: Restart.pl -o RESULTS/RESTART
make test_coronasph_check
/xhome/gtoth/Tmp/SWMF/share/Scripts/DiffNum.pl -t -r=1e-5 \
Param/CORONA/TestOutput/log_n000001.sph \
run_test/RESULTS/SC/log_n000001.log > test_coronasph.diff
ls -l test_coronasph.diff
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 21:34 test_coronasph.diff
make test_corona_2t_compile
./Config.pl -u=ScHeat -e=MhdWavesPe -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/DATAREAD/srcDemt; make LIB
make /xhome/gtoth/Tmp/SWMF/lib/libDEMT.a
make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libDEMT.a' is up to date.

/xhome/gtoth/Tmp/SWMF/lib/libDEMT.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 srcBATL; make LIB
make libBATL.a
make[7]: `libBATL.a' is up to date.

libBATL.a has been brought up to date.

cd src; make LIB
make libBATSRUS.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEquation.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMain.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModB0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIO.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdvance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCovariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGeometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiFluid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPhysics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdjoint.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceValue.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModWaves.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEnergy.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBatlInterface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBlockData.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBoundaryCells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModConserveFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIonoVelocity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUserEmpty.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModExpansionFactors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceGradient.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUser.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPointImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiIon.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCharacteristic.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCurrent.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHallResist.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMessagePass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadDiffusion.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCoronalHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadiativeCooling.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHeatConduction.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModResistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGroundMagPerturb.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGmGeoindices.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModLaserHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModNodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPartSteady.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPolarNeighbor.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCT.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRestartFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRaytrace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSatelliteFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSolarwind.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModTimeStepControl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHdf5.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 BATS_methods.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 MH_set_parameters.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 advect_points.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 allocate_vars.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_gradients.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_sources.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_timestep.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 coarsen_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 covariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 create_soln_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 exchange_messages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 explicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 find_neighbors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 fix_axis_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 library.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 load_balance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_faces.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_nodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 number_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 octree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 potential_force_averages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 refine_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 rotate.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_b0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_block_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_ICs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_outer_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 specify_refinement.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states_MHD.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_logfile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_common.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_idl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_tec.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O2 write_plot_los.f90
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_sph.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_radiowave.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_progress.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 constrain_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95  -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace_new.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_pass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 get_im_pressure.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 project_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_cg.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_bicgstab.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_resistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 clean_divb.f90
Note: On some machines, -ieee=full may be needed for best performance
cp -f ../srcBATL/libBATL.a libBATSRUS.a
ar -rs libBATSRUS.a ModAdvance.o ModAMR.o ModB0.o ModBatlInterface.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 ModGmGeoindices.o ModHallResist.o ModIO.o ModLaserHeating.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 ModTimeStepControl.o ModUserEmpty.o ModUser.o ModWaves.o ModHdf5.o ModCoronalHeating.o ModRadiativeCooling.o  ModCT.o       	ModImplicit.o ModImplHypre.o ModRadDiffusion.o ModHeatConduction.o 	ModRaytrace.o  ModProject.o   ModAdjoint.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  set_resistivity.o ModResistivity.o  clean_divb.o                          
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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 main.f90
Note: On some machines, -ieee=full may be needed for best performance
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/libDEMT.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   
rm -rf Tmp_
 
Program BATSRUS has been brought up to date.
 
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 srcPostProc; make PIDL
make /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe
make[7]: `/xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe' is up to date.
 
Program PostIDL has been brought up to date.
 
make test_corona_2t_rundir
rm -rf run_test
make rundir RUNDIR=run_test COMPONENT=SC STANDALONE=YES GMDIR=`pwd`
mkdir -p run_test/SC
cd run_test/SC; \
	mkdir restartIN restartOUT IO2; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe .; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostSPH.exe .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/IDL/pIDL .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/TEC/pTEC .; \
	ln -s /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Param .
cd run_test; cp Param/CORONA/PARAM.in.sc.2t PARAM.in
gunzip -c data/../../../SC/BATSRUS/data/input/CR2077_LDEM_moments.out.gz \
> run_test/CR2077_LDEM_moments.out
make test_corona_2t_run
cd run_test; mpirun -np 2 ./BATSRUS.exe > runlog
cd run_test; rm -rf RESULTS; ./PostProc.pl -M RESULTS
PostProc.pl: mv SC/IO2 RESULTS/SC with 9 files
PostProc.pl: cp PARAM.in RESULTS/
PostProc.pl: mv runlog RESULTS/
PostProc.pl: Restart.pl -o RESULTS/RESTART
make test_corona_2t_check
/xhome/gtoth/Tmp/SWMF/share/Scripts/DiffNum.pl -t \
Param/CORONA/TestOutput/log_n000000.sc.2t \
run_test/RESULTS/SC/log_n000000.log > test_corona_2t.diff
ls -l test_corona_2t.diff
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 21:41 test_corona_2t.diff
make test_outerhelio_compile
./Config.pl -u=OuterHelio -e=OuterHelio -g=4,4,4,3500,1
Writing new grid size 4,4,4,3500,1 into src/ModSize.f90 and srcBATL/BATL_size.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/DATAREAD/srcDemt; make LIB
make /xhome/gtoth/Tmp/SWMF/lib/libDEMT.a
make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libDEMT.a' is up to date.

/xhome/gtoth/Tmp/SWMF/lib/libDEMT.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 srcBATL; make LIB
make libBATL.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_size.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_tree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_cell.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_face.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_node.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_lib.f90
Note: On some machines, -ieee=full may be needed for best performance
rm -f libBATL.a
ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_lib.o BATL_mpi.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_size.o BATL_tree.o
ar: creating archive libBATL.a

libBATL.a has been brought up to date.

cd src; make LIB
make libBATSRUS.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSize.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEquation.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModParallel.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMain.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModB0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIO.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdvance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCube.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAMR.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCovariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGeometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiFluid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPhysics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdjoint.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceValue.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModWaves.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEnergy.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBatlInterface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBlockData.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBoundaryCells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModConserveFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIonoVelocity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUserEmpty.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPointImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUser.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiIon.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCharacteristic.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCurrent.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModExpansionFactors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceGradient.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHallResist.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMessagePass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadDiffusion.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCoronalHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadiativeCooling.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHeatConduction.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModResistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGroundMagPerturb.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGmGeoindices.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModLaserHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModNodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModOctree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPartSteady.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPolarNeighbor.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCT.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRestartFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRaytrace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSatelliteFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSolarwind.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModTimeStepControl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHdf5.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 BATS_methods.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 MH_set_parameters.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 advect_points.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 allocate_vars.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_gradients.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_sources.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_timestep.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 coarsen_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 covariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 create_soln_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 exchange_messages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 explicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 find_neighbors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 fix_axis_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 library.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 load_balance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_faces.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_nodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 number_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 octree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 potential_force_averages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 refine_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 rotate.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_b0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_block_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_ICs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_outer_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 specify_refinement.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states_MHD.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_logfile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_common.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_idl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_tec.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O2 write_plot_los.f90
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_sph.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_radiowave.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_progress.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 constrain_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95  -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace_new.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_pass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 get_im_pressure.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 project_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_cg.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_bicgstab.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_resistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 clean_divb.f90
Note: On some machines, -ieee=full may be needed for best performance
cp -f ../srcBATL/libBATL.a libBATSRUS.a
ar -rs libBATSRUS.a ModAdvance.o ModAMR.o ModB0.o ModBatlInterface.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 ModGmGeoindices.o ModHallResist.o ModIO.o ModLaserHeating.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 ModTimeStepControl.o ModUserEmpty.o ModUser.o ModWaves.o ModHdf5.o ModCoronalHeating.o ModRadiativeCooling.o  ModCT.o       	ModImplicit.o ModImplHypre.o ModRadDiffusion.o ModHeatConduction.o 	ModRaytrace.o  ModProject.o   ModAdjoint.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  set_resistivity.o ModResistivity.o  clean_divb.o                          
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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 main.f90
Note: On some machines, -ieee=full may be needed for best performance
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/libDEMT.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   
rm -rf Tmp_
 
Program BATSRUS has been brought up to date.
 
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 srcPostProc; make PIDL
make /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe
make[7]: `/xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe' is up to date.
 
Program PostIDL has been brought up to date.
 
make test_outerhelio_rundir
rm -rf run_test
make rundir RUNDIR=run_test COMPONENT=OH STANDALONE=YES GMDIR=`pwd`
mkdir -p run_test/OH
cd run_test/OH; \
	mkdir restartIN restartOUT IO2; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe .; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostSPH.exe .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/IDL/pIDL .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/TEC/pTEC .; \
	ln -s /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Param .
cd run_test; cp Param/OUTERHELIO/PARAM.in .
make test_outerhelio_run
cd run_test; mpirun -np 2 ./BATSRUS.exe > runlog
Warning: Floating underflow occurred
Warning: Floating underflow occurred
cd run_test; rm -rf RESULTS; ./PostProc.pl -M RESULTS
PostProc.pl: mv OH/IO2 RESULTS/OH with 4 files
PostProc.pl: cp PARAM.in RESULTS/
PostProc.pl: mv runlog RESULTS/
PostProc.pl: Restart.pl -o RESULTS/RESTART
make test_outerhelio_check
/xhome/gtoth/Tmp/SWMF/share/Scripts/DiffNum.pl -t -r=1e-5 \
Param/OUTERHELIO/TestOutput/log_n000000.log \
run_test/RESULTS/OH/log_n000000.log > test_outerhelio.diff
ls -l test_outerhelio.diff
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 22:13 test_outerhelio.diff
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 and srcBATL/BATL_size.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/DATAREAD/srcDemt; make LIB
make /xhome/gtoth/Tmp/SWMF/lib/libDEMT.a
make[8]: `/xhome/gtoth/Tmp/SWMF/lib/libDEMT.a' is up to date.

/xhome/gtoth/Tmp/SWMF/lib/libDEMT.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 srcBATL; make LIB
make libBATL.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_size.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_tree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_cell.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_face.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_node.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_lib.f90
Note: On some machines, -ieee=full may be needed for best performance
rm -f libBATL.a
ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_lib.o BATL_mpi.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_size.o BATL_tree.o
ar: creating archive libBATL.a

libBATL.a has been brought up to date.

cd src; make LIB
make libBATSRUS.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSize.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEquation.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModParallel.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMain.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModB0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIO.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdvance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCube.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAMR.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCovariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGeometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiFluid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPhysics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdjoint.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceValue.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModWaves.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEnergy.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBatlInterface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBlockData.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBoundaryCells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModConserveFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIonoVelocity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUserEmpty.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUser.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPointImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiIon.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCharacteristic.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCurrent.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModExpansionFactors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceGradient.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHallResist.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMessagePass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadDiffusion.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCoronalHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadiativeCooling.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHeatConduction.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModResistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGroundMagPerturb.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGmGeoindices.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModLaserHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModNodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModOctree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPartSteady.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPolarNeighbor.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCT.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRestartFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRaytrace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSatelliteFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSolarwind.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModTimeStepControl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHdf5.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 BATS_methods.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 MH_set_parameters.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 advect_points.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 allocate_vars.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_gradients.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_sources.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_timestep.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 coarsen_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 covariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 create_soln_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 exchange_messages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 explicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 find_neighbors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 fix_axis_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 library.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 load_balance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_faces.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_nodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 number_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 octree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 potential_force_averages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 refine_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 rotate.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_b0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_block_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_ICs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_outer_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 specify_refinement.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states_MHD.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_logfile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_common.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_idl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_tec.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O2 write_plot_los.f90
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_sph.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_radiowave.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_progress.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 constrain_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 implicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_interface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_jacobian.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_matvec.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_newton.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace_new.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_pass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 get_im_pressure.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 project_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_cg.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_bicgstab.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_resistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 clean_divb.f90
Note: On some machines, -ieee=full may be needed for best performance
cp -f ../srcBATL/libBATL.a libBATSRUS.a
ar -rs libBATSRUS.a ModAdvance.o ModAMR.o ModB0.o ModBatlInterface.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 ModGmGeoindices.o ModHallResist.o ModIO.o ModLaserHeating.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 ModTimeStepControl.o ModUserEmpty.o ModUser.o ModWaves.o ModHdf5.o ModCoronalHeating.o ModRadiativeCooling.o  ModCT.o       	ModImplicit.o ModImplHypre.o ModRadDiffusion.o ModHeatConduction.o 	ModRaytrace.o  ModProject.o   ModAdjoint.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  set_resistivity.o ModResistivity.o  clean_divb.o                          
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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 main.f90
Note: On some machines, -ieee=full may be needed for best performance
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/libDEMT.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   
rm -rf Tmp_
 
Program BATSRUS has been brought up to date.
 
make test_earthsph_rundir
rm -rf run_test
make rundir RUNDIR=run_test STANDALONE=YES GMDIR=`pwd`
mkdir -p run_test/GM
cd run_test/GM; \
	mkdir restartIN restartOUT IO2; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe .; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostSPH.exe .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/IDL/pIDL .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/TEC/pTEC .; \
	ln -s /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Param .
cd run_test; \
	cp Param/EARTH/PARAM.in.spherical PARAM.in; \
	cp Param/EARTH/imf19980504.dat .
#./TestParam.pl -n=1 run_test/PARAM.in
make test_earthsph_run
cd run_test; mpirun -np 2 ./BATSRUS.exe > runlog
make[5]: *** [test_earthsph_run] Error 1
make[4]: *** [test_earthsph_start] Error 2
make[3]: [test_earthsph] Error 2 (ignored)
echo Removed test_2bodyplot
Removed test_2bodyplot
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 and srcBATL/BATL_size.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/DATAREAD/srcDemt; make LIB
make /xhome/gtoth/Tmp/SWMF/lib/libDEMT.a
make[8]: `/xhome/gtoth/Tmp/SWMF/lib/libDEMT.a' is up to date.

/xhome/gtoth/Tmp/SWMF/lib/libDEMT.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 srcBATL; make LIB
make libBATL.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_size.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_tree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_cell.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_face.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_node.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_lib.f90
Note: On some machines, -ieee=full may be needed for best performance
rm -f libBATL.a
ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_lib.o BATL_mpi.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_size.o BATL_tree.o
ar: creating archive libBATL.a

libBATL.a has been brought up to date.

cd src; make LIB
make libBATSRUS.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSize.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEquation.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModParallel.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMain.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModB0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIO.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdvance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCube.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAMR.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCovariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGeometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiFluid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPhysics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdjoint.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceValue.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModWaves.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEnergy.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBatlInterface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBlockData.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBoundaryCells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModConserveFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIonoVelocity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUserEmpty.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPointImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCurrent.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceGradient.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModResistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUser.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiIon.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCharacteristic.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModExpansionFactors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHallResist.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMessagePass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadDiffusion.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCoronalHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadiativeCooling.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHeatConduction.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGroundMagPerturb.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGmGeoindices.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModLaserHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModNodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModOctree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPartSteady.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPolarNeighbor.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCT.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRestartFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRaytrace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSatelliteFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSolarwind.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModTimeStepControl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHdf5.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 BATS_methods.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 MH_set_parameters.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 advect_points.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 allocate_vars.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_gradients.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_sources.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_timestep.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 coarsen_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 covariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 create_soln_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 exchange_messages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 explicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 find_neighbors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 fix_axis_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 library.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 load_balance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_faces.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_nodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 number_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 octree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 potential_force_averages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 refine_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 rotate.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_b0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_block_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_ICs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_outer_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 specify_refinement.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states_MHD.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_logfile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_common.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_idl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_tec.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O2 write_plot_los.f90
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_sph.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_radiowave.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_progress.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 constrain_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 implicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_interface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_jacobian.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_matvec.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_newton.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace_new.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_pass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 get_im_pressure.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 project_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_cg.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_bicgstab.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_resistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 clean_divb.f90
Note: On some machines, -ieee=full may be needed for best performance
cp -f ../srcBATL/libBATL.a libBATSRUS.a
ar -rs libBATSRUS.a ModAdvance.o ModAMR.o ModB0.o ModBatlInterface.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 ModGmGeoindices.o ModHallResist.o ModIO.o ModLaserHeating.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 ModTimeStepControl.o ModUserEmpty.o ModUser.o ModWaves.o ModHdf5.o ModCoronalHeating.o ModRadiativeCooling.o  ModCT.o       	ModImplicit.o ModImplHypre.o ModRadDiffusion.o ModHeatConduction.o 	ModRaytrace.o  ModProject.o   ModAdjoint.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  set_resistivity.o ModResistivity.o  clean_divb.o                          
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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 main.f90
Note: On some machines, -ieee=full may be needed for best performance
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/libDEMT.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   
rm -rf Tmp_
 
Program BATSRUS has been brought up to date.
 
make PIDL
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 srcPostProc; make PIDL
make /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe
make[8]: `/xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe' is up to date.
 
Program PostIDL has been brought up to date.
 
make test_titan_rundir
rm -rf run_test
make rundir RUNDIR=run_test STANDALONE=YES GMDIR=`pwd`
mkdir -p run_test/GM
cd run_test/GM; \
	mkdir restartIN restartOUT IO2; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe .; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostSPH.exe .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/IDL/pIDL .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/TEC/pTEC .; \
	ln -s /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Param .
cd run_test; \
	cp Param/TITAN/PARAM.in .; \
	tar xzf Param/TITAN/TitanInput.tgz
#./TestParam.pl -n=1 run_test/PARAM.in
make test_titan_run
cd run_test; mpirun -np 2 ./BATSRUS.exe > runlog
Warning: Floating underflow occurred
Warning: Floating underflow occurred
cd run_test; rm -rf TitanTest; ./PostProc.pl -M -o TitanTest
PostProc.pl: mv GM/IO2 TitanTest/GM with 7 files
PostProc.pl: cp PARAM.in TitanTest/
PostProc.pl: mv runlog TitanTest/
PostProc.pl: Restart.pl -o TitanTest/RESTART
ERROR in Restart.pl: could not find restart file GM/restartOUT/restart.H!
make test_titan_check
/xhome/gtoth/Tmp/SWMF/share/Scripts/DiffNum.pl -t -r=1e-5 -a=1e-15 \
Param/TITAN/TestOutput/log_n000001.log \
run_test/TitanTest/GM/log_n000001.log > test_titan.diff
ls -l test_titan.diff
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 22:29 test_titan.diff
make test_titan_restart_save
cd run_test; cp Param/TITAN/PARAM.in.restartsave PARAM.in
#./TestParam.pl -n=1 run_test/PARAM.in
cd run_test; mpirun -np 2 ./BATSRUS.exe > runlog
Warning: Floating underflow occurred
Warning: Floating underflow occurred
cd run_test; rm -rf TitanTest/RestartSave RESTART_titan
cd run_test; ./PostProc.pl -M -o TitanTest/RestartSave
PostProc.pl: mv GM/IO2 TitanTest/RestartSave/GM with 7 files
PostProc.pl: cp PARAM.in TitanTest/RestartSave/
PostProc.pl: mv runlog TitanTest/RestartSave/
PostProc.pl: Restart.pl -o TitanTest/RestartSave/RESTART
make test_titan_restart_read
cd run_test; cp Param/TITAN/PARAM.in.restartread PARAM.in
#./TestParam.pl -n=1 run_test/PARAM.in
cd run_test; ./Restart.pl -i TitanTest/RestartSave/RESTART
# Restart.pl has checked  input restart file and directories.
# Restart.pl has linked  restart tree TitanTest/RestartSave/RESTART/.
cd run_test; mpirun -np 2 ./BATSRUS.exe > runlog
cd run_test; rm -rf TitanTest/RestartRead
cd run_test; ./PostProc.pl -M -o TitanTest/RestartRead
PostProc.pl: mv GM/IO2 TitanTest/RestartRead/GM with 7 files
PostProc.pl: cp PARAM.in TitanTest/RestartRead/
PostProc.pl: mv runlog TitanTest/RestartRead/
PostProc.pl: Restart.pl -o TitanTest/RestartRead/RESTART
ERROR in Restart.pl: could not find restart file GM/restartOUT/restart.H!
make test_titan_restart_check
cd run_test/TitanTest; \
	cp RestartSave/GM/log_n000001.log log_all.log; \
	tail -25 RestartRead/GM/log_n000026.log >> log_all.log
/xhome/gtoth/Tmp/SWMF/share/Scripts/DiffNum.pl -t -r=1e-5 -a=1e-15 \
Param/TITAN/TestOutput/log_n000001.log \
run_test/TitanTest/log_all.log > test_titan_restart.diff
ls -l test_titan*.diff
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 22:29 test_titan.diff
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 22:32 test_titan_restart.diff
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/DATAREAD/srcDemt; make LIB
make /xhome/gtoth/Tmp/SWMF/lib/libDEMT.a
make[8]: `/xhome/gtoth/Tmp/SWMF/lib/libDEMT.a' is up to date.

/xhome/gtoth/Tmp/SWMF/lib/libDEMT.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 srcBATL; make LIB
make libBATL.a
make[8]: `libBATL.a' is up to date.

libBATL.a has been brought up to date.

cd src; make LIB
make libBATSRUS.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEquation.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMain.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModB0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIO.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdvance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCovariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGeometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiFluid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPhysics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdjoint.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceValue.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModWaves.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEnergy.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBatlInterface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBlockData.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBoundaryCells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModConserveFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIonoVelocity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUserEmpty.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPointImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUser.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiIon.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCharacteristic.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCurrent.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModExpansionFactors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceGradient.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHallResist.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMessagePass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadDiffusion.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCoronalHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadiativeCooling.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHeatConduction.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModResistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGroundMagPerturb.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGmGeoindices.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModLaserHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModNodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPartSteady.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPolarNeighbor.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCT.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRestartFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRaytrace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSatelliteFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSolarwind.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModTimeStepControl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHdf5.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 BATS_methods.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 MH_set_parameters.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 advect_points.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 allocate_vars.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_gradients.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_sources.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_timestep.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 coarsen_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 covariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 create_soln_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 exchange_messages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 explicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 find_neighbors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 fix_axis_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 library.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 load_balance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_faces.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_nodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 number_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 octree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 potential_force_averages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 refine_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 rotate.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_b0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_block_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_ICs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_outer_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 specify_refinement.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states_MHD.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_logfile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_common.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_idl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_tec.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O2 write_plot_los.f90
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_sph.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_radiowave.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_progress.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 constrain_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 implicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_interface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_jacobian.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_matvec.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_newton.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace_new.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_pass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 get_im_pressure.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 project_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_cg.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_bicgstab.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_resistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 clean_divb.f90
Note: On some machines, -ieee=full may be needed for best performance
cp -f ../srcBATL/libBATL.a libBATSRUS.a
ar -rs libBATSRUS.a ModAdvance.o ModAMR.o ModB0.o ModBatlInterface.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 ModGmGeoindices.o ModHallResist.o ModIO.o ModLaserHeating.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 ModTimeStepControl.o ModUserEmpty.o ModUser.o ModWaves.o ModHdf5.o ModCoronalHeating.o ModRadiativeCooling.o  ModCT.o       	ModImplicit.o ModImplHypre.o ModRadDiffusion.o ModHeatConduction.o 	ModRaytrace.o  ModProject.o   ModAdjoint.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  set_resistivity.o ModResistivity.o  clean_divb.o                          
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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 main.f90
Note: On some machines, -ieee=full may be needed for best performance
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/libDEMT.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   
rm -rf Tmp_
 
Program BATSRUS has been brought up to date.
 
make PIDL
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 srcPostProc; make PIDL
make /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe
make[8]: `/xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe' is up to date.
 
Program PostIDL has been brought up to date.
 
make test_mars_rundir
rm -rf run_test
make rundir RUNDIR=run_test STANDALONE=YES GMDIR=`pwd`
mkdir -p run_test/GM
cd run_test/GM; \
	mkdir restartIN restartOUT IO2; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe .; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostSPH.exe .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/IDL/pIDL .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/TEC/pTEC .; \
	ln -s /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Param .
cd run_test; \
	cp Param/MARS/PARAM.in .; \
	cp Param/MARS/marsmgsp.txt .
#./TestParam.pl -n=1 run_test/PARAM.in
make test_mars_run
cd run_test; mpirun -np 2 ./BATSRUS.exe > runlog
Warning: Floating underflow occurred
Warning: Floating underflow occurred
cd run_test; rm -rf MarsTest; ./PostProc.pl -M -o MarsTest
PostProc.pl: mv GM/IO2 MarsTest/GM with 7 files
PostProc.pl: cp PARAM.in MarsTest/
PostProc.pl: mv runlog MarsTest/
PostProc.pl: Restart.pl -o MarsTest/RESTART
ERROR in Restart.pl: could not find restart file GM/restartOUT/restart.H!
make test_mars_check
/xhome/gtoth/Tmp/SWMF/share/Scripts/DiffNum.pl -b -r=1e-5 \
Param/MARS/TestOutput/log_n000001.log \
run_test/MarsTest/GM/log_n000001.log > test_mars.diff
ls -l test_mars.diff
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 22:38 test_mars.diff
make test_marsfluids_compile
./Config.pl -u=MarsFluids -e=MhdMarsFluids -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/DATAREAD/srcDemt; make LIB
make /xhome/gtoth/Tmp/SWMF/lib/libDEMT.a
make[8]: `/xhome/gtoth/Tmp/SWMF/lib/libDEMT.a' is up to date.

/xhome/gtoth/Tmp/SWMF/lib/libDEMT.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 srcBATL; make LIB
make libBATL.a
make[8]: `libBATL.a' is up to date.

libBATL.a has been brought up to date.

cd src; make LIB
make libBATSRUS.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEquation.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMain.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModB0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIO.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdvance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCovariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGeometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiFluid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPhysics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdjoint.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceValue.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModWaves.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEnergy.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBatlInterface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBlockData.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBoundaryCells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModConserveFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIonoVelocity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUserEmpty.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPointImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUser.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiIon.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCharacteristic.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCurrent.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModExpansionFactors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceGradient.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHallResist.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMessagePass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadDiffusion.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCoronalHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadiativeCooling.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHeatConduction.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModResistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGroundMagPerturb.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGmGeoindices.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModLaserHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModNodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPartSteady.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPolarNeighbor.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCT.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRestartFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRaytrace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSatelliteFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSolarwind.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModTimeStepControl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHdf5.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 BATS_methods.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 MH_set_parameters.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 advect_points.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 allocate_vars.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_gradients.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_sources.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_timestep.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 coarsen_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 covariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 create_soln_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 exchange_messages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 explicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 find_neighbors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 fix_axis_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 library.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 load_balance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_faces.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_nodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 number_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 octree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 potential_force_averages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 refine_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 rotate.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_b0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_block_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_ICs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_outer_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 specify_refinement.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states_MHD.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_logfile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_common.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_idl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_tec.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O2 write_plot_los.f90
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_sph.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_radiowave.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_progress.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 constrain_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 implicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_interface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_jacobian.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_matvec.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_newton.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace_new.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_pass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 get_im_pressure.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 project_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_cg.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_bicgstab.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_resistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 clean_divb.f90
Note: On some machines, -ieee=full may be needed for best performance
cp -f ../srcBATL/libBATL.a libBATSRUS.a
ar -rs libBATSRUS.a ModAdvance.o ModAMR.o ModB0.o ModBatlInterface.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 ModGmGeoindices.o ModHallResist.o ModIO.o ModLaserHeating.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 ModTimeStepControl.o ModUserEmpty.o ModUser.o ModWaves.o ModHdf5.o ModCoronalHeating.o ModRadiativeCooling.o  ModCT.o       	ModImplicit.o ModImplHypre.o ModRadDiffusion.o ModHeatConduction.o 	ModRaytrace.o  ModProject.o   ModAdjoint.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  set_resistivity.o ModResistivity.o  clean_divb.o                          
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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 main.f90
Note: On some machines, -ieee=full may be needed for best performance
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/libDEMT.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   
rm -rf Tmp_
 
Program BATSRUS has been brought up to date.
 
make PIDL
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 srcPostProc; make PIDL
make /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe
make[8]: `/xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe' is up to date.
 
Program PostIDL has been brought up to date.
 
make test_marsfluids_rundir
rm -rf run_test
make rundir RUNDIR=run_test STANDALONE=YES GMDIR=`pwd`
mkdir -p run_test/GM
cd run_test/GM; \
	mkdir restartIN restartOUT IO2; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe .; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostSPH.exe .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/IDL/pIDL .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/TEC/pTEC .; \
	ln -s /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Param .
cd run_test; \
	cp Param/MARSFLUIDS/PARAM.in .
#./TestParam.pl -n=1 run_test/PARAM.in
make test_marsfluids_run
cd run_test; mpirun -np 2 ./BATSRUS.exe > runlog
Warning: Floating underflow occurred
Warning: Floating underflow occurred
cd run_test; rm -rf MarsFluidsTest; ./PostProc.pl -M -o MarsFluidsTest
PostProc.pl: mv GM/IO2 MarsFluidsTest/GM with 4 files
PostProc.pl: cp PARAM.in MarsFluidsTest/
PostProc.pl: mv runlog MarsFluidsTest/
PostProc.pl: Restart.pl -o MarsFluidsTest/RESTART
ERROR in Restart.pl: could not find restart file GM/restartOUT/restart.H!
make test_marsfluids_check
/xhome/gtoth/Tmp/SWMF/share/Scripts/DiffNum.pl -t -r=1e-5 -a=1e-15 \
Param/MARSFLUIDS/TestOutput/log_n000001.log \
run_test/MarsFluidsTest/GM/log_n000001.log > test_marsfluids.diff
ls -l test_marsfluids.diff
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 22:45 test_marsfluids.diff
make test_marsfluids_restart_save
cd run_test; cp Param/MARSFLUIDS/PARAM.in.restartsave PARAM.in
#./TestParam.pl -n=1 run_test/PARAM.in
cd run_test; sleep 1; mpirun -np 2 ./BATSRUS.exe > runlog
Warning: Floating underflow occurred
Warning: Floating underflow occurred
cd run_test; rm -rf MarsFluidsTest/RestartSave RESTART_marsfluids
cd run_test; ./PostProc.pl -M -o MarsFluidsTest/RestartSave
PostProc.pl: mv GM/IO2 MarsFluidsTest/RestartSave/GM with 4 files
PostProc.pl: cp PARAM.in MarsFluidsTest/RestartSave/
PostProc.pl: mv runlog MarsFluidsTest/RestartSave/
PostProc.pl: Restart.pl -o MarsFluidsTest/RestartSave/RESTART
make test_marsfluids_restart_read
cd run_test; cp Param/MARSFLUIDS/PARAM.in.restartread PARAM.in
#./TestParam.pl -n=1 run_test/PARAM.in
cd run_test; ./Restart.pl -i MarsFluidsTest/RestartSave/RESTART
# Restart.pl has checked  input restart file and directories.
# Restart.pl has linked  restart tree MarsFluidsTest/RestartSave/RESTART/.
cd run_test; sleep 1; mpirun -np 2 ./BATSRUS.exe > runlog
Warning: Floating underflow occurred
Warning: Floating underflow occurred
cd run_test; rm -rf MarsFluidsTest/RestartRead
cd run_test; ./PostProc.pl -M -o MarsFluidsTest/RestartRead
PostProc.pl: mv GM/IO2 MarsFluidsTest/RestartRead/GM with 4 files
PostProc.pl: cp PARAM.in MarsFluidsTest/RestartRead/
PostProc.pl: mv runlog MarsFluidsTest/RestartRead/
PostProc.pl: Restart.pl -o MarsFluidsTest/RestartRead/RESTART
ERROR in Restart.pl: could not find restart file GM/restartOUT/restart.H!
make test_marsfluids_restart_check
cd run_test/MarsFluidsTest; \
	cp RestartSave/GM/log_n000001.log log_all.log; \
	tail -10 RestartRead/GM/log_n000011.log >> log_all.log
/xhome/gtoth/Tmp/SWMF/share/Scripts/DiffNum.pl -t -r=1e-5 -a=1e-15 \
Param/MARSFLUIDS/TestOutput/log_n000001.log \
run_test/MarsFluidsTest/log_all.log > test_marsfluids_restart.diff
ls -l test_marsfluids*.diff
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 22:45 test_marsfluids.diff
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 22:45 test_marsfluids_restart.diff
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/DATAREAD/srcDemt; make LIB
make /xhome/gtoth/Tmp/SWMF/lib/libDEMT.a
make[8]: `/xhome/gtoth/Tmp/SWMF/lib/libDEMT.a' is up to date.

/xhome/gtoth/Tmp/SWMF/lib/libDEMT.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 srcBATL; make LIB
make libBATL.a
make[8]: `libBATL.a' is up to date.

libBATL.a has been brought up to date.

cd src; make LIB
make libBATSRUS.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEquation.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMain.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModB0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIO.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdvance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCovariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGeometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiFluid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPhysics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdjoint.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceValue.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModWaves.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEnergy.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBatlInterface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBlockData.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBoundaryCells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModConserveFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIonoVelocity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUserEmpty.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPointImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCurrent.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceGradient.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModResistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUser.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiIon.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCharacteristic.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModExpansionFactors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHallResist.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMessagePass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadDiffusion.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCoronalHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadiativeCooling.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHeatConduction.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGroundMagPerturb.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGmGeoindices.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModLaserHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModNodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPartSteady.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPolarNeighbor.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCT.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRestartFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRaytrace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSatelliteFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSolarwind.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModTimeStepControl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHdf5.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 BATS_methods.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 MH_set_parameters.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 advect_points.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 allocate_vars.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_gradients.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_sources.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_timestep.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 coarsen_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 covariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 create_soln_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 exchange_messages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 explicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 find_neighbors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 fix_axis_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 library.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 load_balance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_faces.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_nodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 number_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 octree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 potential_force_averages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 refine_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 rotate.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_b0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_block_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_ICs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_outer_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 specify_refinement.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states_MHD.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_logfile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_common.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_idl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_tec.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O2 write_plot_los.f90
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_sph.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_radiowave.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_progress.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 constrain_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 implicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_interface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_jacobian.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_matvec.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_newton.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace_new.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_pass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 get_im_pressure.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 project_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_cg.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_bicgstab.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_resistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 clean_divb.f90
Note: On some machines, -ieee=full may be needed for best performance
cp -f ../srcBATL/libBATL.a libBATSRUS.a
ar -rs libBATSRUS.a ModAdvance.o ModAMR.o ModB0.o ModBatlInterface.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 ModGmGeoindices.o ModHallResist.o ModIO.o ModLaserHeating.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 ModTimeStepControl.o ModUserEmpty.o ModUser.o ModWaves.o ModHdf5.o ModCoronalHeating.o ModRadiativeCooling.o  ModCT.o       	ModImplicit.o ModImplHypre.o ModRadDiffusion.o ModHeatConduction.o 	ModRaytrace.o  ModProject.o   ModAdjoint.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  set_resistivity.o ModResistivity.o  clean_divb.o                          
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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 main.f90
Note: On some machines, -ieee=full may be needed for best performance
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/libDEMT.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   
rm -rf Tmp_
 
Program BATSRUS has been brought up to date.
 
make PIDL
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 srcPostProc; make PIDL
make /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe
make[8]: `/xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe' is up to date.
 
Program PostIDL has been brought up to date.
 
make test_venus_rundir
rm -rf run_test
make rundir RUNDIR=run_test STANDALONE=YES GMDIR=`pwd`
mkdir -p run_test/GM
cd run_test/GM; \
	mkdir restartIN restartOUT IO2; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe .; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostSPH.exe .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/IDL/pIDL .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/TEC/pTEC .; \
	ln -s /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Param .
cd run_test; \
	cp Param/VENUS/PARAM.in .; \
#./TestParam.pl -n=1 run_test/PARAM.in
make test_venus_run
cd run_test; mpirun -np 2 ./BATSRUS.exe > runlog
Warning: Floating underflow occurred
Warning: Floating underflow occurred
cd run_test; rm -rf VenusTest; ./PostProc.pl -M -o VenusTest
PostProc.pl: mv GM/IO2 VenusTest/GM with 6 files
PostProc.pl: cp PARAM.in VenusTest/
PostProc.pl: mv runlog VenusTest/
PostProc.pl: Restart.pl -o VenusTest/RESTART
ERROR in Restart.pl: could not find restart file GM/restartOUT/restart.H!
make test_venus_check
/xhome/gtoth/Tmp/SWMF/share/Scripts/DiffNum.pl -b -r=1e-5 -a=1e-17 \
Param/VENUS/TestOutput/log_n000001.log \
run_test/VenusTest/GM/log_n000001.log > test_venus.diff
ls -l test_venus.diff
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 22:54 test_venus.diff
make test_venus_restart_save
cd run_test; cp Param/VENUS/PARAM.in.restartsave PARAM.in
#./TestParam.pl -n=1 run_test/PARAM.in
cd run_test; mpirun -np 2 ./BATSRUS.exe > runlog
Warning: Floating underflow occurred
Warning: Floating underflow occurred
cd run_test; rm -rf VenusTest/RestartSave RESTART_venus
cd run_test; ./PostProc.pl -M -o VenusTest/RestartSave
PostProc.pl: mv GM/IO2 VenusTest/RestartSave/GM with 6 files
PostProc.pl: cp PARAM.in VenusTest/RestartSave/
PostProc.pl: mv runlog VenusTest/RestartSave/
PostProc.pl: Restart.pl -o VenusTest/RestartSave/RESTART
make test_venus_restart_read
cd run_test; cp Param/VENUS/PARAM.in.restartread PARAM.in
#./TestParam.pl -n=1 run_test/PARAM.in
cd run_test; ./Restart.pl -i VenusTest/RestartSave/RESTART
# Restart.pl has checked  input restart file and directories.
# Restart.pl has linked  restart tree VenusTest/RestartSave/RESTART/.
cd run_test; mpirun -np 2 ./BATSRUS.exe > runlog
Warning: Floating underflow occurred
Warning: Floating underflow occurred
cd run_test; rm -rf VenusTest/RestartRead
cd run_test; ./PostProc.pl -M -o VenusTest/RestartRead
PostProc.pl: mv GM/IO2 VenusTest/RestartRead/GM with 6 files
PostProc.pl: cp PARAM.in VenusTest/RestartRead/
PostProc.pl: mv runlog VenusTest/RestartRead/
PostProc.pl: Restart.pl -o VenusTest/RestartRead/RESTART
ERROR in Restart.pl: could not find restart file GM/restartOUT/restart.H!
make test_venus_restart_check
cd run_test/VenusTest; \
	cp RestartSave/GM/log_n000001.log log_all.log; \
	tail -25 RestartRead/GM/log_n000026.log >> log_all.log
/xhome/gtoth/Tmp/SWMF/share/Scripts/DiffNum.pl -t -r=1e-5 -a=1e-15 \
Param/VENUS/TestOutput/log_n000001.log \
run_test/VenusTest/log_all.log > test_venus_restart.diff
ls -l test_venus*.diff
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 22:54 test_venus.diff
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 22:57 test_venus_restart.diff
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 and srcBATL/BATL_size.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/DATAREAD/srcDemt; make LIB
make /xhome/gtoth/Tmp/SWMF/lib/libDEMT.a
make[8]: `/xhome/gtoth/Tmp/SWMF/lib/libDEMT.a' is up to date.

/xhome/gtoth/Tmp/SWMF/lib/libDEMT.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 srcBATL; make LIB
make libBATL.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_size.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_tree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_cell.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_face.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_node.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_lib.f90
Note: On some machines, -ieee=full may be needed for best performance
rm -f libBATL.a
ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_lib.o BATL_mpi.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_size.o BATL_tree.o
ar: creating archive libBATL.a

libBATL.a has been brought up to date.

cd src; make LIB
make libBATSRUS.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSize.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEquation.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModParallel.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMain.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModB0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIO.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdvance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCube.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAMR.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCovariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGeometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiFluid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPhysics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdjoint.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceValue.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModWaves.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEnergy.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBatlInterface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBlockData.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBoundaryCells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModConserveFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIonoVelocity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUserEmpty.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSolarwind.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUser.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPointImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiIon.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCharacteristic.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCurrent.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModExpansionFactors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceGradient.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHallResist.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMessagePass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadDiffusion.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCoronalHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadiativeCooling.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHeatConduction.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModResistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGroundMagPerturb.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGmGeoindices.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModLaserHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModNodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModOctree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPartSteady.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPolarNeighbor.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCT.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRestartFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRaytrace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSatelliteFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModTimeStepControl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHdf5.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 BATS_methods.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 MH_set_parameters.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 advect_points.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 allocate_vars.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_gradients.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_sources.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_timestep.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 coarsen_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 covariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 create_soln_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 exchange_messages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 explicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 find_neighbors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 fix_axis_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 library.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 load_balance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_faces.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_nodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 number_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 octree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 potential_force_averages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 refine_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 rotate.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_b0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_block_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_ICs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_outer_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 specify_refinement.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states_MHD.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_logfile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_common.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_idl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_tec.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O2 write_plot_los.f90
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_sph.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_radiowave.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_progress.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 constrain_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95  -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace_new.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_pass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 get_im_pressure.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 project_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_cg.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_bicgstab.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_resistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 clean_divb.f90
Note: On some machines, -ieee=full may be needed for best performance
cp -f ../srcBATL/libBATL.a libBATSRUS.a
ar -rs libBATSRUS.a ModAdvance.o ModAMR.o ModB0.o ModBatlInterface.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 ModGmGeoindices.o ModHallResist.o ModIO.o ModLaserHeating.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 ModTimeStepControl.o ModUserEmpty.o ModUser.o ModWaves.o ModHdf5.o ModCoronalHeating.o ModRadiativeCooling.o  ModCT.o       	ModImplicit.o ModImplHypre.o ModRadDiffusion.o ModHeatConduction.o 	ModRaytrace.o  ModProject.o   ModAdjoint.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  set_resistivity.o ModResistivity.o  clean_divb.o                          
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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 main.f90
Note: On some machines, -ieee=full may be needed for best performance
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/libDEMT.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   
rm -rf Tmp_
 
Program BATSRUS has been brought up to date.
 
make PIDL
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 srcPostProc; make PIDL
make /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe
make[8]: `/xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe' is up to date.
 
Program PostIDL has been brought up to date.
 
make test_saturn_rundir
rm -rf run_test
make rundir RUNDIR=run_test STANDALONE=YES GMDIR=`pwd`
mkdir -p run_test/GM
cd run_test/GM; \
	mkdir restartIN restartOUT IO2; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe .; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostSPH.exe .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/IDL/pIDL .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/TEC/pTEC .; \
	ln -s /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Param .
cd run_test; \
	cp Param/SATURN/PARAM.in .; \
#./TestParam.pl -n=1 run_test/PARAM.in
make test_saturn_run
cd run_test; mpirun -np 2 ./BATSRUS.exe > runlog
cd run_test; rm -rf RESULTS; ./PostProc.pl -M RESULTS
PostProc.pl: mv GM/IO2 RESULTS/GM with 3 files
PostProc.pl: cp PARAM.in RESULTS/
PostProc.pl: mv runlog RESULTS/
PostProc.pl: Restart.pl -o RESULTS/RESTART
ERROR in Restart.pl: could not find restart file GM/restartOUT/restart.H!
make test_saturn_check
/xhome/gtoth/Tmp/SWMF/share/Scripts/DiffNum.pl -b -r=1e-5 -a=1e-17 \
Param/SATURN/TestOutput/log_n000001.log \
run_test/RESULTS/GM/log_n000001.log > test_saturn.diff
ls -l test_saturn.diff
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 23:05 test_saturn.diff
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 and srcBATL/BATL_size.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/DATAREAD/srcDemt; make LIB
make /xhome/gtoth/Tmp/SWMF/lib/libDEMT.a
make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libDEMT.a' is up to date.

/xhome/gtoth/Tmp/SWMF/lib/libDEMT.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 srcBATL; make LIB
make libBATL.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_size.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_tree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_cell.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_face.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_node.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_lib.f90
Note: On some machines, -ieee=full may be needed for best performance
rm -f libBATL.a
ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_lib.o BATL_mpi.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_size.o BATL_tree.o
ar: creating archive libBATL.a

libBATL.a has been brought up to date.

cd src; make LIB
make libBATSRUS.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSize.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEquation.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModParallel.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMain.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModB0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIO.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdvance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCube.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAMR.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCovariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGeometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiFluid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPhysics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdjoint.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceValue.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModWaves.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEnergy.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBatlInterface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBlockData.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBoundaryCells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModConserveFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIonoVelocity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUserEmpty.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPointImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUser.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiIon.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCharacteristic.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCurrent.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModExpansionFactors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceGradient.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHallResist.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMessagePass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadDiffusion.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCoronalHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadiativeCooling.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHeatConduction.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModResistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGroundMagPerturb.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGmGeoindices.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModLaserHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModNodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModOctree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPartSteady.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPolarNeighbor.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCT.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRestartFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRaytrace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSatelliteFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSolarwind.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModTimeStepControl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHdf5.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 BATS_methods.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 MH_set_parameters.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 advect_points.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 allocate_vars.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_gradients.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_sources.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_timestep.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 coarsen_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 covariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 create_soln_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 exchange_messages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 explicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 find_neighbors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 fix_axis_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 library.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 load_balance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_faces.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_nodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 number_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 octree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 potential_force_averages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 refine_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 rotate.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_b0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_block_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_ICs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_outer_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 specify_refinement.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states_MHD.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_logfile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_common.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_idl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_tec.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O2 write_plot_los.f90
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_sph.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_radiowave.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_progress.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 constrain_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 implicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_interface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_jacobian.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_matvec.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_newton.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace_new.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_pass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 get_im_pressure.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 project_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_cg.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_bicgstab.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_resistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 clean_divb.f90
Note: On some machines, -ieee=full may be needed for best performance
cp -f ../srcBATL/libBATL.a libBATSRUS.a
ar -rs libBATSRUS.a ModAdvance.o ModAMR.o ModB0.o ModBatlInterface.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 ModGmGeoindices.o ModHallResist.o ModIO.o ModLaserHeating.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 ModTimeStepControl.o ModUserEmpty.o ModUser.o ModWaves.o ModHdf5.o ModCoronalHeating.o ModRadiativeCooling.o  ModCT.o       	ModImplicit.o ModImplHypre.o ModRadDiffusion.o ModHeatConduction.o 	ModRaytrace.o  ModProject.o   ModAdjoint.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  set_resistivity.o ModResistivity.o  clean_divb.o                          
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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 main.f90
Note: On some machines, -ieee=full may be needed for best performance
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/libDEMT.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   
rm -rf Tmp_
 
Program BATSRUS has been brought up to date.
 
make 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 srcPostProc; make PIDL
make /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe
make[7]: `/xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe' is up to date.
 
Program PostIDL has been brought up to date.
 
make test_comet_rundir
rm -rf run_test
make rundir RUNDIR=run_test STANDALONE=YES GMDIR=`pwd`
mkdir -p run_test/GM
cd run_test/GM; \
	mkdir restartIN restartOUT IO2; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe .; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostSPH.exe .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/IDL/pIDL .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/TEC/pTEC .; \
	ln -s /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Param .
cd run_test; \
	cp Param/COMET/PARAM.in .; \
	#./TestParam.pl -n=1 run_test/PARAM.in
make test_comet_run
cd run_test; mpirun -np 2 ./BATSRUS.exe > runlog
cd run_test; rm -rf CometTest; ./PostProc.pl -M -o CometTest
PostProc.pl: mv GM/IO2 CometTest/GM with 1 file
PostProc.pl: cp PARAM.in CometTest/
PostProc.pl: mv runlog CometTest/
PostProc.pl: Restart.pl -o CometTest/RESTART
ERROR in Restart.pl: could not find restart file GM/restartOUT/restart.H!
make test_comet_check
/xhome/gtoth/Tmp/SWMF/share/Scripts/DiffNum.pl -b -r=1e-5 -a=1e-10 \
Param/COMET/TestOutput/log_n000001.log \
run_test/CometTest/GM/log_n000001.log > test_comet.diff
ERROR in DiffNum.pl
make[4]: *** [test_comet_check] Error 255
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 and srcBATL/BATL_size.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/DATAREAD/srcDemt; make LIB
make /xhome/gtoth/Tmp/SWMF/lib/libDEMT.a
make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libDEMT.a' is up to date.

/xhome/gtoth/Tmp/SWMF/lib/libDEMT.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 srcBATL; make LIB
make libBATL.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_size.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_tree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_cell.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_face.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_node.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_lib.f90
Note: On some machines, -ieee=full may be needed for best performance
rm -f libBATL.a
ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_lib.o BATL_mpi.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_size.o BATL_tree.o
ar: creating archive libBATL.a

libBATL.a has been brought up to date.

cd src; make LIB
make libBATSRUS.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSize.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEquation.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModParallel.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMain.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModB0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIO.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdvance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCube.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAMR.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCovariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGeometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiFluid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPhysics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdjoint.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceValue.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModWaves.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEnergy.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBatlInterface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBlockData.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBoundaryCells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModConserveFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIonoVelocity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUserEmpty.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUser.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPointImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiIon.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCharacteristic.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCurrent.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModExpansionFactors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceGradient.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHallResist.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMessagePass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadDiffusion.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCoronalHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadiativeCooling.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHeatConduction.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModResistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGroundMagPerturb.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGmGeoindices.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModLaserHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModNodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModOctree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPartSteady.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPolarNeighbor.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCT.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRestartFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRaytrace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSatelliteFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSolarwind.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModTimeStepControl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHdf5.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 BATS_methods.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 MH_set_parameters.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 advect_points.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 allocate_vars.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_gradients.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_sources.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_timestep.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 coarsen_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 covariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 create_soln_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 exchange_messages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 explicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 find_neighbors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 fix_axis_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 library.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 load_balance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_faces.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_nodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 number_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 octree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 potential_force_averages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 refine_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 rotate.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_b0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_block_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_ICs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_outer_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 specify_refinement.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states_MHD.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_logfile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_common.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_idl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_tec.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O2 write_plot_los.f90
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_sph.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_radiowave.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_progress.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 constrain_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95  -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace_new.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_pass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 get_im_pressure.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 project_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_cg.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_bicgstab.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_resistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 clean_divb.f90
Note: On some machines, -ieee=full may be needed for best performance
cp -f ../srcBATL/libBATL.a libBATSRUS.a
ar -rs libBATSRUS.a ModAdvance.o ModAMR.o ModB0.o ModBatlInterface.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 ModGmGeoindices.o ModHallResist.o ModIO.o ModLaserHeating.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 ModTimeStepControl.o ModUserEmpty.o ModUser.o ModWaves.o ModHdf5.o ModCoronalHeating.o ModRadiativeCooling.o  ModCT.o       	ModImplicit.o ModImplHypre.o ModRadDiffusion.o ModHeatConduction.o 	ModRaytrace.o  ModProject.o   ModAdjoint.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  set_resistivity.o ModResistivity.o  clean_divb.o                          
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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 main.f90
Note: On some machines, -ieee=full may be needed for best performance
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/libDEMT.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   
rm -rf Tmp_
 
Program BATSRUS has been brought up to date.
 
make 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 srcPostProc; make PIDL
make /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe
make[7]: `/xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe' is up to date.
 
Program PostIDL has been brought up to date.
 
make test_magnetometer_rundir
rm -rf run_test
make rundir RUNDIR=run_test STANDALONE=YES GMDIR=`pwd`
mkdir -p run_test/GM
cd run_test/GM; \
	mkdir restartIN restartOUT IO2; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe .; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostSPH.exe .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/IDL/pIDL .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/TEC/pTEC .; \
	ln -s /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Param .
cd run_test; cp Param/MAGNETOMETER/PARAM.in PARAM.in
cd run_test; cp Param/MAGNETOMETER/magin.dat .
make test_magnetometer_run
cd run_test; mpirun -np 2 ./BATSRUS.exe > runlog
cd run_test; ./PostProc.pl -M RESULTS
PostProc.pl: mv GM/IO2 RESULTS/GM with 5 files
PostProc.pl: cp PARAM.in RESULTS/
PostProc.pl: mv runlog RESULTS/
PostProc.pl: Restart.pl -o RESULTS/RESTART
ERROR in Restart.pl: could not find restart file GM/restartOUT/restart.H!
make test_magnetometer_check
/xhome/gtoth/Tmp/SWMF/share/Scripts/DiffNum.pl -t -r=1e-5 -a=1e-12 \
Param/MAGNETOMETER/TestOutput/GM_mag_n00000000.mag \
run_test/RESULTS/GM/GM_mag_n00000000.mag \
> test_magnetometer.diff	
ls -l test_magnetometer.diff
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 23:24 test_magnetometer.diff
make test_anisotropic_compile
./Config.pl -u=Waves -e=MhdAnisoP -g=100,2,2,100,1
BATSRUS/Config.pl WARNING: nI=100 nJ=2 nK=2 does not allow AMR
Writing new grid size 100,2,2,100,1 into src/ModSize.f90 and srcBATL/BATL_size.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/DATAREAD/srcDemt; make LIB
make /xhome/gtoth/Tmp/SWMF/lib/libDEMT.a
make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libDEMT.a' is up to date.

/xhome/gtoth/Tmp/SWMF/lib/libDEMT.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 srcBATL; make LIB
make libBATL.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_size.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_tree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_cell.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_face.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_node.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_lib.f90
Note: On some machines, -ieee=full may be needed for best performance
rm -f libBATL.a
ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_lib.o BATL_mpi.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_size.o BATL_tree.o
ar: creating archive libBATL.a

libBATL.a has been brought up to date.

cd src; make LIB
make libBATSRUS.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSize.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEquation.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModParallel.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMain.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModB0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIO.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdvance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCube.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAMR.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCovariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGeometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiFluid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPhysics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdjoint.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceValue.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModWaves.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEnergy.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBatlInterface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBlockData.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBoundaryCells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModConserveFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIonoVelocity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUserEmpty.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUser.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPointImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiIon.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCharacteristic.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCurrent.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModExpansionFactors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceGradient.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHallResist.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMessagePass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadDiffusion.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCoronalHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadiativeCooling.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHeatConduction.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModResistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGroundMagPerturb.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGmGeoindices.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModLaserHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModNodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModOctree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPartSteady.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPolarNeighbor.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCT.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRestartFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRaytrace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSatelliteFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSolarwind.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModTimeStepControl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHdf5.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 BATS_methods.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 MH_set_parameters.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 advect_points.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 allocate_vars.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_gradients.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_sources.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_timestep.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 coarsen_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 covariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 create_soln_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 exchange_messages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 explicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 find_neighbors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 fix_axis_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 library.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 load_balance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_faces.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_nodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 number_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 octree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 potential_force_averages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 refine_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 rotate.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_b0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_block_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_ICs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_outer_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 specify_refinement.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states_MHD.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_logfile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_common.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_idl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_tec.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O2 write_plot_los.f90
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_sph.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_radiowave.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_progress.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 constrain_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95  -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace_new.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_pass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 get_im_pressure.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 project_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_cg.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_bicgstab.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_resistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 clean_divb.f90
Note: On some machines, -ieee=full may be needed for best performance
cp -f ../srcBATL/libBATL.a libBATSRUS.a
ar -rs libBATSRUS.a ModAdvance.o ModAMR.o ModB0.o ModBatlInterface.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 ModGmGeoindices.o ModHallResist.o ModIO.o ModLaserHeating.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 ModTimeStepControl.o ModUserEmpty.o ModUser.o ModWaves.o ModHdf5.o ModCoronalHeating.o ModRadiativeCooling.o  ModCT.o       	ModImplicit.o ModImplHypre.o ModRadDiffusion.o ModHeatConduction.o 	ModRaytrace.o  ModProject.o   ModAdjoint.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  set_resistivity.o ModResistivity.o  clean_divb.o                          
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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 main.f90
Note: On some machines, -ieee=full may be needed for best performance
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/libDEMT.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   
rm -rf Tmp_
 
Program BATSRUS has been brought up to date.
 
make 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 srcPostProc; make PIDL
make /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe
make[7]: `/xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe' is up to date.
 
Program PostIDL has been brought up to date.
 
make test_anisotropic_rundir
rm -rf run_test
make rundir RUNDIR=run_test STANDALONE=YES GMDIR=`pwd`
mkdir -p run_test/GM
cd run_test/GM; \
	mkdir restartIN restartOUT IO2; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe .; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostSPH.exe .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/IDL/pIDL .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/TEC/pTEC .; \
	ln -s /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Param .
cd run_test; cp Param/ANISOPRESSURE/PARAM.in.Alfven PARAM.in
make test_anisotropic_run
cd run_test; mpirun -np 2 ./BATSRUS.exe > runlog
Warning: Floating underflow occurred
Warning: Floating underflow occurred
cd run_test; ./PostProc.pl RESULT
PostProc.pl: mv GM/IO2 RESULT/GM with 32 files
PostProc.pl: cp PARAM.in RESULT/
PostProc.pl: mv runlog RESULT/
PostProc.pl: Restart.pl -o RESULT/RESTART
ERROR in Restart.pl: could not find restart file GM/restartOUT/restart.H!
make test_anisotropic_check
/xhome/gtoth/Tmp/SWMF/share/Scripts/DiffNum.pl -t -r=1e-5 -a=1e-12 \
  Param/ANISOPRESSURE/TestOutput/alfven_ref.out \
  run_test/RESULT/GM/cut_*t03*.out > test_anisotropic.diff
ls -l test_anisotropic.diff
-rw-r--r--  1 gtoth  hpcc  0  9 Aug 23:34 test_anisotropic.diff
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 and srcBATL/BATL_size.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/DATAREAD/srcDemt; make LIB
make /xhome/gtoth/Tmp/SWMF/lib/libDEMT.a
make[7]: `/xhome/gtoth/Tmp/SWMF/lib/libDEMT.a' is up to date.

/xhome/gtoth/Tmp/SWMF/lib/libDEMT.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 srcBATL; make LIB
make libBATL.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_size.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_tree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_cell.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_face.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_node.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_lib.f90
Note: On some machines, -ieee=full may be needed for best performance
rm -f libBATL.a
ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_lib.o BATL_mpi.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_size.o BATL_tree.o
ar: creating archive libBATL.a

libBATL.a has been brought up to date.

cd src; make LIB
make libBATSRUS.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSize.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEquation.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModParallel.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMain.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModB0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIO.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdvance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCube.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAMR.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCovariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGeometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiFluid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPhysics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdjoint.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceValue.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModWaves.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEnergy.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBatlInterface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBlockData.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBoundaryCells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModConserveFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIonoVelocity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUserEmpty.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUser.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPointImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiIon.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCharacteristic.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCurrent.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModExpansionFactors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceGradient.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHallResist.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMessagePass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadDiffusion.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCoronalHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadiativeCooling.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHeatConduction.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModResistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGroundMagPerturb.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGmGeoindices.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModLaserHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModNodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModOctree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPartSteady.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPolarNeighbor.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCT.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRestartFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRaytrace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSatelliteFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSolarwind.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModTimeStepControl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHdf5.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 BATS_methods.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 MH_set_parameters.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 advect_points.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 allocate_vars.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_gradients.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_sources.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_timestep.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 coarsen_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 covariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 create_soln_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 exchange_messages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 explicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 find_neighbors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 fix_axis_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 library.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 load_balance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_faces.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_nodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 number_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 octree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 potential_force_averages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 refine_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 rotate.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_b0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_block_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_ICs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_outer_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 specify_refinement.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states_MHD.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_logfile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_common.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_idl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_tec.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O2 write_plot_los.f90
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_sph.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_radiowave.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_progress.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 constrain_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 implicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_interface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_jacobian.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_matvec.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_newton.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace_new.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_pass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 get_im_pressure.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 project_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_cg.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_bicgstab.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_resistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 clean_divb.f90
Note: On some machines, -ieee=full may be needed for best performance
cp -f ../srcBATL/libBATL.a libBATSRUS.a
ar -rs libBATSRUS.a ModAdvance.o ModAMR.o ModB0.o ModBatlInterface.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 ModGmGeoindices.o ModHallResist.o ModIO.o ModLaserHeating.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 ModTimeStepControl.o ModUserEmpty.o ModUser.o ModWaves.o ModHdf5.o ModCoronalHeating.o ModRadiativeCooling.o  ModCT.o       	ModImplicit.o ModImplHypre.o ModRadDiffusion.o ModHeatConduction.o 	ModRaytrace.o  ModProject.o   ModAdjoint.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  set_resistivity.o ModResistivity.o  clean_divb.o                          
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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 main.f90
Note: On some machines, -ieee=full may be needed for best performance
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/libDEMT.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   
rm -rf Tmp_
 
Program BATSRUS has been brought up to date.
 
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 srcPostProc; make PIDL
make /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe
make[7]: `/xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe' is up to date.
 
Program PostIDL has been brought up to date.
 
cd srcPostProc; make PSPH
make /xhome/gtoth/Tmp/SWMF/bin/PostSPH.exe
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 PostSPH.f90
Note: On some machines, -ieee=full may be needed for best performance
mpif90 -o /xhome/gtoth/Tmp/SWMF/bin/PostSPH.exe PostSPH.o -r8  
 
Program PostSPH has been brought up to date.
 
make test_func_run
rm -rf run_test
make rundir RUNDIR=run_test STANDALONE=YES GMDIR=`pwd`
mkdir -p run_test/GM
cd run_test/GM; \
	mkdir restartIN restartOUT IO2; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe .; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostSPH.exe .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/IDL/pIDL .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/TEC/pTEC .; \
	ln -s /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Param .
./TestSuite.pl -r='mpirun -np 2 ' -d=run_test func
test.000: -Limiter=beta -Plottype=idltecamr
    Post Processing IDL files.
    Post Processing TEC files.
test.000: finished. Check or compare results!
test.001: -Limiter=beta -Solver=linde
    Post Processing IDL files.
    Post Processing TEC files.
test.001: finished. Check or compare results!
test.002: -Limiter=beta -Plottype=idltecamr -Solver=sokolov
    Post Processing IDL files.
    Post Processing TEC files.
test.002: finished. Check or compare results!
test.003: -Limiter=mc -Reschange=tvd -Solver=roe
    Post Processing IDL files.
    Post Processing TEC files.
test.003: finished. Check or compare results!
test.004: -Conservative=r6
    Post Processing IDL files.
    Post Processing TEC files.
test.004: finished. Check or compare results!
test.005: -Conservative=adapt -Solver=linde
    Post Processing IDL files.
    Post Processing TEC files.
test.005: finished. Check or compare results!
test.006: -Conservative=r6 -Solver=sokolov
    Post Processing IDL files.
    Post Processing TEC files.
test.006: finished. Check or compare results!
test.007: -Conservative=r6 -Solver=roeold
    Post Processing IDL files.
    Post Processing TEC files.
test.007: finished. Check or compare results!
test.008: -Boris=borisfull
    Post Processing IDL files.
    Post Processing TEC files.
test.008: finished. Check or compare results!
test.009: -Boris=borisfull -Solver=linde
    Post Processing IDL files.
    Post Processing TEC files.
test.009: finished. Check or compare results!
test.010: -Boris=borisfull -Solver=sokolov
    Post Processing IDL files.
    Post Processing TEC files.
test.010: finished. Check or compare results!
test.011: -Boris=borissimple
    Post Processing IDL files.
    Post Processing TEC files.
test.011: finished. Check or compare results!
test.012: -Boris=borissimple -Solver=linde
    Post Processing IDL files.
    Post Processing TEC files.
test.012: finished. Check or compare results!
test.013: -Conservative=r6 -Plottype=idltecamr -Solver=hlld -Timestep=ta
    Post Processing IDL files.
    Post Processing TEC files.
test.013: finished. Check or compare results!
test.014: -Boris=borisfull -Conservative=r6 -Timestep=ta
    Post Processing IDL files.
    Post Processing TEC files.
test.014: finished. Check or compare results!
test.015: -Boris=borissimple -Conservative=r6 -Timestep=ta
    Post Processing IDL files.
    Post Processing TEC files.
test.015: finished. Check or compare results!
test.016: -Inner=float
    Post Processing IDL files.
    Post Processing TEC files.
test.016: finished. Check or compare results!
test.017: -Inner=reflect
    Post Processing IDL files.
    Post Processing TEC files.
test.017: finished. Check or compare results!
test.018: -Limiter=mc -Resist=hall
    Post Processing IDL files.
    Post Processing TEC files.
test.018: finished. Check or compare results!
test.019: -Limiter=mc3 -Message=dir -Solver=hlld
    Post Processing IDL files.
    Post Processing TEC files.
test.019: finished. Check or compare results!
test.020: -Implicit=partimpl05 -Length=tiny_ta -Limiter=mc3 -Logtype=logsatmove -Reschange=accurate -Resist=hall -Stage=2 -Timestep=ta
    Post Processing IDL files.
    Post Processing TEC files.
test.020: finished. Check or compare results!
test.021: -Divb=constrain -Length=tiny_ta_bats -Stage=2 -Timestep=ta
    Post Processing IDL files.
    Post Processing TEC files.
test.021: finished. Check or compare results!
test.022: -Divb=project -Length=tiny_ta -Stage=2 -Timestep=ta
    Post Processing IDL files.
    Post Processing TEC files.
test.022: finished. Check or compare results!
test.023: -Divb=diffuse -Length=tiny_ta -Stage=2 -Timestep=ta
    Post Processing IDL files.
    Post Processing TEC files.
test.023: finished. Check or compare results!
test.024: -Implicit=partimpl05 -Length=tiny_ta -Stage=2 -Timestep=ta
    Post Processing IDL files.
    Post Processing TEC files.
test.024: finished. Check or compare results!
test.025: -Length=restartsave -Limiter=mc3 -Restart=saveone -Solver=hlld
    Post Processing IDL files.
    Post Processing TEC files.
test.025: finished. Check or compare results!
test.026: -Length=restartread -Limiter=mc3 -Restart=read -Solver=hlld
    Post Processing IDL files.
    Post Processing TEC files.
test.026: finished. Check or compare results!
test.027: -Conservative=r6 -Length=restartsave -Restart=save -Solver=hlld -Timestep=ta
    Post Processing IDL files.
    Post Processing TEC files.
test.027: finished. Check or compare results!
test.028: -Conservative=r6 -Length=restartread -Restart=read -Solver=hlld -Timestep=ta
    Post Processing IDL files.
    Post Processing TEC files.
test.028: finished. Check or compare results!
test.029: -Corotation=ideal -Length=tiny_ta -Timestep=ta
    Post Processing IDL files.
    Post Processing TEC files.
test.029: finished. Check or compare results!
test.030: -Corotation=updateb0 -Length=tiny_ta -Timestep=ta
    Post Processing IDL files.
    Post Processing TEC files.
test.030: finished. Check or compare results!
test.031: -Logtype=ray -Plottype=ray -Upstream=nsturning_1nT_tilt
test.031: FAILED FAILED FAILED !!!!
     This was caused by a valid STOP in the code, which
     may mean that there was a problem with the test, or
     may indicate that there was a negative pressure.
test.032: -Logtype=logpntflx -Plottype=sph
    Post Processing IDL files.
    Post Processing TEC SPH files.
test.032: finished. Check or compare results!
test.033: -Plottype=los
test.033: finished. Check or compare results!
test.034: -B0source=empty -Cfl=empty -Conservative=empty -Corotation=empty -Divb=empty -Grid=earth_211 -Implicit=empty -Inner=empty -Length=tiny_simple -Message=empty -Outer=empty -Planet=earth_simple -Res=1.0 -Reschange=empty -Stage=empty -Time=empty -Timestep=empty -Upstream=empty
    Post Processing IDL files.
    Post Processing TEC files.
test.034: finished. Check or compare results!
test.035: -Logtype=ray -Plottype=raynew -Upstream=nsturning_1nT_tilt
test.035: FAILED FAILED FAILED !!!!
     This was caused by a valid STOP in the code, which
     may mean that there was a problem with the test, or
     may indicate that there was a negative pressure.
make test_func_check
rm -rf run_test_ref; mkdir run_test_ref
cd run_test_ref; tar -xzf ../Param/TESTSUITE/TEST.tgz; 
./TestCompare.pl -q -v -o=1e-11 run_test_ref run_test > test_func.diff
./TestCompare.pl -speed run_test_ref run_test > test_func.speed
WARNING: switch=-Implicit=partimpl05 -Limiter=mc3 -Logtype=logsatmove -Reschange=accurate -Resist=hall -Stage=2 -Timestep=ta ne myswitch=-Implicit=partimpl05 -Length=tiny_ta -Limiter=mc3 -Logtype=logsatmove -Reschange=accurate -Resist=hall -Stage=2 -Timestep=ta in run_test/test.020/SWITCHES
WARNING: switch=-Divb=constrain -Stage=2 -Timestep=ta ne myswitch=-Divb=constrain -Length=tiny_ta_bats -Stage=2 -Timestep=ta in run_test/test.021/SWITCHES
WARNING: switch=-Divb=project -Stage=2 -Timestep=ta ne myswitch=-Divb=project -Length=tiny_ta -Stage=2 -Timestep=ta in run_test/test.022/SWITCHES
WARNING: switch=-Divb=diffuse -Stage=2 -Timestep=ta ne myswitch=-Divb=diffuse -Length=tiny_ta -Stage=2 -Timestep=ta in run_test/test.023/SWITCHES
WARNING: switch=-Implicit=partimpl05 -Stage=2 -Timestep=ta ne myswitch=-Implicit=partimpl05 -Length=tiny_ta -Stage=2 -Timestep=ta in run_test/test.024/SWITCHES
WARNING: switch=-Corotation=ideal -Timestep=ta ne myswitch=-Corotation=ideal -Length=tiny_ta -Timestep=ta in run_test/test.029/SWITCHES
WARNING: switch=-Corotation=updateb0 -Timestep=ta ne myswitch=-Corotation=updateb0 -Length=tiny_ta -Timestep=ta in run_test/test.030/SWITCHES
ls -l test_func.diff test_func.speed
-rw-r--r--  1 gtoth  hpcc   384 10 Aug 00:37 test_func.diff
-rw-r--r--  1 gtoth  hpcc  2845 10 Aug 00:37 test_func.speed
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 23:34 test_anisotropic.diff
-rw-r--r--  1 gtoth  hpcc  11346  9 Aug 23:18 test_comet.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 21:32 test_corona.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 21:41 test_corona_2t.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 21:34 test_coronasph.diff
-rw-r--r--  1 gtoth  hpcc     70  9 Aug 22:19 test_earthsph.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 21:00 test_eosgodunov.diff
-rw-r--r--  1 gtoth  hpcc   7189  9 Aug 20:11 test_fluxemergence.diff
-rw-r--r--  1 gtoth  hpcc    384 10 Aug 00:37 test_func.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 21:23 test_graydiffusion.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 20:25 test_hallmhd.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 21:15 test_hyades2d.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 21:08 test_levelset.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 23:24 test_magnetometer.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 22:38 test_mars.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 22:45 test_marsfluids.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 22:45 test_marsfluids_restart.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 20:49 test_mhdions.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 20:55 test_mhdnoncons.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 20:37 test_multifluid.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 20:43 test_multiion.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 22:13 test_outerhelio.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 23:05 test_saturn.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 20:17 test_shocktube.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 22:29 test_titan.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 22:32 test_titan_restart.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 20:31 test_twofluidmhd.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 22:54 test_venus.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 22:57 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 CRCM
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 -O4 NOMPI.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 ModEIEConductance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ModAMIE_Interface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ModErrors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ModEIE_Interface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ModMHD_Interface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ModExtras.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ModEIEFiles.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ED_ModInterface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ED_ModIons.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ModWeimer05.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O2 -132 ModWeimer.f
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 AMIE_Library.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 EIE_End.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 EIE_Initialize.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 EIE_Library.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 EIE_IoLibrary.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 EIE_set_inputs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 readAMIEoutput.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 readMHDoutput.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O2 -132 mh86.f
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O2 -132 hmr89.f
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O2 -132 iz94.f
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ihp.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 merge_str.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 MHD_Library.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ED_Interface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ED_ReadIonHeat.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O2 -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 ModWeimer05.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.

Makefile:31: warning: overriding commands for target `.f.o'
/xhome/gtoth/Tmp/SWMF/Makefile.conf:73: warning: ignoring old commands for target `.f.o'
Makefile:34: warning: overriding commands for target `.f90.o'
/xhome/gtoth/Tmp/SWMF/Makefile.conf:65: warning: ignoring old commands for target `.f90.o'
make libCRCM.a
Makefile:31: warning: overriding commands for target `.f.o'
/xhome/gtoth/Tmp/SWMF/Makefile.conf:73: warning: ignoring old commands for target `.f.o'
Makefile:34: 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 ModGrid.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 ModPlanet.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 ModCrcm.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 ModInitialize.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 ModRestart.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 ModTsyInput.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 ModGmCRCM.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 ModIeCrcm.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 ModFieldTrace.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 ModCrcmPlot.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 ModImTime.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 ModImSat.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 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 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 crcm.f90
rm -f libCRCM.a
ar -rs libCRCM.a ModGrid.o ModPlanet.o ModCrcm.o ModInitialize.o ModRestart.o ModTsyInput.o ModGmCRCM.o ModIeCrcm.o ModFieldTrace.o ModCrcmPlot.o ModImTime.o ModImSat.o plot_fieldline.o trace_dipole.o set_parameters.o crcm.o 
ar: creating archive libCRCM.a

libCRCM.a has been brought up to date.

Makefile:31: warning: overriding commands for target `.f.o'
/xhome/gtoth/Tmp/SWMF/Makefile.conf:73: warning: ignoring old commands for target `.f.o'
Makefile:34: warning: overriding commands for target `.f90.o'
/xhome/gtoth/Tmp/SWMF/Makefile.conf:65: warning: ignoring old commands for target `.f90.o'
 
Makefile:31: warning: overriding commands for target `.f.o'
/xhome/gtoth/Tmp/SWMF/Makefile.conf:73: warning: ignoring old commands for target `.f.o'
Makefile:34: 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 main.f90
rm -rf Tmp_; mkdir Tmp_
cd Tmp_; \
	ar -x ../libCRCM.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/crcm.exe main.o Tmp_/*.o  -r8 
ld: Undefined symbols:
_crcm_
make[6]: *** [/xhome/gtoth/Tmp/SWMF/bin/crcm.exe] Error 1
make[5]: *** [CRCM] Error 2
make[4]: *** [CRCM] Error 2
make[3]: *** [test_compile] Error 2
make[2]: *** [test] Error 2
make   test_compile
make HEIDI
touch src/Makefile.DEPEND src/Makefile.RULES srcInterface/Makefile.DEPEND
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.

make /xhome/gtoth/Tmp/SWMF/lib/libNOMPI.a
make[7]: `/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[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.

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[7]: `/xhome/gtoth/Tmp/SWMF/lib/libEMPIRICALGM.a' is up to date.

/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 -O4 ModHeidiSize.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 ModHeidiIO.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 ModInit.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 ModProcIM.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 ModHeidiMain.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 ModHeidiDrifts.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 heidi_main.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 ModHeidiCurrents.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 ModHeidiDGCPM.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 ModHeidiWaves.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 ModIonoHeidi.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 ModHeidiSatellites.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 ModHeidiInput.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 ModHeidiAsymStretchedB.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 ModHeidiBField.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 HModel.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 ModHeidiNeutralH.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 ModHeidiBACoefficients.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 heidi_emudt.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 heidi_integrals.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 heidi_setup.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 heidi_icbc.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 heidi_coefficients.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 heidi_operators.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 heidi_currents.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 heidi_output.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 heidi_waves.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O2 -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 -O2 -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 -O2 -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 -O4 get_potential.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 heidi_check.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 heidi_init.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 heidi_run.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 read_ring_current.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 write_ring_current.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 epencalc.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 iono_init.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -x /xhome/gtoth/Tmp/SWMF/lib/libTIMING.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 ModHeidiBACoefficients.o ModHeidiAsymStretchedB.o heidi_emudt.o heidi_integrals.o heidi_setup.o heidi_icbc.o heidi_coefficients.o heidi_operators.o heidi_currents.o heidi_output.o heidi_waves.o recipes.o pbo.o wgrdar.o get_potential.o heidi_check.o heidi_init.o heidi_run.o read_ring_current.o write_ring_current.o epencalc.o iono_init.o HModel.o Tmp_/*.o  -r8  
rm -rf Tmp_
/xhome/gtoth/Tmp/SWMF/bin/HEIDI.exe has been created
make   test_analytic_rundir
rm -rf run_test_analytic
make rundir RUNDIR=run_test_analytic STANDALONE="YES" PWDIR=`pwd`
mkdir -p run_test_analytic/IM
cd run_test_analytic/IM; \
	mkdir input plots restartIN restartOUT
cd run_test_analytic/IM/plots; \
	mkdir electron hydrogen helium oxygen ionosphere
cd run_test_analytic/IM/input; \
	ln -s /xhome/gtoth/Tmp/SWMF/IM/HEIDI/input/* .; cp /xhome/gtoth/Tmp/SWMF/IM/HEIDI/data/input/*.dat .
cd run_test_analytic/IM/restartIN; \
	cp /xhome/gtoth/Tmp/SWMF/IM/HEIDI/data/input/*.gz .; gunzip *.gz
cd input; cp PARAM.analytic.in ../run_test_analytic/PARAM.in
make   test_analytic_run
if [ "" = "mpirun -np 4" ]; then \
	cd run_test_analytic; ./HEIDI.exe; \
else \
	cd run_test_analytic;  ./HEIDI.exe; \
fi;
 SCALC initial 0 0 0 0
ModReadParam::read_file: read and broadcast nLine= 118 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.2000000000000000E+02  40.0000000000000000   0.0000000000000000
 (SCALC(k),k=1,NS) 0 1 0 1
 (INI(k),k=1,NS) 7 7 7 7
 (IBC(k),k=1,NS) 7 7 7 7
 NAME=test1               
 Read the _Le file
 Read the _ppc file
 iProc :  0
 scalc (which species):  0 1 0 1
 total species :  2
 parallel species :  2 4 0 0
 TIME =   0.0000000000000000
 nSteps, nSteps in KP, nSteps IBC: 1 270 1
 Read the _Kp file
 SUMS:   1.0000946819430852   1.0000000000000000
 LO:   0.9998476951563913   1.0000000000000000   0.0000000000000000   6.6636087498045393E-05   0.9999238475781956
 heidi_setup---> IsBfieldNew =  T
 heidi_setup: ARRAYS---> get_IntegralH
 heidi_setup: ARRAYS---> get_IntegralI
 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 3 1 270 1 1  20.0000000000000000   1.2000000000000000E+02
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 MAIN TIME: T, time=   0.0000000000000000   0.0000000000000000
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Read the _sw1 file
 ...Calling PRESSURES
 ...Calling CURRENTCALC
p0_5787:  p4_error: interrupt SIGBUS: 10
make[4]: *** [test_analytic_run] Error 1
make[3]: *** [test_analytic] Error 2
make[2]: [test] Error 2 (ignored)
make   test_compile
make HEIDI
touch src/Makefile.DEPEND src/Makefile.RULES srcInterface/Makefile.DEPEND
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.

make /xhome/gtoth/Tmp/SWMF/lib/libNOMPI.a
make[7]: `/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[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.

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[7]: `/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[7]: `/xhome/gtoth/Tmp/SWMF/bin/HEIDI.exe' is up to date.
/xhome/gtoth/Tmp/SWMF/bin/HEIDI.exe has been created
make   test_numeric_rundir
rm -rf run_test_numeric
make rundir RUNDIR=run_test_numeric STANDALONE="YES" PWDIR=`pwd`
mkdir -p run_test_numeric/IM
cd run_test_numeric/IM; \
	mkdir input plots restartIN restartOUT
cd run_test_numeric/IM/plots; \
	mkdir electron hydrogen helium oxygen ionosphere
cd run_test_numeric/IM/input; \
	ln -s /xhome/gtoth/Tmp/SWMF/IM/HEIDI/input/* .; cp /xhome/gtoth/Tmp/SWMF/IM/HEIDI/data/input/*.dat .
cd run_test_numeric/IM/restartIN; \
	cp /xhome/gtoth/Tmp/SWMF/IM/HEIDI/data/input/*.gz .; gunzip *.gz
cd input; cp PARAM.numeric.in ../run_test_numeric/PARAM.in
make   test_numeric_run
if [ "" = "mpirun -np 4" ]; then \
	cd run_test_numeric; ./HEIDI.exe; \
else \
	cd run_test_numeric;  ./HEIDI.exe; \
fi;
 SCALC initial 0 0 0 0
ModReadParam::read_file: read and broadcast nLine= 119 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.2000000000000000E+02  40.0000000000000000   0.0000000000000000
 (SCALC(k),k=1,NS) 0 1 0 1
 (INI(k),k=1,NS) 7 7 7 7
 (IBC(k),k=1,NS) 7 7 7 7
 NAME=test1               
 Read the _Le file
 Read the _ppc file
 iProc :  0
 scalc (which species):  0 1 0 1
 total species :  2
 parallel species :  2 4 0 0
 TIME =   0.0000000000000000
 nSteps, nSteps in KP, nSteps IBC: 1 270 1
 Read the _Kp file
 SUMS:   1.0000946819430852   1.0000000000000000
 LO:   0.9998476951563913   1.0000000000000000   0.0000000000000000   6.6636087498045393E-05   0.9999238475781956
 heidi_setup---> IsBfieldNew =  T
 heidi_setup: ARRAYS---> get_IntegralH
 GET_INTEGRALH======>call initialize_b_field
 stretched_dipole2
 heidi_setup: ARRAYS---> get_IntegralI
 GET_INTEGRALI======>call initialize_b_field
 stretched_dipole2
 heidi_coefficients: heidi_cepara--->get_neutral_hydrogen
 GET_NEUTRAL_HYDROGEN======>call initialize_b_field
 stretched_dipole2
 heidi_coefficients: OTHERPARA---> get_grad_curv_drift
 GET_GRAD_CURV_DRIFT======>call initialize_b_field
 stretched_dipole2
 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 3 1 270 1 1  20.0000000000000000   1.2000000000000000E+02
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 MAIN TIME: T, time=   0.0000000000000000   0.0000000000000000
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Read the _sw1 file
 heidi_coefficients: MAGCONV---> get_grad_curv_drift
 GET_GRAD_CURV_DRIFT======>call initialize_b_field
 stretched_dipole2
 ...Calling PRESSURES
 ...Calling CURRENTCALC
p0_5908:  p4_error: interrupt SIGBUS: 10
make[4]: *** [test_numeric_run] Error 1
make[3]: *** [test_numeric] Error 2
make[2]: [test] Error 2 (ignored)
echo "There is no test for RCM"
There is no test for RCM
LC/BATSRUS is tested in GM/BATSRUS
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 -O2 -132 ModIri90.f
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O2 -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 -O4 ModIndicesInterfaces.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ModIndices.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 read_NGDC_indices.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 read_SWPC_indices.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 read_NOAAHPI_indices.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 read_MHDIMF_indices.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 insert_into_indices_array.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 indices_set_inputs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 indices_library.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 IO_library.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 IO_set_inputs.f90
Note: On some machines, -ieee=full may be needed for best performance
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_SWPC_indices.o read_NOAAHPI_indices.o read_MHDIMF_indices.o insert_into_indices_array.o indices_set_inputs.o indices_library.o IO_library.o IO_set_inputs.o
ar: creating archive /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 -O4 ModParameters.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 ModCommonPlanet.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 ModPW.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 ModPass.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 main.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 ModCommonVariables.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 ModNeutralPW.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 ModGmPressure.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 ModPwImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 ModPwTime.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 ModAurora.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 ModLatLon.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 ModPwPlot.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 ModWaves.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 pw.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 polar_wind.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 set_parameters.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 initialize.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O2 -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 -O2 -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 -O4 Efield.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 eheat_flux.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 eheat_flux_explicit.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 iheat_flux.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O2 -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 -O2 -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 -O2 -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 -O4 calc_diffusion.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 solver_rusanov.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 Get_Neutral.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 get_electrodynamic.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 print_electrodynamics.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 write_restart.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 set_upper_bc.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 get_weimer_potential.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 read_restart.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 set_vertical_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 calc_dt.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 calc_centrifugal.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O2 -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 -O1 -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 -O2 -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 -O1 -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 -O4 calc_chemical_equilibrium.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 upper_heat_conduction.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 get_rate.f90
Note: On some machines, -ieee=full may be needed for best performance
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 ModLatLon.o ModPwPlot.o ModWaves.o  pw.o polar_wind.o set_parameters.o initialize.o solver.o cvmgp.o Efield.o eheat_flux.o eheat_flux_explicit.o iheat_flux.o calcdt.o diffusion.o calc_cfl.o calc_diffusion.o solver_rusanov.o Get_Neutral.o get_electrodynamic.o print_electrodynamics.o write_restart.o set_upper_bc.o get_weimer_potential.o read_restart.o set_vertical_grid.o calc_dt.o calc_centrifugal.o getcfeh2_planet.o startupPW_planet.o neutral_atmosphere_planet.o collisionPW_planet.o calc_chemical_equilibrium.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/data/input/Saturn/restart_iline* restartIN/ ;\
	cp /xhome/gtoth/Tmp/SWMF/PW/PWOM/data/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
 H+(1400km)=   1.7781501517148672E+02 , H3+(1400km)=   7.1908691236493905E+03
   0.0000000000000000   6.1743000000000000E+09 3
   1.0000000000000000E-02
 H+(1400km)=   1.7781501517148672E+02 , H3+(1400km)=   7.1908691236493905E+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.7781501517148672E+02 , H3+(1400km)=   7.1908691236493905E+03
   0.0000000000000000   6.1743000000000000E+09 3
   1.0000000000000000E-02
 H+(1400km)=   1.7781501517148672E+02 , H3+(1400km)=   7.1908691236493905E+03
   0.0000000000000000   6.1743000000000000E+09 3
   1.0000000000000000E-02
make test_check
ls -l *.diff
-rw-r--r--  1 gtoth  hpcc  0 10 Aug 00:43 test_Saturn.diff
-rw-r--r--  1 gtoth  hpcc  0 10 Aug 00:43 test_Saturn_plots.diff
make   test_restart_save
cp data/input/Saturn/restart_iline* run_test/PW/restartIN/
cp input/Saturn/PARAM.in.restartsave run_test/PARAM.in
cd run_test; mpirun -np 2 ./PWOM.exe
Warning: Floating underflow occurred
 H+(1400km)=   1.7781501517148672E+02 , H3+(1400km)=   7.1908691236493905E+03
   0.0000000000000000   6.1743000000000000E+09 3
   1.0000000000000000E-02
 H+(1400km)=   1.7781501517148672E+02 , H3+(1400km)=   7.1908691236493905E+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.7781501517148672E+02 , H3+(1400km)=   7.1908691236493905E+03
   0.0000000000000000   6.1743000000000000E+09 3
   1.0000000000000000E-02
 H+(1400km)=   1.7781501517148672E+02 , H3+(1400km)=   7.1908691236493905E+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/PARAM.in.restartread run_test/PARAM.in
cd run_test; mpirun -np 2 ./PWOM.exe
Warning: Floating underflow occurred
 H+(1400km)=   1.7781501517148672E+02 , H3+(1400km)=   7.1908691236493905E+03
   0.0000000000000000   6.1743000000000000E+09 3
   1.0000000000000000E-02
 H+(1400km)=   1.7781501517148672E+02 , H3+(1400km)=   7.1908691236493905E+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.7781501517148672E+02 , H3+(1400km)=   7.1908691236493905E+03
   0.0000000000000000   6.1743000000000000E+09 3
   1.0000000000000000E-02
 H+(1400km)=   1.7781501517148672E+02 , H3+(1400km)=   7.1908691236493905E+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/north_plots_iline0001.out >> plots/north_plots_iline0001.out;\
cat plots_read/north_plots_iline0002.out >> plots/north_plots_iline0002.out;\
cat plots_read/north_plots_iline0003.out >> plots/north_plots_iline0003.out;\
cat plots_read/north_plots_iline0004.out >> plots/north_plots_iline0004.out
make   test_check MYTEST=_restart
ls -l *.diff
-rw-r--r--  1 gtoth  hpcc  0 10 Aug 00:43 test_Saturn.diff
-rw-r--r--  1 gtoth  hpcc  0 10 Aug 00:43 test_Saturn_plots.diff
-rw-r--r--  1 gtoth  hpcc  0 10 Aug 00:43 test_Saturn_restart.diff
-rw-r--r--  1 gtoth  hpcc  0 10 Aug 00:43 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 -O4 ModCommonPlanet.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 ModPW.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 ModPass.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 main.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 ModCommonVariables.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 ModPwImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 ModAurora.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 ModPwPlot.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 ModWaves.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 ModGlow.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 pw.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 polar_wind.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 set_parameters.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 initialize.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O2 -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 -O4 Efield.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 eheat_flux.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 eheat_flux_explicit.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 iheat_flux.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O2 -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 -O2 -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 -O2 -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 -O4 calc_diffusion.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 solver_rusanov.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 get_electrodynamic.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 print_electrodynamics.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 write_restart.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 set_upper_bc.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 get_weimer_potential.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 read_restart.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 set_vertical_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 calc_dt.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 calc_centrifugal.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O1 -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 -O1 -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 -O2 -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 -O1 -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 -O2 -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 -O1 -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 -O2 -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 -O2 -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 -O2 -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 -O2 -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 -O2 -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 -O1 -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 -O2 -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 -O1 -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 -O4 upper_heat_conduction.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O2 -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 ModLatLon.o ModPwPlot.o ModWaves.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 calc_centrifugal.o PhotoElectronPW_planet.o glowex_planet.o rcolum_planet.o startupPW_planet.o fieldm_planet.o precipitationPW_planet.o solzen_planet.o suncor_planet.o sperfc_planet.o chap_planet.o neutral_atmosphere_planet.o ssflux_planet.o vcd_planet.o collisionPW_planet.o upper_heat_conduction.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/data/input/Earth/restart_iline* restartIN/ ;\
	cp /xhome/gtoth/Tmp/SWMF/PW/PWOM/data/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 10 Aug 00:44 test_Earth.diff
-rw-r--r--  1 gtoth  hpcc  0 10 Aug 00:44 test_Earth_plots.diff
-rw-r--r--  1 gtoth  hpcc  0 10 Aug 00:43 test_Saturn.diff
-rw-r--r--  1 gtoth  hpcc  0 10 Aug 00:43 test_Saturn_plots.diff
-rw-r--r--  1 gtoth  hpcc  0 10 Aug 00:43 test_Saturn_restart.diff
-rw-r--r--  1 gtoth  hpcc  0 10 Aug 00:43 test_Saturn_restart_plots.diff
make   test_restart_save
cp data/input/Earth/restart_iline* run_test/PW/restartIN/
cp input/Earth/PARAM.in.restartsave run_test/PARAM.in
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/PARAM.in.restartread run_test/PARAM.in
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/north_plots_iline0001.out >> plots/north_plots_iline0001.out;\
cat plots_read/north_plots_iline0002.out >> plots/north_plots_iline0002.out;\
cat plots_read/north_plots_iline0003.out >> plots/north_plots_iline0003.out;\
cat plots_read/north_plots_iline0004.out >> plots/north_plots_iline0004.out
make   test_check MYTEST=_restart
ls -l *.diff
-rw-r--r--  1 gtoth  hpcc  0 10 Aug 00:44 test_Earth.diff
-rw-r--r--  1 gtoth  hpcc  0 10 Aug 00:44 test_Earth_plots.diff
-rw-r--r--  1 gtoth  hpcc  0 10 Aug 00:44 test_Earth_restart.diff
-rw-r--r--  1 gtoth  hpcc  0 10 Aug 00:44 test_Earth_restart_plots.diff
-rw-r--r--  1 gtoth  hpcc  0 10 Aug 00:43 test_Saturn.diff
-rw-r--r--  1 gtoth  hpcc  0 10 Aug 00:43 test_Saturn_plots.diff
-rw-r--r--  1 gtoth  hpcc  0 10 Aug 00:43 test_Saturn_restart.diff
-rw-r--r--  1 gtoth  hpcc  0 10 Aug 00:43 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:27: warning: overriding commands for target `.f.o'
/xhome/gtoth/Tmp/SWMF/Makefile.conf:73: warning: ignoring old commands for target `.f.o'
Makefile:30: 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:27: warning: overriding commands for target `.f.o'
/xhome/gtoth/Tmp/SWMF/Makefile.conf:73: warning: ignoring old commands for target `.f.o'
Makefile:30: 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 ModPrerunField.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 ModPrerunField.o rbe_subs.o plot_potential.o trace_line.o trace_dipole.o plot_fieldline.o set_parameters.o pbo_2.o geopack.o 
ar: creating archive libRBE.a

libRBE.a has been brought up to date.

Makefile:27: warning: overriding commands for target `.f.o'
/xhome/gtoth/Tmp/SWMF/Makefile.conf:73: warning: ignoring old commands for target `.f.o'
Makefile:30: warning: overriding commands for target `.f90.o'
/xhome/gtoth/Tmp/SWMF/Makefile.conf:65: warning: ignoring old commands for target `.f90.o'
 
Makefile:27: warning: overriding commands for target `.f.o'
/xhome/gtoth/Tmp/SWMF/Makefile.conf:73: warning: ignoring old commands for target `.f.o'
Makefile:30: 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 data/input/rbe_e.fin run_test/RB/
cp data/input/B_wave_eq.dat run_test/RB/
cp data/input/Horne_chorus.tgz run_test/RB/
cd run_test/RB/; tar xzf Horne_chorus.tgz
make   test_run
cd run_test; ./rbe.exe > runlog 
Warning: Floating underflow occurred
make   test_check
gunzip -c data/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 10 Aug 00:52 test.diff
echo "Ther is no test for RB/Rice"
Ther is no test for RB/Rice
echo "The RB/RiceV5 test is incomplete"
The RB/RiceV5 test is incomplete
SC/BATSRUS is tested in GM/BATSRUS
make[2]: *** No rule to make target `test'.  Stop.
echo "SP/Kota test is incomplete" > notest.diff
echo "UA/GITM test is incomplete"
UA/GITM test is incomplete
echo "GITM2 is not tested nightly" > notest.diff
ls -ltr [A-Z][A-Z]/*/*.diff
-rw-r--r--  1 gtoth  hpcc   7189  9 Aug 20:11 GM/BATSRUS/test_fluxemergence.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 20:17 GM/BATSRUS/test_shocktube.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 20:25 GM/BATSRUS/test_hallmhd.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 20:31 GM/BATSRUS/test_twofluidmhd.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 20:37 GM/BATSRUS/test_multifluid.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 20:43 GM/BATSRUS/test_multiion.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 20:49 GM/BATSRUS/test_mhdions.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 20:55 GM/BATSRUS/test_mhdnoncons.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 21:00 GM/BATSRUS/test_eosgodunov.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 21:08 GM/BATSRUS/test_levelset.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 21:15 GM/BATSRUS/test_hyades2d.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 21:23 GM/BATSRUS/test_graydiffusion.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 21:32 GM/BATSRUS/test_corona.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 21:34 GM/BATSRUS/test_coronasph.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 21:41 GM/BATSRUS/test_corona_2t.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 22:13 GM/BATSRUS/test_outerhelio.diff
-rw-r--r--  1 gtoth  hpcc     70  9 Aug 22:19 GM/BATSRUS/test_earthsph.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 22:29 GM/BATSRUS/test_titan.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 22:32 GM/BATSRUS/test_titan_restart.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 22:38 GM/BATSRUS/test_mars.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 22:45 GM/BATSRUS/test_marsfluids.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 22:45 GM/BATSRUS/test_marsfluids_restart.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 22:54 GM/BATSRUS/test_venus.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 22:57 GM/BATSRUS/test_venus_restart.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 23:05 GM/BATSRUS/test_saturn.diff
-rw-r--r--  1 gtoth  hpcc  11346  9 Aug 23:18 GM/BATSRUS/test_comet.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 23:24 GM/BATSRUS/test_magnetometer.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 23:34 GM/BATSRUS/test_anisotropic.diff
-rw-r--r--  1 gtoth  hpcc    384 10 Aug 00:37 GM/BATSRUS/test_func.diff
-rw-r--r--  1 gtoth  hpcc     28 10 Aug 00:37 IE/RIM/notest.diff
-rw-r--r--  1 gtoth  hpcc     36 10 Aug 00:37 IE/Ridley_serial/notest.diff
-rw-r--r--  1 gtoth  hpcc     16 10 Aug 00:37 IM/CRCM/test.diff
-rw-r--r--  1 gtoth  hpcc     43 10 Aug 00:40 IM/HEIDI/test_analytic.diff
-rw-r--r--  1 gtoth  hpcc     43 10 Aug 00:41 IM/HEIDI/test_numeric.diff
-rw-r--r--  1 gtoth  hpcc     26 10 Aug 00:42 IM/RCM2/notest.diff
-rw-r--r--  1 gtoth  hpcc     28 10 Aug 00:42 PS/DGCPM/notest.diff
-rw-r--r--  1 gtoth  hpcc      0 10 Aug 00:43 PW/PWOM/test_Saturn.diff
-rw-r--r--  1 gtoth  hpcc      0 10 Aug 00:43 PW/PWOM/test_Saturn_plots.diff
-rw-r--r--  1 gtoth  hpcc      0 10 Aug 00:43 PW/PWOM/test_Saturn_restart.diff
-rw-r--r--  1 gtoth  hpcc      0 10 Aug 00:43 PW/PWOM/test_Saturn_restart_plots.diff
-rw-r--r--  1 gtoth  hpcc      0 10 Aug 00:44 PW/PWOM/test_Earth.diff
-rw-r--r--  1 gtoth  hpcc      0 10 Aug 00:44 PW/PWOM/test_Earth_plots.diff
-rw-r--r--  1 gtoth  hpcc      0 10 Aug 00:44 PW/PWOM/test_Earth_restart.diff
-rw-r--r--  1 gtoth  hpcc      0 10 Aug 00:44 PW/PWOM/test_Earth_restart_plots.diff
-rw-r--r--  1 gtoth  hpcc      0 10 Aug 00:52 RB/RBE/test.diff
-rw-r--r--  1 gtoth  hpcc     27 10 Aug 00:52 SP/Kota/notest.diff
-rw-r--r--  1 gtoth  hpcc     28 10 Aug 00:52 UA/GITM2/notest.diff
make test_lc_compile
./Config.pl -v=Empty,LC/BATSRUS
Modifying versions in Makefile.def
cd LC/BATSRUS; \
	rm -rf src srcBATL srcUser srcEquation \
	srcInterface/LC_get_for_mh.f90 \
	srcInterface/LC_put_from_mh.f90 \
	srcInterface/LC_wrapper.f90 srcInterface/LC_get_for_sp.f90; \
	mkdir src srcBATL srcUser srcEquation
cd GM/BATSRUS/src; cp *.f90 *.h Makefile* ../../../LC/BATSRUS/src
cd GM/BATSRUS/srcBATL; cp BATL*.f90 Makefile* \
					  ../../../LC/BATSRUS/srcBATL
cp GM/BATSRUS/srcUser/*.f90 LC/BATSRUS/srcUser/	  
cp GM/BATSRUS/srcEquation/*.f90 LC/BATSRUS/srcEquation/
cd GM/BATSRUS; \
	cp Makefile.def Makefile.conf PARAM.XML Config.pl \
		../../LC/BATSRUS/
cd GM/BATSRUS/srcInterface/; \
	cp ModGridDescriptor.f90 ModBuffer.f90 \
	update_lagrangian_grid.f90 \
	ModRadioWaveImage.f90 ModRadioWaveRaytracing.f90 \
	ModDensityAndGradient.f90 \
	../../../LC/BATSRUS/srcInterface
cp -f IH/BATSRUS_share/src/IH_wrapper.f90 \
	LC/BATSRUS/srcInterface/LC_wrapper.f90
cp -f IH/BATSRUS_share/src/IH_get_for_sp.f90 \
	LC/BATSRUS/srcInterface/LC_get_for_sp.f90
cp -f IH/BATSRUS_share/src/IH_get_for_mh.f90 \
	LC/BATSRUS/srcInterface/LC_get_for_mh.f90
cp -f IH/BATSRUS_share/src/IH_put_from_mh.f90 \
	LC/BATSRUS/srcInterface/LC_put_from_mh.f90
cd LC/BATSRUS/srcInterface/; perl -i -pe \
's/IH/LC/g;s/BATSRUS/LC_BATSRUS/;s/Inner/Solar/;s/Heliosphere/Corona/' \
LC_wrapper.f90 LC_get_for_sp.f90 LC_get_for_mh.f90 LC_put_from_mh.f90;\
	perl -i -pe 's/OH/SC/' LC_get_for_mh.f90 LC_put_from_mh.f90
cd LC/BATSRUS/src; rm -f main.f90
cd LC/BATSRUS; \
	/xhome/gtoth/Tmp/SWMF/share/Scripts/Methods.pl LC src/*.f90 src/*.h srcBATL/*.f90 srcUser/*.f90 srcEquation/*.f90 srcInterface/*.f90; \
	/xhome/gtoth/Tmp/SWMF/share/Scripts/Rename.pl -w -r -common=LC src/*.f90 src/*.h srcBATL/*.f90 srcUser/*.f90 srcEquation/*.f90 srcInterface/*.f90
Finished 239 replacements in file src/BATS_methods.f90
Finished 158 replacements in file src/MH_set_parameters.f90
Finished 3 replacements in file src/ModAMR.f90
Finished 15 replacements in file src/ModAdjoint.f90
Finished 9 replacements in file src/ModAdvance.f90
Finished 5 replacements in file src/ModB0.f90
Finished 22 replacements in file src/ModBatlInterface.f90
Finished 21 replacements in file src/ModBlockData.f90
Finished 21 replacements in file src/ModBoundaryCells.f90
Finished 5 replacements in file src/ModCT.f90
Finished 5 replacements in file src/ModCharacteristic.f90
Finished 14 replacements in file src/ModConserveFlux.f90
Finished 52 replacements in file src/ModCoronalHeating.f90
Finished 7 replacements in file src/ModCovariant.f90
Finished 4 replacements in file src/ModCube.f90
Finished 13 replacements in file src/ModCurrent.f90
Finished 17 replacements in file src/ModEnergy.f90
Finished 8 replacements in file src/ModEquation.f90
Finished 32 replacements in file src/ModExpansionFactors.f90
Finished 2 replacements in file src/ModExtraVariables.f90
Finished 156 replacements in file src/ModFaceFlux.f90
Finished 20 replacements in file src/ModFaceGradient.f90
Finished 48 replacements in file src/ModFaceValue.f90
Finished 7 replacements in file src/ModGeometry.f90
Finished 15 replacements in file src/ModGmGeoindices.f90
Finished 27 replacements in file src/ModGroundMagPerturb.f90
Finished 44 replacements in file src/ModHallResist.f90
Finished 5 replacements in file src/ModHdf5.f90
Finished 5 replacements in file src/ModHdf5_empty.f90
Finished 41 replacements in file src/ModHdf5_orig.f90
Finished 82 replacements in file src/ModHeatConduction.f90
Finished 7 replacements in file src/ModIO.f90
Finished 7 replacements in file src/ModImplHypre.f90
Finished 7 replacements in file src/ModImplHypre_empty.f90
Finished 7 replacements in file src/ModImplHypre_orig.f90
Finished 13 replacements in file src/ModImplicit.f90
Finished 10 replacements in file src/ModIonoVelocity.f90
Finished 33 replacements in file src/ModLaserHeating.f90
Finished 7 replacements in file src/ModMain.f90
Finished 25 replacements in file src/ModMessagePass.f90
Finished 3 replacements in file src/ModMultiFluid.f90
Finished 39 replacements in file src/ModMultiIon.f90
Finished 5 replacements in file src/ModNodes.f90
Finished 3 replacements in file src/ModOctree.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/ModProcMH.f90
Finished 2 replacements in file src/ModProject.f90
Finished 68 replacements in file src/ModRadDiffusion.f90
Finished 16 replacements in file src/ModRadiativeCooling.f90
Finished 6 replacements in file src/ModRaytrace.f90
Finished 46 replacements in file src/ModResistivity.f90
Finished 72 replacements in file src/ModRestartFile.f90
Finished 46 replacements in file src/ModSatelliteFile.f90
Finished 2 replacements in file src/ModSingleFluid.f90
Finished 3 replacements in file src/ModSize.f90
Finished 3 replacements in file src/ModSize_orig.f90
Finished 21 replacements in file src/ModSolarwind.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 16 replacements in file src/ModUserEmpty.f90
Finished 18 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 43 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 82 replacements in file src/calc_sources.f90
Finished 24 replacements in file src/calc_timestep.f90
Finished 35 replacements in file src/clean_divb.f90
Finished 18 replacements in file src/coarsen_grid.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 93 replacements in file src/exchange_messages.f90
Finished 88 replacements in file src/explicit.f90
Finished 50 replacements in file src/find_neighbors.f90
Finished 19 replacements in file src/fix_axis_cells.f90
Finished 27 replacements in file src/get_im_pressure.f90
Finished 184 replacements in file src/impl_interface.f90
Finished 25 replacements in file src/impl_jacobian.f90
Finished 43 replacements in file src/impl_matvec.f90
Finished 35 replacements in file src/impl_newton.f90
Finished 58 replacements in file src/implicit.f90
Finished 229 replacements in file src/library.f90
Finished 98 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 103 replacements in file src/message_pass_nodes.f90
Finished 16 replacements in file src/number_blocks.f90
Finished 89 replacements in file src/octree.f90
Finished 14 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 115 replacements in file src/project_B.f90
Finished 40 replacements in file src/ray_pass.f90
Finished 96 replacements in file src/ray_trace.f90
Finished 213 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 39 replacements in file src/set_BCs.f90
Finished 17 replacements in file src/set_ICs.f90
Finished 74 replacements in file src/set_b0.f90
Finished 36 replacements in file src/set_block_geometry.f90
Finished 178 replacements in file src/set_outer_BCs.f90
Finished 37 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 58 replacements in file src/update_states.f90
Finished 35 replacements in file src/update_states_MHD.f90
Finished 140 replacements in file src/write_logfile.f90
Finished 92 replacements in file src/write_plot_common.f90
Finished 10 replacements in file src/write_plot_idl.f90
Finished 39 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 22 replacements in file src/write_plot_tec.f90
Finished 30 replacements in file src/write_progress.f90
No variables to rename in file src/user_module.h
Finished 29 replacements in file srcBATL/BATL_amr.f90
Finished 34 replacements in file srcBATL/BATL_amr_criteria.f90
Finished 4 replacements in file srcBATL/BATL_geometry.f90
Finished 13 replacements in file srcBATL/BATL_grid.f90
Finished 28 replacements in file srcBATL/BATL_lib.f90
Finished 5 replacements in file srcBATL/BATL_mpi.f90
Finished 17 replacements in file srcBATL/BATL_pass_cell.f90
Finished 19 replacements in file srcBATL/BATL_pass_face.f90
Finished 13 replacements in file srcBATL/BATL_pass_node.f90
Finished 3 replacements in file srcBATL/BATL_size.f90
Finished 3 replacements in file srcBATL/BATL_size_orig.f90
Finished 30 replacements in file srcBATL/BATL_tree.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 130 replacements in file srcUser/ModUserCrash.f90
Finished 130 replacements in file srcUser/ModUserCrashXray2dFull.f90
Finished 39 replacements in file srcUser/ModUserEarthXray.f90
Finished 52 replacements in file srcUser/ModUserEe.f90
Finished 19 replacements in file srcUser/ModUserEnceladus.f90
Finished 11 replacements in file srcUser/ModUserEos.f90
Finished 26 replacements in file srcUser/ModUserEuropa.f90
Finished 44 replacements in file srcUser/ModUserGrayDiffusion.f90
Finished 69 replacements in file srcUser/ModUserHeatConduction.f90
Finished 112 replacements in file srcUser/ModUserHeliosphere.f90
Finished 23 replacements in file srcUser/ModUserIh.f90
Finished 20 replacements in file srcUser/ModUserJupiter.f90
Finished 9 replacements in file srcUser/ModUserKelvinHelmholtz.f90
Finished 87 replacements in file srcUser/ModUserLc.f90
Finished 89 replacements in file srcUser/ModUserLcV0.f90
Finished 33 replacements in file srcUser/ModUserLightFront.f90
Finished 48 replacements in file srcUser/ModUserLogAdvection.f90
Finished 89 replacements in file srcUser/ModUserMars.f90
Finished 97 replacements in file srcUser/ModUserMarsFluids.f90
Finished 28 replacements in file srcUser/ModUserMarshak.f90
Finished 28 replacements in file srcUser/ModUserMultiGroup.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 29 replacements in file srcUser/ModUserSaturn.f90
Finished 37 replacements in file srcUser/ModUserSaturn3sp.f90
Finished 62 replacements in file srcUser/ModUserSc.f90
Finished 91 replacements in file srcUser/ModUserScHeat.f90
Finished 77 replacements in file srcUser/ModUserScWaves.f90
Finished 11 replacements in file srcUser/ModUserStretchedDipole.f90
Finished 20 replacements in file srcUser/ModUserSwIono.f90
Finished 87 replacements in file srcUser/ModUserTitan.f90
Finished 91 replacements in file srcUser/ModUserTitanPe.f90
Finished 28 replacements in file srcUser/ModUserTorus.f90
Finished 95 replacements in file srcUser/ModUserVenus.f90
Finished 89 replacements in file srcUser/ModUserVenusFluids.f90
Finished 19 replacements in file srcUser/ModUserWaveReflection.f90
Finished 42 replacements in file srcUser/ModUserWaves.f90
Finished 6 replacements in file srcEquation/ModEquationCrash.f90
Finished 6 replacements in file srcEquation/ModEquationHd.f90
Finished 6 replacements in file srcEquation/ModEquationHdCrash.f90
Finished 6 replacements in file srcEquation/ModEquationHdEos.f90
Finished 6 replacements in file srcEquation/ModEquationHdEosRad.f90
Finished 6 replacements in file srcEquation/ModEquationHdRadCrash.f90
Finished 8 replacements in file srcEquation/ModEquationMhd.f90
Finished 8 replacements in file srcEquation/ModEquationMhdAnisoP.f90
Finished 8 replacements in file srcEquation/ModEquationMhdAnisoPiPe.f90
Finished 8 replacements in file srcEquation/ModEquationMhdComet.f90
Finished 8 replacements in file srcEquation/ModEquationMhdCorona.f90
Finished 5 replacements in file srcEquation/ModEquationMhdCrash.f90
Finished 5 replacements in file srcEquation/ModEquationMhdEosRad.f90
Finished 7 replacements in file srcEquation/ModEquationMhdHd.f90
Finished 8 replacements in file srcEquation/ModEquationMhdHyp.f90
Finished 8 replacements in file srcEquation/ModEquationMhdHypPe.f90
Finished 4 replacements in file srcEquation/ModEquationMhdIons.f90
Finished 4 replacements in file srcEquation/ModEquationMhdIonsPe.f90
Finished 8 replacements in file srcEquation/ModEquationMhdMars.f90
Finished 4 replacements in file srcEquation/ModEquationMhdMarsFluids.f90
Finished 4 replacements in file srcEquation/ModEquationMhdMarsFluidsPe.f90
Finished 4 replacements in file srcEquation/ModEquationMhdMarsFluidsSW.f90
Finished 8 replacements in file srcEquation/ModEquationMhdNonCons.f90
Finished 8 replacements in file srcEquation/ModEquationMhdPe.f90
Finished 8 replacements in file srcEquation/ModEquationMhdPw.f90
Finished 8 replacements in file srcEquation/ModEquationMhdSaturn3sp.f90
Finished 8 replacements in file srcEquation/ModEquationMhdSwIono.f90
Finished 8 replacements in file srcEquation/ModEquationMhdTitan.f90
Finished 8 replacements in file srcEquation/ModEquationMhdTitanPe.f90
Finished 8 replacements in file srcEquation/ModEquationMhdWaves.f90
Finished 5 replacements in file srcEquation/ModEquationMhdWavesAnisoPiPe.f90
Finished 5 replacements in file srcEquation/ModEquationMhdWavesPe.f90
Finished 4 replacements in file srcEquation/ModEquationMultiIon.f90
Finished 4 replacements in file srcEquation/ModEquationMultiSwIono.f90
Finished 7 replacements in file srcEquation/ModEquationOuterHelio.f90
Finished 5 replacements in file srcInterface/LC_get_for_mh.f90
Finished 7 replacements in file srcInterface/LC_get_for_sp.f90
Finished 4 replacements in file srcInterface/LC_put_from_mh.f90
Finished 29 replacements in file srcInterface/LC_wrapper.f90
Finished 14 replacements in file srcInterface/ModBuffer.f90
Finished 13 replacements in file srcInterface/ModDensityAndGradient.f90
Finished 13 replacements in file srcInterface/ModGridDescriptor.f90
Finished 10 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  7941 replacement(s) in 224 file(s)
touch LC/BATSRUS/srcInterface/Makefile.DEPEND
cd LC/BATSRUS; \
	perl -i -pe 's/GM/LC/' Config.pl; \
	./Config.pl -install=c -u=LcV0 -e=Mhd
Reinstalling BATSRUS as LC component
cd LC/BATSRUS; ./Config.pl -u=Lc -e=Mhd
./Config.pl -g=LC:6,4,4,3000,1
Writing new grid size 6,4,4,3000,1 into src/ModSize.f90 and srcBATL/BATL_size.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/libDEMT.a
make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libDEMT.a' is up to date.

/xhome/gtoth/Tmp/SWMF/lib/libDEMT.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 -O4 CON_comp_param.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 CON_comp_info.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 CON_world.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 CON_time.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 CON_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 CON_domain_decomposition.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -c -w  -r8 -O4 ModInitGridStorage.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -c -w  -r8 -O4 CON_grid_storage.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -c -w  -r8 -O4 CON_grid_descriptor.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -c -w  -r8 -O4 CON_global_vector.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -c -w  -r8 -O4 CON_router.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -c -w  -r8 -O4 CON_global_message_pass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -c -w  -r8 -O4 CON_integrator.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -c -w  -r8 -O4 CON_buffer_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -c -w  -r8 -O4 CON_test_global_message_pass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -c -w  -r8 -O4 CON_coupler.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 GM_wrapper.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 IE_wrapper.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 IH_wrapper.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 IM_wrapper.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 LA_wrapper.f90
Note: On some machines, -ieee=full may be needed for best performance
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
cp -f ../../../IH/Empty/src/IH_wrapper.f90 OH_wrapper.f90
perl -i -pe \
's/IH/OH/g;s/_sc/_ih/;s/BATSRUS/OH_BATSRUS/;s/Inner/Outer/;'\
	OH_wrapper.f90
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 -O4 OH_wrapper.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 PS_wrapper.f90
Note: On some machines, -ieee=full may be needed for best performance
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 /xhome/gtoth/Tmp/SWMF/lib/libPW.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 -O4 PW_wrapper.f90
Note: On some machines, -ieee=full may be needed for best performance
rm -f /xhome/gtoth/Tmp/SWMF/lib/libPW.a
ar -rs /xhome/gtoth/Tmp/SWMF/lib/libPW.a PW_wrapper.o
ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libPW.a

/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 -O4 RB_wrapper.f90
Note: On some machines, -ieee=full may be needed for best performance
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 srcBATL; make LIB
WARNING in depend.pl: source file not found, skipping main.o !!!
WARNING in depend.pl: source file not found, skipping advect_main.o !!!
make libBATL.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_size.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_mpi.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_tree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_cell.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_face.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_node.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_lib.f90
Note: On some machines, -ieee=full may be needed for best performance
rm -f libBATL.a
ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_lib.o BATL_mpi.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_size.o BATL_tree.o
ar: creating archive libBATL.a

libBATL.a has been brought up to date.

cd src; make LIB
make libBATSRUS.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSize.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSingleFluid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModExtraVariables.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEquation.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModParallel.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMain.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModB0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIO.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModProcMH.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdvance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCube.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAMR.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCovariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGeometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiFluid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPhysics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdjoint.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceValue.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModWaves.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEnergy.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBatlInterface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBlockData.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBoundaryCells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModConserveFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIonoVelocity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModExpansionFactors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCoronalHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadiativeCooling.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUserEmpty.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceGradient.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUser.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPointImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiIon.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCharacteristic.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCurrent.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHallResist.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMessagePass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadDiffusion.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHeatConduction.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModResistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGroundMagPerturb.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGmGeoindices.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModLaserHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModNodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModOctree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPartSteady.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPolarNeighbor.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCT.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRestartFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRaytrace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSatelliteFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSolarwind.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModTimeStepControl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHdf5.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModImplHypre.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModProject.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 BATS_methods.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 MH_set_parameters.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 advect_points.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 allocate_vars.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_gradients.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_sources.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_timestep.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 coarsen_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 covariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 create_soln_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 exchange_messages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 explicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 find_neighbors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 fix_axis_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 library.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 load_balance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_faces.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_nodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 number_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 octree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 potential_force_averages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 refine_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 rotate.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_b0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_block_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_ICs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_outer_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 specify_refinement.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states_MHD.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_logfile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_common.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_idl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_tec.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O2 write_plot_los.f90
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_sph.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_radiowave.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_progress.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 constrain_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95  -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace_new.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_pass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 get_im_pressure.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 project_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_cg.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_bicgstab.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_resistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 clean_divb.f90
Note: On some machines, -ieee=full may be needed for best performance
cp -f ../srcBATL/libBATL.a libBATSRUS.a
ar -rs libBATSRUS.a ModAdvance.o ModAMR.o ModB0.o ModBatlInterface.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 ModGmGeoindices.o ModHallResist.o ModIO.o ModLaserHeating.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 ModTimeStepControl.o ModUserEmpty.o ModUser.o ModWaves.o ModHdf5.o ModCoronalHeating.o ModRadiativeCooling.o  ModCT.o       	ModImplicit.o ModImplHypre.o ModRadDiffusion.o ModHeatConduction.o 	ModRaytrace.o  ModProject.o   ModAdjoint.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  set_resistivity.o ModResistivity.o  clean_divb.o                          
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 srcInterface; make LIB
make /xhome/gtoth/Tmp/SWMF/lib/libLC.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/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I../src -I../srcBATL -c -w  -r8 -O4 ModBuffer.f90
Note: On some machines, -ieee=full may be needed for best performance
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/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I../src -I../srcBATL -c -w  -r8 -O4 ModGridDescriptor.f90
Note: On some machines, -ieee=full may be needed for best performance
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/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I../src -I../srcBATL -c -w  -r8 -O4 LC_get_for_mh.f90
Note: On some machines, -ieee=full may be needed for best performance
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/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I../src -I../srcBATL -c -w  -r8 -O4 LC_put_from_mh.f90
Note: On some machines, -ieee=full may be needed for best performance
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/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I../src -I../srcBATL -c -w  -r8 -O4 LC_wrapper.f90
Note: On some machines, -ieee=full may be needed for best performance
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/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I../src -I../srcBATL -c -w  -r8 -O4 update_lagrangian_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
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/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I../src -I../srcBATL -c -w  -r8 -O4 ModDensityAndGradient.f90
Note: On some machines, -ieee=full may be needed for best performance
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/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I../src -I../srcBATL -c -w  -r8 -O4 ModRadioWaveRaytracing.f90
Note: On some machines, -ieee=full may be needed for best performance
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/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I../src -I../srcBATL -c -w  -r8 -O4 ModRadioWaveImage.f90
Note: On some machines, -ieee=full may be needed for best performance
cp -f ../src/libBATSRUS.a  /xhome/gtoth/Tmp/SWMF/lib/libLC.a
ar -rs /xhome/gtoth/Tmp/SWMF/lib/libLC.a ModBuffer.o ModGridDescriptor.o LC_get_for_mh.o LC_put_from_mh.o LC_wrapper.o update_lagrangian_grid.o ModDensityAndGradient.o ModRadioWaveImage.o ModRadioWaveRaytracing.o
ranlib: file: /xhome/gtoth/Tmp/SWMF/lib/libLC.a(ModExtraVariables.o) has no symbols
ranlib: file: /xhome/gtoth/Tmp/SWMF/lib/libLC.a(ModSize.o) has no symbols

/xhome/gtoth/Tmp/SWMF/lib/libLC.a has been brought up to date.

cd src; make LIB
make /xhome/gtoth/Tmp/SWMF/lib/libSC.a
cp -f ../../../IH/Empty/src/IH_wrapper.f90 SC_wrapper.f90
perl -i -pe \
's/IH/SC/g;s/BATSRUS/SC_BATSRUS/;s/Inner/Solar/;s/Heliosphere/Corona/'\
	SC_wrapper.f90
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 -O4 SC_wrapper.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 SP_wrapper.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 UA_wrapper.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 CON_couple_gm_ie.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 CON_couple_ih_gm.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 CON_couple_gm_im.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 CON_couple_ie_im.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 CON_couple_ie_ua.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 CON_couple_ih_sc.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 CON_couple_mh_sp.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 CON_couple_gm_rb.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 CON_couple_ie_pw.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 CON_couple_gm_pw.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 CON_couple_ie_ps.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 CON_couple_ie_rb.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 CON_couple_ih_oh.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 CON_couple_lc_sc.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 CON_wrapper.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 CON_couple_all.f90
Note: On some machines, -ieee=full may be needed for best performance
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_sc.o        CON_couple_mh_sp.o        CON_couple_gm_rb.o	 CON_couple_ie_pw.o	 CON_couple_gm_pw.o       CON_couple_ie_ps.o	 CON_couple_ie_rb.o	 CON_couple_ih_oh.o        CON_couple_lc_sc.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 -O4 CON_variables.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 CON_io.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 CON_session.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 CON_main.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 CON_methods.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -O4 swmf_interface.f90
Note: On some machines, -ieee=full may be needed for best performance
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_DEMT;        cd Tmp_DEMT;        ar -x /xhome/gtoth/Tmp/SWMF/lib/libDEMT.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_LIBLC;       cd Tmp_LIBLC;     ar -x /xhome/gtoth/Tmp/SWMF/lib/libLC.a        #^CMP IF LC
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 -O4 swmf.f90
Note: On some machines, -ieee=full may be needed for best performance
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
make[6]: `/xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe' is up to date.
 
Program PostIDL has been brought up to date.
 
 
make test_lc_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/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/LC/BATSRUS; make rundir                 #^CMP IF LC
mkdir /xhome/gtoth/Tmp/SWMF/run_test/LC
cd /xhome/gtoth/Tmp/SWMF/run_test/LC; \
	mkdir restartIN restartOUT IO2; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe .; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostSPH.exe .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/IDL/pIDL .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/IDL/euv.csh .;\
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/IDL/euv.pro .;\
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/IDL/call_euv.pro .;\
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/TEC/pTEC .; \
	ln -s /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Param/CORONA Param
cd /xhome/gtoth/Tmp/SWMF/OH/Empty; make rundir                 #^CMP IF OH
No run/OH for OH 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/Empty; make rundir                 #^CMP IF PW
No run/PW for PW Empty
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.LC /xhome/gtoth/Tmp/SWMF/run_test/PARAM.in
cp Param/LAYOUT.in.test.LC /xhome/gtoth/Tmp/SWMF/run_test/LAYOUT.in
make test_lc_run
cd /xhome/gtoth/Tmp/SWMF/run_test; mpirun -np 2 ./SWMF.exe > runlog
cd /xhome/gtoth/Tmp/SWMF/run_test; ./PostProc.pl -M RESULTS
PostProc.pl: mv LC/IO2 RESULTS/LC with 4 files
WARNING in PostProc.pl: no files were found in STDOUT
PostProc.pl: cp PARAM.in RESULTS/
PostProc.pl: mv runlog RESULTS/
PostProc.pl: Restart.pl -o RESULTS/RESTART
ERROR in Restart.pl: could not find restart file RESTART.out!
make test_lc_check
(/xhome/gtoth/Tmp/SWMF/share/Scripts/DiffNum.pl -b -r=1e-5 \
	/xhome/gtoth/Tmp/SWMF/run_test/RESULTS/LC/log_n000001.log \
	output/test_lc/LC_log_n000001.log \
	> test_lc.diff)
ERROR in DiffNum.pl
make[2]: [test_lc_check] Error 255 (ignored)
ls -l test_lc.diff
-rw-r--r--  1 gtoth  hpcc  9553 10 Aug 01:09 test_lc.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/libDEMT.a
make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libDEMT.a' is up to date.

/xhome/gtoth/Tmp/SWMF/lib/libDEMT.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 /xhome/gtoth/Tmp/SWMF/lib/libIH.a
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
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
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
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
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 ModLatLon.o ModPwPlot.o ModWaves.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 calc_centrifugal.o PhotoElectronPW_planet.o glowex_planet.o rcolum_planet.o startupPW_planet.o fieldm_planet.o precipitationPW_planet.o solzen_planet.o suncor_planet.o sperfc_planet.o chap_planet.o neutral_atmosphere_planet.o ssflux_planet.o vcd_planet.o collisionPW_planet.o upper_heat_conduction.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 -O4 PW_wrapper.f90
Note: On some machines, -ieee=full may be needed for best performance
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
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/libLC.a
cp -f ../../../IH/Empty/src/IH_wrapper.f90 LC_wrapper.f90
perl -i -pe \
's/IH/LC/g;s/BATSRUS/LC_BATSRUS/;s/Inner/Solar/;s/Heliosphere/Corona/'\
	LC_wrapper.f90	
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 -O4 LC_wrapper.f90
Note: On some machines, -ieee=full may be needed for best performance
rm -f /xhome/gtoth/Tmp/SWMF/lib/libLC.a
ar -rs /xhome/gtoth/Tmp/SWMF/lib/libLC.a LC_wrapper.o
ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libLC.a

/xhome/gtoth/Tmp/SWMF/lib/libLC.a has been brought up to date.

cd src; make LIB
make /xhome/gtoth/Tmp/SWMF/lib/libSC.a
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
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
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
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_sc.o        CON_couple_mh_sp.o        CON_couple_gm_rb.o	 CON_couple_ie_pw.o	 CON_couple_gm_pw.o       CON_couple_ie_ps.o	 CON_couple_ie_rb.o	 CON_couple_ih_oh.o        CON_couple_lc_sc.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
make[5]: `/xhome/gtoth/Tmp/SWMF/lib/libCONTROL.a' is up to date.

/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_DEMT;        cd Tmp_DEMT;        ar -x /xhome/gtoth/Tmp/SWMF/lib/libDEMT.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_LIBLC;       cd Tmp_LIBLC;     ar -x /xhome/gtoth/Tmp/SWMF/lib/libLC.a        #^CMP IF LC
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
make[5]: `swmf.o' is up to date.
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
make[6]: `/xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe' is up to date.
 
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/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/LC/Empty; make rundir                 #^CMP IF LC
No run/LC for LC Empty
cd /xhome/gtoth/Tmp/SWMF/OH/Empty; make rundir                 #^CMP IF OH
No run/OH for OH 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/data/input/Earth/restart_iline* restartIN/ ;\
	cp /xhome/gtoth/Tmp/SWMF/PW/PWOM/data/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 10 Aug 01:09 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 and srcBATL/BATL_size.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/libDEMT.a
make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libDEMT.a' is up to date.

/xhome/gtoth/Tmp/SWMF/lib/libDEMT.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 srcBATL; make LIB
make libBATL.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_size.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_tree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_cell.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_face.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_node.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_lib.f90
Note: On some machines, -ieee=full may be needed for best performance
rm -f libBATL.a
ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_lib.o BATL_mpi.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_size.o BATL_tree.o
ar: creating archive libBATL.a

libBATL.a has been brought up to date.

cd src; make LIB
make libBATSRUS.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSize.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModParallel.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMain.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModB0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIO.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdvance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCube.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAMR.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCovariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGeometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPhysics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdjoint.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceValue.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModWaves.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEnergy.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBatlInterface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBlockData.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBoundaryCells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModConserveFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIonoVelocity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUserEmpty.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUser.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPointImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiIon.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCharacteristic.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCurrent.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModExpansionFactors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceGradient.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHallResist.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMessagePass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadDiffusion.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCoronalHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadiativeCooling.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHeatConduction.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModResistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGroundMagPerturb.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGmGeoindices.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModLaserHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModNodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModOctree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPartSteady.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPolarNeighbor.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCT.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRestartFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRaytrace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSatelliteFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSolarwind.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModTimeStepControl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHdf5.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 BATS_methods.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 MH_set_parameters.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 advect_points.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 allocate_vars.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_gradients.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_sources.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_timestep.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 coarsen_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 covariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 create_soln_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 exchange_messages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 explicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 find_neighbors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 fix_axis_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 library.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 load_balance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_faces.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_nodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 number_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 octree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 potential_force_averages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 refine_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 rotate.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_b0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_block_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_ICs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_outer_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 specify_refinement.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states_MHD.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_logfile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_common.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_idl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_tec.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O2 write_plot_los.f90
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_sph.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_radiowave.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_progress.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 constrain_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95  -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace_new.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_pass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 get_im_pressure.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 project_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_cg.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_bicgstab.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_resistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 clean_divb.f90
Note: On some machines, -ieee=full may be needed for best performance
cp -f ../srcBATL/libBATL.a libBATSRUS.a
ar -rs libBATSRUS.a ModAdvance.o ModAMR.o ModB0.o ModBatlInterface.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 ModGmGeoindices.o ModHallResist.o ModIO.o ModLaserHeating.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 ModTimeStepControl.o ModUserEmpty.o ModUser.o ModWaves.o ModHdf5.o ModCoronalHeating.o ModRadiativeCooling.o  ModCT.o       	ModImplicit.o ModImplHypre.o ModRadDiffusion.o ModHeatConduction.o 	ModRaytrace.o  ModProject.o   ModAdjoint.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  set_resistivity.o ModResistivity.o  clean_divb.o                          
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 srcInterface; 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/Coupler/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -I../src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGridDescriptor.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBuffer.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 GM_put_from_ih_buffer.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIeGrid.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 GM_put_from_ie.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 GM_get_for_ie.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 GM_wrapper.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_lagrangian_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModDensityAndGradient.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadioWaveRaytracing.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadioWaveImage.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 GM_put_from_ih.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGmImCoupling.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 GM_get_for_im.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 GM_put_from_im.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGmRbCoupling.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 GM_get_for_rb.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPwGrid.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 GM_get_for_pw.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 GM_put_from_pw.f90
Note: On some machines, -ieee=full may be needed for best performance
cp -f ../src/libBATSRUS.a  /xhome/gtoth/Tmp/SWMF/lib/libGM.a
ar -rs /xhome/gtoth/Tmp/SWMF/lib/libGM.a ModGridDescriptor.o ModBuffer.o GM_put_from_ih_buffer.o GM_wrapper.o update_lagrangian_grid.o ModDensityAndGradient.o ModRadioWaveImage.o ModRadioWaveRaytracing.o GM_put_from_ih.o ModGmImCoupling.o   GM_get_for_im.o GM_put_from_im.o ModGmRbCoupling.o   GM_get_for_rb.o GM_get_for_ie.o GM_put_from_ie.o ModIeGrid.o GM_get_for_pw.o GM_put_from_pw.o ModPwGrid.o
ranlib: file: /xhome/gtoth/Tmp/SWMF/lib/libGM.a(ModExtraVariables.o) has no symbols
ranlib: file: /xhome/gtoth/Tmp/SWMF/lib/libGM.a(ModSize.o) has no symbols

/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 /xhome/gtoth/Tmp/SWMF/lib/libIH.a
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
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
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
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
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 /xhome/gtoth/Tmp/SWMF/lib/libPW.a
rm -f /xhome/gtoth/Tmp/SWMF/lib/libPW.a
ar -rs /xhome/gtoth/Tmp/SWMF/lib/libPW.a PW_wrapper.o
ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libPW.a

/xhome/gtoth/Tmp/SWMF/lib/libPW.a has been brought up to date.

cd src; make LIB
Makefile:27: warning: overriding commands for target `.f.o'
/xhome/gtoth/Tmp/SWMF/Makefile.conf:73: warning: ignoring old commands for target `.f.o'
Makefile:30: 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:27: warning: overriding commands for target `.f.o'
/xhome/gtoth/Tmp/SWMF/Makefile.conf:73: warning: ignoring old commands for target `.f.o'
Makefile:30: warning: overriding commands for target `.f90.o'
/xhome/gtoth/Tmp/SWMF/Makefile.conf:65: warning: ignoring old commands for target `.f90.o'
make[7]: `libRBE.a' is up to date.

libRBE.a has been brought up to date.

cd srcInterface; 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/Coupler/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -I../src -c -w  -r8 -O4 RB_wrapper.f90
Note: On some machines, -ieee=full may be needed for best performance
cp -f ../src/libRBE.a  /xhome/gtoth/Tmp/SWMF/lib/libRB.a
ar -rs /xhome/gtoth/Tmp/SWMF/lib/libRB.a RB_wrapper.o

/xhome/gtoth/Tmp/SWMF/lib/libRB.a has been brought up to date.

cd src; make LIB
make /xhome/gtoth/Tmp/SWMF/lib/libLC.a
rm -f /xhome/gtoth/Tmp/SWMF/lib/libLC.a
ar -rs /xhome/gtoth/Tmp/SWMF/lib/libLC.a LC_wrapper.o
ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libLC.a

/xhome/gtoth/Tmp/SWMF/lib/libLC.a has been brought up to date.

cd src; make LIB
make /xhome/gtoth/Tmp/SWMF/lib/libSC.a
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
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
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
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_sc.o        CON_couple_mh_sp.o        CON_couple_gm_rb.o	 CON_couple_ie_pw.o	 CON_couple_gm_pw.o       CON_couple_ie_ps.o	 CON_couple_ie_rb.o	 CON_couple_ih_oh.o        CON_couple_lc_sc.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
make[5]: `/xhome/gtoth/Tmp/SWMF/lib/libCONTROL.a' is up to date.

/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_DEMT;        cd Tmp_DEMT;        ar -x /xhome/gtoth/Tmp/SWMF/lib/libDEMT.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_LIBLC;       cd Tmp_LIBLC;     ar -x /xhome/gtoth/Tmp/SWMF/lib/libLC.a        #^CMP IF LC
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
make[5]: `swmf.o' is up to date.
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
make[6]: `/xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe' is up to date.
 
Program PostIDL has been brought up to date.
 
 
make test_rb_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/BATSRUS; make rundir                 #^CMP IF GM
mkdir -p /xhome/gtoth/Tmp/SWMF/run_test/GM
cd /xhome/gtoth/Tmp/SWMF/run_test/GM; \
	mkdir restartIN restartOUT IO2; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe .; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostSPH.exe .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/IDL/pIDL .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/TEC/pTEC .; \
	ln -s /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Param .
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/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/LC/Empty; make rundir                 #^CMP IF LC
No run/LC for LC Empty
cd /xhome/gtoth/Tmp/SWMF/OH/Empty; make rundir                 #^CMP IF OH
No run/OH for OH 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/Empty; make rundir                 #^CMP IF PW
No run/PW for PW Empty
cd /xhome/gtoth/Tmp/SWMF/RB/RBE; make rundir                 #^CMP IF RB
mkdir -p /xhome/gtoth/Tmp/SWMF/run_test/RB
cd /xhome/gtoth/Tmp/SWMF/run_test/RB; \
	mkdir restartOUT restartIN plots
cp data/input/rbe_e.fin /xhome/gtoth/Tmp/SWMF/run_test/RB/
cp data/input/B_wave_eq.dat /xhome/gtoth/Tmp/SWMF/run_test/RB/
cp data/input/Horne_chorus.tgz /xhome/gtoth/Tmp/SWMF/run_test/RB/
cd /xhome/gtoth/Tmp/SWMF/run_test/RB/; tar xzf Horne_chorus.tgz
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.RB /xhome/gtoth/Tmp/SWMF/run_test/PARAM.in
cp Param/LAYOUT.in.test.RB /xhome/gtoth/Tmp/SWMF/run_test/LAYOUT.in
cd /xhome/gtoth/Tmp/SWMF/run_test/RB/; ln -s /xhome/gtoth/Tmp/SWMF/RB/RBE/input/2002_296* .
make test_rb_run
cd /xhome/gtoth/Tmp/SWMF/run_test/RB; rm -f 2002f296_e.fls
cd /xhome/gtoth/Tmp/SWMF/run_test; mpirun -np 2 ./SWMF.exe > runlog
make test_rb_check
gunzip -c /xhome/gtoth/Tmp/SWMF/RB/RBE/data/output/2002f296_e.fls.gz \
> /xhome/gtoth/Tmp/SWMF/run_test/2002f296_e.fls.ref
/xhome/gtoth/Tmp/SWMF/share/Scripts/DiffNum.pl -r=0.001 -a=1e-10 \
/xhome/gtoth/Tmp/SWMF/run_test/RB/plots/2002f296_e.fls \
/xhome/gtoth/Tmp/SWMF/run_test/2002f296_e.fls.ref \
> test_rb.diff
ERROR in DiffNum.pl
make[2]: *** [test_rb_check] Error 255
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 and srcBATL/BATL_size.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/libDEMT.a
make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libDEMT.a' is up to date.

/xhome/gtoth/Tmp/SWMF/lib/libDEMT.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 srcBATL; make LIB
make libBATL.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_size.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_tree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_cell.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_face.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_node.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_lib.f90
Note: On some machines, -ieee=full may be needed for best performance
rm -f libBATL.a
ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_lib.o BATL_mpi.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_size.o BATL_tree.o
ar: creating archive libBATL.a

libBATL.a has been brought up to date.

cd src; make LIB
make libBATSRUS.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSize.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModParallel.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMain.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModB0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIO.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdvance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCube.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAMR.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCovariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGeometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPhysics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdjoint.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceValue.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModWaves.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEnergy.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBatlInterface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBlockData.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBoundaryCells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModConserveFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIonoVelocity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUserEmpty.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUser.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPointImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiIon.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCharacteristic.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCurrent.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModExpansionFactors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceGradient.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHallResist.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMessagePass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadDiffusion.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCoronalHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadiativeCooling.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHeatConduction.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModResistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGroundMagPerturb.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGmGeoindices.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModLaserHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModNodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModOctree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPartSteady.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPolarNeighbor.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCT.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRestartFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRaytrace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSatelliteFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSolarwind.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModTimeStepControl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHdf5.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 BATS_methods.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 MH_set_parameters.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 advect_points.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 allocate_vars.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_gradients.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_sources.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_timestep.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 coarsen_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 covariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 create_soln_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 exchange_messages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 explicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 find_neighbors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 fix_axis_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 library.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 load_balance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_faces.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_nodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 number_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 octree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 potential_force_averages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 refine_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 rotate.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_b0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_block_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_ICs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_outer_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 specify_refinement.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states_MHD.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_logfile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_common.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_idl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_tec.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O2 write_plot_los.f90
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_sph.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_radiowave.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_progress.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 constrain_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 implicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_interface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_jacobian.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_matvec.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 impl_newton.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace_new.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_pass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 get_im_pressure.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 project_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_cg.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_bicgstab.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_resistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 clean_divb.f90
Note: On some machines, -ieee=full may be needed for best performance
cp -f ../srcBATL/libBATL.a libBATSRUS.a
ar -rs libBATSRUS.a ModAdvance.o ModAMR.o ModB0.o ModBatlInterface.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 ModGmGeoindices.o ModHallResist.o ModIO.o ModLaserHeating.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 ModTimeStepControl.o ModUserEmpty.o ModUser.o ModWaves.o ModHdf5.o ModCoronalHeating.o ModRadiativeCooling.o  ModCT.o       	ModImplicit.o ModImplHypre.o ModRadDiffusion.o ModHeatConduction.o 	ModRaytrace.o  ModProject.o   ModAdjoint.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  set_resistivity.o ModResistivity.o  clean_divb.o                          
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 srcInterface; 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/Coupler/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -I../src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGridDescriptor.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBuffer.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 GM_put_from_ih_buffer.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIeGrid.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 GM_put_from_ie.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 GM_get_for_ie.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 GM_wrapper.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_lagrangian_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModDensityAndGradient.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadioWaveRaytracing.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadioWaveImage.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 GM_put_from_ih.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGmImCoupling.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 GM_get_for_im.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 GM_put_from_im.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGmRbCoupling.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 GM_get_for_rb.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 GM_get_for_pw.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 GM_put_from_pw.f90
Note: On some machines, -ieee=full may be needed for best performance
cp -f ../src/libBATSRUS.a  /xhome/gtoth/Tmp/SWMF/lib/libGM.a
ar -rs /xhome/gtoth/Tmp/SWMF/lib/libGM.a ModGridDescriptor.o ModBuffer.o GM_put_from_ih_buffer.o GM_wrapper.o update_lagrangian_grid.o ModDensityAndGradient.o ModRadioWaveImage.o ModRadioWaveRaytracing.o GM_put_from_ih.o ModGmImCoupling.o   GM_get_for_im.o GM_put_from_im.o ModGmRbCoupling.o   GM_get_for_rb.o GM_get_for_ie.o GM_put_from_ie.o ModIeGrid.o GM_get_for_pw.o GM_put_from_pw.o ModPwGrid.o
ranlib: file: /xhome/gtoth/Tmp/SWMF/lib/libGM.a(ModExtraVariables.o) has no symbols
ranlib: file: /xhome/gtoth/Tmp/SWMF/lib/libGM.a(ModSize.o) has no symbols

/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 -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w  -r8 -O4 ModSize.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w  -r8 -O4 IE_ModMain.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w  -r8 -O4 IE_ModIo.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w  -r8 -O4 ModIonosphere.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w  -r8 -O4 ModProcIE.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w  -r8 -O4 ModIE_Interface.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w  -r8 -O4 ModFiles.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w  -r8 -O4 ModConductance.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w  -r8 -O4 ModIonoMagPerturb.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w  -r8 -O4 ModIeGeoindices.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w  -r8 -O4 IE_solve.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w  -r8 -O4 IE_wrapper.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w  -r8 -O4 IE_Initialize.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w  -r8 -O4 IE_Library.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w  -r8 -O4 IE_gather.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w  -r8 -O4 iono_conductances.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w  -r8 -O4 iono_currents.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w  -r8 -O4 iono_joule.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w  -r8 -O4 iono_solver.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w  -r8 -O4 Create_Region2_Currents.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -c -w  -r8 -O4 ionosphere.f90
Note: On some machines, -ieee=full may be needed for best performance
rm -f /xhome/gtoth/Tmp/SWMF/lib/libIE.a
ar -rs /xhome/gtoth/Tmp/SWMF/lib/libIE.a ModSize.o IE_ModMain.o IE_ModIo.o ModIonosphere.o ModProcIE.o ModIE_Interface.o ModFiles.o ModConductance.o ModIonoMagPerturb.o ModIeGeoindices.o IE_solve.o IE_wrapper.o IE_Initialize.o IE_Library.o IE_gather.o iono_conductances.o iono_currents.o iono_joule.o iono_solver.o Create_Region2_Currents.o ionosphere.o
ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libIE.a
ranlib: file: /xhome/gtoth/Tmp/SWMF/lib/libIE.a(ModSize.o) has no symbols

/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
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
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
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
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
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 /xhome/gtoth/Tmp/SWMF/lib/libPW.a
rm -f /xhome/gtoth/Tmp/SWMF/lib/libPW.a
ar -rs /xhome/gtoth/Tmp/SWMF/lib/libPW.a PW_wrapper.o
ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libPW.a

/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
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/libLC.a
rm -f /xhome/gtoth/Tmp/SWMF/lib/libLC.a
ar -rs /xhome/gtoth/Tmp/SWMF/lib/libLC.a LC_wrapper.o
ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libLC.a

/xhome/gtoth/Tmp/SWMF/lib/libLC.a has been brought up to date.

cd src; make LIB
make /xhome/gtoth/Tmp/SWMF/lib/libSC.a
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
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
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
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_sc.o        CON_couple_mh_sp.o        CON_couple_gm_rb.o	 CON_couple_ie_pw.o	 CON_couple_gm_pw.o       CON_couple_ie_ps.o	 CON_couple_ie_rb.o	 CON_couple_ih_oh.o        CON_couple_lc_sc.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
make[5]: `/xhome/gtoth/Tmp/SWMF/lib/libCONTROL.a' is up to date.

/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_DEMT;        cd Tmp_DEMT;        ar -x /xhome/gtoth/Tmp/SWMF/lib/libDEMT.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_LIBLC;       cd Tmp_LIBLC;     ar -x /xhome/gtoth/Tmp/SWMF/lib/libLC.a        #^CMP IF LC
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
rm -f /xhome/gtoth/Tmp/SWMF/lib/libSWMF.a
ar -rs /xhome/gtoth/Tmp/SWMF/lib/libSWMF.a Tmp_*/*.o
ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libSWMF.a
ranlib: file: /xhome/gtoth/Tmp/SWMF/lib/libSWMF.a(ED_ModInterface.o) has no symbols
ranlib: file: /xhome/gtoth/Tmp/SWMF/lib/libSWMF.a(ModIndicesInterfaces.o) has no symbols
ranlib: file: /xhome/gtoth/Tmp/SWMF/lib/libSWMF.a(ModExtraVariables.o) has no symbols
ranlib: file: /xhome/gtoth/Tmp/SWMF/lib/libSWMF.a(ModSize.o) has no symbols
ranlib: file: /xhome/gtoth/Tmp/SWMF/lib/libSWMF.a(ModSize.o) has no symbols
ranlib: file: /xhome/gtoth/Tmp/SWMF/lib/libSWMF.a(ModBlasLapack.o) has no symbols
ranlib: file: /xhome/gtoth/Tmp/SWMF/lib/libSWMF.a(ModKind.o) has no symbols
ranlib: file: /xhome/gtoth/Tmp/SWMF/lib/libSWMF.a(ModNumConst.o) has no symbols

SWMF library /xhome/gtoth/Tmp/SWMF/lib/libSWMF.a has been brought up to date.

 
perl /xhome/gtoth/Tmp/SWMF/share/Scripts/depend.pl ESMF_SWMF_Coupler.o SWMF_GridComp.o ESMF_GridComp.o ESMF_SWMF_GridComp.o ESMF_SWMF_Driver.o ESMF_SWMF_Mod.o
make /xhome/gtoth/Tmp/SWMF/bin/ESMF_SWMF.exe
f95 -c -O0 -kind=byte -dusty  -I/xhome/gtoth/ESMF/ver3.02/build_config/Darwin.nag.default -I/xhome/gtoth/ESMF/ver3.02/mod/modO/Darwin.nag.32.mpich.default -I/xhome/gtoth/ESMF/ver3.02/src/include -I/xhome/gtoth/ESMF/ver3.02/src/Infrastructure -I/xhome/gtoth/ESMF/ver3.02/src/Superstructure -free ESMF_SWMF_Mod.f90
f95 -c -O0 -kind=byte -dusty  -I/xhome/gtoth/ESMF/ver3.02/build_config/Darwin.nag.default -I/xhome/gtoth/ESMF/ver3.02/mod/modO/Darwin.nag.32.mpich.default -I/xhome/gtoth/ESMF/ver3.02/src/include -I/xhome/gtoth/ESMF/ver3.02/src/Infrastructure -I/xhome/gtoth/ESMF/ver3.02/src/Superstructure -free ESMF_SWMF_Coupler.f90
Warning: ESMF_SWMF_Coupler.f90, line 80: Unused dummy variable CLOCK
         detected at MY_INIT@<end-of-statement>
Warning: ESMF_SWMF_Coupler.f90, line 119: Unused dummy variable CCOMP
         detected at MY_RUN@<end-of-statement>
Warning: ESMF_SWMF_Coupler.f90, line 119: Unused dummy variable CLOCK
         detected at MY_RUN@<end-of-statement>
Warning: ESMF_SWMF_Coupler.f90, line 137: Unused dummy variable CCOMP
         detected at MY_FINAL@<end-of-statement>
Warning: ESMF_SWMF_Coupler.f90, line 137: Unused dummy variable EXPORTSTATE
         detected at MY_FINAL@<end-of-statement>
Warning: ESMF_SWMF_Coupler.f90, line 137: Unused dummy variable CLOCK
         detected at MY_FINAL@<end-of-statement>
Warning: ESMF_SWMF_Coupler.f90, line 137: Unused dummy variable IMPORTSTATE
         detected at MY_FINAL@<end-of-statement>
[f95 continuing despite warning messages]
f95 -c -O0 -kind=byte -dusty  -I/xhome/gtoth/ESMF/ver3.02/build_config/Darwin.nag.default -I/xhome/gtoth/ESMF/ver3.02/mod/modO/Darwin.nag.32.mpich.default -I/xhome/gtoth/ESMF/ver3.02/src/include -I/xhome/gtoth/ESMF/ver3.02/src/Infrastructure -I/xhome/gtoth/ESMF/ver3.02/src/Superstructure -free SWMF_GridComp.f90
Warning: SWMF_GridComp.f90, line 113: Unused dummy argument EXPORTSTATE
         detected at MY_INIT@<end-of-statement>
Warning: SWMF_GridComp.f90, line 204: Unused dummy variable EXPORTSTATE
         detected at MY_RUN@<end-of-statement>
Warning: SWMF_GridComp.f90, line 228: Unused dummy argument EXTERNALCLOCK
         detected at MY_FINAL@<end-of-statement>
Warning: SWMF_GridComp.f90, line 228: Unused dummy argument EXPORTSTATE
         detected at MY_FINAL@<end-of-statement>
Warning: SWMF_GridComp.f90, line 228: Unused dummy argument GCOMP
         detected at MY_FINAL@<end-of-statement>
Warning: SWMF_GridComp.f90, line 228: Unused dummy argument IMPORTSTATE
         detected at MY_FINAL@<end-of-statement>
[f95 continuing despite warning messages]
f95 -c -O0 -kind=byte -dusty  -I/xhome/gtoth/ESMF/ver3.02/build_config/Darwin.nag.default -I/xhome/gtoth/ESMF/ver3.02/mod/modO/Darwin.nag.32.mpich.default -I/xhome/gtoth/ESMF/ver3.02/src/include -I/xhome/gtoth/ESMF/ver3.02/src/Infrastructure -I/xhome/gtoth/ESMF/ver3.02/src/Superstructure -free ESMF_GridComp.f90
Warning: ESMF_GridComp.f90, line 98: Unused dummy variable EXTERNALCLOCK
         detected at MY_INIT@<end-of-statement>
Warning: ESMF_GridComp.f90, line 98: Unused dummy variable IMPORTSTATE
         detected at MY_INIT@<end-of-statement>
Warning: ESMF_GridComp.f90, line 131: NAMEFIELD_V explicitly imported into MY_RUN but not used
         detected at MY_RUN@<end-of-statement>
Warning: ESMF_GridComp.f90, line 131: Unused dummy variable GCOMP
         detected at MY_RUN@<end-of-statement>
Warning: ESMF_GridComp.f90, line 131: Unused dummy variable EXTERNALCLOCK
         detected at MY_RUN@<end-of-statement>
Warning: ESMF_GridComp.f90, line 131: Unused dummy variable IMPORTSTATE
         detected at MY_RUN@<end-of-statement>
Warning: ESMF_GridComp.f90, line 145: Unused dummy argument GCOMP
         detected at MY_FINAL@<end-of-statement>
Warning: ESMF_GridComp.f90, line 145: Unused dummy argument EXTERNALCLOCK
         detected at MY_FINAL@<end-of-statement>
Warning: ESMF_GridComp.f90, line 145: Unused dummy argument EXPORTSTATE
         detected at MY_FINAL@<end-of-statement>
Warning: ESMF_GridComp.f90, line 145: Unused dummy argument RC
         detected at MY_FINAL@<end-of-statement>
Warning: ESMF_GridComp.f90, line 145: Unused dummy argument IMPORTSTATE
         detected at MY_FINAL@<end-of-statement>
[f95 continuing despite warning messages]
f95 -c -O0 -kind=byte -dusty  -I/xhome/gtoth/ESMF/ver3.02/build_config/Darwin.nag.default -I/xhome/gtoth/ESMF/ver3.02/mod/modO/Darwin.nag.32.mpich.default -I/xhome/gtoth/ESMF/ver3.02/src/include -I/xhome/gtoth/ESMF/ver3.02/src/Infrastructure -I/xhome/gtoth/ESMF/ver3.02/src/Superstructure -free ESMF_SWMF_GridComp.f90
Warning: ESMF_SWMF_GridComp.f90, line 144: Unused dummy variable EXPORTSTATE
         detected at MY_INIT@<end-of-statement>
Warning: ESMF_SWMF_GridComp.f90, line 144: Unused dummy variable IMPORTSTATE
         detected at MY_INIT@<end-of-statement>
Warning: ESMF_SWMF_GridComp.f90, line 144: Unused symbol LAYOUT
         detected at MY_INIT@<end-of-statement>
Warning: ESMF_SWMF_GridComp.f90, line 197: Unused dummy variable GCOMP
         detected at MY_RUN@<end-of-statement>
Warning: ESMF_SWMF_GridComp.f90, line 197: Unused dummy variable EXPORTSTATE
         detected at MY_RUN@<end-of-statement>
Warning: ESMF_SWMF_GridComp.f90, line 197: Unused dummy variable IMPORTSTATE
         detected at MY_RUN@<end-of-statement>
Warning: ESMF_SWMF_GridComp.f90, line 243: Unused dummy variable GCOMP
         detected at MY_FINAL@<end-of-statement>
Warning: ESMF_SWMF_GridComp.f90, line 243: Unused dummy variable EXPORTSTATE
         detected at MY_FINAL@<end-of-statement>
Warning: ESMF_SWMF_GridComp.f90, line 243: Unused dummy variable IMPORTSTATE
         detected at MY_FINAL@<end-of-statement>
Warning: ESMF_SWMF_GridComp.f90, line 245: Local variable SWMFROOTCOMP is default initialised but never used
         detected at ESMF_SWMF_GRIDCOMPMOD@<end-of-statement>
[f95 continuing despite warning messages]
f95 -c -O0 -kind=byte -dusty  -I/xhome/gtoth/ESMF/ver3.02/build_config/Darwin.nag.default -I/xhome/gtoth/ESMF/ver3.02/mod/modO/Darwin.nag.32.mpich.default -I/xhome/gtoth/ESMF/ver3.02/src/include -I/xhome/gtoth/ESMF/ver3.02/src/Infrastructure -I/xhome/gtoth/ESMF/ver3.02/src/Superstructure -free ESMF_SWMF_Driver.f90
Warning: ESMF_SWMF_Driver.f90, line 217: Unused local variable ITIME
         detected at ESMF_SWMF_DRIVER@<end-of-statement>
Warning: ESMF_SWMF_Driver.f90, line 217: Local variable GRID is default initialised but never used
         detected at ESMF_SWMF_DRIVER@<end-of-statement>
Warning: ESMF_SWMF_Driver.f90, line 217: Unused local variable DEFAULTTMP
         detected at ESMF_SWMF_DRIVER@<end-of-statement>
Warning: ESMF_SWMF_Driver.f90, line 217: Unused local variable IDEFAULTTMP
         detected at ESMF_SWMF_DRIVER@<end-of-statement>
[f95 continuing despite warning messages]
ld -all_load -r -o LIBRARIES.o /xhome/gtoth/Tmp/SWMF/lib/libSWMF.a \
    -L/xhome/gtoth/ESMF/ver3.02/lib/libO/Darwin.nag.32.mpich.default -lesmf   -lstdc++
mpif90  -L/xhome/gtoth/ESMF/ver3.02/lib/libO/Darwin.nag.32.mpich.default \
                   -o /xhome/gtoth/Tmp/SWMF/bin/ESMF_SWMF.exe LIBRARIES.o ESMF_SWMF_Coupler.o SWMF_GridComp.o ESMF_GridComp.o ESMF_SWMF_GridComp.o ESMF_SWMF_Driver.o ESMF_SWMF_Mod.o  \

 
/xhome/gtoth/Tmp/SWMF/bin/ESMF_SWMF.exe has been brought up to date
 
make test_esmf_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/BATSRUS; make rundir                 #^CMP IF GM
mkdir -p /xhome/gtoth/Tmp/SWMF/run_test/GM
cd /xhome/gtoth/Tmp/SWMF/run_test/GM; \
	mkdir restartIN restartOUT IO2; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe .; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostSPH.exe .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/IDL/pIDL .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/TEC/pTEC .; \
	ln -s /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Param .
cd /xhome/gtoth/Tmp/SWMF/IE/Ridley_serial; make rundir                 #^CMP IF IE
mkdir -p /xhome/gtoth/Tmp/SWMF/run_test/IE/ionosphere
cd /xhome/gtoth/Tmp/SWMF/run_test/IE; cp /xhome/gtoth/Tmp/SWMF/IE/Ridley_serial/Scripts/pION .
cd /xhome/gtoth/Tmp/SWMF/run_test/IE; ln -s /xhome/gtoth/Tmp/SWMF/bin/PostIONO.exe .
cd /xhome/gtoth/Tmp/SWMF/IH/Empty; make rundir                 #^CMP IF IH
No run/IH for IH 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/LC/Empty; make rundir                 #^CMP IF LC
No run/LC for LC Empty
cd /xhome/gtoth/Tmp/SWMF/OH/Empty; make rundir                 #^CMP IF OH
No run/OH for OH 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/Empty; make rundir                 #^CMP IF PW
No run/PW for PW Empty
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

cd ESMF/ESMF_SWMF; make rundir RUNDIR=/xhome/gtoth/Tmp/SWMF/run_test
cp src/ESMF_SWMF.input /xhome/gtoth/Tmp/SWMF/run_test/
Creating link to /xhome/gtoth/Tmp/SWMF/bin/ESMF_SWMF.exe
make test_esmf_run
Unit 11 is not connected
Program terminated by fatal I/O error
Unit 11 is not connected
Program terminated by fatal I/O error
/usr/local/mpi/bin/mpirun: line 1: 16403 Abort trap              /xhome/gtoth/Tmp/SWMF/run_test/ESMF_SWMF.exe -p4pg /xhome/gtoth/Tmp/SWMF/run_test/PI16321 -p4wd /xhome/gtoth/Tmp/SWMF/run_test
make[2]: *** [test_esmf_run] Error 134
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/libDEMT.a
make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libDEMT.a' is up to date.

/xhome/gtoth/Tmp/SWMF/lib/libDEMT.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 srcBATL; make LIB
make libBATL.a
make[7]: `libBATL.a' is up to date.

libBATL.a has been brought up to date.

cd src; make LIB
make libBATSRUS.a
cp -f ../srcBATL/libBATL.a libBATSRUS.a
ar -rs libBATSRUS.a ModAdvance.o ModAMR.o ModB0.o ModBatlInterface.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 ModGmGeoindices.o ModHallResist.o ModIO.o ModLaserHeating.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 ModTimeStepControl.o ModUserEmpty.o ModUser.o ModWaves.o ModHdf5.o ModCoronalHeating.o ModRadiativeCooling.o  ModCT.o       	ModImplicit.o ModImplHypre.o ModRadDiffusion.o ModHeatConduction.o 	ModRaytrace.o  ModProject.o   ModAdjoint.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  set_resistivity.o ModResistivity.o  clean_divb.o                          
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 srcInterface; make LIB
make /xhome/gtoth/Tmp/SWMF/lib/libGM.a
cp -f ../src/libBATSRUS.a  /xhome/gtoth/Tmp/SWMF/lib/libGM.a
ar -rs /xhome/gtoth/Tmp/SWMF/lib/libGM.a ModGridDescriptor.o ModBuffer.o GM_put_from_ih_buffer.o GM_wrapper.o update_lagrangian_grid.o ModDensityAndGradient.o ModRadioWaveImage.o ModRadioWaveRaytracing.o GM_put_from_ih.o ModGmImCoupling.o   GM_get_for_im.o GM_put_from_im.o ModGmRbCoupling.o   GM_get_for_rb.o GM_get_for_ie.o GM_put_from_ie.o ModIeGrid.o GM_get_for_pw.o GM_put_from_pw.o ModPwGrid.o
ranlib: file: /xhome/gtoth/Tmp/SWMF/lib/libGM.a(ModExtraVariables.o) has no symbols
ranlib: file: /xhome/gtoth/Tmp/SWMF/lib/libGM.a(ModSize.o) has no symbols

/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 ModSize.o IE_ModMain.o IE_ModIo.o ModIonosphere.o ModProcIE.o ModIE_Interface.o ModFiles.o ModConductance.o ModIonoMagPerturb.o ModIeGeoindices.o IE_solve.o IE_wrapper.o IE_Initialize.o IE_Library.o IE_gather.o iono_conductances.o iono_currents.o iono_joule.o iono_solver.o Create_Region2_Currents.o ionosphere.o
ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libIE.a
ranlib: file: /xhome/gtoth/Tmp/SWMF/lib/libIE.a(ModSize.o) has no symbols

/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
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
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
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
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
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 ModLatLon.o ModPwPlot.o ModWaves.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 calc_centrifugal.o PhotoElectronPW_planet.o glowex_planet.o rcolum_planet.o startupPW_planet.o fieldm_planet.o precipitationPW_planet.o solzen_planet.o suncor_planet.o sperfc_planet.o chap_planet.o neutral_atmosphere_planet.o ssflux_planet.o vcd_planet.o collisionPW_planet.o upper_heat_conduction.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
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
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/libLC.a
rm -f /xhome/gtoth/Tmp/SWMF/lib/libLC.a
ar -rs /xhome/gtoth/Tmp/SWMF/lib/libLC.a LC_wrapper.o
ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libLC.a

/xhome/gtoth/Tmp/SWMF/lib/libLC.a has been brought up to date.

cd src; make LIB
make /xhome/gtoth/Tmp/SWMF/lib/libSC.a
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
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
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
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_sc.o        CON_couple_mh_sp.o        CON_couple_gm_rb.o	 CON_couple_ie_pw.o	 CON_couple_gm_pw.o       CON_couple_ie_ps.o	 CON_couple_ie_rb.o	 CON_couple_ih_oh.o        CON_couple_lc_sc.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
make[5]: `/xhome/gtoth/Tmp/SWMF/lib/libCONTROL.a' is up to date.

/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_DEMT;        cd Tmp_DEMT;        ar -x /xhome/gtoth/Tmp/SWMF/lib/libDEMT.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_LIBLC;       cd Tmp_LIBLC;     ar -x /xhome/gtoth/Tmp/SWMF/lib/libLC.a        #^CMP IF LC
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
make[5]: `swmf.o' is up to date.
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
make[6]: `/xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe' is up to date.
 
Program PostIDL has been brought up to date.
 
 
make test1_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/BATSRUS; make rundir                 #^CMP IF GM
mkdir -p /xhome/gtoth/Tmp/SWMF/run_test/GM
cd /xhome/gtoth/Tmp/SWMF/run_test/GM; \
	mkdir restartIN restartOUT IO2; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe .; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostSPH.exe .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/IDL/pIDL .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/TEC/pTEC .; \
	ln -s /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Param .
cd /xhome/gtoth/Tmp/SWMF/IE/Ridley_serial; make rundir                 #^CMP IF IE
mkdir -p /xhome/gtoth/Tmp/SWMF/run_test/IE/ionosphere
cd /xhome/gtoth/Tmp/SWMF/run_test/IE; cp /xhome/gtoth/Tmp/SWMF/IE/Ridley_serial/Scripts/pION .
cd /xhome/gtoth/Tmp/SWMF/run_test/IE; ln -s /xhome/gtoth/Tmp/SWMF/bin/PostIONO.exe .
cd /xhome/gtoth/Tmp/SWMF/IH/Empty; make rundir                 #^CMP IF IH
No run/IH for IH 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/LC/Empty; make rundir                 #^CMP IF LC
No run/LC for LC Empty
cd /xhome/gtoth/Tmp/SWMF/OH/Empty; make rundir                 #^CMP IF OH
No run/OH for OH 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/data/input/Earth/restart_iline* restartIN/ ;\
	cp /xhome/gtoth/Tmp/SWMF/PW/PWOM/data/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.GMIEPW /xhome/gtoth/Tmp/SWMF/run_test/PARAM.in
cp Param/LAYOUT.in.test.GMIEPW /xhome/gtoth/Tmp/SWMF/run_test/LAYOUT.in
make test1_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
cd /xhome/gtoth/Tmp/SWMF/run_test; ./PostProc.pl -M RESULTS
PostProc.pl: mv GM/IO2 RESULTS/GM with 4 files
PostProc.pl: mv IE/ionosphere RESULTS/IE with 13 files
PostProc.pl: mv PW/plots RESULTS/PW with 4 files
WARNING in PostProc.pl: no files were found in STDOUT
PostProc.pl: cp PARAM.in RESULTS/
PostProc.pl: mv runlog RESULTS/
PostProc.pl: Restart.pl -o RESULTS/RESTART
ERROR in Restart.pl: could not find restart file RESTART.out!
make test1_check
ls -l test1*.diff
-rw-r--r--  1 gtoth  hpcc  0 10 Aug 01:41 test1_gm.diff
-rw-r--r--  1 gtoth  hpcc  0 10 Aug 01:41 test1_ie.diff
-rw-r--r--  1 gtoth  hpcc  0 10 Aug 01:41 test1_pw.diff
make test2_compile
./Config.pl -v=Empty,SC/BATSRUS,IH/BATSRUS
Modifying versions in Makefile.def
cd IH/BATSRUS; \
	rm -rf src srcBATL srcUser srcEquation srcInterface/*.f90; \
	mkdir src srcBATL srcUser srcEquation
cd GM/BATSRUS/src; cp *.f90 *.h Makefile* ../../../IH/BATSRUS/src
cd GM/BATSRUS/srcBATL; cp BATL*.f90 Makefile* \
				../../../IH/BATSRUS/srcBATL
cd GM/BATSRUS/srcInterface/; \
	cp ModGridDescriptor.f90 ModBuffer.f90 \
	update_lagrangian_grid.f90 \
	ModRadioWaveImage.f90 ModRadioWaveRaytracing.f90 \
	ModDensityAndGradient.f90 \
	../../../IH/BATSRUS/srcInterface
cp IH/BATSRUS_share/src/IH_*.f90 IH/BATSRUS/srcInterface
cp GM/BATSRUS/srcUser/*.f90 IH/BATSRUS/srcUser/
cp GM/BATSRUS/srcEquation/*.f90 IH/BATSRUS/srcEquation/
cd GM/BATSRUS; \
	cp Makefile.def Makefile.conf PARAM.XML Config.pl \
		../../IH/BATSRUS/
echo '*' > IH/BATSRUS/src/.cvsignore
cd IH/BATSRUS/src; rm -f main.f90
cd IH/BATSRUS; \
	/xhome/gtoth/Tmp/SWMF/share/Scripts/Methods.pl IH src/*.f90 src/*.h srcBATL/*.f90 srcUser/*.f90 srcEquation/*.f90 srcInterface/*.f90; \
	/xhome/gtoth/Tmp/SWMF/share/Scripts/Rename.pl -w -r -common=IH src/*.f90 src/*.h srcBATL/*.f90 srcUser/*.f90 srcEquation/*.f90 srcInterface/*.f90
Finished 239 replacements in file src/BATS_methods.f90
Finished 158 replacements in file src/MH_set_parameters.f90
Finished 3 replacements in file src/ModAMR.f90
Finished 15 replacements in file src/ModAdjoint.f90
Finished 9 replacements in file src/ModAdvance.f90
Finished 5 replacements in file src/ModB0.f90
Finished 22 replacements in file src/ModBatlInterface.f90
Finished 21 replacements in file src/ModBlockData.f90
Finished 21 replacements in file src/ModBoundaryCells.f90
Finished 5 replacements in file src/ModCT.f90
Finished 5 replacements in file src/ModCharacteristic.f90
Finished 14 replacements in file src/ModConserveFlux.f90
Finished 52 replacements in file src/ModCoronalHeating.f90
Finished 7 replacements in file src/ModCovariant.f90
Finished 4 replacements in file src/ModCube.f90
Finished 13 replacements in file src/ModCurrent.f90
Finished 17 replacements in file src/ModEnergy.f90
Finished 8 replacements in file src/ModEquation.f90
Finished 32 replacements in file src/ModExpansionFactors.f90
Finished 2 replacements in file src/ModExtraVariables.f90
Finished 156 replacements in file src/ModFaceFlux.f90
Finished 20 replacements in file src/ModFaceGradient.f90
Finished 48 replacements in file src/ModFaceValue.f90
Finished 7 replacements in file src/ModGeometry.f90
Finished 15 replacements in file src/ModGmGeoindices.f90
Finished 27 replacements in file src/ModGroundMagPerturb.f90
Finished 44 replacements in file src/ModHallResist.f90
Finished 5 replacements in file src/ModHdf5.f90
Finished 5 replacements in file src/ModHdf5_empty.f90
Finished 41 replacements in file src/ModHdf5_orig.f90
Finished 82 replacements in file src/ModHeatConduction.f90
Finished 7 replacements in file src/ModIO.f90
Finished 7 replacements in file src/ModImplHypre.f90
Finished 7 replacements in file src/ModImplHypre_empty.f90
Finished 7 replacements in file src/ModImplHypre_orig.f90
Finished 13 replacements in file src/ModImplicit.f90
Finished 10 replacements in file src/ModIonoVelocity.f90
Finished 33 replacements in file src/ModLaserHeating.f90
Finished 7 replacements in file src/ModMain.f90
Finished 25 replacements in file src/ModMessagePass.f90
Finished 3 replacements in file src/ModMultiFluid.f90
Finished 39 replacements in file src/ModMultiIon.f90
Finished 5 replacements in file src/ModNodes.f90
Finished 3 replacements in file src/ModOctree.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/ModProcMH.f90
Finished 2 replacements in file src/ModProject.f90
Finished 68 replacements in file src/ModRadDiffusion.f90
Finished 16 replacements in file src/ModRadiativeCooling.f90
Finished 6 replacements in file src/ModRaytrace.f90
Finished 46 replacements in file src/ModResistivity.f90
Finished 72 replacements in file src/ModRestartFile.f90
Finished 46 replacements in file src/ModSatelliteFile.f90
Finished 2 replacements in file src/ModSingleFluid.f90
Finished 3 replacements in file src/ModSize.f90
Finished 3 replacements in file src/ModSize_orig.f90
Finished 21 replacements in file src/ModSolarwind.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 16 replacements in file src/ModUserEmpty.f90
Finished 18 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 43 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 82 replacements in file src/calc_sources.f90
Finished 24 replacements in file src/calc_timestep.f90
Finished 35 replacements in file src/clean_divb.f90
Finished 18 replacements in file src/coarsen_grid.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 93 replacements in file src/exchange_messages.f90
Finished 88 replacements in file src/explicit.f90
Finished 50 replacements in file src/find_neighbors.f90
Finished 19 replacements in file src/fix_axis_cells.f90
Finished 27 replacements in file src/get_im_pressure.f90
Finished 184 replacements in file src/impl_interface.f90
Finished 25 replacements in file src/impl_jacobian.f90
Finished 43 replacements in file src/impl_matvec.f90
Finished 35 replacements in file src/impl_newton.f90
Finished 58 replacements in file src/implicit.f90
Finished 229 replacements in file src/library.f90
Finished 98 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 103 replacements in file src/message_pass_nodes.f90
Finished 16 replacements in file src/number_blocks.f90
Finished 89 replacements in file src/octree.f90
Finished 14 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 115 replacements in file src/project_B.f90
Finished 40 replacements in file src/ray_pass.f90
Finished 96 replacements in file src/ray_trace.f90
Finished 213 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 39 replacements in file src/set_BCs.f90
Finished 17 replacements in file src/set_ICs.f90
Finished 74 replacements in file src/set_b0.f90
Finished 36 replacements in file src/set_block_geometry.f90
Finished 178 replacements in file src/set_outer_BCs.f90
Finished 37 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 58 replacements in file src/update_states.f90
Finished 35 replacements in file src/update_states_MHD.f90
Finished 140 replacements in file src/write_logfile.f90
Finished 92 replacements in file src/write_plot_common.f90
Finished 10 replacements in file src/write_plot_idl.f90
Finished 39 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 22 replacements in file src/write_plot_tec.f90
Finished 30 replacements in file src/write_progress.f90
No variables to rename in file src/user_module.h
Finished 29 replacements in file srcBATL/BATL_amr.f90
Finished 34 replacements in file srcBATL/BATL_amr_criteria.f90
Finished 4 replacements in file srcBATL/BATL_geometry.f90
Finished 13 replacements in file srcBATL/BATL_grid.f90
Finished 28 replacements in file srcBATL/BATL_lib.f90
Finished 5 replacements in file srcBATL/BATL_mpi.f90
Finished 17 replacements in file srcBATL/BATL_pass_cell.f90
Finished 19 replacements in file srcBATL/BATL_pass_face.f90
Finished 13 replacements in file srcBATL/BATL_pass_node.f90
Finished 3 replacements in file srcBATL/BATL_size.f90
Finished 3 replacements in file srcBATL/BATL_size_orig.f90
Finished 30 replacements in file srcBATL/BATL_tree.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 130 replacements in file srcUser/ModUserCrash.f90
Finished 130 replacements in file srcUser/ModUserCrashXray2dFull.f90
Finished 39 replacements in file srcUser/ModUserEarthXray.f90
Finished 52 replacements in file srcUser/ModUserEe.f90
Finished 19 replacements in file srcUser/ModUserEnceladus.f90
Finished 11 replacements in file srcUser/ModUserEos.f90
Finished 26 replacements in file srcUser/ModUserEuropa.f90
Finished 44 replacements in file srcUser/ModUserGrayDiffusion.f90
Finished 69 replacements in file srcUser/ModUserHeatConduction.f90
Finished 112 replacements in file srcUser/ModUserHeliosphere.f90
Finished 23 replacements in file srcUser/ModUserIh.f90
Finished 20 replacements in file srcUser/ModUserJupiter.f90
Finished 9 replacements in file srcUser/ModUserKelvinHelmholtz.f90
Finished 87 replacements in file srcUser/ModUserLc.f90
Finished 89 replacements in file srcUser/ModUserLcV0.f90
Finished 33 replacements in file srcUser/ModUserLightFront.f90
Finished 48 replacements in file srcUser/ModUserLogAdvection.f90
Finished 89 replacements in file srcUser/ModUserMars.f90
Finished 97 replacements in file srcUser/ModUserMarsFluids.f90
Finished 28 replacements in file srcUser/ModUserMarshak.f90
Finished 28 replacements in file srcUser/ModUserMultiGroup.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 29 replacements in file srcUser/ModUserSaturn.f90
Finished 37 replacements in file srcUser/ModUserSaturn3sp.f90
Finished 62 replacements in file srcUser/ModUserSc.f90
Finished 91 replacements in file srcUser/ModUserScHeat.f90
Finished 77 replacements in file srcUser/ModUserScWaves.f90
Finished 11 replacements in file srcUser/ModUserStretchedDipole.f90
Finished 20 replacements in file srcUser/ModUserSwIono.f90
Finished 87 replacements in file srcUser/ModUserTitan.f90
Finished 91 replacements in file srcUser/ModUserTitanPe.f90
Finished 28 replacements in file srcUser/ModUserTorus.f90
Finished 95 replacements in file srcUser/ModUserVenus.f90
Finished 89 replacements in file srcUser/ModUserVenusFluids.f90
Finished 19 replacements in file srcUser/ModUserWaveReflection.f90
Finished 42 replacements in file srcUser/ModUserWaves.f90
Finished 6 replacements in file srcEquation/ModEquationCrash.f90
Finished 6 replacements in file srcEquation/ModEquationHd.f90
Finished 6 replacements in file srcEquation/ModEquationHdCrash.f90
Finished 6 replacements in file srcEquation/ModEquationHdEos.f90
Finished 6 replacements in file srcEquation/ModEquationHdEosRad.f90
Finished 6 replacements in file srcEquation/ModEquationHdRadCrash.f90
Finished 8 replacements in file srcEquation/ModEquationMhd.f90
Finished 8 replacements in file srcEquation/ModEquationMhdAnisoP.f90
Finished 8 replacements in file srcEquation/ModEquationMhdAnisoPiPe.f90
Finished 8 replacements in file srcEquation/ModEquationMhdComet.f90
Finished 8 replacements in file srcEquation/ModEquationMhdCorona.f90
Finished 5 replacements in file srcEquation/ModEquationMhdCrash.f90
Finished 5 replacements in file srcEquation/ModEquationMhdEosRad.f90
Finished 7 replacements in file srcEquation/ModEquationMhdHd.f90
Finished 8 replacements in file srcEquation/ModEquationMhdHyp.f90
Finished 8 replacements in file srcEquation/ModEquationMhdHypPe.f90
Finished 4 replacements in file srcEquation/ModEquationMhdIons.f90
Finished 4 replacements in file srcEquation/ModEquationMhdIonsPe.f90
Finished 8 replacements in file srcEquation/ModEquationMhdMars.f90
Finished 4 replacements in file srcEquation/ModEquationMhdMarsFluids.f90
Finished 4 replacements in file srcEquation/ModEquationMhdMarsFluidsPe.f90
Finished 4 replacements in file srcEquation/ModEquationMhdMarsFluidsSW.f90
Finished 8 replacements in file srcEquation/ModEquationMhdNonCons.f90
Finished 8 replacements in file srcEquation/ModEquationMhdPe.f90
Finished 8 replacements in file srcEquation/ModEquationMhdPw.f90
Finished 8 replacements in file srcEquation/ModEquationMhdSaturn3sp.f90
Finished 8 replacements in file srcEquation/ModEquationMhdSwIono.f90
Finished 8 replacements in file srcEquation/ModEquationMhdTitan.f90
Finished 8 replacements in file srcEquation/ModEquationMhdTitanPe.f90
Finished 8 replacements in file srcEquation/ModEquationMhdWaves.f90
Finished 5 replacements in file srcEquation/ModEquationMhdWavesAnisoPiPe.f90
Finished 5 replacements in file srcEquation/ModEquationMhdWavesPe.f90
Finished 4 replacements in file srcEquation/ModEquationMultiIon.f90
Finished 4 replacements in file srcEquation/ModEquationMultiSwIono.f90
Finished 7 replacements in file srcEquation/ModEquationOuterHelio.f90
Finished 6 replacements in file srcInterface/IH_get_for_gm.f90
Finished 5 replacements in file srcInterface/IH_get_for_mh.f90
Finished 6 replacements in file srcInterface/IH_get_for_mh_with_xyz.f90
Finished 7 replacements in file srcInterface/IH_get_for_sp.f90
Finished 4 replacements in file srcInterface/IH_put_from_mh.f90
Finished 1 replacements in file srcInterface/IH_set_buffer_grid.f90
Finished 29 replacements in file srcInterface/IH_wrapper.f90
Finished 14 replacements in file srcInterface/ModBuffer.f90
Finished 13 replacements in file srcInterface/ModDensityAndGradient.f90
Finished 13 replacements in file srcInterface/ModGridDescriptor.f90
Finished 10 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  7954 replacement(s) in 227 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
cd SC/BATSRUS; \
	rm -rf src srcBATL srcUser srcEquation \
	  srcInterface/SC_wrapper.f90 srcInterface/SC_get_for_sp.f90 \
	  srcInterface/SC_get_for_mh.f90 \
	  srcInterface/SC_get_for_mh_with_xyz.f90 srcInterface/SC_put_from_mh.f90; \
	mkdir src srcBATL srcUser srcEquation
cd GM/BATSRUS/src; cp *.f90 *.h Makefile* ../../../SC/BATSRUS/src
cd GM/BATSRUS/srcBATL; cp BATL*.f90 Makefile* \
					  ../../../SC/BATSRUS/srcBATL
cp GM/BATSRUS/srcUser/*.f90 SC/BATSRUS/srcUser/	  
cp GM/BATSRUS/srcEquation/*.f90 SC/BATSRUS/srcEquation/
cd GM/BATSRUS; \
	cp Makefile.def Makefile.conf PARAM.XML Config.pl \
		../../SC/BATSRUS/
cd GM/BATSRUS/srcInterface/; \
	cp ModGridDescriptor.f90 ModBuffer.f90 \
	update_lagrangian_grid.f90 \
	ModRadioWaveImage.f90 ModRadioWaveRaytracing.f90 \
	ModDensityAndGradient.f90 \
	../../../SC/BATSRUS/srcInterface
cp -f IH/BATSRUS_share/src/IH_wrapper.f90 \
	SC/BATSRUS/srcInterface/SC_wrapper.f90
cp -f IH/BATSRUS_share/src/IH_get_for_sp.f90 \
	SC/BATSRUS/srcInterface/SC_get_for_sp.f90
cp -f IH/BATSRUS_share/src/IH_get_for_mh.f90 \
	SC/BATSRUS/srcInterface/SC_get_for_mh.f90
cp -f IH/BATSRUS_share/src/IH_get_for_mh_with_xyz.f90 \
	SC/BATSRUS/srcInterface/SC_get_for_mh_with_xyz.f90
cp -f IH/BATSRUS_share/src/IH_put_from_mh.f90 \
	SC/BATSRUS/srcInterface/SC_put_from_mh.f90
cd SC/BATSRUS/srcInterface/; perl -i -pe \
's/SC/LC/' SC_get_for_mh_with_xyz.f90; perl -i -pe \
's/IH/SC/g;s/BATSRUS/SC_BATSRUS/;s/Inner/Solar/;s/Heliosphere/Corona/' \
	SC_wrapper.f90 SC_get_for_sp.f90 \
	SC_get_for_mh.f90 SC_get_for_mh_with_xyz.f90 SC_put_from_mh.f90; \
	perl -i -pe 's/OH/IH/' SC_get_for_mh.f90 SC_put_from_mh.f90
cd SC/BATSRUS/src; rm -f main.f90
cd SC/BATSRUS/srcBATL; rm -f *main.f90
cd SC/BATSRUS; \
	/xhome/gtoth/Tmp/SWMF/share/Scripts/Methods.pl SC src/*.f90 src/*.h srcBATL/*.f90 srcUser/*.f90 srcEquation/*.f90 srcInterface/*.f90; \
	/xhome/gtoth/Tmp/SWMF/share/Scripts/Rename.pl -w -r -common=SC src/*.f90 src/*.h srcBATL/*.f90 srcUser/*.f90 srcEquation/*.f90 srcInterface/*.f90
Finished 239 replacements in file src/BATS_methods.f90
Finished 158 replacements in file src/MH_set_parameters.f90
Finished 3 replacements in file src/ModAMR.f90
Finished 15 replacements in file src/ModAdjoint.f90
Finished 9 replacements in file src/ModAdvance.f90
Finished 5 replacements in file src/ModB0.f90
Finished 22 replacements in file src/ModBatlInterface.f90
Finished 21 replacements in file src/ModBlockData.f90
Finished 21 replacements in file src/ModBoundaryCells.f90
Finished 5 replacements in file src/ModCT.f90
Finished 5 replacements in file src/ModCharacteristic.f90
Finished 14 replacements in file src/ModConserveFlux.f90
Finished 52 replacements in file src/ModCoronalHeating.f90
Finished 7 replacements in file src/ModCovariant.f90
Finished 4 replacements in file src/ModCube.f90
Finished 13 replacements in file src/ModCurrent.f90
Finished 17 replacements in file src/ModEnergy.f90
Finished 8 replacements in file src/ModEquation.f90
Finished 32 replacements in file src/ModExpansionFactors.f90
Finished 2 replacements in file src/ModExtraVariables.f90
Finished 156 replacements in file src/ModFaceFlux.f90
Finished 20 replacements in file src/ModFaceGradient.f90
Finished 48 replacements in file src/ModFaceValue.f90
Finished 7 replacements in file src/ModGeometry.f90
Finished 15 replacements in file src/ModGmGeoindices.f90
Finished 27 replacements in file src/ModGroundMagPerturb.f90
Finished 44 replacements in file src/ModHallResist.f90
Finished 5 replacements in file src/ModHdf5.f90
Finished 5 replacements in file src/ModHdf5_empty.f90
Finished 41 replacements in file src/ModHdf5_orig.f90
Finished 82 replacements in file src/ModHeatConduction.f90
Finished 7 replacements in file src/ModIO.f90
Finished 7 replacements in file src/ModImplHypre.f90
Finished 7 replacements in file src/ModImplHypre_empty.f90
Finished 7 replacements in file src/ModImplHypre_orig.f90
Finished 13 replacements in file src/ModImplicit.f90
Finished 10 replacements in file src/ModIonoVelocity.f90
Finished 33 replacements in file src/ModLaserHeating.f90
Finished 7 replacements in file src/ModMain.f90
Finished 25 replacements in file src/ModMessagePass.f90
Finished 3 replacements in file src/ModMultiFluid.f90
Finished 39 replacements in file src/ModMultiIon.f90
Finished 5 replacements in file src/ModNodes.f90
Finished 3 replacements in file src/ModOctree.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/ModProcMH.f90
Finished 2 replacements in file src/ModProject.f90
Finished 68 replacements in file src/ModRadDiffusion.f90
Finished 16 replacements in file src/ModRadiativeCooling.f90
Finished 6 replacements in file src/ModRaytrace.f90
Finished 46 replacements in file src/ModResistivity.f90
Finished 72 replacements in file src/ModRestartFile.f90
Finished 46 replacements in file src/ModSatelliteFile.f90
Finished 2 replacements in file src/ModSingleFluid.f90
Finished 3 replacements in file src/ModSize.f90
Finished 3 replacements in file src/ModSize_orig.f90
Finished 21 replacements in file src/ModSolarwind.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 16 replacements in file src/ModUserEmpty.f90
Finished 18 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 43 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 82 replacements in file src/calc_sources.f90
Finished 24 replacements in file src/calc_timestep.f90
Finished 35 replacements in file src/clean_divb.f90
Finished 18 replacements in file src/coarsen_grid.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 93 replacements in file src/exchange_messages.f90
Finished 88 replacements in file src/explicit.f90
Finished 50 replacements in file src/find_neighbors.f90
Finished 19 replacements in file src/fix_axis_cells.f90
Finished 27 replacements in file src/get_im_pressure.f90
Finished 184 replacements in file src/impl_interface.f90
Finished 25 replacements in file src/impl_jacobian.f90
Finished 43 replacements in file src/impl_matvec.f90
Finished 35 replacements in file src/impl_newton.f90
Finished 58 replacements in file src/implicit.f90
Finished 229 replacements in file src/library.f90
Finished 98 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 103 replacements in file src/message_pass_nodes.f90
Finished 16 replacements in file src/number_blocks.f90
Finished 89 replacements in file src/octree.f90
Finished 14 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 115 replacements in file src/project_B.f90
Finished 40 replacements in file src/ray_pass.f90
Finished 96 replacements in file src/ray_trace.f90
Finished 213 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 39 replacements in file src/set_BCs.f90
Finished 17 replacements in file src/set_ICs.f90
Finished 74 replacements in file src/set_b0.f90
Finished 36 replacements in file src/set_block_geometry.f90
Finished 178 replacements in file src/set_outer_BCs.f90
Finished 37 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 58 replacements in file src/update_states.f90
Finished 35 replacements in file src/update_states_MHD.f90
Finished 140 replacements in file src/write_logfile.f90
Finished 92 replacements in file src/write_plot_common.f90
Finished 10 replacements in file src/write_plot_idl.f90
Finished 39 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 22 replacements in file src/write_plot_tec.f90
Finished 30 replacements in file src/write_progress.f90
No variables to rename in file src/user_module.h
Finished 29 replacements in file srcBATL/BATL_amr.f90
Finished 34 replacements in file srcBATL/BATL_amr_criteria.f90
Finished 4 replacements in file srcBATL/BATL_geometry.f90
Finished 13 replacements in file srcBATL/BATL_grid.f90
Finished 28 replacements in file srcBATL/BATL_lib.f90
Finished 5 replacements in file srcBATL/BATL_mpi.f90
Finished 17 replacements in file srcBATL/BATL_pass_cell.f90
Finished 19 replacements in file srcBATL/BATL_pass_face.f90
Finished 13 replacements in file srcBATL/BATL_pass_node.f90
Finished 3 replacements in file srcBATL/BATL_size.f90
Finished 3 replacements in file srcBATL/BATL_size_orig.f90
Finished 30 replacements in file srcBATL/BATL_tree.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 130 replacements in file srcUser/ModUserCrash.f90
Finished 130 replacements in file srcUser/ModUserCrashXray2dFull.f90
Finished 39 replacements in file srcUser/ModUserEarthXray.f90
Finished 52 replacements in file srcUser/ModUserEe.f90
Finished 19 replacements in file srcUser/ModUserEnceladus.f90
Finished 11 replacements in file srcUser/ModUserEos.f90
Finished 26 replacements in file srcUser/ModUserEuropa.f90
Finished 44 replacements in file srcUser/ModUserGrayDiffusion.f90
Finished 69 replacements in file srcUser/ModUserHeatConduction.f90
Finished 112 replacements in file srcUser/ModUserHeliosphere.f90
Finished 23 replacements in file srcUser/ModUserIh.f90
Finished 20 replacements in file srcUser/ModUserJupiter.f90
Finished 9 replacements in file srcUser/ModUserKelvinHelmholtz.f90
Finished 87 replacements in file srcUser/ModUserLc.f90
Finished 89 replacements in file srcUser/ModUserLcV0.f90
Finished 33 replacements in file srcUser/ModUserLightFront.f90
Finished 48 replacements in file srcUser/ModUserLogAdvection.f90
Finished 89 replacements in file srcUser/ModUserMars.f90
Finished 97 replacements in file srcUser/ModUserMarsFluids.f90
Finished 28 replacements in file srcUser/ModUserMarshak.f90
Finished 28 replacements in file srcUser/ModUserMultiGroup.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 29 replacements in file srcUser/ModUserSaturn.f90
Finished 37 replacements in file srcUser/ModUserSaturn3sp.f90
Finished 62 replacements in file srcUser/ModUserSc.f90
Finished 91 replacements in file srcUser/ModUserScHeat.f90
Finished 77 replacements in file srcUser/ModUserScWaves.f90
Finished 11 replacements in file srcUser/ModUserStretchedDipole.f90
Finished 20 replacements in file srcUser/ModUserSwIono.f90
Finished 87 replacements in file srcUser/ModUserTitan.f90
Finished 91 replacements in file srcUser/ModUserTitanPe.f90
Finished 28 replacements in file srcUser/ModUserTorus.f90
Finished 95 replacements in file srcUser/ModUserVenus.f90
Finished 89 replacements in file srcUser/ModUserVenusFluids.f90
Finished 19 replacements in file srcUser/ModUserWaveReflection.f90
Finished 42 replacements in file srcUser/ModUserWaves.f90
Finished 6 replacements in file srcEquation/ModEquationCrash.f90
Finished 6 replacements in file srcEquation/ModEquationHd.f90
Finished 6 replacements in file srcEquation/ModEquationHdCrash.f90
Finished 6 replacements in file srcEquation/ModEquationHdEos.f90
Finished 6 replacements in file srcEquation/ModEquationHdEosRad.f90
Finished 6 replacements in file srcEquation/ModEquationHdRadCrash.f90
Finished 8 replacements in file srcEquation/ModEquationMhd.f90
Finished 8 replacements in file srcEquation/ModEquationMhdAnisoP.f90
Finished 8 replacements in file srcEquation/ModEquationMhdAnisoPiPe.f90
Finished 8 replacements in file srcEquation/ModEquationMhdComet.f90
Finished 8 replacements in file srcEquation/ModEquationMhdCorona.f90
Finished 5 replacements in file srcEquation/ModEquationMhdCrash.f90
Finished 5 replacements in file srcEquation/ModEquationMhdEosRad.f90
Finished 7 replacements in file srcEquation/ModEquationMhdHd.f90
Finished 8 replacements in file srcEquation/ModEquationMhdHyp.f90
Finished 8 replacements in file srcEquation/ModEquationMhdHypPe.f90
Finished 4 replacements in file srcEquation/ModEquationMhdIons.f90
Finished 4 replacements in file srcEquation/ModEquationMhdIonsPe.f90
Finished 8 replacements in file srcEquation/ModEquationMhdMars.f90
Finished 4 replacements in file srcEquation/ModEquationMhdMarsFluids.f90
Finished 4 replacements in file srcEquation/ModEquationMhdMarsFluidsPe.f90
Finished 4 replacements in file srcEquation/ModEquationMhdMarsFluidsSW.f90
Finished 8 replacements in file srcEquation/ModEquationMhdNonCons.f90
Finished 8 replacements in file srcEquation/ModEquationMhdPe.f90
Finished 8 replacements in file srcEquation/ModEquationMhdPw.f90
Finished 8 replacements in file srcEquation/ModEquationMhdSaturn3sp.f90
Finished 8 replacements in file srcEquation/ModEquationMhdSwIono.f90
Finished 8 replacements in file srcEquation/ModEquationMhdTitan.f90
Finished 8 replacements in file srcEquation/ModEquationMhdTitanPe.f90
Finished 8 replacements in file srcEquation/ModEquationMhdWaves.f90
Finished 5 replacements in file srcEquation/ModEquationMhdWavesAnisoPiPe.f90
Finished 5 replacements in file srcEquation/ModEquationMhdWavesPe.f90
Finished 4 replacements in file srcEquation/ModEquationMultiIon.f90
Finished 4 replacements in file srcEquation/ModEquationMultiSwIono.f90
Finished 7 replacements in file srcEquation/ModEquationOuterHelio.f90
Finished 14 replacements in file srcInterface/ModBuffer.f90
Finished 13 replacements in file srcInterface/ModDensityAndGradient.f90
Finished 13 replacements in file srcInterface/ModGridDescriptor.f90
Finished 10 replacements in file srcInterface/ModRadioWaveImage.f90
Finished 9 replacements in file srcInterface/ModRadioWaveRaytracing.f90
Finished 5 replacements in file srcInterface/SC_get_for_mh.f90
Finished 6 replacements in file srcInterface/SC_get_for_mh_with_xyz.f90
Finished 7 replacements in file srcInterface/SC_get_for_sp.f90
Finished 4 replacements in file srcInterface/SC_put_from_mh.f90
No variables to rename in file srcInterface/SC_set_buffer_grid.f90
Finished 29 replacements in file srcInterface/SC_wrapper.f90
Finished 17 replacements in file srcInterface/update_lagrangian_grid.f90
Finished  7947 replacement(s) in 225 file(s)
touch SC/BATSRUS/srcInterface/Makefile.DEPEND
cd SC/BATSRUS; \
	perl -i -pe 's/GM/SC/' Config.pl; \
	./Config.pl -install=c -u=Sc -e=MhdCorona
Reinstalling BATSRUS as SC component
./Config.pl -g=SC:4,4,4,3000,1,IH:8,8,8,400,1
Writing new grid size 8,8,8,400,1 into src/ModSize.f90 and srcBATL/BATL_size.f90...
Writing new grid size 4,4,4,3000,1 into src/ModSize.f90 and srcBATL/BATL_size.f90...
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/libDEMT.a
make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libDEMT.a' is up to date.

/xhome/gtoth/Tmp/SWMF/lib/libDEMT.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 srcBATL; make LIB
WARNING in depend.pl: source file not found, skipping main.o !!!
WARNING in depend.pl: source file not found, skipping advect_main.o !!!
make libBATL.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_size.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_mpi.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_tree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_cell.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_face.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_node.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_lib.f90
Note: On some machines, -ieee=full may be needed for best performance
rm -f libBATL.a
ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_lib.o BATL_mpi.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_size.o BATL_tree.o
ar: creating archive libBATL.a

libBATL.a has been brought up to date.

cd src; make LIB
make libBATSRUS.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSize.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSingleFluid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModExtraVariables.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEquation.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModParallel.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMain.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModB0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIO.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModProcMH.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdvance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCube.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAMR.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCovariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGeometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiFluid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPhysics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdjoint.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceValue.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModWaves.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEnergy.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBatlInterface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBlockData.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBoundaryCells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModConserveFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIonoVelocity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUserEmpty.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUser.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPointImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiIon.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCharacteristic.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCurrent.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModExpansionFactors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceGradient.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHallResist.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMessagePass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadDiffusion.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCoronalHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadiativeCooling.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHeatConduction.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModResistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGroundMagPerturb.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGmGeoindices.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModLaserHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModNodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModOctree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPartSteady.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPolarNeighbor.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCT.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRestartFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRaytrace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSatelliteFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSolarwind.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModTimeStepControl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHdf5.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModImplHypre.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModProject.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 BATS_methods.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 MH_set_parameters.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 advect_points.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 allocate_vars.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_gradients.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_sources.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_timestep.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 coarsen_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 covariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 create_soln_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 exchange_messages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 explicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 find_neighbors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 fix_axis_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 library.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 load_balance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_faces.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_nodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 number_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 octree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 potential_force_averages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 refine_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 rotate.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_b0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_block_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_ICs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_outer_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 specify_refinement.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states_MHD.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_logfile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_common.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_idl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_tec.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O2 write_plot_los.f90
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_sph.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_radiowave.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_progress.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 constrain_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95  -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace_new.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_pass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 get_im_pressure.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 project_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_cg.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_bicgstab.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_resistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 clean_divb.f90
Note: On some machines, -ieee=full may be needed for best performance
cp -f ../srcBATL/libBATL.a libBATSRUS.a
ar -rs libBATSRUS.a ModAdvance.o ModAMR.o ModB0.o ModBatlInterface.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 ModGmGeoindices.o ModHallResist.o ModIO.o ModLaserHeating.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 ModTimeStepControl.o ModUserEmpty.o ModUser.o ModWaves.o ModHdf5.o ModCoronalHeating.o ModRadiativeCooling.o  ModCT.o       	ModImplicit.o ModImplHypre.o ModRadDiffusion.o ModHeatConduction.o 	ModRaytrace.o  ModProject.o   ModAdjoint.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  set_resistivity.o ModResistivity.o  clean_divb.o                          
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 srcInterface; 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/Coupler/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -I../src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -c -w  -r8 -O4 ModGridDescriptor.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -c -w  -r8 -O4 ModBuffer.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -c -w  -r8 -O4 update_lagrangian_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -c -w  -r8 -O4 ModDensityAndGradient.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -c -w  -r8 -O4 ModRadioWaveRaytracing.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -c -w  -r8 -O4 ModRadioWaveImage.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -c -w  -r8 -O4 IH_set_buffer_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -c -w  -r8 -O4 IH_get_for_gm.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -c -w  -r8 -O4 IH_get_for_mh.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -c -w  -r8 -O4 IH_get_for_mh_with_xyz.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -c -w  -r8 -O4 IH_get_for_sp.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -c -w  -r8 -O4 IH_put_from_mh.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -c -w  -r8 -O4 IH_wrapper.f90
Note: On some machines, -ieee=full may be needed for best performance
cp -f ../src/libBATSRUS.a  /xhome/gtoth/Tmp/SWMF/lib/libIH.a
ar -rs /xhome/gtoth/Tmp/SWMF/lib/libIH.a ModGridDescriptor.o ModBuffer.o update_lagrangian_grid.o ModRadioWaveImage.o ModRadioWaveRaytracing.o ModDensityAndGradient.o IH_set_buffer_grid.o IH_get_for_gm.o IH_get_for_mh.o IH_get_for_mh_with_xyz.o IH_get_for_sp.o IH_put_from_mh.o IH_wrapper.o
ranlib: file: /xhome/gtoth/Tmp/SWMF/lib/libIH.a(ModExtraVariables.o) has no symbols
ranlib: file: /xhome/gtoth/Tmp/SWMF/lib/libIH.a(ModSize.o) has no symbols

/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
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
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
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
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 /xhome/gtoth/Tmp/SWMF/lib/libPW.a
rm -f /xhome/gtoth/Tmp/SWMF/lib/libPW.a
ar -rs /xhome/gtoth/Tmp/SWMF/lib/libPW.a PW_wrapper.o
ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libPW.a

/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
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/libLC.a
rm -f /xhome/gtoth/Tmp/SWMF/lib/libLC.a
ar -rs /xhome/gtoth/Tmp/SWMF/lib/libLC.a LC_wrapper.o
ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libLC.a

/xhome/gtoth/Tmp/SWMF/lib/libLC.a has been brought up to date.

cd srcBATL; make LIB
WARNING in depend.pl: source file not found, skipping main.o !!!
WARNING in depend.pl: source file not found, skipping advect_main.o !!!
make libBATL.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_size.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_mpi.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_tree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_cell.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_face.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_node.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_lib.f90
Note: On some machines, -ieee=full may be needed for best performance
rm -f libBATL.a
ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_lib.o BATL_mpi.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_size.o BATL_tree.o
ar: creating archive libBATL.a

libBATL.a has been brought up to date.

cd src; make LIB
make libBATSRUS.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSize.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSingleFluid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModExtraVariables.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEquation.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModParallel.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMain.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModB0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIO.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModProcMH.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdvance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCube.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAMR.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCovariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGeometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiFluid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPhysics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdjoint.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceValue.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModWaves.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEnergy.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBatlInterface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBlockData.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBoundaryCells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModConserveFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIonoVelocity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUserEmpty.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModExpansionFactors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUser.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPointImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiIon.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCharacteristic.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCurrent.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceGradient.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHallResist.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMessagePass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadDiffusion.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCoronalHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadiativeCooling.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHeatConduction.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModResistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGroundMagPerturb.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGmGeoindices.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModLaserHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModNodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModOctree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPartSteady.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPolarNeighbor.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCT.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRestartFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRaytrace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSatelliteFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSolarwind.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModTimeStepControl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHdf5.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModImplHypre.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModProject.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 BATS_methods.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 MH_set_parameters.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 advect_points.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 allocate_vars.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_gradients.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_sources.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_timestep.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 coarsen_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 covariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 create_soln_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 exchange_messages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 explicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 find_neighbors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 fix_axis_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 library.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 load_balance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_faces.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_nodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 number_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 octree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 potential_force_averages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 refine_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 rotate.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_b0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_block_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_ICs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_outer_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 specify_refinement.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states_MHD.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_logfile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_common.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_idl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_tec.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O2 write_plot_los.f90
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_sph.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_radiowave.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_progress.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 constrain_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95  -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace_new.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_pass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 get_im_pressure.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 project_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_cg.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_bicgstab.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_resistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 clean_divb.f90
Note: On some machines, -ieee=full may be needed for best performance
cp -f ../srcBATL/libBATL.a libBATSRUS.a
ar -rs libBATSRUS.a ModAdvance.o ModAMR.o ModB0.o ModBatlInterface.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 ModGmGeoindices.o ModHallResist.o ModIO.o ModLaserHeating.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 ModTimeStepControl.o ModUserEmpty.o ModUser.o ModWaves.o ModHdf5.o ModCoronalHeating.o ModRadiativeCooling.o  ModCT.o       	ModImplicit.o ModImplHypre.o ModRadDiffusion.o ModHeatConduction.o 	ModRaytrace.o  ModProject.o   ModAdjoint.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  set_resistivity.o ModResistivity.o  clean_divb.o                          
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 srcInterface; 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/Coupler/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I../src -I../srcBATL -c -w  -r8 -O4 ModBuffer.f90
Note: On some machines, -ieee=full may be needed for best performance
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/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I../src -I../srcBATL -c -w  -r8 -O4 ModGridDescriptor.f90
Note: On some machines, -ieee=full may be needed for best performance
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/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I../src -I../srcBATL -c -w  -r8 -O4 SC_get_for_mh.f90
Note: On some machines, -ieee=full may be needed for best performance
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/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I../src -I../srcBATL -c -w  -r8 -O4 SC_get_for_mh_with_xyz.f90
Note: On some machines, -ieee=full may be needed for best performance
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/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I../src -I../srcBATL -c -w  -r8 -O4 SC_get_for_sp.f90
Note: On some machines, -ieee=full may be needed for best performance
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/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I../src -I../srcBATL -c -w  -r8 -O4 SC_put_from_mh.f90
Note: On some machines, -ieee=full may be needed for best performance
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/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I../src -I../srcBATL -c -w  -r8 -O4 SC_wrapper.f90
Note: On some machines, -ieee=full may be needed for best performance
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/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I../src -I../srcBATL -c -w  -r8 -O4 update_lagrangian_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
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/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I../src -I../srcBATL -c -w  -r8 -O4 ModDensityAndGradient.f90
Note: On some machines, -ieee=full may be needed for best performance
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/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I../src -I../srcBATL -c -w  -r8 -O4 ModRadioWaveRaytracing.f90
Note: On some machines, -ieee=full may be needed for best performance
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/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I../src -I../srcBATL -c -w  -r8 -O4 ModRadioWaveImage.f90
Note: On some machines, -ieee=full may be needed for best performance
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/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I../src -I../srcBATL -c -w  -r8 -O4 SC_set_buffer_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
cp -f ../src/libBATSRUS.a  /xhome/gtoth/Tmp/SWMF/lib/libSC.a
ar -rs /xhome/gtoth/Tmp/SWMF/lib/libSC.a ModBuffer.o ModGridDescriptor.o SC_get_for_mh.o SC_get_for_mh_with_xyz.o SC_get_for_sp.o SC_put_from_mh.o SC_wrapper.o update_lagrangian_grid.o ModDensityAndGradient.o ModRadioWaveImage.o ModRadioWaveRaytracing.o SC_set_buffer_grid.o
ranlib: file: /xhome/gtoth/Tmp/SWMF/lib/libSC.a(ModExtraVariables.o) has no symbols
ranlib: file: /xhome/gtoth/Tmp/SWMF/lib/libSC.a(ModSize.o) has no symbols

/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
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
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
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_sc.o        CON_couple_mh_sp.o        CON_couple_gm_rb.o	 CON_couple_ie_pw.o	 CON_couple_gm_pw.o       CON_couple_ie_ps.o	 CON_couple_ie_rb.o	 CON_couple_ih_oh.o        CON_couple_lc_sc.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
make[5]: `/xhome/gtoth/Tmp/SWMF/lib/libCONTROL.a' is up to date.

/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_DEMT;        cd Tmp_DEMT;        ar -x /xhome/gtoth/Tmp/SWMF/lib/libDEMT.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_LIBLC;       cd Tmp_LIBLC;     ar -x /xhome/gtoth/Tmp/SWMF/lib/libLC.a        #^CMP IF LC
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
make[5]: `swmf.o' is up to date.
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
make[6]: `/xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe' is up to date.
 
Program PostIDL has been brought up to date.
 
 
cd GM/BATSRUS; make EARTH_TRAJ
cd srcPostProc; make EARTH_TRAJ
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 CON_geopack_internal.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 ModUT.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 earth_traj.f90
Note: On some machines, -ieee=full may be needed for best performance
mpif90 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -o /xhome/gtoth/Tmp/SWMF/bin/EARTH_TRAJ.exe earth_traj.o \
	CON_geopack_internal.o ModUT.o /xhome/gtoth/Tmp/SWMF/share/Library/src/ModNumConst.o /xhome/gtoth/Tmp/SWMF/share/Library/src/ModTimeConvert.o /xhome/gtoth/Tmp/SWMF/share/Library/src/ModConst.o -r8 
 
Program EARTH_TRAJ has been brought up to date.
 
 
make test2_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/BATSRUS; make rundir                 #^CMP IF IH
mkdir /xhome/gtoth/Tmp/SWMF/run_test/IH
cd /xhome/gtoth/Tmp/SWMF/run_test/IH; \
	mkdir restartIN restartOUT IO2; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe .; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostSPH.exe .; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/EARTH_TRAJ.exe .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/IDL/pIDL .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/TEC/pTEC .; \
	ln -s /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Param/HELIOSPHERE Param
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/LC/Empty; make rundir                 #^CMP IF LC
No run/LC for LC Empty
cd /xhome/gtoth/Tmp/SWMF/OH/Empty; make rundir                 #^CMP IF OH
No run/OH for OH 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/Empty; make rundir                 #^CMP IF PW
No run/PW for PW Empty
cd /xhome/gtoth/Tmp/SWMF/RB/Empty; make rundir                 #^CMP IF RB
No run/RB for RB Empty
cd /xhome/gtoth/Tmp/SWMF/SC/BATSRUS; make rundir                 #^CMP IF SC
mkdir /xhome/gtoth/Tmp/SWMF/run_test/SC
cd /xhome/gtoth/Tmp/SWMF/run_test/SC; \
	mkdir restartIN restartOUT IO2; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe .; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostSPH.exe .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/IDL/pIDL .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/TEC/pTEC .; \
	ln -s /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Param/CORONA Param
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.SCIH /xhome/gtoth/Tmp/SWMF/run_test/PARAM.in
cp Param/LAYOUT.in.test.SCIH /xhome/gtoth/Tmp/SWMF/run_test/LAYOUT.in
cd /xhome/gtoth/Tmp/SWMF/run_test/IH; cp Param/EARTH_TRAJ.in .; \
	/xhome/gtoth/Tmp/SWMF/bin/EARTH_TRAJ.exe > earth_traj.dat
make test2_run
cd /xhome/gtoth/Tmp/SWMF/run_test; mpirun -np 2 ./SWMF.exe > runlog
cd /xhome/gtoth/Tmp/SWMF/run_test; ./PostProc.pl -M RESULTS
PostProc.pl: mv IH/IO2 RESULTS/IH with 5 files
PostProc.pl: mv SC/IO2 RESULTS/SC with 4 files
WARNING in PostProc.pl: no files were found in STDOUT
PostProc.pl: cp PARAM.in RESULTS/
PostProc.pl: mv runlog RESULTS/
PostProc.pl: Restart.pl -o RESULTS/RESTART
ERROR in Restart.pl: could not find restart file RESTART.out!
make test2_check
(/xhome/gtoth/Tmp/SWMF/share/Scripts/DiffNum.pl -b -r=1e-5 \
	/xhome/gtoth/Tmp/SWMF/run_test/RESULTS/SC/log_n000001.log \
	output/test2/SC_log_n000001.log \
	> test2_sc.diff)
(/xhome/gtoth/Tmp/SWMF/share/Scripts/DiffNum.pl -b -r=1e-5 \
	/xhome/gtoth/Tmp/SWMF/run_test/RESULTS/IH/log_n000001.log \
	output/test2/IH_log_n000001.log \
	> test2_ih.diff)
(/xhome/gtoth/Tmp/SWMF/share/Scripts/DiffNum.pl -b -r=1e-5 \
	/xhome/gtoth/Tmp/SWMF/run_test/RESULTS/IH/sat_earth_traj_n000000.sat \
	output/test2/IH_sat_earth_traj_n000000.sat \
	>> test2_ih.diff)
ls -l test2*.diff
-rw-r--r--  1 gtoth  hpcc  0 10 Aug 02:07 test2_ih.diff
-rw-r--r--  1 gtoth  hpcc  0 10 Aug 02:07 test2_sc.diff
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/libDEMT.a
make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libDEMT.a' is up to date.

/xhome/gtoth/Tmp/SWMF/lib/libDEMT.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 srcBATL; make LIB
make libBATL.a
make[7]: `libBATL.a' is up to date.

libBATL.a has been brought up to date.

cd src; make LIB
make libBATSRUS.a
cp -f ../srcBATL/libBATL.a libBATSRUS.a
ar -rs libBATSRUS.a ModAdvance.o ModAMR.o ModB0.o ModBatlInterface.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 ModGmGeoindices.o ModHallResist.o ModIO.o ModLaserHeating.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 ModTimeStepControl.o ModUserEmpty.o ModUser.o ModWaves.o ModHdf5.o ModCoronalHeating.o ModRadiativeCooling.o  ModCT.o       	ModImplicit.o ModImplHypre.o ModRadDiffusion.o ModHeatConduction.o 	ModRaytrace.o  ModProject.o   ModAdjoint.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  set_resistivity.o ModResistivity.o  clean_divb.o                          
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 srcInterface; make LIB
make /xhome/gtoth/Tmp/SWMF/lib/libGM.a
cp -f ../src/libBATSRUS.a  /xhome/gtoth/Tmp/SWMF/lib/libGM.a
ar -rs /xhome/gtoth/Tmp/SWMF/lib/libGM.a ModGridDescriptor.o ModBuffer.o GM_put_from_ih_buffer.o GM_wrapper.o update_lagrangian_grid.o ModDensityAndGradient.o ModRadioWaveImage.o ModRadioWaveRaytracing.o GM_put_from_ih.o ModGmImCoupling.o   GM_get_for_im.o GM_put_from_im.o ModGmRbCoupling.o   GM_get_for_rb.o GM_get_for_ie.o GM_put_from_ie.o ModIeGrid.o GM_get_for_pw.o GM_put_from_pw.o ModPwGrid.o
ranlib: file: /xhome/gtoth/Tmp/SWMF/lib/libGM.a(ModExtraVariables.o) has no symbols
ranlib: file: /xhome/gtoth/Tmp/SWMF/lib/libGM.a(ModSize.o) has no symbols

/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 ModSize.o IE_ModMain.o IE_ModIo.o ModIonosphere.o ModProcIE.o ModIE_Interface.o ModFiles.o ModConductance.o ModIonoMagPerturb.o ModIeGeoindices.o IE_solve.o IE_wrapper.o IE_Initialize.o IE_Library.o IE_gather.o iono_conductances.o iono_currents.o iono_joule.o iono_solver.o Create_Region2_Currents.o ionosphere.o
ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libIE.a
ranlib: file: /xhome/gtoth/Tmp/SWMF/lib/libIE.a(ModSize.o) has no symbols

/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
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
Makefile:78: warning: overriding commands for target `.f90.o'
/xhome/gtoth/Tmp/SWMF/Makefile.conf:65: warning: ignoring old commands for target `.f90.o'
Makefile:81: warning: overriding commands for target `.f.o'
/xhome/gtoth/Tmp/SWMF/Makefile.conf:73: warning: ignoring old commands for target `.f.o'
cd claw; make lib
Makefile:36: warning: overriding commands for target `.f.o'
/xhome/gtoth/Tmp/SWMF/Makefile.conf:73: warning: ignoring old commands for target `.f.o'
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -save -r8 qinit.f
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -save -r8 rpn2ad1.f
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -save -r8 rpt2ad1.f
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -save -r8 b4step2.f
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -save -r8 setaux.f
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -save -r8 psi.f
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -save -r8 claw2ez.f
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -save -r8 bc2.f
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -save -r8 claw2.f
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -save -r8 step2.f
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -save -r8 step2ds.f
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -save -r8 dimsp2.f
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -save -r8 flux2.f
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -save -r8 copyq2.f
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -save -r8 limiter.f
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -save -r8 philim.f
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -save -r8 src2.f
make /xhome/gtoth/Tmp/SWMF/lib/libIM.a
Makefile:78: warning: overriding commands for target `.f90.o'
/xhome/gtoth/Tmp/SWMF/Makefile.conf:65: warning: ignoring old commands for target `.f90.o'
Makefile:81: warning: overriding commands for target `.f.o'
/xhome/gtoth/Tmp/SWMF/Makefile.conf:73: warning: ignoring old commands for target `.f.o'
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  -save -r8 ModProcIM.f90
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  -save -r8 rcm_variables.f90
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  -save -r8 rcm_io.f90
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  -save -r8 rcm_routines.f90
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  -save -r8 rcm_comput.f90
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  -save -r8 gmresm.f90
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  -save -r8 rcm_efield.f90
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  -save -r8 impl_bicgstab.f90
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  -save -r8 gamma.f
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  -save -r8 RCM_advec.f90
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  -save -r8 IM_wrapper.f90
rm -f /xhome/gtoth/Tmp/SWMF/lib/libIM.a
ar -rs /xhome/gtoth/Tmp/SWMF/lib/libIM.a claw/qinit.o claw/rpn2ad1.o claw/rpt2ad1.o claw/b4step2.o claw/setaux.o claw/psi.o claw/claw2ez.o claw/bc2.o claw/claw2.o claw/step2.o claw/step2ds.o claw/dimsp2.o claw/flux2.o claw/copyq2.o claw/limiter.o claw/philim.o claw/src2.o  ModProcIM.o rcm_variables.o rcm_io.o rcm_routines.o rcm_comput.o gmresm.o rcm_efield.o impl_bicgstab.o gamma.o RCM_advec.o 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
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
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
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 /xhome/gtoth/Tmp/SWMF/lib/libPW.a
rm -f /xhome/gtoth/Tmp/SWMF/lib/libPW.a
ar -rs /xhome/gtoth/Tmp/SWMF/lib/libPW.a PW_wrapper.o
ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libPW.a

/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
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/libLC.a
rm -f /xhome/gtoth/Tmp/SWMF/lib/libLC.a
ar -rs /xhome/gtoth/Tmp/SWMF/lib/libLC.a LC_wrapper.o
ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libLC.a

/xhome/gtoth/Tmp/SWMF/lib/libLC.a has been brought up to date.

cd src; make LIB
make /xhome/gtoth/Tmp/SWMF/lib/libSC.a
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
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
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
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_sc.o        CON_couple_mh_sp.o        CON_couple_gm_rb.o	 CON_couple_ie_pw.o	 CON_couple_gm_pw.o       CON_couple_ie_ps.o	 CON_couple_ie_rb.o	 CON_couple_ih_oh.o        CON_couple_lc_sc.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
make[5]: `/xhome/gtoth/Tmp/SWMF/lib/libCONTROL.a' is up to date.

/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_DEMT;        cd Tmp_DEMT;        ar -x /xhome/gtoth/Tmp/SWMF/lib/libDEMT.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_LIBLC;       cd Tmp_LIBLC;     ar -x /xhome/gtoth/Tmp/SWMF/lib/libLC.a        #^CMP IF LC
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
make[5]: `swmf.o' is up to date.
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
make[6]: `/xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe' is up to date.
 
Program PostIDL has been brought up to date.
 
 
make test3_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/BATSRUS; make rundir                 #^CMP IF GM
mkdir -p /xhome/gtoth/Tmp/SWMF/run_test/GM
cd /xhome/gtoth/Tmp/SWMF/run_test/GM; \
	mkdir restartIN restartOUT IO2; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe .; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostSPH.exe .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/IDL/pIDL .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/TEC/pTEC .; \
	ln -s /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Param .
cd /xhome/gtoth/Tmp/SWMF/IE/Ridley_serial; make rundir                 #^CMP IF IE
mkdir -p /xhome/gtoth/Tmp/SWMF/run_test/IE/ionosphere
cd /xhome/gtoth/Tmp/SWMF/run_test/IE; cp /xhome/gtoth/Tmp/SWMF/IE/Ridley_serial/Scripts/pION .
cd /xhome/gtoth/Tmp/SWMF/run_test/IE; ln -s /xhome/gtoth/Tmp/SWMF/bin/PostIONO.exe .
cd /xhome/gtoth/Tmp/SWMF/IH/Empty; make rundir                 #^CMP IF IH
No run/IH for IH Empty
cd /xhome/gtoth/Tmp/SWMF/IM/RCM2; make rundir                 #^CMP IF IM
mkdir /xhome/gtoth/Tmp/SWMF/run_test/IM
cd /xhome/gtoth/Tmp/SWMF/run_test/IM; mkdir restartIN restartOUT input plots
cd /xhome/gtoth/Tmp/SWMF/IM/RCM2/input; cp rcm* *.dat dktable /xhome/gtoth/Tmp/SWMF/run_test/IM/
cd /xhome/gtoth/Tmp/SWMF/run_test/IM; \
	mv rcmpcp_inp rcmkp_inp input/; rm -f *_inp*; \
	mv dktable trf.dat elecoef.dat rcmcond rcmcrd* rcmlas1 input/;\
	touch rcm.printout rcm.index
cp /xhome/gtoth/Tmp/SWMF/share/Scripts/Preplot.pl /xhome/gtoth/Tmp/SWMF/run_test/IM/
cd /xhome/gtoth/Tmp/SWMF/LA/Empty; make rundir                 #^CMP IF LA
No run/LA for LA Empty
cd /xhome/gtoth/Tmp/SWMF/LC/Empty; make rundir                 #^CMP IF LC
No run/LC for LC Empty
cd /xhome/gtoth/Tmp/SWMF/OH/Empty; make rundir                 #^CMP IF OH
No run/OH for OH 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/Empty; make rundir                 #^CMP IF PW
No run/PW for PW Empty
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.GMIEIM /xhome/gtoth/Tmp/SWMF/run_test/PARAM.in
cp Param/LAYOUT.in.test.GMIEIM /xhome/gtoth/Tmp/SWMF/run_test/LAYOUT.in
make test3_run
cd /xhome/gtoth/Tmp/SWMF/run_test; mpirun -np 2 ./SWMF.exe > runlog
cd /xhome/gtoth/Tmp/SWMF/run_test; ./Restart.pl
# Restart.pl has checked output restart file and directories.
# Restart.pl has created restart tree RESTART_t010.00s/.
# Restart.pl has checked  input restart file and directories.
# Restart.pl has linked  restart tree RESTART_t010.00s/.
make test3_restart
cd /xhome/gtoth/Tmp/SWMF/run_test; cp Param/PARAM.in.test.restart.GMIEIM PARAM.in
cd /xhome/gtoth/Tmp/SWMF/run_test; mpirun -np 2 ./SWMF.exe > runlog_restart
cd /xhome/gtoth/Tmp/SWMF/run_test/IM/plots/; cp 2d__max_t00000020.dat t20.txt
cd /xhome/gtoth/Tmp/SWMF/run_test; ./PostProc.pl -M -cat RESULTS; \
	mv runlog_restart RESULTS
PostProc.pl: mv GM/IO2 RESULTS/GM with 6 files
PostProc.pl: mv IE/ionosphere RESULTS/IE with 11 files
PostProc.pl: mv IM/plots RESULTS/IM with 12 files
WARNING in PostProc.pl: no files were found in STDOUT
PostProc.pl: cp PARAM.in RESULTS/
PostProc.pl: mv runlog RESULTS/
PostProc.pl: Restart.pl -o RESULTS/RESTART
make test3_check
gunzip -c output/test3/IM_2d__max_t00000020.dat.gz \
> /xhome/gtoth/Tmp/SWMF/run_test/RESULTS/IM/t20.dat
cd /xhome/gtoth/Tmp/SWMF/run_test/RESULTS/IM; \
	perl -pi -e 's/AUXDATA SAVEDATE=.*//' t20.dat t20.txt
ERROR in DiffNum.pl
make[2]: [test3_check] Error 255 (ignored)
ls -l test3*.diff
-rw-r--r--  1 gtoth  hpcc      0 10 Aug 02:14 test3_gm.diff
-rw-r--r--  1 gtoth  hpcc      0 10 Aug 02:14 test3_ie.diff
-rw-r--r--  1 gtoth  hpcc  16421 10 Aug 02:15 test3_im_rcm.diff
make test4_compile
./Config.pl -v=Empty,GM/BATSRUS,IE/Ridley_serial,IM/HEIDI
Modifying versions in Makefile.def
./Config.pl -g=GM:8,8,8,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/libDEMT.a
make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libDEMT.a' is up to date.

/xhome/gtoth/Tmp/SWMF/lib/libDEMT.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 srcBATL; make LIB
make libBATL.a
make[7]: `libBATL.a' is up to date.

libBATL.a has been brought up to date.

cd src; make LIB
make libBATSRUS.a
cp -f ../srcBATL/libBATL.a libBATSRUS.a
ar -rs libBATSRUS.a ModAdvance.o ModAMR.o ModB0.o ModBatlInterface.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 ModGmGeoindices.o ModHallResist.o ModIO.o ModLaserHeating.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 ModTimeStepControl.o ModUserEmpty.o ModUser.o ModWaves.o ModHdf5.o ModCoronalHeating.o ModRadiativeCooling.o  ModCT.o       	ModImplicit.o ModImplHypre.o ModRadDiffusion.o ModHeatConduction.o 	ModRaytrace.o  ModProject.o   ModAdjoint.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  set_resistivity.o ModResistivity.o  clean_divb.o                          
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 srcInterface; make LIB
make /xhome/gtoth/Tmp/SWMF/lib/libGM.a
cp -f ../src/libBATSRUS.a  /xhome/gtoth/Tmp/SWMF/lib/libGM.a
ar -rs /xhome/gtoth/Tmp/SWMF/lib/libGM.a ModGridDescriptor.o ModBuffer.o GM_put_from_ih_buffer.o GM_wrapper.o update_lagrangian_grid.o ModDensityAndGradient.o ModRadioWaveImage.o ModRadioWaveRaytracing.o GM_put_from_ih.o ModGmImCoupling.o   GM_get_for_im.o GM_put_from_im.o ModGmRbCoupling.o   GM_get_for_rb.o GM_get_for_ie.o GM_put_from_ie.o ModIeGrid.o GM_get_for_pw.o GM_put_from_pw.o ModPwGrid.o
ranlib: file: /xhome/gtoth/Tmp/SWMF/lib/libGM.a(ModExtraVariables.o) has no symbols
ranlib: file: /xhome/gtoth/Tmp/SWMF/lib/libGM.a(ModSize.o) has no symbols

/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 ModSize.o IE_ModMain.o IE_ModIo.o ModIonosphere.o ModProcIE.o ModIE_Interface.o ModFiles.o ModConductance.o ModIonoMagPerturb.o ModIeGeoindices.o IE_solve.o IE_wrapper.o IE_Initialize.o IE_Library.o IE_gather.o iono_conductances.o iono_currents.o iono_joule.o iono_solver.o Create_Region2_Currents.o ionosphere.o
ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libIE.a
ranlib: file: /xhome/gtoth/Tmp/SWMF/lib/libIE.a(ModSize.o) has no symbols

/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
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.

touch src/Makefile.DEPEND src/Makefile.RULES srcInterface/Makefile.DEPEND
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.

make /xhome/gtoth/Tmp/SWMF/lib/libNOMPI.a
make[7]: `/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[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.

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[7]: `/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 libHEIDI.a
rm -f libHEIDI.a
ar -rs libHEIDI.a 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 ModHeidiBACoefficients.o ModHeidiAsymStretchedB.o heidi_emudt.o heidi_integrals.o heidi_setup.o heidi_icbc.o heidi_coefficients.o heidi_operators.o heidi_currents.o heidi_output.o heidi_waves.o recipes.o pbo.o wgrdar.o get_potential.o heidi_check.o heidi_init.o heidi_run.o read_ring_current.o write_ring_current.o epencalc.o iono_init.o HModel.o 
ar: creating archive libHEIDI.a

libHEIDI.a has been brought up to date.

make /xhome/gtoth/Tmp/SWMF/lib/libIM.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/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcIE -I../src -c -w  -r8 -O4 IM_wrapper.f90
Note: On some machines, -ieee=full may be needed for best performance
cp -f ../src/libHEIDI.a  /xhome/gtoth/Tmp/SWMF/lib/libIM.a
ar -rs /xhome/gtoth/Tmp/SWMF/lib/libIM.a IM_wrapper.o

/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
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
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
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 /xhome/gtoth/Tmp/SWMF/lib/libPW.a
rm -f /xhome/gtoth/Tmp/SWMF/lib/libPW.a
ar -rs /xhome/gtoth/Tmp/SWMF/lib/libPW.a PW_wrapper.o
ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libPW.a

/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
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/libLC.a
rm -f /xhome/gtoth/Tmp/SWMF/lib/libLC.a
ar -rs /xhome/gtoth/Tmp/SWMF/lib/libLC.a LC_wrapper.o
ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libLC.a

/xhome/gtoth/Tmp/SWMF/lib/libLC.a has been brought up to date.

cd src; make LIB
make /xhome/gtoth/Tmp/SWMF/lib/libSC.a
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
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
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
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_sc.o        CON_couple_mh_sp.o        CON_couple_gm_rb.o	 CON_couple_ie_pw.o	 CON_couple_gm_pw.o       CON_couple_ie_ps.o	 CON_couple_ie_rb.o	 CON_couple_ih_oh.o        CON_couple_lc_sc.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
make[5]: `/xhome/gtoth/Tmp/SWMF/lib/libCONTROL.a' is up to date.

/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_DEMT;        cd Tmp_DEMT;        ar -x /xhome/gtoth/Tmp/SWMF/lib/libDEMT.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_LIBLC;       cd Tmp_LIBLC;     ar -x /xhome/gtoth/Tmp/SWMF/lib/libLC.a        #^CMP IF LC
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
make[5]: `swmf.o' is up to date.
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
make[6]: `/xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe' is up to date.
 
Program PostIDL has been brought up to date.
 
 
make test4_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/BATSRUS; make rundir                 #^CMP IF GM
mkdir -p /xhome/gtoth/Tmp/SWMF/run_test/GM
cd /xhome/gtoth/Tmp/SWMF/run_test/GM; \
	mkdir restartIN restartOUT IO2; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe .; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostSPH.exe .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/IDL/pIDL .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/TEC/pTEC .; \
	ln -s /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Param .
cd /xhome/gtoth/Tmp/SWMF/IE/Ridley_serial; make rundir                 #^CMP IF IE
mkdir -p /xhome/gtoth/Tmp/SWMF/run_test/IE/ionosphere
cd /xhome/gtoth/Tmp/SWMF/run_test/IE; cp /xhome/gtoth/Tmp/SWMF/IE/Ridley_serial/Scripts/pION .
cd /xhome/gtoth/Tmp/SWMF/run_test/IE; ln -s /xhome/gtoth/Tmp/SWMF/bin/PostIONO.exe .
cd /xhome/gtoth/Tmp/SWMF/IH/Empty; make rundir                 #^CMP IF IH
No run/IH for IH Empty
cd /xhome/gtoth/Tmp/SWMF/IM/HEIDI; make rundir                 #^CMP IF IM
mkdir -p /xhome/gtoth/Tmp/SWMF/run_test/IM
cd /xhome/gtoth/Tmp/SWMF/run_test/IM; \
	mkdir input plots restartIN restartOUT
cd /xhome/gtoth/Tmp/SWMF/run_test/IM/plots; \
	mkdir electron hydrogen helium oxygen ionosphere
cd /xhome/gtoth/Tmp/SWMF/run_test/IM/input; \
	ln -s /xhome/gtoth/Tmp/SWMF/IM/HEIDI/input/* .; cp /xhome/gtoth/Tmp/SWMF/IM/HEIDI/data/input/*.dat .
cd /xhome/gtoth/Tmp/SWMF/run_test/IM/restartIN; \
	cp /xhome/gtoth/Tmp/SWMF/IM/HEIDI/data/input/*.gz .; gunzip *.gz
cd /xhome/gtoth/Tmp/SWMF/LA/Empty; make rundir                 #^CMP IF LA
No run/LA for LA Empty
cd /xhome/gtoth/Tmp/SWMF/LC/Empty; make rundir                 #^CMP IF LC
No run/LC for LC Empty
cd /xhome/gtoth/Tmp/SWMF/OH/Empty; make rundir                 #^CMP IF OH
No run/OH for OH 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/Empty; make rundir                 #^CMP IF PW
No run/PW for PW Empty
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.GMIEHEIDI /xhome/gtoth/Tmp/SWMF/run_test/PARAM.in
cp Param/LAYOUT.in.test.GMIEHEIDI /xhome/gtoth/Tmp/SWMF/run_test/LAYOUT.in
make test4_run
cd /xhome/gtoth/Tmp/SWMF/run_test; mpirun -np 2 ./SWMF.exe > runlog
[1] MPI Abort by user Aborting program !
[1] Aborting program!
cd /xhome/gtoth/Tmp/SWMF/run_test; ./PostProc.pl -M RESULTS
PostProc.pl: mv GM/IO2 RESULTS/GM with 4 files
PostProc.pl: mv IE/ionosphere RESULTS/IE with 2 files
PostProc.pl: mv IM/plots RESULTS/IM with 5 files
WARNING in PostProc.pl: no files were found in STDOUT
PostProc.pl: cp PARAM.in RESULTS/
PostProc.pl: mv runlog RESULTS/
PostProc.pl: Restart.pl -o RESULTS/RESTART
ERROR in Restart.pl: could not find restart file RESTART.out!
make test4_check
ERROR in DiffNum.pl
make[2]: [test4_check] Error 2 (ignored)
ERROR in DiffNum.pl
make[2]: [test4_check] Error 255 (ignored)
ERROR in DiffNum.pl
make[2]: [test4_check] Error 2 (ignored)
ls -l test4*.diff
-rw-r--r--  1 gtoth  hpcc   100 10 Aug 02:17 test4_gm.diff
-rw-r--r--  1 gtoth  hpcc  1040 10 Aug 02:17 test4_ie.diff
-rw-r--r--  1 gtoth  hpcc   109 10 Aug 02:17 test4_im_heidi.diff
make test6_compile
./Config.pl -v=Empty,GM/BATSRUS,IE/Ridley_serial,IM/CRCM
Modifying versions in Makefile.def
./Config.pl -g=GM:8,8,8,400,100 -o=GM:u=Default,e=Mhd,IM:EarthHO
make 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/libDEMT.a
make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libDEMT.a' is up to date.

/xhome/gtoth/Tmp/SWMF/lib/libDEMT.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 srcBATL; make LIB
make libBATL.a
make[7]: `libBATL.a' is up to date.

libBATL.a has been brought up to date.

cd src; make LIB
make libBATSRUS.a
cp -f ../srcBATL/libBATL.a libBATSRUS.a
ar -rs libBATSRUS.a ModAdvance.o ModAMR.o ModB0.o ModBatlInterface.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 ModGmGeoindices.o ModHallResist.o ModIO.o ModLaserHeating.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 ModTimeStepControl.o ModUserEmpty.o ModUser.o ModWaves.o ModHdf5.o ModCoronalHeating.o ModRadiativeCooling.o  ModCT.o       	ModImplicit.o ModImplHypre.o ModRadDiffusion.o ModHeatConduction.o 	ModRaytrace.o  ModProject.o   ModAdjoint.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  set_resistivity.o ModResistivity.o  clean_divb.o                          
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 srcInterface; make LIB
make /xhome/gtoth/Tmp/SWMF/lib/libGM.a
cp -f ../src/libBATSRUS.a  /xhome/gtoth/Tmp/SWMF/lib/libGM.a
ar -rs /xhome/gtoth/Tmp/SWMF/lib/libGM.a ModGridDescriptor.o ModBuffer.o GM_put_from_ih_buffer.o GM_wrapper.o update_lagrangian_grid.o ModDensityAndGradient.o ModRadioWaveImage.o ModRadioWaveRaytracing.o GM_put_from_ih.o ModGmImCoupling.o   GM_get_for_im.o GM_put_from_im.o ModGmRbCoupling.o   GM_get_for_rb.o GM_get_for_ie.o GM_put_from_ie.o ModIeGrid.o GM_get_for_pw.o GM_put_from_pw.o ModPwGrid.o
ranlib: file: /xhome/gtoth/Tmp/SWMF/lib/libGM.a(ModExtraVariables.o) has no symbols
ranlib: file: /xhome/gtoth/Tmp/SWMF/lib/libGM.a(ModSize.o) has no symbols

/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 ModSize.o IE_ModMain.o IE_ModIo.o ModIonosphere.o ModProcIE.o ModIE_Interface.o ModFiles.o ModConductance.o ModIonoMagPerturb.o ModIeGeoindices.o IE_solve.o IE_wrapper.o IE_Initialize.o IE_Library.o IE_gather.o iono_conductances.o iono_currents.o iono_joule.o iono_solver.o Create_Region2_Currents.o ionosphere.o
ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libIE.a
ranlib: file: /xhome/gtoth/Tmp/SWMF/lib/libIE.a(ModSize.o) has no symbols

/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
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
Makefile:31: warning: overriding commands for target `.f.o'
/xhome/gtoth/Tmp/SWMF/Makefile.conf:73: warning: ignoring old commands for target `.f.o'
Makefile:34: warning: overriding commands for target `.f90.o'
/xhome/gtoth/Tmp/SWMF/Makefile.conf:65: warning: ignoring old commands for target `.f90.o'
make libCRCM.a
Makefile:31: warning: overriding commands for target `.f.o'
/xhome/gtoth/Tmp/SWMF/Makefile.conf:73: warning: ignoring old commands for target `.f.o'
Makefile:34: warning: overriding commands for target `.f90.o'
/xhome/gtoth/Tmp/SWMF/Makefile.conf:65: warning: ignoring old commands for target `.f90.o'
make[7]: `libCRCM.a' is up to date.

libCRCM.a has been brought up to date.

cd srcInterface; 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/Coupler/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -I../src -c -w  -r8 -O4 IM_wrapper.f90
Note: On some machines, -ieee=full may be needed for best performance
cp -f ../src/libCRCM.a  /xhome/gtoth/Tmp/SWMF/lib/libIM.a
ar -rs /xhome/gtoth/Tmp/SWMF/lib/libIM.a IM_wrapper.o

/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
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
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
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 /xhome/gtoth/Tmp/SWMF/lib/libPW.a
rm -f /xhome/gtoth/Tmp/SWMF/lib/libPW.a
ar -rs /xhome/gtoth/Tmp/SWMF/lib/libPW.a PW_wrapper.o
ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libPW.a

/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
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/libLC.a
rm -f /xhome/gtoth/Tmp/SWMF/lib/libLC.a
ar -rs /xhome/gtoth/Tmp/SWMF/lib/libLC.a LC_wrapper.o
ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libLC.a

/xhome/gtoth/Tmp/SWMF/lib/libLC.a has been brought up to date.

cd src; make LIB
make /xhome/gtoth/Tmp/SWMF/lib/libSC.a
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
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
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
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_sc.o        CON_couple_mh_sp.o        CON_couple_gm_rb.o	 CON_couple_ie_pw.o	 CON_couple_gm_pw.o       CON_couple_ie_ps.o	 CON_couple_ie_rb.o	 CON_couple_ih_oh.o        CON_couple_lc_sc.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
make[5]: `/xhome/gtoth/Tmp/SWMF/lib/libCONTROL.a' is up to date.

/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_DEMT;        cd Tmp_DEMT;        ar -x /xhome/gtoth/Tmp/SWMF/lib/libDEMT.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_LIBLC;       cd Tmp_LIBLC;     ar -x /xhome/gtoth/Tmp/SWMF/lib/libLC.a        #^CMP IF LC
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
make[5]: `swmf.o' is up to date.
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
make[6]: `/xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe' is up to date.
 
Program PostIDL has been brought up to date.
 
 
make test6_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/BATSRUS; make rundir                 #^CMP IF GM
mkdir -p /xhome/gtoth/Tmp/SWMF/run_test/GM
cd /xhome/gtoth/Tmp/SWMF/run_test/GM; \
	mkdir restartIN restartOUT IO2; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe .; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostSPH.exe .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/IDL/pIDL .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/TEC/pTEC .; \
	ln -s /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Param .
cd /xhome/gtoth/Tmp/SWMF/IE/Ridley_serial; make rundir                 #^CMP IF IE
mkdir -p /xhome/gtoth/Tmp/SWMF/run_test/IE/ionosphere
cd /xhome/gtoth/Tmp/SWMF/run_test/IE; cp /xhome/gtoth/Tmp/SWMF/IE/Ridley_serial/Scripts/pION .
cd /xhome/gtoth/Tmp/SWMF/run_test/IE; ln -s /xhome/gtoth/Tmp/SWMF/bin/PostIONO.exe .
cd /xhome/gtoth/Tmp/SWMF/IH/Empty; make rundir                 #^CMP IF IH
No run/IH for IH Empty
cd /xhome/gtoth/Tmp/SWMF/IM/CRCM; make rundir                 #^CMP IF IM
mkdir -p /xhome/gtoth/Tmp/SWMF/run_test/IM
cd /xhome/gtoth/Tmp/SWMF/run_test/IM; \
	mkdir plots restartIN restartOUT
cd /xhome/gtoth/Tmp/SWMF/LA/Empty; make rundir                 #^CMP IF LA
No run/LA for LA Empty
cd /xhome/gtoth/Tmp/SWMF/LC/Empty; make rundir                 #^CMP IF LC
No run/LC for LC Empty
cd /xhome/gtoth/Tmp/SWMF/OH/Empty; make rundir                 #^CMP IF OH
No run/OH for OH 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/Empty; make rundir                 #^CMP IF PW
No run/PW for PW Empty
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.GMIEIMCRCM /xhome/gtoth/Tmp/SWMF/run_test/PARAM.in
cp Param/LAYOUT.in.test.GMIEIM /xhome/gtoth/Tmp/SWMF/run_test/LAYOUT.in
make test6_run
cd /xhome/gtoth/Tmp/SWMF/run_test; mpirun -np 2 ./SWMF.exe > runlog
Warning: Floating underflow occurred
cd /xhome/gtoth/Tmp/SWMF/run_test; ./Restart.pl
# Restart.pl has checked output restart file and directories.
# Restart.pl has created restart tree RESTART_t005.00s/.
# Restart.pl has checked  input restart file and directories.
# Restart.pl has linked  restart tree RESTART_t005.00s/.
make test6_restart
cd /xhome/gtoth/Tmp/SWMF/run_test; cp Param/PARAM.in.test.restart.GMIEIMCRCM PARAM.in
cd /xhome/gtoth/Tmp/SWMF/run_test; mpirun -np 2 ./SWMF.exe > runlog_restart
Warning: Floating underflow occurred
cd /xhome/gtoth/Tmp/SWMF/run_test; ./PostProc.pl -M -cat RESULTS; mv runlog_restart RESULTS
PostProc.pl: mv GM/IO2 RESULTS/GM with 4 files
PostProc.pl: mv IE/ionosphere RESULTS/IE with 21 files
PostProc.pl: mv IM/plots RESULTS/IM with 2 files
WARNING in PostProc.pl: no files were found in STDOUT
PostProc.pl: cp PARAM.in RESULTS/
PostProc.pl: mv runlog RESULTS/
PostProc.pl: Restart.pl -o RESULTS/RESTART
ERROR in Restart.pl: could not find restart file RESTART.out!
make test6_check
tail -2504 /xhome/gtoth/Tmp/SWMF/run_test/RESULTS/IM/CRCMeq.outs \
> /xhome/gtoth/Tmp/SWMF/run_test/RESULTS/IM/CRCMeq.out
gunzip -c output/test6/IM_eq.out.gz \
> /xhome/gtoth/Tmp/SWMF/run_test/RESULTS/IM/CRCMeq_ref.out
ERROR in DiffNum.pl
make[2]: [test6_check] Error 255 (ignored)
ls -l test6*.diff
-rw-r--r--  1 gtoth  hpcc      0 10 Aug 02:29 test6_gm.diff
-rw-r--r--  1 gtoth  hpcc      0 10 Aug 02:29 test6_ie.diff
-rw-r--r--  1 gtoth  hpcc  17618 10 Aug 02:29 test6_im_crcm.diff
make test7_compile
./Config.pl -v=Empty,IH/BATSRUS,OH/BATSRUS
Modifying versions in Makefile.def
cd OH/BATSRUS; \
	rm -rf src srcBATL srcUser srcEquation \
	srcInterface/OH_get_for_mh_with_xyz.f90 \
		srcInterface/OH_wrapper.f90; \
	mkdir src srcBATL srcUser srcEquation
cd GM/BATSRUS/src; cp *.f90 *.h Makefile* ../../../OH/BATSRUS/src
cd GM/BATSRUS/srcBATL; cp BATL*.f90 Makefile* \
				../../../OH/BATSRUS/srcBATL
cd GM/BATSRUS/srcInterface/; \
	cp ModGridDescriptor.f90 ModBuffer.f90 \
	update_lagrangian_grid.f90 \
	ModRadioWaveImage.f90 ModRadioWaveRaytracing.f90 \
	ModDensityAndGradient.f90 \
	../../../OH/BATSRUS/srcInterface
cp GM/BATSRUS/srcUser/*.f90 OH/BATSRUS/srcUser/
cp GM/BATSRUS/srcEquation/*.f90 OH/BATSRUS/srcEquation/
cd GM/BATSRUS; \
	cp Makefile.def Makefile.conf PARAM.XML Config.pl \
		../../OH/BATSRUS/
echo '*' > OH/BATSRUS/src/.cvsignore
cd OH/BATSRUS/src; rm -f main.f90
cp -f IH/BATSRUS_share/src/IH_wrapper.f90 \
	OH/BATSRUS/srcInterface/OH_wrapper.f90
cp -f IH/BATSRUS_share/src/IH_get_for_mh_with_xyz.f90 \
	OH/BATSRUS/srcInterface/OH_get_for_mh_with_xyz.f90
cp -f IH/BATSRUS_share/src/IH_get_for_mh.f90\
	OH/BATSRUS/srcInterface/OH_get_for_mh.f90
cp -f IH/BATSRUS_share/src/IH_put_from_mh.f90\
	OH/BATSRUS/srcInterface/OH_put_from_mh.f90
cd OH/BATSRUS/srcInterface/; perl -i -pe \
's/IH/OH/g;s/_sc/_ih/;s/BATSRUS/OH_BATSRUS/;s/Inner/Outer/;'\
	OH_wrapper.f90 OH_get_for_mh_with_xyz.f90; \
	perl -i -pe 's/SC/IH/' OH_get_for_mh_with_xyz.f90
cd OH/BATSRUS/srcInterface/; perl -i -pe \
's/IH/OH/g;s/Ih/Oh/g;s/SC/IH/g;s/Sc/Ih/g' ModBuffer.f90\
	OH_get_for_mh.f90 OH_put_from_mh.f90;
cd OH/BATSRUS; \
	/xhome/gtoth/Tmp/SWMF/share/Scripts/Methods.pl OH src/*.f90 src/*.h srcBATL/*.f90 srcUser/*.f90 srcEquation/*.f90 srcInterface/*.f90; \
	/xhome/gtoth/Tmp/SWMF/share/Scripts/Rename.pl -w -r -common=OH src/*.f90 src/*.h srcBATL/*.f90 srcUser/*.f90 srcEquation/*.f90 srcInterface/*.f90
Finished 239 replacements in file src/BATS_methods.f90
Finished 158 replacements in file src/MH_set_parameters.f90
Finished 3 replacements in file src/ModAMR.f90
Finished 15 replacements in file src/ModAdjoint.f90
Finished 9 replacements in file src/ModAdvance.f90
Finished 5 replacements in file src/ModB0.f90
Finished 22 replacements in file src/ModBatlInterface.f90
Finished 21 replacements in file src/ModBlockData.f90
Finished 21 replacements in file src/ModBoundaryCells.f90
Finished 5 replacements in file src/ModCT.f90
Finished 5 replacements in file src/ModCharacteristic.f90
Finished 14 replacements in file src/ModConserveFlux.f90
Finished 52 replacements in file src/ModCoronalHeating.f90
Finished 7 replacements in file src/ModCovariant.f90
Finished 4 replacements in file src/ModCube.f90
Finished 13 replacements in file src/ModCurrent.f90
Finished 17 replacements in file src/ModEnergy.f90
Finished 8 replacements in file src/ModEquation.f90
Finished 32 replacements in file src/ModExpansionFactors.f90
Finished 2 replacements in file src/ModExtraVariables.f90
Finished 156 replacements in file src/ModFaceFlux.f90
Finished 20 replacements in file src/ModFaceGradient.f90
Finished 48 replacements in file src/ModFaceValue.f90
Finished 7 replacements in file src/ModGeometry.f90
Finished 15 replacements in file src/ModGmGeoindices.f90
Finished 27 replacements in file src/ModGroundMagPerturb.f90
Finished 44 replacements in file src/ModHallResist.f90
Finished 5 replacements in file src/ModHdf5.f90
Finished 5 replacements in file src/ModHdf5_empty.f90
Finished 41 replacements in file src/ModHdf5_orig.f90
Finished 82 replacements in file src/ModHeatConduction.f90
Finished 7 replacements in file src/ModIO.f90
Finished 7 replacements in file src/ModImplHypre.f90
Finished 7 replacements in file src/ModImplHypre_empty.f90
Finished 7 replacements in file src/ModImplHypre_orig.f90
Finished 13 replacements in file src/ModImplicit.f90
Finished 10 replacements in file src/ModIonoVelocity.f90
Finished 33 replacements in file src/ModLaserHeating.f90
Finished 7 replacements in file src/ModMain.f90
Finished 25 replacements in file src/ModMessagePass.f90
Finished 3 replacements in file src/ModMultiFluid.f90
Finished 39 replacements in file src/ModMultiIon.f90
Finished 5 replacements in file src/ModNodes.f90
Finished 3 replacements in file src/ModOctree.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/ModProcMH.f90
Finished 2 replacements in file src/ModProject.f90
Finished 68 replacements in file src/ModRadDiffusion.f90
Finished 16 replacements in file src/ModRadiativeCooling.f90
Finished 6 replacements in file src/ModRaytrace.f90
Finished 46 replacements in file src/ModResistivity.f90
Finished 72 replacements in file src/ModRestartFile.f90
Finished 46 replacements in file src/ModSatelliteFile.f90
Finished 2 replacements in file src/ModSingleFluid.f90
Finished 3 replacements in file src/ModSize.f90
Finished 3 replacements in file src/ModSize_orig.f90
Finished 21 replacements in file src/ModSolarwind.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 16 replacements in file src/ModUserEmpty.f90
Finished 18 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 43 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 82 replacements in file src/calc_sources.f90
Finished 24 replacements in file src/calc_timestep.f90
Finished 35 replacements in file src/clean_divb.f90
Finished 18 replacements in file src/coarsen_grid.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 93 replacements in file src/exchange_messages.f90
Finished 88 replacements in file src/explicit.f90
Finished 50 replacements in file src/find_neighbors.f90
Finished 19 replacements in file src/fix_axis_cells.f90
Finished 27 replacements in file src/get_im_pressure.f90
Finished 184 replacements in file src/impl_interface.f90
Finished 25 replacements in file src/impl_jacobian.f90
Finished 43 replacements in file src/impl_matvec.f90
Finished 35 replacements in file src/impl_newton.f90
Finished 58 replacements in file src/implicit.f90
Finished 229 replacements in file src/library.f90
Finished 98 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 103 replacements in file src/message_pass_nodes.f90
Finished 16 replacements in file src/number_blocks.f90
Finished 89 replacements in file src/octree.f90
Finished 14 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 115 replacements in file src/project_B.f90
Finished 40 replacements in file src/ray_pass.f90
Finished 96 replacements in file src/ray_trace.f90
Finished 213 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 39 replacements in file src/set_BCs.f90
Finished 17 replacements in file src/set_ICs.f90
Finished 74 replacements in file src/set_b0.f90
Finished 36 replacements in file src/set_block_geometry.f90
Finished 178 replacements in file src/set_outer_BCs.f90
Finished 37 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 58 replacements in file src/update_states.f90
Finished 35 replacements in file src/update_states_MHD.f90
Finished 140 replacements in file src/write_logfile.f90
Finished 92 replacements in file src/write_plot_common.f90
Finished 10 replacements in file src/write_plot_idl.f90
Finished 39 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 22 replacements in file src/write_plot_tec.f90
Finished 30 replacements in file src/write_progress.f90
No variables to rename in file src/user_module.h
Finished 29 replacements in file srcBATL/BATL_amr.f90
Finished 34 replacements in file srcBATL/BATL_amr_criteria.f90
Finished 4 replacements in file srcBATL/BATL_geometry.f90
Finished 13 replacements in file srcBATL/BATL_grid.f90
Finished 28 replacements in file srcBATL/BATL_lib.f90
Finished 5 replacements in file srcBATL/BATL_mpi.f90
Finished 17 replacements in file srcBATL/BATL_pass_cell.f90
Finished 19 replacements in file srcBATL/BATL_pass_face.f90
Finished 13 replacements in file srcBATL/BATL_pass_node.f90
Finished 3 replacements in file srcBATL/BATL_size.f90
Finished 3 replacements in file srcBATL/BATL_size_orig.f90
Finished 30 replacements in file srcBATL/BATL_tree.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 130 replacements in file srcUser/ModUserCrash.f90
Finished 130 replacements in file srcUser/ModUserCrashXray2dFull.f90
Finished 39 replacements in file srcUser/ModUserEarthXray.f90
Finished 52 replacements in file srcUser/ModUserEe.f90
Finished 19 replacements in file srcUser/ModUserEnceladus.f90
Finished 11 replacements in file srcUser/ModUserEos.f90
Finished 26 replacements in file srcUser/ModUserEuropa.f90
Finished 44 replacements in file srcUser/ModUserGrayDiffusion.f90
Finished 69 replacements in file srcUser/ModUserHeatConduction.f90
Finished 112 replacements in file srcUser/ModUserHeliosphere.f90
Finished 23 replacements in file srcUser/ModUserIh.f90
Finished 20 replacements in file srcUser/ModUserJupiter.f90
Finished 9 replacements in file srcUser/ModUserKelvinHelmholtz.f90
Finished 87 replacements in file srcUser/ModUserLc.f90
Finished 89 replacements in file srcUser/ModUserLcV0.f90
Finished 33 replacements in file srcUser/ModUserLightFront.f90
Finished 48 replacements in file srcUser/ModUserLogAdvection.f90
Finished 89 replacements in file srcUser/ModUserMars.f90
Finished 97 replacements in file srcUser/ModUserMarsFluids.f90
Finished 28 replacements in file srcUser/ModUserMarshak.f90
Finished 28 replacements in file srcUser/ModUserMultiGroup.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 29 replacements in file srcUser/ModUserSaturn.f90
Finished 37 replacements in file srcUser/ModUserSaturn3sp.f90
Finished 62 replacements in file srcUser/ModUserSc.f90
Finished 91 replacements in file srcUser/ModUserScHeat.f90
Finished 77 replacements in file srcUser/ModUserScWaves.f90
Finished 11 replacements in file srcUser/ModUserStretchedDipole.f90
Finished 20 replacements in file srcUser/ModUserSwIono.f90
Finished 87 replacements in file srcUser/ModUserTitan.f90
Finished 91 replacements in file srcUser/ModUserTitanPe.f90
Finished 28 replacements in file srcUser/ModUserTorus.f90
Finished 95 replacements in file srcUser/ModUserVenus.f90
Finished 89 replacements in file srcUser/ModUserVenusFluids.f90
Finished 19 replacements in file srcUser/ModUserWaveReflection.f90
Finished 42 replacements in file srcUser/ModUserWaves.f90
Finished 6 replacements in file srcEquation/ModEquationCrash.f90
Finished 6 replacements in file srcEquation/ModEquationHd.f90
Finished 6 replacements in file srcEquation/ModEquationHdCrash.f90
Finished 6 replacements in file srcEquation/ModEquationHdEos.f90
Finished 6 replacements in file srcEquation/ModEquationHdEosRad.f90
Finished 6 replacements in file srcEquation/ModEquationHdRadCrash.f90
Finished 8 replacements in file srcEquation/ModEquationMhd.f90
Finished 8 replacements in file srcEquation/ModEquationMhdAnisoP.f90
Finished 8 replacements in file srcEquation/ModEquationMhdAnisoPiPe.f90
Finished 8 replacements in file srcEquation/ModEquationMhdComet.f90
Finished 8 replacements in file srcEquation/ModEquationMhdCorona.f90
Finished 5 replacements in file srcEquation/ModEquationMhdCrash.f90
Finished 5 replacements in file srcEquation/ModEquationMhdEosRad.f90
Finished 7 replacements in file srcEquation/ModEquationMhdHd.f90
Finished 8 replacements in file srcEquation/ModEquationMhdHyp.f90
Finished 8 replacements in file srcEquation/ModEquationMhdHypPe.f90
Finished 4 replacements in file srcEquation/ModEquationMhdIons.f90
Finished 4 replacements in file srcEquation/ModEquationMhdIonsPe.f90
Finished 8 replacements in file srcEquation/ModEquationMhdMars.f90
Finished 4 replacements in file srcEquation/ModEquationMhdMarsFluids.f90
Finished 4 replacements in file srcEquation/ModEquationMhdMarsFluidsPe.f90
Finished 4 replacements in file srcEquation/ModEquationMhdMarsFluidsSW.f90
Finished 8 replacements in file srcEquation/ModEquationMhdNonCons.f90
Finished 8 replacements in file srcEquation/ModEquationMhdPe.f90
Finished 8 replacements in file srcEquation/ModEquationMhdPw.f90
Finished 8 replacements in file srcEquation/ModEquationMhdSaturn3sp.f90
Finished 8 replacements in file srcEquation/ModEquationMhdSwIono.f90
Finished 8 replacements in file srcEquation/ModEquationMhdTitan.f90
Finished 8 replacements in file srcEquation/ModEquationMhdTitanPe.f90
Finished 8 replacements in file srcEquation/ModEquationMhdWaves.f90
Finished 5 replacements in file srcEquation/ModEquationMhdWavesAnisoPiPe.f90
Finished 5 replacements in file srcEquation/ModEquationMhdWavesPe.f90
Finished 4 replacements in file srcEquation/ModEquationMultiIon.f90
Finished 4 replacements in file srcEquation/ModEquationMultiSwIono.f90
Finished 7 replacements in file srcEquation/ModEquationOuterHelio.f90
Finished 14 replacements in file srcInterface/ModBuffer.f90
Finished 13 replacements in file srcInterface/ModDensityAndGradient.f90
Finished 13 replacements in file srcInterface/ModGridDescriptor.f90
Finished 10 replacements in file srcInterface/ModRadioWaveImage.f90
Finished 9 replacements in file srcInterface/ModRadioWaveRaytracing.f90
Finished 5 replacements in file srcInterface/OH_get_for_mh.f90
Finished 6 replacements in file srcInterface/OH_get_for_mh_with_xyz.f90
Finished 4 replacements in file srcInterface/OH_put_from_mh.f90
No variables to rename in file srcInterface/OH_set_buffer_grid.f90
Finished 29 replacements in file srcInterface/OH_wrapper.f90
Finished 17 replacements in file srcInterface/update_lagrangian_grid.f90
Finished  7940 replacement(s) in 224 file(s)
touch OH/BATSRUS/srcInterface/Makefile.DEPEND
cd OH/BATSRUS; \
	perl -i -pe 's/GM/OH/' Config.pl; \
	./Config.pl -install=c -e=Mhd
Reinstalling BATSRUS as OH component
./Config.pl -g=IH:4,4,4,3000,1,OH:4,4,4,3000,1
Writing new grid size 4,4,4,3000,1 into src/ModSize.f90 and srcBATL/BATL_size.f90...
Writing new grid size 4,4,4,3000,1 into src/ModSize.f90 and srcBATL/BATL_size.f90...
./Config.pl -o=IH:u=Waves,e=Mhd -o=OH:u=Waves,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/libDEMT.a
make[6]: `/xhome/gtoth/Tmp/SWMF/lib/libDEMT.a' is up to date.

/xhome/gtoth/Tmp/SWMF/lib/libDEMT.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 srcBATL; make LIB
WARNING in depend.pl: source file not found, skipping main.o !!!
WARNING in depend.pl: source file not found, skipping advect_main.o !!!
make libBATL.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_size.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_tree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_cell.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_face.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_node.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_lib.f90
Note: On some machines, -ieee=full may be needed for best performance
rm -f libBATL.a
ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_lib.o BATL_mpi.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_size.o BATL_tree.o
ar: creating archive libBATL.a

libBATL.a has been brought up to date.

cd src; make LIB
make libBATSRUS.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSize.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModParallel.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMain.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModB0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIO.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdvance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCube.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAMR.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCovariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGeometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPhysics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdjoint.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceValue.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModWaves.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEnergy.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBatlInterface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBlockData.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBoundaryCells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModConserveFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIonoVelocity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUserEmpty.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUser.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPointImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiIon.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCharacteristic.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCurrent.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModExpansionFactors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceGradient.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHallResist.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMessagePass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadDiffusion.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCoronalHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadiativeCooling.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHeatConduction.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModResistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGroundMagPerturb.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGmGeoindices.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModLaserHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModNodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModOctree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPartSteady.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPolarNeighbor.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCT.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRestartFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRaytrace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSatelliteFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSolarwind.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModTimeStepControl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHdf5.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 BATS_methods.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 MH_set_parameters.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 advect_points.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 allocate_vars.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_gradients.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_sources.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_timestep.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 coarsen_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 covariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 create_soln_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 exchange_messages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 explicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 find_neighbors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 fix_axis_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 library.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 load_balance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_faces.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_nodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 number_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 octree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 potential_force_averages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 refine_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 rotate.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_b0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_block_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_ICs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_outer_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 specify_refinement.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states_MHD.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_logfile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_common.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_idl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_tec.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O2 write_plot_los.f90
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_sph.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_radiowave.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_progress.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 constrain_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95  -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace_new.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_pass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 get_im_pressure.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 project_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_cg.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_bicgstab.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_resistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 clean_divb.f90
Note: On some machines, -ieee=full may be needed for best performance
cp -f ../srcBATL/libBATL.a libBATSRUS.a
ar -rs libBATSRUS.a ModAdvance.o ModAMR.o ModB0.o ModBatlInterface.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 ModGmGeoindices.o ModHallResist.o ModIO.o ModLaserHeating.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 ModTimeStepControl.o ModUserEmpty.o ModUser.o ModWaves.o ModHdf5.o ModCoronalHeating.o ModRadiativeCooling.o  ModCT.o       	ModImplicit.o ModImplHypre.o ModRadDiffusion.o ModHeatConduction.o 	ModRaytrace.o  ModProject.o   ModAdjoint.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  set_resistivity.o ModResistivity.o  clean_divb.o                          
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 srcInterface; 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/Coupler/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -I../src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -c -w  -r8 -O4 ModGridDescriptor.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -c -w  -r8 -O4 ModBuffer.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -c -w  -r8 -O4 update_lagrangian_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -c -w  -r8 -O4 ModDensityAndGradient.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -c -w  -r8 -O4 ModRadioWaveRaytracing.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -c -w  -r8 -O4 ModRadioWaveImage.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -c -w  -r8 -O4 IH_set_buffer_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -c -w  -r8 -O4 IH_get_for_gm.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -c -w  -r8 -O4 IH_get_for_mh.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -c -w  -r8 -O4 IH_get_for_mh_with_xyz.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -c -w  -r8 -O4 IH_get_for_sp.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -c -w  -r8 -O4 IH_put_from_mh.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -c -w  -r8 -O4 IH_wrapper.f90
Note: On some machines, -ieee=full may be needed for best performance
cp -f ../src/libBATSRUS.a  /xhome/gtoth/Tmp/SWMF/lib/libIH.a
ar -rs /xhome/gtoth/Tmp/SWMF/lib/libIH.a ModGridDescriptor.o ModBuffer.o update_lagrangian_grid.o ModRadioWaveImage.o ModRadioWaveRaytracing.o ModDensityAndGradient.o IH_set_buffer_grid.o IH_get_for_gm.o IH_get_for_mh.o IH_get_for_mh_with_xyz.o IH_get_for_sp.o IH_put_from_mh.o IH_wrapper.o
ranlib: file: /xhome/gtoth/Tmp/SWMF/lib/libIH.a(ModExtraVariables.o) has no symbols
ranlib: file: /xhome/gtoth/Tmp/SWMF/lib/libIH.a(ModSize.o) has no symbols

/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
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
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 srcBATL; make LIB
WARNING in depend.pl: source file not found, skipping main.o !!!
WARNING in depend.pl: source file not found, skipping advect_main.o !!!
make libBATL.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_size.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_mpi.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_tree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_cell.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_face.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_pass_node.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src  -c -w  -r8 -O4 BATL_lib.f90
Note: On some machines, -ieee=full may be needed for best performance
rm -f libBATL.a
ar -rs libBATL.a BATL_amr.o BATL_amr_criteria.o BATL_geometry.o BATL_grid.o BATL_lib.o BATL_mpi.o BATL_pass_cell.o BATL_pass_node.o BATL_pass_face.o BATL_size.o BATL_tree.o
ar: creating archive libBATL.a

libBATL.a has been brought up to date.

cd src; make LIB
make libBATSRUS.a
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSize.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSingleFluid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModExtraVariables.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEquation.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModParallel.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMain.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModB0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIO.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModProcMH.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdvance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCube.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAMR.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCovariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGeometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiFluid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPhysics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModAdjoint.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceValue.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModWaves.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModEnergy.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBatlInterface.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBlockData.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModBoundaryCells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModConserveFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModIonoVelocity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUserEmpty.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModUser.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPointImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMultiIon.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCharacteristic.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCurrent.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModExpansionFactors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceGradient.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHallResist.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModImplicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModMessagePass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadDiffusion.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCoronalHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRadiativeCooling.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHeatConduction.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModResistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModFaceFlux.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGroundMagPerturb.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModGmGeoindices.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModLaserHeating.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModNodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModOctree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPartSteady.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModPolarNeighbor.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModCT.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRestartFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModRaytrace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSatelliteFile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModSolarwind.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModTimeStepControl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModHdf5.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModImplHypre.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ModProject.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 BATS_methods.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 MH_set_parameters.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 advect_points.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 allocate_vars.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_criteria.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 amr_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_gradients.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_sources.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 calc_timestep.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 coarsen_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 covariant.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 create_soln_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 exchange_messages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 explicit.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 find_neighbors.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 fix_axis_cells.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 library.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 load_balance.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_faces.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 message_pass_nodes.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 number_blocks.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 octree.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 potential_force_averages.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 refine_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 rotate.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_b0.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_block_geometry.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_ICs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_outer_BCs.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_physics.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 specify_refinement.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 update_states_MHD.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_logfile.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_common.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_idl.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_tec.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O2 write_plot_los.f90
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_sph.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_plot_radiowave.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 write_progress.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 constrain_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95  -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -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../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace_new.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_trace.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 ray_pass.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 get_im_pressure.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 project_B.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_cg.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 proj_bicgstab.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 set_resistivity.f90
Note: On some machines, -ieee=full may be needed for best performance
f95 -I/xhome/gtoth/Tmp/SWMF/share/Library/src -I../srcBATL -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcMagnetogram -I/xhome/gtoth/Tmp/SWMF/util/DATAREAD/srcDemt -I/xhome/gtoth/Tmp/SWMF/util/EMPIRICAL/srcEE -I/xhome/gtoth/Tmp/SWMF/util/CRASH/src -c -w  -r8 -O4 clean_divb.f90
Note: On some machines, -ieee=full may be needed for best performance
cp -f ../srcBATL/libBATL.a libBATSRUS.a
ar -rs libBATSRUS.a ModAdvance.o ModAMR.o ModB0.o ModBatlInterface.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 ModGmGeoindices.o ModHallResist.o ModIO.o ModLaserHeating.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 ModTimeStepControl.o ModUserEmpty.o ModUser.o ModWaves.o ModHdf5.o ModCoronalHeating.o ModRadiativeCooling.o  ModCT.o       	ModImplicit.o ModImplHypre.o ModRadDiffusion.o ModHeatConduction.o 	ModRaytrace.o  ModProject.o   ModAdjoint.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  set_resistivity.o ModResistivity.o  clean_divb.o                          
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 srcInterface; 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/Coupler/src -I/xhome/gtoth/Tmp/SWMF/CON/Library/src -I../src -I../srcBATL -c -w  -r8 -O4 ModGridDescriptor.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -c -w  -r8 -O4 ModBuffer.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -c -w  -r8 -O4 update_lagrangian_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -c -w  -r8 -O4 ModDensityAndGradient.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -c -w  -r8 -O4 ModRadioWaveRaytracing.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -c -w  -r8 -O4 ModRadioWaveImage.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -c -w  -r8 -O4 OH_set_buffer_grid.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -c -w  -r8 -O4 OH_get_for_mh.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -c -w  -r8 -O4 OH_get_for_mh_with_xyz.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -c -w  -r8 -O4 OH_put_from_mh.f90
Note: On some machines, -ieee=full may be needed for best performance
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 -I../srcBATL -c -w  -r8 -O4 OH_wrapper.f90
Note: On some machines, -ieee=full may be needed for best performance
cp -f ../src/libBATSRUS.a  /xhome/gtoth/Tmp/SWMF/lib/libOH.a
ar -rs /xhome/gtoth/Tmp/SWMF/lib/libOH.a ModGridDescriptor.o ModBuffer.o update_lagrangian_grid.o ModRadioWaveImage.o ModRadioWaveRaytracing.o ModDensityAndGradient.o OH_set_buffer_grid.o OH_get_for_mh.o OH_get_for_mh_with_xyz.o OH_put_from_mh.o OH_wrapper.o
ranlib: file: /xhome/gtoth/Tmp/SWMF/lib/libOH.a(ModExtraVariables.o) has no symbols
ranlib: file: /xhome/gtoth/Tmp/SWMF/lib/libOH.a(ModSize.o) has no symbols

/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
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 /xhome/gtoth/Tmp/SWMF/lib/libPW.a
rm -f /xhome/gtoth/Tmp/SWMF/lib/libPW.a
ar -rs /xhome/gtoth/Tmp/SWMF/lib/libPW.a PW_wrapper.o
ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libPW.a

/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
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/libLC.a
rm -f /xhome/gtoth/Tmp/SWMF/lib/libLC.a
ar -rs /xhome/gtoth/Tmp/SWMF/lib/libLC.a LC_wrapper.o
ar: creating archive /xhome/gtoth/Tmp/SWMF/lib/libLC.a

/xhome/gtoth/Tmp/SWMF/lib/libLC.a has been brought up to date.

cd src; make LIB
make /xhome/gtoth/Tmp/SWMF/lib/libSC.a
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
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
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
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_sc.o        CON_couple_mh_sp.o        CON_couple_gm_rb.o	 CON_couple_ie_pw.o	 CON_couple_gm_pw.o       CON_couple_ie_ps.o	 CON_couple_ie_rb.o	 CON_couple_ih_oh.o        CON_couple_lc_sc.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
make[5]: `/xhome/gtoth/Tmp/SWMF/lib/libCONTROL.a' is up to date.

/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_DEMT;        cd Tmp_DEMT;        ar -x /xhome/gtoth/Tmp/SWMF/lib/libDEMT.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_LIBLC;       cd Tmp_LIBLC;     ar -x /xhome/gtoth/Tmp/SWMF/lib/libLC.a        #^CMP IF LC
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
make[5]: `swmf.o' is up to date.
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
make[6]: `/xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe' is up to date.
 
Program PostIDL has been brought up to date.
 
 
make test7_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/BATSRUS; make rundir                 #^CMP IF IH
mkdir /xhome/gtoth/Tmp/SWMF/run_test/IH
cd /xhome/gtoth/Tmp/SWMF/run_test/IH; \
	mkdir restartIN restartOUT IO2; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe .; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostSPH.exe .; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/EARTH_TRAJ.exe .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/IDL/pIDL .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/TEC/pTEC .; \
	ln -s /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Param/HELIOSPHERE Param
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/LC/Empty; make rundir                 #^CMP IF LC
No run/LC for LC Empty
cd /xhome/gtoth/Tmp/SWMF/OH/BATSRUS; make rundir                 #^CMP IF OH
mkdir /xhome/gtoth/Tmp/SWMF/run_test/OH
cd /xhome/gtoth/Tmp/SWMF/run_test/OH; \
	mkdir restartIN restartOUT IO2; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostIDL.exe .; \
	ln -s /xhome/gtoth/Tmp/SWMF/bin/PostSPH.exe .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/IDL/pIDL .; \
	cp    /xhome/gtoth/Tmp/SWMF/GM/BATSRUS/Scripts/TEC/pTEC .
cd /xhome/gtoth/Tmp/SWMF/PS/Empty; make rundir                 #^CMP IF PS
No run/PS for PS Empty
cd /xhome/gtoth/Tmp/SWMF/PW/Empty; make rundir                 #^CMP IF PW
No run/PW for PW Empty
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.IHOH.Couple /xhome/gtoth/Tmp/SWMF/run_test/PARAM.in
cp Param/LAYOUT.in.test.IHOH /xhome/gtoth/Tmp/SWMF/run_test/LAYOUT.in
make test7_run
cd /xhome/gtoth/Tmp/SWMF/run_test; mpirun -np 2 ./SWMF.exe > runlog
Warning: Floating underflow occurred
Warning: Floating underflow occurred
cd /xhome/gtoth/Tmp/SWMF/run_test; ./PostProc.pl -M RESULTS
PostProc.pl: mv IH/IO2 RESULTS/IH with 2 files
PostProc.pl: mv OH/IO2 RESULTS/OH with 2 files
WARNING in PostProc.pl: no files were found in STDOUT
PostProc.pl: cp PARAM.in RESULTS/
PostProc.pl: mv runlog RESULTS/
PostProc.pl: Restart.pl -o RESULTS/RESTART
ERROR in Restart.pl: could not find restart file RESTART.out!
make test7_check
(/xhome/gtoth/Tmp/SWMF/share/Scripts/DiffNum.pl -b -r=1e-5 -a=2e-30\
	/xhome/gtoth/Tmp/SWMF/run_test/RESULTS/IH/log_n000000.log \
	output/test7/IH_log_n000000.log \
	> test7_ih.diff)
ERROR in DiffNum.pl
make[2]: [test7_check] Error 255 (ignored)
(/xhome/gtoth/Tmp/SWMF/share/Scripts/DiffNum.pl -b -r=1e-5 -a=2e-30\
	/xhome/gtoth/Tmp/SWMF/run_test/RESULTS/OH/log_n000000.log \
	output/test7/OH_log_n000000.log \
	> test7_oh.diff)
ERROR in DiffNum.pl
make[2]: [test7_check] Error 255 (ignored)
ls -l test7*.diff
-rw-r--r--  1 gtoth  hpcc  9690 10 Aug 02:59 test7_ih.diff
-rw-r--r--  1 gtoth  hpcc  9550 10 Aug 02:59 test7_oh.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 20:01 share/Library/test/test_freq.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 20:01 share/Library/test/test_coord_transform.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 20:01 share/Library/test/test_axes.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 20:01 share/Library/test/test_io_unit.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 20:01 share/Library/test/test_interpolate.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 20:01 share/Library/test/test_geopack.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 20:01 share/Library/test/test_linear_solver.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 20:01 share/Library/test/test_linear_advection.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 20:01 share/Library/test/test_line_extract.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 20:01 share/Library/test/test_plot_file.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 20:01 share/Library/test/test_planet_field.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 20:01 share/Library/test/test_lookup_table.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 20:01 share/Library/test/test_sort.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 20:01 share/Library/test/test_ray_trace.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 20:01 share/Library/test/test_time_convert.diff
-rw-r--r--  1 gtoth  hpcc    112  9 Aug 20:01 share/Library/test/test_triangulate.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 20:01 share/Library/test/test_utilities.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 20:01 share/Library/test/test_process_var_name.diff
-rw-r--r--  1 gtoth  hpcc   7189  9 Aug 20:11 GM/BATSRUS/test_fluxemergence.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 20:17 GM/BATSRUS/test_shocktube.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 20:25 GM/BATSRUS/test_hallmhd.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 20:31 GM/BATSRUS/test_twofluidmhd.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 20:37 GM/BATSRUS/test_multifluid.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 20:43 GM/BATSRUS/test_multiion.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 20:49 GM/BATSRUS/test_mhdions.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 20:55 GM/BATSRUS/test_mhdnoncons.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 21:00 GM/BATSRUS/test_eosgodunov.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 21:08 GM/BATSRUS/test_levelset.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 21:15 GM/BATSRUS/test_hyades2d.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 21:23 GM/BATSRUS/test_graydiffusion.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 21:32 GM/BATSRUS/test_corona.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 21:34 GM/BATSRUS/test_coronasph.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 21:41 GM/BATSRUS/test_corona_2t.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 22:13 GM/BATSRUS/test_outerhelio.diff
-rw-r--r--  1 gtoth  hpcc     70  9 Aug 22:19 GM/BATSRUS/test_earthsph.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 22:29 GM/BATSRUS/test_titan.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 22:32 GM/BATSRUS/test_titan_restart.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 22:38 GM/BATSRUS/test_mars.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 22:45 GM/BATSRUS/test_marsfluids.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 22:45 GM/BATSRUS/test_marsfluids_restart.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 22:54 GM/BATSRUS/test_venus.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 22:57 GM/BATSRUS/test_venus_restart.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 23:05 GM/BATSRUS/test_saturn.diff
-rw-r--r--  1 gtoth  hpcc  11346  9 Aug 23:18 GM/BATSRUS/test_comet.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 23:24 GM/BATSRUS/test_magnetometer.diff
-rw-r--r--  1 gtoth  hpcc      0  9 Aug 23:34 GM/BATSRUS/test_anisotropic.diff
-rw-r--r--  1 gtoth  hpcc    384 10 Aug 00:37 GM/BATSRUS/test_func.diff
-rw-r--r--  1 gtoth  hpcc     28 10 Aug 00:37 IE/RIM/notest.diff
-rw-r--r--  1 gtoth  hpcc     36 10 Aug 00:37 IE/Ridley_serial/notest.diff
-rw-r--r--  1 gtoth  hpcc     16 10 Aug 00:37 IM/CRCM/test.diff
-rw-r--r--  1 gtoth  hpcc     43 10 Aug 00:40 IM/HEIDI/test_analytic.diff
-rw-r--r--  1 gtoth  hpcc     43 10 Aug 00:41 IM/HEIDI/test_numeric.diff
-rw-r--r--  1 gtoth  hpcc     26 10 Aug 00:42 IM/RCM2/notest.diff
-rw-r--r--  1 gtoth  hpcc     28 10 Aug 00:42 PS/DGCPM/notest.diff
-rw-r--r--  1 gtoth  hpcc      0 10 Aug 00:43 PW/PWOM/test_Saturn.diff
-rw-r--r--  1 gtoth  hpcc      0 10 Aug 00:43 PW/PWOM/test_Saturn_plots.diff
-rw-r--r--  1 gtoth  hpcc      0 10 Aug 00:43 PW/PWOM/test_Saturn_restart.diff
-rw-r--r--  1 gtoth  hpcc      0 10 Aug 00:43 PW/PWOM/test_Saturn_restart_plots.diff
-rw-r--r--  1 gtoth  hpcc      0 10 Aug 00:44 PW/PWOM/test_Earth.diff
-rw-r--r--  1 gtoth  hpcc      0 10 Aug 00:44 PW/PWOM/test_Earth_plots.diff
-rw-r--r--  1 gtoth  hpcc      0 10 Aug 00:44 PW/PWOM/test_Earth_restart.diff
-rw-r--r--  1 gtoth  hpcc      0 10 Aug 00:44 PW/PWOM/test_Earth_restart_plots.diff
-rw-r--r--  1 gtoth  hpcc      0 10 Aug 00:52 RB/RBE/test.diff
-rw-r--r--  1 gtoth  hpcc     27 10 Aug 00:52 SP/Kota/notest.diff
-rw-r--r--  1 gtoth  hpcc     28 10 Aug 00:52 UA/GITM2/notest.diff
-rw-r--r--  1 gtoth  hpcc   9553 10 Aug 01:09 test_lc.diff
-rw-r--r--  1 gtoth  hpcc      0 10 Aug 01:09 test_pw.diff
-rw-r--r--  1 gtoth  hpcc   8135 10 Aug 01:30 test_rb.diff
-rw-r--r--  1 gtoth  hpcc     58 10 Aug 01:38 test_esmf.diff
-rw-r--r--  1 gtoth  hpcc      0 10 Aug 01:41 test1_pw.diff
-rw-r--r--  1 gtoth  hpcc      0 10 Aug 01:41 test1_gm.diff
-rw-r--r--  1 gtoth  hpcc      0 10 Aug 01:41 test1_ie.diff
-rw-r--r--  1 gtoth  hpcc      0 10 Aug 02:07 test2_sc.diff
-rw-r--r--  1 gtoth  hpcc      0 10 Aug 02:07 test2_ih.diff
-rw-r--r--  1 gtoth  hpcc      0 10 Aug 02:14 test3_gm.diff
-rw-r--r--  1 gtoth  hpcc      0 10 Aug 02:14 test3_ie.diff
-rw-r--r--  1 gtoth  hpcc  16421 10 Aug 02:15 test3_im_rcm.diff
-rw-r--r--  1 gtoth  hpcc    100 10 Aug 02:17 test4_gm.diff
-rw-r--r--  1 gtoth  hpcc   1040 10 Aug 02:17 test4_ie.diff
-rw-r--r--  1 gtoth  hpcc    109 10 Aug 02:17 test4_im_heidi.diff
-rw-r--r--  1 gtoth  hpcc      0 10 Aug 02:29 test6_gm.diff
-rw-r--r--  1 gtoth  hpcc      0 10 Aug 02:29 test6_ie.diff
-rw-r--r--  1 gtoth  hpcc  17618 10 Aug 02:29 test6_im_crcm.diff
-rw-r--r--  1 gtoth  hpcc   9690 10 Aug 02:59 test7_ih.diff
-rw-r--r--  1 gtoth  hpcc   9550 10 Aug 02:59 test7_oh.diff
 
See test_swmf.res and test_swmf.log for more detail...