Skip to content

Instantly share code, notes, and snippets.

@konrad-topolski
Created March 9, 2021 10:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save konrad-topolski/e292e735c3d67e880da19deddd664fcb to your computer and use it in GitHub Desktop.
Save konrad-topolski/e292e735c3d67e880da19deddd664fcb to your computer and use it in GitHub Desktop.
if test ! -f "/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data/cctk_Config.h" ; then \
echo ________________________________________________________________________;\
echo "Cactus - version: 4.9.0";\
if test "x"yes"" = 'xno'; then\
if (! perl -s lib/make/setup_configuration.pl ET) ; then \
echo "" ; \
echo "Error reconfiguring configuration ET" ; \
rm -f "/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data/cctk_Config.h" ; \
exit 2 ; \
fi \
else \
echo "Error: Configuration ET is incomplete.";\
echo "Please check the files in /mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data for error messages.";\
echo "You can try again to configure using make ET-config";\
echo "or delete this configuration with make ET-delete.";\
echo ________________________________________________________________________;\
exit 1; \
fi \
fi
if (perl -e 'exit ((stat shift)[9] > (stat shift)[9])' /mnt/auto/people/plgtopolski/Cactus/configs/ET/config-info /mnt/auto/people/plgtopolski/Cactus/lib/make/force-reconfigure); then \
echo ________________________________________________________________________;\
echo "Cactus - version: 4.9.0";\
echo "Error: Configuration ET is out of date.";\
echo " Please reconfigure your configuration by running the command"; \
echo ;\
echo " make ET-reconfig"; \
echo ;\
echo " (It is likely that recent changes to the flesh require this.)";\
echo ________________________________________________________________________;\
exit 1;\
fi
if test "x0" = "x0" ; then \
echo ________________________________________________________________________;\
echo "Cactus - version: 4.9.0"; \
echo "Building configuration ET"; \
echo ________________________________________________________________________;\
fi
________________________________________________________________________
Cactus - version: 4.9.0
Building configuration ET
________________________________________________________________________
make -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.configuration TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CCTK_HOME=/mnt/auto/people/plgtopolski/Cactus rebuild
make[1]: Entering directory `/mnt/auto/people/plgtopolski/Cactus'
make[1]: Nothing to be done for `rebuild'.
make[1]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus'
make -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.configuration TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CCTK_HOME=/mnt/auto/people/plgtopolski/Cactus
make[1]: Entering directory `/mnt/auto/people/plgtopolski/Cactus'
Checking status of thorn CoordBase
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CoordBase'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusBase/CoordBase/src THORN=CoordBase USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CoordBase'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CoordBase'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/CoordBase THORN=CoordBase USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CoordBase/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CoordBase/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CoordBase'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn CartGrid3D
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CartGrid3D'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusBase/CartGrid3D/src THORN=CartGrid3D USESTHORNS="CoordBase" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CartGrid3D'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CartGrid3D'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/CartGrid3D THORN=CartGrid3D USESTHORNS="CoordBase" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CartGrid3D/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CartGrid3D/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CartGrid3D'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn ADMAnalysis
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ADMAnalysis'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinAnalysis/ADMAnalysis/src THORN=ADMAnalysis USESTHORNS="CartGrid3D" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ADMAnalysis'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ADMAnalysis'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/ADMAnalysis THORN=ADMAnalysis USESTHORNS="CartGrid3D" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ADMAnalysis/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ADMAnalysis/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ADMAnalysis'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn ADMBase
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ADMBase'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinBase/ADMBase/src THORN=ADMBase USESTHORNS="CartGrid3D" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ADMBase'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ADMBase'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/ADMBase THORN=ADMBase USESTHORNS="CartGrid3D" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ADMBase/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ADMBase/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ADMBase'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn ADMCoupling
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ADMCoupling'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinBase/ADMCoupling/src THORN=ADMCoupling USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ADMCoupling'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ADMCoupling'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/ADMCoupling THORN=ADMCoupling USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ADMCoupling/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ADMCoupling/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ADMCoupling'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn SummationByParts
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SummationByParts'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusNumerical/SummationByParts/src THORN=SummationByParts USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SummationByParts'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SummationByParts'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/SummationByParts THORN=SummationByParts USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SummationByParts/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SummationByParts/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SummationByParts'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn ADMDerivatives
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ADMDerivatives'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Llama/ADMDerivatives/src THORN=ADMDerivatives USESTHORNS="SummationByParts" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ADMDerivatives'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ADMDerivatives'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/ADMDerivatives THORN=ADMDerivatives USESTHORNS="SummationByParts" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ADMDerivatives/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ADMDerivatives/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ADMDerivatives'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn ADMMacros
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ADMMacros'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinBase/ADMMacros/src THORN=ADMMacros USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ADMMacros'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ADMMacros'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/ADMMacros THORN=ADMMacros USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ADMMacros/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ADMMacros/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ADMMacros'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn ADMMass
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ADMMass'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinAnalysis/ADMMass/src THORN=ADMMass USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ADMMass'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ADMMass'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/ADMMass THORN=ADMMass USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ADMMass/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ADMMass/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ADMMass'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn AEILocalInterp
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/AEILocalInterp'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Numerical/AEILocalInterp/src THORN=AEILocalInterp USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/AEILocalInterp'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/AEILocalInterp'
if [ ! -d common/ ] ; then mkdir -p common/ ; fi
cd common/ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Numerical/AEILocalInterp/src/common THORN=AEILocalInterp USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/AEILocalInterp/common'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/AEILocalInterp/common'
if [ ! -d Lagrange-tensor-product/ ] ; then mkdir -p Lagrange-tensor-product/ ; fi
cd Lagrange-tensor-product/ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product THORN=AEILocalInterp USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/AEILocalInterp/Lagrange-tensor-product'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/AEILocalInterp/Lagrange-tensor-product'
if [ ! -d Lagrange-maximum-degree/ ] ; then mkdir -p Lagrange-maximum-degree/ ; fi
cd Lagrange-maximum-degree/ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Lagrange-maximum-degree THORN=AEILocalInterp USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/AEILocalInterp/Lagrange-maximum-degree'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/AEILocalInterp/Lagrange-maximum-degree'
if [ ! -d Hermite/ ] ; then mkdir -p Hermite/ ; fi
cd Hermite/ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Numerical/AEILocalInterp/src/Hermite THORN=AEILocalInterp USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/AEILocalInterp/Hermite'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/AEILocalInterp/Hermite'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/AEILocalInterp THORN=AEILocalInterp USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/AEILocalInterp/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/AEILocalInterp/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/AEILocalInterp'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn AHFinder
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/AHFinder'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinAnalysis/AHFinder/src THORN=AHFinder USESTHORNS="CartGrid3D" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/AHFinder'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/AHFinder'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/AHFinder THORN=AHFinder USESTHORNS="CartGrid3D" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/AHFinder/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/AHFinder/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/AHFinder'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn zlib
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/zlib'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/ExternalLibraries/zlib/src THORN=zlib USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/zlib'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/zlib'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/zlib THORN=zlib USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/zlib/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/zlib/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/zlib'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn hwloc
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/hwloc'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/ExternalLibraries/hwloc/src THORN=hwloc USESTHORNS="zlib" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/hwloc'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/hwloc'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/hwloc THORN=hwloc USESTHORNS="zlib" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/hwloc/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/hwloc/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/hwloc'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn MPI
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/MPI'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/ExternalLibraries/MPI/src THORN=MPI USESTHORNS="hwloc" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/MPI'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/MPI'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/MPI THORN=MPI USESTHORNS="hwloc" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/MPI/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/MPI/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/MPI'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn HDF5
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/HDF5'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/ExternalLibraries/HDF5/src THORN=HDF5 USESTHORNS="MPI zlib" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/HDF5'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/HDF5'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/HDF5 THORN=HDF5 USESTHORNS="MPI zlib" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/HDF5/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/HDF5/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/HDF5'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn SpaceMask
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SpaceMask'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusNumerical/SpaceMask/src THORN=SpaceMask USESTHORNS="CartGrid3D" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SpaceMask'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SpaceMask'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/SpaceMask THORN=SpaceMask USESTHORNS="CartGrid3D" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SpaceMask/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SpaceMask/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SpaceMask'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn AHFinderDirect
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/AHFinderDirect'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinAnalysis/AHFinderDirect/src THORN=AHFinderDirect USESTHORNS="HDF5 SpaceMask" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/AHFinderDirect'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/AHFinderDirect'
if [ ! -d jtutil/ ] ; then mkdir -p jtutil/ ; fi
cd jtutil/ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinAnalysis/AHFinderDirect/src/jtutil THORN=AHFinderDirect USESTHORNS="HDF5 SpaceMask" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/AHFinderDirect/jtutil'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/AHFinderDirect/jtutil'
if [ ! -d patch/ ] ; then mkdir -p patch/ ; fi
cd patch/ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinAnalysis/AHFinderDirect/src/patch THORN=AHFinderDirect USESTHORNS="HDF5 SpaceMask" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/AHFinderDirect/patch'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/AHFinderDirect/patch'
if [ ! -d sparse-matrix/ilucg/ ] ; then mkdir -p sparse-matrix/ilucg/ ; fi
cd sparse-matrix/ilucg/ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinAnalysis/AHFinderDirect/src/sparse-matrix/ilucg THORN=AHFinderDirect USESTHORNS="HDF5 SpaceMask" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/AHFinderDirect/sparse-matrix/ilucg'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/AHFinderDirect/sparse-matrix/ilucg'
if [ ! -d sparse-matrix/umfpack/ ] ; then mkdir -p sparse-matrix/umfpack/ ; fi
cd sparse-matrix/umfpack/ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinAnalysis/AHFinderDirect/src/sparse-matrix/umfpack THORN=AHFinderDirect USESTHORNS="HDF5 SpaceMask" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/AHFinderDirect/sparse-matrix/umfpack'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/AHFinderDirect/sparse-matrix/umfpack'
if [ ! -d elliptic/ ] ; then mkdir -p elliptic/ ; fi
cd elliptic/ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinAnalysis/AHFinderDirect/src/elliptic THORN=AHFinderDirect USESTHORNS="HDF5 SpaceMask" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/AHFinderDirect/elliptic'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/AHFinderDirect/elliptic'
if [ ! -d gr/ ] ; then mkdir -p gr/ ; fi
cd gr/ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinAnalysis/AHFinderDirect/src/gr THORN=AHFinderDirect USESTHORNS="HDF5 SpaceMask" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/AHFinderDirect/gr'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/AHFinderDirect/gr'
if [ ! -d driver/ ] ; then mkdir -p driver/ ; fi
cd driver/ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinAnalysis/AHFinderDirect/src/driver THORN=AHFinderDirect USESTHORNS="HDF5 SpaceMask" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/AHFinderDirect/driver'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/AHFinderDirect/driver'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/AHFinderDirect THORN=AHFinderDirect USESTHORNS="HDF5 SpaceMask" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/AHFinderDirect/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/AHFinderDirect/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/AHFinderDirect'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn BLAS
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/BLAS'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/ExternalLibraries/BLAS/src THORN=BLAS USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/BLAS'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/BLAS'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/BLAS THORN=BLAS USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/BLAS/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/BLAS/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/BLAS'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn Baikal
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Baikal'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/WVUThorns/Baikal/src THORN=Baikal USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Baikal'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Baikal'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/Baikal THORN=Baikal USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Baikal/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Baikal/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Baikal'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn BaikalVacuum
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/BaikalVacuum'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/WVUThorns/BaikalVacuum/src THORN=BaikalVacuum USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/BaikalVacuum'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/BaikalVacuum'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/BaikalVacuum THORN=BaikalVacuum USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/BaikalVacuum/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/BaikalVacuum/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/BaikalVacuum'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn Boundary
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Boundary'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusBase/Boundary/src THORN=Boundary USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Boundary'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Boundary'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/Boundary THORN=Boundary USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Boundary/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Boundary/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Boundary'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn GenericFD
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GenericFD'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/KrancNumericalTools/GenericFD/src THORN=GenericFD USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GenericFD'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GenericFD'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/GenericFD THORN=GenericFD USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GenericFD/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GenericFD/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GenericFD'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn CycleClock
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CycleClock'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Carpet/CycleClock/src THORN=CycleClock USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CycleClock'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CycleClock'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/CycleClock THORN=CycleClock USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CycleClock/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CycleClock/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CycleClock'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn Vectors
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Vectors'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusUtils/Vectors/src THORN=Vectors USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Vectors'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Vectors'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/Vectors THORN=Vectors USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Vectors/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Vectors/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Vectors'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn LoopControl
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LoopControl'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Carpet/LoopControl/src THORN=LoopControl USESTHORNS="CycleClock Vectors hwloc" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LoopControl'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LoopControl'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/LoopControl THORN=LoopControl USESTHORNS="CycleClock Vectors hwloc" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LoopControl/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LoopControl/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LoopControl'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn CT_Analytic
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CT_Analytic'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CTThorns/CT_Analytic/src THORN=CT_Analytic USESTHORNS="GenericFD LoopControl" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CT_Analytic'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CT_Analytic'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/CT_Analytic THORN=CT_Analytic USESTHORNS="GenericFD LoopControl" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CT_Analytic/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CT_Analytic/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CT_Analytic'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn CarpetLib
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetLib'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Carpet/CarpetLib/src THORN=CarpetLib USESTHORNS="CycleClock LoopControl MPI Vectors" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetLib'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetLib'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/CarpetLib THORN=CarpetLib USESTHORNS="CycleClock LoopControl MPI Vectors" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetLib/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetLib/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetLib'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn IOUtil
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IOUtil'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusBase/IOUtil/src THORN=IOUtil USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IOUtil'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IOUtil'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/IOUtil THORN=IOUtil USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IOUtil/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IOUtil/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IOUtil'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn Timers
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Timers'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Carpet/Timers/src THORN=Timers USESTHORNS="CarpetLib" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Timers'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Timers'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/Timers THORN=Timers USESTHORNS="CarpetLib" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Timers/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Timers/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Timers'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn Carpet
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Carpet'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Carpet/Carpet/src THORN=Carpet USESTHORNS="CarpetLib IOUtil LoopControl MPI Timers" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Carpet'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Carpet'
if [ ! -d LoadBalanceReal/ ] ; then mkdir -p LoadBalanceReal/ ; fi
cd LoadBalanceReal/ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Carpet/Carpet/src/LoadBalanceReal THORN=Carpet USESTHORNS="CarpetLib IOUtil LoopControl MPI Timers" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Carpet/LoadBalanceReal'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Carpet/LoadBalanceReal'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/Carpet THORN=Carpet USESTHORNS="CarpetLib IOUtil LoopControl MPI Timers" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Carpet/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Carpet/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Carpet'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn CT_MultiLevel
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CT_MultiLevel'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CTThorns/CT_MultiLevel/src THORN=CT_MultiLevel USESTHORNS="Carpet MPI" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CT_MultiLevel'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CT_MultiLevel'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/CT_MultiLevel THORN=CT_MultiLevel USESTHORNS="Carpet MPI" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CT_MultiLevel/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CT_MultiLevel/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CT_MultiLevel'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn Fortran
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Fortran'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusBase/Fortran/src THORN=Fortran USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Fortran'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Fortran'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/Fortran THORN=Fortran USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Fortran/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Fortran/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Fortran'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn CalcK
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CalcK'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinAnalysis/CalcK/src THORN=CalcK USESTHORNS="CartGrid3D Fortran" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CalcK'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CalcK'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/CalcK THORN=CalcK USESTHORNS="CartGrid3D Fortran" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CalcK/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CalcK/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CalcK'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn CarpetEvolutionMask
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetEvolutionMask'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Carpet/CarpetEvolutionMask/src THORN=CarpetEvolutionMask USESTHORNS="Carpet" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetEvolutionMask'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetEvolutionMask'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/CarpetEvolutionMask THORN=CarpetEvolutionMask USESTHORNS="Carpet" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetEvolutionMask/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetEvolutionMask/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetEvolutionMask'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn CarpetIOASCII
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetIOASCII'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Carpet/CarpetIOASCII/src THORN=CarpetIOASCII USESTHORNS="Carpet CarpetLib IOUtil" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetIOASCII'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetIOASCII'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/CarpetIOASCII THORN=CarpetIOASCII USESTHORNS="Carpet CarpetLib IOUtil" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetIOASCII/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetIOASCII/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetIOASCII'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn CarpetIOBasic
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetIOBasic'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Carpet/CarpetIOBasic/src THORN=CarpetIOBasic USESTHORNS="Carpet CarpetLib IOUtil" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetIOBasic'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetIOBasic'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/CarpetIOBasic THORN=CarpetIOBasic USESTHORNS="Carpet CarpetLib IOUtil" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetIOBasic/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetIOBasic/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetIOBasic'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn CarpetIOHDF5
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetIOHDF5'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Carpet/CarpetIOHDF5/src THORN=CarpetIOHDF5 USESTHORNS="Carpet CarpetLib HDF5 IOUtil MPI" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetIOHDF5'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetIOHDF5'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/CarpetIOHDF5 THORN=CarpetIOHDF5 USESTHORNS="Carpet CarpetLib HDF5 IOUtil MPI" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetIOHDF5/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetIOHDF5/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetIOHDF5'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn CarpetIOScalar
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetIOScalar'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Carpet/CarpetIOScalar/src THORN=CarpetIOScalar USESTHORNS="Carpet CarpetLib IOUtil" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetIOScalar'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetIOScalar'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/CarpetIOScalar THORN=CarpetIOScalar USESTHORNS="Carpet CarpetLib IOUtil" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetIOScalar/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetIOScalar/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetIOScalar'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn CarpetIntegrateTest
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetIntegrateTest'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Carpet/CarpetIntegrateTest/src THORN=CarpetIntegrateTest USESTHORNS="Carpet" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetIntegrateTest'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetIntegrateTest'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/CarpetIntegrateTest THORN=CarpetIntegrateTest USESTHORNS="Carpet" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetIntegrateTest/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetIntegrateTest/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetIntegrateTest'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn CarpetInterp
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetInterp'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Carpet/CarpetInterp/src THORN=CarpetInterp USESTHORNS="Carpet CarpetLib MPI" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetInterp'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetInterp'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/CarpetInterp THORN=CarpetInterp USESTHORNS="Carpet CarpetLib MPI" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetInterp/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetInterp/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetInterp'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn CarpetInterp2
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetInterp2'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Carpet/CarpetInterp2/src THORN=CarpetInterp2 USESTHORNS="Carpet CarpetLib" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetInterp2'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetInterp2'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/CarpetInterp2 THORN=CarpetInterp2 USESTHORNS="Carpet CarpetLib" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetInterp2/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetInterp2/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetInterp2'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn CarpetMask
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetMask'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Carpet/CarpetMask/src THORN=CarpetMask USESTHORNS="LoopControl" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetMask'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetMask'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/CarpetMask THORN=CarpetMask USESTHORNS="LoopControl" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetMask/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetMask/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetMask'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn CarpetProlongateTest
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetProlongateTest'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Carpet/CarpetProlongateTest/src THORN=CarpetProlongateTest USESTHORNS="Fortran" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetProlongateTest'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetProlongateTest'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/CarpetProlongateTest THORN=CarpetProlongateTest USESTHORNS="Fortran" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetProlongateTest/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetProlongateTest/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetProlongateTest'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn CarpetReduce
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetReduce'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Carpet/CarpetReduce/src THORN=CarpetReduce USESTHORNS="Carpet CarpetLib LoopControl MPI" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetReduce'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetReduce'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/CarpetReduce THORN=CarpetReduce USESTHORNS="Carpet CarpetLib LoopControl MPI" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetReduce/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetReduce/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetReduce'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn CarpetRegrid
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetRegrid'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Carpet/CarpetRegrid/src THORN=CarpetRegrid USESTHORNS="Carpet CarpetLib" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetRegrid'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetRegrid'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/CarpetRegrid THORN=CarpetRegrid USESTHORNS="Carpet CarpetLib" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetRegrid/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetRegrid/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetRegrid'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn CarpetRegrid2
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetRegrid2'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Carpet/CarpetRegrid2/src THORN=CarpetRegrid2 USESTHORNS="Carpet CarpetLib" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetRegrid2'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetRegrid2'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/CarpetRegrid2 THORN=CarpetRegrid2 USESTHORNS="Carpet CarpetLib" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetRegrid2/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetRegrid2/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetRegrid2'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn CarpetRegridTest
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetRegridTest'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Carpet/CarpetRegridTest/src THORN=CarpetRegridTest USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetRegridTest'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetRegridTest'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/CarpetRegridTest THORN=CarpetRegridTest USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetRegridTest/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetRegridTest/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetRegridTest'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn CarpetSlab
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetSlab'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Carpet/CarpetSlab/src THORN=CarpetSlab USESTHORNS="Carpet CarpetLib" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetSlab'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetSlab'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/CarpetSlab THORN=CarpetSlab USESTHORNS="Carpet CarpetLib" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetSlab/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetSlab/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetSlab'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn CarpetTracker
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetTracker'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Carpet/CarpetTracker/src THORN=CarpetTracker USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetTracker'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetTracker'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/CarpetTracker THORN=CarpetTracker USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetTracker/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetTracker/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CarpetTracker'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn Cartoon2D
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Cartoon2D'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusNumerical/Cartoon2D/src THORN=Cartoon2D USESTHORNS="SpaceMask" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Cartoon2D'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Cartoon2D'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/Cartoon2D THORN=Cartoon2D USESTHORNS="SpaceMask" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Cartoon2D/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Cartoon2D/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Cartoon2D'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn Constants
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Constants'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinBase/Constants/src THORN=Constants USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Constants'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Constants'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/Constants THORN=Constants USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Constants/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Constants/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Constants'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn Convert_to_HydroBase
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Convert_to_HydroBase'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/WVUThorns/Convert_to_HydroBase/src THORN=Convert_to_HydroBase USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Convert_to_HydroBase'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Convert_to_HydroBase'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/Convert_to_HydroBase THORN=Convert_to_HydroBase USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Convert_to_HydroBase/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Convert_to_HydroBase/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Convert_to_HydroBase'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn CoordGauge
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CoordGauge'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinBase/CoordGauge/src THORN=CoordGauge USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CoordGauge'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CoordGauge'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/CoordGauge THORN=CoordGauge USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CoordGauge/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CoordGauge/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CoordGauge'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn LAPACK
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LAPACK'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/ExternalLibraries/LAPACK/src THORN=LAPACK USESTHORNS="BLAS" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LAPACK'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LAPACK'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/LAPACK THORN=LAPACK USESTHORNS="BLAS" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LAPACK/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LAPACK/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LAPACK'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn TGRtensor
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TGRtensor'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinUtils/TGRtensor/src THORN=TGRtensor USESTHORNS="LAPACK" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TGRtensor'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TGRtensor'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/TGRtensor THORN=TGRtensor USESTHORNS="LAPACK" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TGRtensor/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TGRtensor/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TGRtensor'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn TensorTypes
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TensorTypes'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusNumerical/TensorTypes/src THORN=TensorTypes USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TensorTypes'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TensorTypes'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/TensorTypes THORN=TensorTypes USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TensorTypes/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TensorTypes/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TensorTypes'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn Coordinates
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Coordinates'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Llama/Coordinates/src THORN=Coordinates USESTHORNS="Carpet TGRtensor TensorTypes" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Coordinates'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Coordinates'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/Coordinates THORN=Coordinates USESTHORNS="Carpet TGRtensor TensorTypes" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Coordinates/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Coordinates/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Coordinates'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn CoordinatesSymmetry
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CoordinatesSymmetry'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Llama/CoordinatesSymmetry/src THORN=CoordinatesSymmetry USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CoordinatesSymmetry'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CoordinatesSymmetry'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/CoordinatesSymmetry THORN=CoordinatesSymmetry USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CoordinatesSymmetry/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CoordinatesSymmetry/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CoordinatesSymmetry'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn DemoInterp
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/DemoInterp'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusExamples/DemoInterp/src THORN=DemoInterp USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/DemoInterp'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/DemoInterp'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/DemoInterp THORN=DemoInterp USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/DemoInterp/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/DemoInterp/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/DemoInterp'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn SphericalSurface
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SphericalSurface'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusNumerical/SphericalSurface/src THORN=SphericalSurface USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SphericalSurface'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SphericalSurface'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/SphericalSurface THORN=SphericalSurface USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SphericalSurface/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SphericalSurface/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SphericalSurface'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn Dissipation
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Dissipation'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusNumerical/Dissipation/src THORN=Dissipation USESTHORNS="SphericalSurface" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Dissipation'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Dissipation'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/Dissipation THORN=Dissipation USESTHORNS="SphericalSurface" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Dissipation/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Dissipation/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Dissipation'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn DistortedBHIVP
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/DistortedBHIVP'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinInitialData/DistortedBHIVP/src THORN=DistortedBHIVP USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/DistortedBHIVP'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/DistortedBHIVP'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/DistortedBHIVP THORN=DistortedBHIVP USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/DistortedBHIVP/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/DistortedBHIVP/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/DistortedBHIVP'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn EHFinder
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EHFinder'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinAnalysis/EHFinder/src THORN=EHFinder USESTHORNS="CartGrid3D" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EHFinder'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EHFinder'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/EHFinder THORN=EHFinder USESTHORNS="CartGrid3D" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EHFinder/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EHFinder/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EHFinder'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn EOS_Base
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EOS_Base'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinBase/EOS_Base/src THORN=EOS_Base USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EOS_Base'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EOS_Base'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/EOS_Base THORN=EOS_Base USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EOS_Base/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EOS_Base/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EOS_Base'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn EOS_Polytrope
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EOS_Polytrope'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinEOS/EOS_Polytrope/src THORN=EOS_Polytrope USESTHORNS="EOS_Base" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EOS_Polytrope'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EOS_Polytrope'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/EOS_Polytrope THORN=EOS_Polytrope USESTHORNS="EOS_Base" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EOS_Polytrope/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EOS_Polytrope/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EOS_Polytrope'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn EOS_Hybrid
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EOS_Hybrid'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinEOS/EOS_Hybrid/src THORN=EOS_Hybrid USESTHORNS="EOS_Base EOS_Polytrope" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EOS_Hybrid'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EOS_Hybrid'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/EOS_Hybrid THORN=EOS_Hybrid USESTHORNS="EOS_Base EOS_Polytrope" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EOS_Hybrid/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EOS_Hybrid/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EOS_Hybrid'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn EOS_IdealFluid
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EOS_IdealFluid'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinEOS/EOS_IdealFluid/src THORN=EOS_IdealFluid USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EOS_IdealFluid'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EOS_IdealFluid'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/EOS_IdealFluid THORN=EOS_IdealFluid USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EOS_IdealFluid/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EOS_IdealFluid/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EOS_IdealFluid'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn EOS_Omni
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EOS_Omni'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinEOS/EOS_Omni/src THORN=EOS_Omni USESTHORNS="HDF5 MPI" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EOS_Omni'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EOS_Omni'
if [ ! -d nuc_eos_cxx/ ] ; then mkdir -p nuc_eos_cxx/ ; fi
cd nuc_eos_cxx/ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinEOS/EOS_Omni/src/nuc_eos_cxx THORN=EOS_Omni USESTHORNS="HDF5 MPI" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EOS_Omni/nuc_eos_cxx'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EOS_Omni/nuc_eos_cxx'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/EOS_Omni THORN=EOS_Omni USESTHORNS="HDF5 MPI" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EOS_Omni/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EOS_Omni/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EOS_Omni'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn EinsteinExact_Test
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EinsteinExact_Test'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinExact/EinsteinExact_Test/src THORN=EinsteinExact_Test USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EinsteinExact_Test'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EinsteinExact_Test'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/EinsteinExact_Test THORN=EinsteinExact_Test USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EinsteinExact_Test/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EinsteinExact_Test/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EinsteinExact_Test'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn EllBase
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EllBase'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusElliptic/EllBase/src THORN=EllBase USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EllBase'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EllBase'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/EllBase THORN=EllBase USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EllBase/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EllBase/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EllBase'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn EllSOR
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EllSOR'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusElliptic/EllSOR/src THORN=EllSOR USESTHORNS="Boundary CartGrid3D" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EllSOR'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EllSOR'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/EllSOR THORN=EllSOR USESTHORNS="Boundary CartGrid3D" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EllSOR/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EllSOR/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/EllSOR'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn Exact
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Exact'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinInitialData/Exact/src THORN=Exact USESTHORNS="CoordGauge" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Exact'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Exact'
if [ ! -d metrics/ ] ; then mkdir -p metrics/ ; fi
cd metrics/ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinInitialData/Exact/src/metrics THORN=Exact USESTHORNS="CoordGauge" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Exact/metrics'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Exact/metrics'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/Exact THORN=Exact USESTHORNS="CoordGauge" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Exact/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Exact/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Exact'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn Extract
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Extract'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinAnalysis/Extract/src THORN=Extract USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Extract'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Extract'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/Extract THORN=Extract USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Extract/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Extract/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Extract'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn FFTW3
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/FFTW3'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/ExternalLibraries/FFTW3/src THORN=FFTW3 USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/FFTW3'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/FFTW3'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/FFTW3 THORN=FFTW3 USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/FFTW3/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/FFTW3/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/FFTW3'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn FishboneMoncriefID
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/FishboneMoncriefID'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/WVUThorns/FishboneMoncriefID/src THORN=FishboneMoncriefID USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/FishboneMoncriefID'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/FishboneMoncriefID'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/FishboneMoncriefID THORN=FishboneMoncriefID USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/FishboneMoncriefID/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/FishboneMoncriefID/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/FishboneMoncriefID'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn FleshInfo
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/FleshInfo'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusExamples/FleshInfo/src THORN=FleshInfo USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/FleshInfo'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/FleshInfo'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/FleshInfo THORN=FleshInfo USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/FleshInfo/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/FleshInfo/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/FleshInfo'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn pthreads
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/pthreads'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/ExternalLibraries/pthreads/src THORN=pthreads USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/pthreads'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/pthreads'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/pthreads THORN=pthreads USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/pthreads/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/pthreads/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/pthreads'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn Formaline
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Formaline'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusUtils/Formaline/src THORN=Formaline USESTHORNS="MPI pthreads" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Formaline'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Formaline'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/Formaline THORN=Formaline USESTHORNS="MPI pthreads" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Formaline/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Formaline/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Formaline'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn GRHydro
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GRHydro'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinEvolve/GRHydro/src THORN=GRHydro USESTHORNS="Boundary Carpet CartGrid3D EOS_Omni EOS_Polytrope SpaceMask" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GRHydro'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GRHydro'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/GRHydro THORN=GRHydro USESTHORNS="Boundary Carpet CartGrid3D EOS_Omni EOS_Polytrope SpaceMask" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GRHydro/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GRHydro/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GRHydro'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn GRHydro_InitData
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GRHydro_InitData'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinEvolve/GRHydro_InitData/src THORN=GRHydro_InitData USESTHORNS="EOS_Omni Fortran" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GRHydro_InitData'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GRHydro_InitData'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/GRHydro_InitData THORN=GRHydro_InitData USESTHORNS="EOS_Omni Fortran" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GRHydro_InitData/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GRHydro_InitData/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GRHydro_InitData'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn GSL
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GSL'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/ExternalLibraries/GSL/src THORN=GSL USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GSL'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GSL'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/GSL THORN=GSL USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GSL/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GSL/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GSL'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn GaugeWave
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GaugeWave'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinExact/GaugeWave/src THORN=GaugeWave USESTHORNS="GenericFD LoopControl" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GaugeWave'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GaugeWave'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/GaugeWave THORN=GaugeWave USESTHORNS="GenericFD LoopControl" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GaugeWave/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GaugeWave/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GaugeWave'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn GiRaFFE
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GiRaFFE'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/WVUThorns/GiRaFFE/src THORN=GiRaFFE USESTHORNS="Boundary CartGrid3D SpaceMask" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GiRaFFE'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GiRaFFE'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/GiRaFFE THORN=GiRaFFE USESTHORNS="Boundary CartGrid3D SpaceMask" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GiRaFFE/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GiRaFFE/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GiRaFFE'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn GiRaFFE_to_HydroBase
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GiRaFFE_to_HydroBase'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/WVUThorns/GiRaFFE_to_HydroBase/src THORN=GiRaFFE_to_HydroBase USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GiRaFFE_to_HydroBase'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GiRaFFE_to_HydroBase'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/GiRaFFE_to_HydroBase THORN=GiRaFFE_to_HydroBase USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GiRaFFE_to_HydroBase/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GiRaFFE_to_HydroBase/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GiRaFFE_to_HydroBase'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn ShiftedKerrSchild
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ShiftedKerrSchild'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/WVUThorns/ShiftedKerrSchild/src THORN=ShiftedKerrSchild USESTHORNS="Boundary CartGrid3D GiRaFFE" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ShiftedKerrSchild'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ShiftedKerrSchild'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/ShiftedKerrSchild THORN=ShiftedKerrSchild USESTHORNS="Boundary CartGrid3D GiRaFFE" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ShiftedKerrSchild/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ShiftedKerrSchild/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ShiftedKerrSchild'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn GiRaFFEfood
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GiRaFFEfood'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/WVUThorns/GiRaFFEfood/src THORN=GiRaFFEfood USESTHORNS="Boundary CartGrid3D GSL ShiftedKerrSchild SpaceMask" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GiRaFFEfood'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GiRaFFEfood'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/GiRaFFEfood THORN=GiRaFFEfood USESTHORNS="Boundary CartGrid3D GSL ShiftedKerrSchild SpaceMask" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GiRaFFEfood/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GiRaFFEfood/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GiRaFFEfood'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn GlobalDerivative
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GlobalDerivative'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Llama/GlobalDerivative/src THORN=GlobalDerivative USESTHORNS="SummationByParts" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GlobalDerivative'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GlobalDerivative'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/GlobalDerivative THORN=GlobalDerivative USESTHORNS="SummationByParts" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GlobalDerivative/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GlobalDerivative/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/GlobalDerivative'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn Socket
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Socket'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusConnect/Socket/src THORN=Socket USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Socket'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Socket'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/Socket THORN=Socket USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Socket/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Socket/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Socket'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn HTTPD
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/HTTPD'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusConnect/HTTPD/src THORN=HTTPD USESTHORNS="MPI Socket pthreads" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/HTTPD'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/HTTPD'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/HTTPD THORN=HTTPD USESTHORNS="MPI Socket pthreads" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/HTTPD/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/HTTPD/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/HTTPD'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn HTTPDExtra
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/HTTPDExtra'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusConnect/HTTPDExtra/src THORN=HTTPDExtra USESTHORNS="HTTPD IOUtil MPI" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/HTTPDExtra'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/HTTPDExtra'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/HTTPDExtra THORN=HTTPDExtra USESTHORNS="HTTPD IOUtil MPI" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/HTTPDExtra/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/HTTPDExtra/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/HTTPDExtra'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn HelloWorld
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/HelloWorld'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusExamples/HelloWorld/src THORN=HelloWorld USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/HelloWorld'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/HelloWorld'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/HelloWorld THORN=HelloWorld USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/HelloWorld/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/HelloWorld/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/HelloWorld'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn HighOrderWaveTest
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/HighOrderWaveTest'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Carpet/HighOrderWaveTest/src THORN=HighOrderWaveTest USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/HighOrderWaveTest'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/HighOrderWaveTest'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/HighOrderWaveTest THORN=HighOrderWaveTest USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/HighOrderWaveTest/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/HighOrderWaveTest/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/HighOrderWaveTest'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn HydroBase
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/HydroBase'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinBase/HydroBase/src THORN=HydroBase USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/HydroBase'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/HydroBase'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/HydroBase THORN=HydroBase USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/HydroBase/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/HydroBase/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/HydroBase'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn Hydro_Analysis
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Hydro_Analysis'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinAnalysis/Hydro_Analysis/src THORN=Hydro_Analysis USESTHORNS="Fortran LoopControl" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Hydro_Analysis'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Hydro_Analysis'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/Hydro_Analysis THORN=Hydro_Analysis USESTHORNS="Fortran LoopControl" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Hydro_Analysis/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Hydro_Analysis/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Hydro_Analysis'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn Hydro_InitExcision
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Hydro_InitExcision'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinInitialData/Hydro_InitExcision/src THORN=Hydro_InitExcision USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Hydro_InitExcision'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Hydro_InitExcision'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/Hydro_InitExcision THORN=Hydro_InitExcision USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Hydro_InitExcision/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Hydro_InitExcision/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Hydro_InitExcision'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn Hydro_RNSID
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Hydro_RNSID'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinInitialData/Hydro_RNSID/src THORN=Hydro_RNSID USESTHORNS="Boundary CartGrid3D EOS_Base HDF5 MPI SpaceMask" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Hydro_RNSID'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Hydro_RNSID'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/Hydro_RNSID THORN=Hydro_RNSID USESTHORNS="Boundary CartGrid3D EOS_Base HDF5 MPI SpaceMask" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Hydro_RNSID/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Hydro_RNSID/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Hydro_RNSID'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn IDAnalyticBH
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDAnalyticBH'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinInitialData/IDAnalyticBH/src THORN=IDAnalyticBH USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDAnalyticBH'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDAnalyticBH'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/IDAnalyticBH THORN=IDAnalyticBH USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDAnalyticBH/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDAnalyticBH/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDAnalyticBH'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn IDAxiBrillBH
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDAxiBrillBH'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinInitialData/IDAxiBrillBH/src THORN=IDAxiBrillBH USESTHORNS="Fortran" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDAxiBrillBH'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDAxiBrillBH'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/IDAxiBrillBH THORN=IDAxiBrillBH USESTHORNS="Fortran" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDAxiBrillBH/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDAxiBrillBH/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDAxiBrillBH'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn IDAxiOddBrillBH
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDAxiOddBrillBH'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinInitialData/IDAxiOddBrillBH/src THORN=IDAxiOddBrillBH USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDAxiOddBrillBH'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDAxiOddBrillBH'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/IDAxiOddBrillBH THORN=IDAxiOddBrillBH USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDAxiOddBrillBH/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDAxiOddBrillBH/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDAxiOddBrillBH'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn IDBrillData
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDBrillData'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinInitialData/IDBrillData/src THORN=IDBrillData USESTHORNS="CartGrid3D" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDBrillData'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDBrillData'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/IDBrillData THORN=IDBrillData USESTHORNS="CartGrid3D" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDBrillData/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDBrillData/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDBrillData'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn IDConstraintViolate
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDConstraintViolate'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinInitialData/IDConstraintViolate/src THORN=IDConstraintViolate USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDConstraintViolate'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDConstraintViolate'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/IDConstraintViolate THORN=IDConstraintViolate USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDConstraintViolate/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDConstraintViolate/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDConstraintViolate'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn IDFileADM
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDFileADM'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinInitialData/IDFileADM/src THORN=IDFileADM USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDFileADM'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDFileADM'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/IDFileADM THORN=IDFileADM USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDFileADM/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDFileADM/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDFileADM'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn IDLinearWaves
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDLinearWaves'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinInitialData/IDLinearWaves/src THORN=IDLinearWaves USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDLinearWaves'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDLinearWaves'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/IDLinearWaves THORN=IDLinearWaves USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDLinearWaves/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDLinearWaves/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDLinearWaves'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn IDScalarWave
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDScalarWave'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusWave/IDScalarWave/src THORN=IDScalarWave USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDScalarWave'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDScalarWave'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/IDScalarWave THORN=IDScalarWave USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDScalarWave/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDScalarWave/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDScalarWave'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn IDScalarWaveC
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDScalarWaveC'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusWave/IDScalarWaveC/src THORN=IDScalarWaveC USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDScalarWaveC'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDScalarWaveC'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/IDScalarWaveC THORN=IDScalarWaveC USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDScalarWaveC/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDScalarWaveC/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDScalarWaveC'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn IDScalarWaveCXX
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDScalarWaveCXX'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusWave/IDScalarWaveCXX/src THORN=IDScalarWaveCXX USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDScalarWaveCXX'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDScalarWaveCXX'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/IDScalarWaveCXX THORN=IDScalarWaveCXX USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDScalarWaveCXX/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDScalarWaveCXX/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDScalarWaveCXX'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn IDScalarWaveElliptic
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDScalarWaveElliptic'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusWave/IDScalarWaveElliptic/src THORN=IDScalarWaveElliptic USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDScalarWaveElliptic'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDScalarWaveElliptic'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/IDScalarWaveElliptic THORN=IDScalarWaveElliptic USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDScalarWaveElliptic/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDScalarWaveElliptic/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDScalarWaveElliptic'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn IDWaveMoL
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDWaveMoL'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusExamples/IDWaveMoL/src THORN=IDWaveMoL USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDWaveMoL'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDWaveMoL'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/IDWaveMoL THORN=IDWaveMoL USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDWaveMoL/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDWaveMoL/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IDWaveMoL'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn ID_converter_GiRaFFE
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ID_converter_GiRaFFE'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/WVUThorns/ID_converter_GiRaFFE/src THORN=ID_converter_GiRaFFE USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ID_converter_GiRaFFE'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ID_converter_GiRaFFE'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/ID_converter_GiRaFFE THORN=ID_converter_GiRaFFE USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ID_converter_GiRaFFE/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ID_converter_GiRaFFE/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ID_converter_GiRaFFE'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn ID_converter_ILGRMHD
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ID_converter_ILGRMHD'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/WVUThorns/ID_converter_ILGRMHD/src THORN=ID_converter_ILGRMHD USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ID_converter_ILGRMHD'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ID_converter_ILGRMHD'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/ID_converter_ILGRMHD THORN=ID_converter_ILGRMHD USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ID_converter_ILGRMHD/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ID_converter_ILGRMHD/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ID_converter_ILGRMHD'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn IOASCII
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IOASCII'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusBase/IOASCII/src THORN=IOASCII USESTHORNS="IOUtil IOUtil" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IOASCII'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IOASCII'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/IOASCII THORN=IOASCII USESTHORNS="IOUtil IOUtil" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IOASCII/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IOASCII/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IOASCII'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn IOBasic
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IOBasic'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusBase/IOBasic/src THORN=IOBasic USESTHORNS="IOUtil IOUtil" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IOBasic'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IOBasic'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/IOBasic THORN=IOBasic USESTHORNS="IOUtil IOUtil" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IOBasic/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IOBasic/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IOBasic'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn PUGH
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/PUGH'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusPUGH/PUGH/src THORN=PUGH USESTHORNS="MPI Vectors" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/PUGH'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/PUGH'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/PUGH THORN=PUGH USESTHORNS="MPI Vectors" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/PUGH/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/PUGH/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/PUGH'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn IOHDF5Util
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IOHDF5Util'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusPUGHIO/IOHDF5Util/src THORN=IOHDF5Util USESTHORNS="HDF5 IOUtil MPI PUGH" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IOHDF5Util'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IOHDF5Util'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/IOHDF5Util THORN=IOHDF5Util USESTHORNS="HDF5 IOUtil MPI PUGH" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IOHDF5Util/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IOHDF5Util/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IOHDF5Util'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn IOHDF5
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IOHDF5'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusPUGHIO/IOHDF5/src THORN=IOHDF5 USESTHORNS="HDF5 IOHDF5Util IOUtil MPI PUGH" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IOHDF5'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IOHDF5'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/IOHDF5 THORN=IOHDF5 USESTHORNS="HDF5 IOHDF5Util IOUtil MPI PUGH" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IOHDF5/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IOHDF5/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IOHDF5'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn libjpeg
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/libjpeg'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/ExternalLibraries/libjpeg/src THORN=libjpeg USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/libjpeg'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/libjpeg'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/libjpeg THORN=libjpeg USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/libjpeg/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/libjpeg/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/libjpeg'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn IOJpeg
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IOJpeg'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusIO/IOJpeg/src THORN=IOJpeg USESTHORNS="libjpeg" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IOJpeg'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IOJpeg'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/IOJpeg THORN=IOJpeg USESTHORNS="libjpeg" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IOJpeg/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IOJpeg/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IOJpeg'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn IllinoisGRMHD
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IllinoisGRMHD'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/WVUThorns/IllinoisGRMHD/src THORN=IllinoisGRMHD USESTHORNS="Boundary CartGrid3D EOS_Omni SpaceMask" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IllinoisGRMHD'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IllinoisGRMHD'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/IllinoisGRMHD THORN=IllinoisGRMHD USESTHORNS="Boundary CartGrid3D EOS_Omni SpaceMask" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IllinoisGRMHD/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IllinoisGRMHD/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/IllinoisGRMHD'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn InitBase
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/InitBase'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusBase/InitBase/src THORN=InitBase USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/InitBase'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/InitBase'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/InitBase THORN=InitBase USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/InitBase/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/InitBase/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/InitBase'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn InterpToArray
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/InterpToArray'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusNumerical/InterpToArray/src THORN=InterpToArray USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/InterpToArray'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/InterpToArray'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/InterpToArray THORN=InterpToArray USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/InterpToArray/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/InterpToArray/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/InterpToArray'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn Interpolate2
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Interpolate2'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Llama/Interpolate2/src THORN=Interpolate2 USESTHORNS="Carpet CarpetInterp2 LAPACK LoopControl TGRtensor" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Interpolate2'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Interpolate2'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/Interpolate2 THORN=Interpolate2 USESTHORNS="Carpet CarpetInterp2 LAPACK LoopControl TGRtensor" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Interpolate2/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Interpolate2/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Interpolate2'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn KerrSchild
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/KerrSchild'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinExact/KerrSchild/src THORN=KerrSchild USESTHORNS="GenericFD LoopControl" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/KerrSchild'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/KerrSchild'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/KerrSchild THORN=KerrSchild USESTHORNS="GenericFD LoopControl" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/KerrSchild/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/KerrSchild/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/KerrSchild'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn LORENE
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LORENE'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/ExternalLibraries/LORENE/src THORN=LORENE USESTHORNS="BLAS GSL LAPACK" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LORENE'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LORENE'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/LORENE THORN=LORENE USESTHORNS="BLAS GSL LAPACK" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LORENE/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LORENE/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LORENE'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn LeanBSSNMoL
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LeanBSSNMoL'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Lean/LeanBSSNMoL/src THORN=LeanBSSNMoL USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LeanBSSNMoL'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LeanBSSNMoL'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/LeanBSSNMoL THORN=LeanBSSNMoL USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LeanBSSNMoL/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LeanBSSNMoL/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LeanBSSNMoL'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn LlamaWaveToy
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LlamaWaveToy'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Llama/LlamaWaveToy/src THORN=LlamaWaveToy USESTHORNS="Fortran LAPACK TGRtensor" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LlamaWaveToy'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LlamaWaveToy'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/LlamaWaveToy THORN=LlamaWaveToy USESTHORNS="Fortran LAPACK TGRtensor" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LlamaWaveToy/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LlamaWaveToy/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LlamaWaveToy'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn LocalInterp
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LocalInterp'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusNumerical/LocalInterp/src THORN=LocalInterp USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LocalInterp'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LocalInterp'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/LocalInterp THORN=LocalInterp USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LocalInterp/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LocalInterp/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LocalInterp'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn LocalInterp2
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LocalInterp2'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusNumerical/LocalInterp2/src THORN=LocalInterp2 USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LocalInterp2'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LocalInterp2'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/LocalInterp2 THORN=LocalInterp2 USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LocalInterp2/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LocalInterp2/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LocalInterp2'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn LocalReduce
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LocalReduce'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusNumerical/LocalReduce/src THORN=LocalReduce USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LocalReduce'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LocalReduce'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/LocalReduce THORN=LocalReduce USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LocalReduce/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LocalReduce/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/LocalReduce'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn ML_ADMConstraints
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_ADMConstraints'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/McLachlan/ML_ADMConstraints/src THORN=ML_ADMConstraints USESTHORNS="GenericFD LoopControl" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_ADMConstraints'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_ADMConstraints'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/ML_ADMConstraints THORN=ML_ADMConstraints USESTHORNS="GenericFD LoopControl" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_ADMConstraints/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_ADMConstraints/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_ADMConstraints'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn ML_ADMQuantities
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_ADMQuantities'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/McLachlan/ML_ADMQuantities/src THORN=ML_ADMQuantities USESTHORNS="GenericFD LoopControl" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_ADMQuantities'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_ADMQuantities'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/ML_ADMQuantities THORN=ML_ADMQuantities USESTHORNS="GenericFD LoopControl" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_ADMQuantities/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_ADMQuantities/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_ADMQuantities'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn ML_BSSN
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_BSSN'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/McLachlan/ML_BSSN/src THORN=ML_BSSN USESTHORNS="GenericFD LoopControl Vectors" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_BSSN'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_BSSN'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/ML_BSSN THORN=ML_BSSN USESTHORNS="GenericFD LoopControl Vectors" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_BSSN/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_BSSN/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_BSSN'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn ML_BSSN_Helper
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_BSSN_Helper'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/McLachlan/ML_BSSN_Helper/src THORN=ML_BSSN_Helper USESTHORNS="CartGrid3D CoordGauge" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_BSSN_Helper'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_BSSN_Helper'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/ML_BSSN_Helper THORN=ML_BSSN_Helper USESTHORNS="CartGrid3D CoordGauge" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_BSSN_Helper/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_BSSN_Helper/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_BSSN_Helper'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn ML_BSSN_Test
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_BSSN_Test'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/McLachlan/ML_BSSN_Test/src THORN=ML_BSSN_Test USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_BSSN_Test'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_BSSN_Test'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/ML_BSSN_Test THORN=ML_BSSN_Test USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_BSSN_Test/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_BSSN_Test/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_BSSN_Test'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn ML_CCZ4
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_CCZ4'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/McLachlan/ML_CCZ4/src THORN=ML_CCZ4 USESTHORNS="GenericFD LoopControl Vectors" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_CCZ4'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_CCZ4'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/ML_CCZ4 THORN=ML_CCZ4 USESTHORNS="GenericFD LoopControl Vectors" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_CCZ4/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_CCZ4/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_CCZ4'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn ML_CCZ4_Helper
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_CCZ4_Helper'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/McLachlan/ML_CCZ4_Helper/src THORN=ML_CCZ4_Helper USESTHORNS="CartGrid3D CoordGauge" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_CCZ4_Helper'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_CCZ4_Helper'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/ML_CCZ4_Helper THORN=ML_CCZ4_Helper USESTHORNS="CartGrid3D CoordGauge" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_CCZ4_Helper/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_CCZ4_Helper/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_CCZ4_Helper'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn ML_CCZ4_Test
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_CCZ4_Test'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/McLachlan/ML_CCZ4_Test/src THORN=ML_CCZ4_Test USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_CCZ4_Test'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_CCZ4_Test'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/ML_CCZ4_Test THORN=ML_CCZ4_Test USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_CCZ4_Test/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_CCZ4_Test/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_CCZ4_Test'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn ML_WaveToy
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_WaveToy'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/McLachlan/ML_WaveToy/src THORN=ML_WaveToy USESTHORNS="GenericFD LoopControl Vectors" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_WaveToy'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_WaveToy'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/ML_WaveToy THORN=ML_WaveToy USESTHORNS="GenericFD LoopControl Vectors" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_WaveToy/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_WaveToy/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_WaveToy'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn ML_WaveToy_Test
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_WaveToy_Test'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/McLachlan/ML_WaveToy_Test/src THORN=ML_WaveToy_Test USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_WaveToy_Test'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_WaveToy_Test'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/ML_WaveToy_Test THORN=ML_WaveToy_Test USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_WaveToy_Test/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_WaveToy_Test/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ML_WaveToy_Test'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn MemSpeed
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/MemSpeed'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusUtils/MemSpeed/src THORN=MemSpeed USESTHORNS="MPI Vectors" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/MemSpeed'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/MemSpeed'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/MemSpeed THORN=MemSpeed USESTHORNS="MPI Vectors" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/MemSpeed/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/MemSpeed/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/MemSpeed'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn Meudon_Bin_BH
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Meudon_Bin_BH'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinInitialData/Meudon_Bin_BH/src THORN=Meudon_Bin_BH USESTHORNS="LORENE" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Meudon_Bin_BH'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Meudon_Bin_BH'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/Meudon_Bin_BH THORN=Meudon_Bin_BH USESTHORNS="LORENE" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Meudon_Bin_BH/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Meudon_Bin_BH/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Meudon_Bin_BH'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn Meudon_Bin_NS
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Meudon_Bin_NS'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinInitialData/Meudon_Bin_NS/src THORN=Meudon_Bin_NS USESTHORNS="LORENE" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Meudon_Bin_NS'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Meudon_Bin_NS'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/Meudon_Bin_NS THORN=Meudon_Bin_NS USESTHORNS="LORENE" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Meudon_Bin_NS/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Meudon_Bin_NS/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Meudon_Bin_NS'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn Meudon_Mag_NS
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Meudon_Mag_NS'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinInitialData/Meudon_Mag_NS/src THORN=Meudon_Mag_NS USESTHORNS="LORENE" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Meudon_Mag_NS'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Meudon_Mag_NS'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/Meudon_Mag_NS THORN=Meudon_Mag_NS USESTHORNS="LORENE" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Meudon_Mag_NS/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Meudon_Mag_NS/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Meudon_Mag_NS'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn Minkowski
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Minkowski'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinExact/Minkowski/src THORN=Minkowski USESTHORNS="GenericFD LoopControl" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Minkowski'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Minkowski'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/Minkowski THORN=Minkowski USESTHORNS="GenericFD LoopControl" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Minkowski/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Minkowski/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Minkowski'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn MoL
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/MoL'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusNumerical/MoL/src THORN=MoL USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/MoL'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/MoL'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/MoL THORN=MoL USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/MoL/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/MoL/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/MoL'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn ModifiedSchwarzschildBL
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ModifiedSchwarzschildBL'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinExact/ModifiedSchwarzschildBL/src THORN=ModifiedSchwarzschildBL USESTHORNS="GenericFD LoopControl" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ModifiedSchwarzschildBL'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ModifiedSchwarzschildBL'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/ModifiedSchwarzschildBL THORN=ModifiedSchwarzschildBL USESTHORNS="GenericFD LoopControl" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ModifiedSchwarzschildBL/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ModifiedSchwarzschildBL/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ModifiedSchwarzschildBL'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn Multipole
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Multipole'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinAnalysis/Multipole/src THORN=Multipole USESTHORNS="HDF5" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Multipole'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Multipole'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/Multipole THORN=Multipole USESTHORNS="HDF5" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Multipole/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Multipole/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Multipole'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn NPScalars
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NPScalars'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Lean/NPScalars/src THORN=NPScalars USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NPScalars'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NPScalars'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/NPScalars THORN=NPScalars USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NPScalars/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NPScalars/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NPScalars'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn NPScalars_Proca
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NPScalars_Proca'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Proca/NPScalars_Proca/src THORN=NPScalars_Proca USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NPScalars_Proca'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NPScalars_Proca'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/NPScalars_Proca THORN=NPScalars_Proca USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NPScalars_Proca/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NPScalars_Proca/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NPScalars_Proca'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn NaNCatcher
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NaNCatcher'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusUtils/NaNCatcher/src THORN=NaNCatcher USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NaNCatcher'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NaNCatcher'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/NaNCatcher THORN=NaNCatcher USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NaNCatcher/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NaNCatcher/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NaNCatcher'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn NaNChecker
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NaNChecker'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusUtils/NaNChecker/src THORN=NaNChecker USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NaNChecker'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NaNChecker'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/NaNChecker THORN=NaNChecker USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NaNChecker/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NaNChecker/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NaNChecker'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn NewRad
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NewRad'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinEvolve/NewRad/src THORN=NewRad USESTHORNS="GenericFD" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NewRad'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NewRad'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/NewRad THORN=NewRad USESTHORNS="GenericFD" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NewRad/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NewRad/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NewRad'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn Nice
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Nice'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusUtils/Nice/src THORN=Nice USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Nice'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Nice'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/Nice THORN=Nice USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Nice/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Nice/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Nice'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn NoExcision
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NoExcision'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinInitialData/NoExcision/src THORN=NoExcision USESTHORNS="Carpet" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NoExcision'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NoExcision'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/NoExcision THORN=NoExcision USESTHORNS="Carpet" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NoExcision/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NoExcision/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NoExcision'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn NoMPI
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NoMPI'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusUtils/NoMPI/src THORN=NoMPI USESTHORNS="MPI" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NoMPI'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NoMPI'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/NoMPI THORN=NoMPI USESTHORNS="MPI" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NoMPI/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NoMPI/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NoMPI'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn Noise
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Noise'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusNumerical/Noise/src THORN=Noise USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Noise'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Noise'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/Noise THORN=Noise USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Noise/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Noise/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Noise'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn Norms
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Norms'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusNumerical/Norms/src THORN=Norms USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Norms'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Norms'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/Norms THORN=Norms USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Norms/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Norms/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Norms'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn NullDecomp
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullDecomp'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/PITTNullCode/NullDecomp/src THORN=NullDecomp USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullDecomp'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullDecomp'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/NullDecomp THORN=NullDecomp USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullDecomp/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullDecomp/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullDecomp'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn NullGrid
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullGrid'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/PITTNullCode/NullGrid/src THORN=NullGrid USESTHORNS="Fortran" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullGrid'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullGrid'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/NullGrid THORN=NullGrid USESTHORNS="Fortran" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullGrid/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullGrid/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullGrid'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn NullInterp
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullInterp'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/PITTNullCode/NullInterp/src THORN=NullInterp USESTHORNS="Fortran NullGrid" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullInterp'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullInterp'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/NullInterp THORN=NullInterp USESTHORNS="Fortran NullGrid" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullInterp/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullInterp/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullInterp'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn NullEvolve
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullEvolve'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/PITTNullCode/NullEvolve/src THORN=NullEvolve USESTHORNS="Fortran NullDecomp NullGrid NullInterp" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullEvolve'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullEvolve'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/NullEvolve THORN=NullEvolve USESTHORNS="Fortran NullDecomp NullGrid NullInterp" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullEvolve/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullEvolve/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullEvolve'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn NullConstr
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullConstr'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/PITTNullCode/NullConstr/src THORN=NullConstr USESTHORNS="Fortran NullEvolve NullGrid NullInterp" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullConstr'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullConstr'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/NullConstr THORN=NullConstr USESTHORNS="Fortran NullEvolve NullGrid NullInterp" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullConstr/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullConstr/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullConstr'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn NullExact
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullExact'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/PITTNullCode/NullExact/src THORN=NullExact USESTHORNS="Fortran NullEvolve NullGrid NullInterp" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullExact'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullExact'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/NullExact THORN=NullExact USESTHORNS="Fortran NullEvolve NullGrid NullInterp" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullExact/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullExact/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullExact'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn NullNews
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullNews'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/PITTNullCode/NullNews/src THORN=NullNews USESTHORNS="MPI NullDecomp NullGrid NullInterp" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullNews'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullNews'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/NullNews THORN=NullNews USESTHORNS="MPI NullDecomp NullGrid NullInterp" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullNews/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullNews/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullNews'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn NullPsiInt
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullPsiInt'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/PITTNullCode/NullPsiInt/src THORN=NullPsiInt USESTHORNS="Fortran NullGrid NullNews" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullPsiInt'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullPsiInt'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/NullPsiInt THORN=NullPsiInt USESTHORNS="Fortran NullGrid NullNews" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullPsiInt/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullPsiInt/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullPsiInt'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn NullSHRExtract
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullSHRExtract'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/PITTNullCode/NullSHRExtract/src THORN=NullSHRExtract USESTHORNS="Fortran NullDecomp NullEvolve NullGrid NullInterp" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullSHRExtract'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullSHRExtract'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/NullSHRExtract THORN=NullSHRExtract USESTHORNS="Fortran NullDecomp NullEvolve NullGrid NullInterp" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullSHRExtract/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullSHRExtract/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullSHRExtract'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn NullVars
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullVars'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/PITTNullCode/NullVars/src THORN=NullVars USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullVars'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullVars'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/NullVars THORN=NullVars USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullVars/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullVars/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/NullVars'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn OpenSSL
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/OpenSSL'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/ExternalLibraries/OpenSSL/src THORN=OpenSSL USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/OpenSSL'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/OpenSSL'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/OpenSSL THORN=OpenSSL USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/OpenSSL/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/OpenSSL/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/OpenSSL'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn Outflow
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Outflow'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinAnalysis/Outflow/src THORN=Outflow USESTHORNS="HydroBase" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Outflow'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Outflow'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/Outflow THORN=Outflow USESTHORNS="HydroBase" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Outflow/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Outflow/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Outflow'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn PAPI
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/PAPI'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/ExternalLibraries/PAPI/src THORN=PAPI USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/PAPI'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/PAPI'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/PAPI THORN=PAPI USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/PAPI/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/PAPI/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/PAPI'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn PUGHInterp
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/PUGHInterp'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusPUGH/PUGHInterp/src THORN=PUGHInterp USESTHORNS="MPI PUGH" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/PUGHInterp'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/PUGHInterp'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/PUGHInterp THORN=PUGHInterp USESTHORNS="MPI PUGH" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/PUGHInterp/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/PUGHInterp/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/PUGHInterp'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn PUGHReduce
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/PUGHReduce'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusPUGH/PUGHReduce/src THORN=PUGHReduce USESTHORNS="MPI PUGH" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/PUGHReduce'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/PUGHReduce'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/PUGHReduce THORN=PUGHReduce USESTHORNS="MPI PUGH" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/PUGHReduce/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/PUGHReduce/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/PUGHReduce'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn PUGHSlab
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/PUGHSlab'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusPUGH/PUGHSlab/src THORN=PUGHSlab USESTHORNS="MPI PUGH" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/PUGHSlab'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/PUGHSlab'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/PUGHSlab THORN=PUGHSlab USESTHORNS="MPI PUGH" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/PUGHSlab/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/PUGHSlab/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/PUGHSlab'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn Slab
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Slab'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusNumerical/Slab/src THORN=Slab USESTHORNS="LoopControl MPI" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Slab'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Slab'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/Slab THORN=Slab USESTHORNS="LoopControl MPI" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Slab/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Slab/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Slab'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn Periodic
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Periodic'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusNumerical/Periodic/src THORN=Periodic USESTHORNS="Slab" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Periodic'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Periodic'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/Periodic THORN=Periodic USESTHORNS="Slab" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Periodic/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Periodic/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Periodic'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn PeriodicCarpet
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/PeriodicCarpet'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Carpet/PeriodicCarpet/src THORN=PeriodicCarpet USESTHORNS="Carpet CarpetLib" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/PeriodicCarpet'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/PeriodicCarpet'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/PeriodicCarpet THORN=PeriodicCarpet USESTHORNS="Carpet CarpetLib" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/PeriodicCarpet/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/PeriodicCarpet/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/PeriodicCarpet'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn TATelliptic
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TATelliptic'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusElliptic/TATelliptic/src THORN=TATelliptic USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TATelliptic'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TATelliptic'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/TATelliptic THORN=TATelliptic USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TATelliptic/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TATelliptic/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TATelliptic'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn Poisson
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Poisson'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusExamples/Poisson/src THORN=Poisson USESTHORNS="Boundary Carpet CartGrid3D TATelliptic" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Poisson'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Poisson'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/Poisson THORN=Poisson USESTHORNS="Boundary Carpet CartGrid3D TATelliptic" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Poisson/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Poisson/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Poisson'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn ProcaBase
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ProcaBase'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Proca/ProcaBase/src THORN=ProcaBase USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ProcaBase'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ProcaBase'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/ProcaBase THORN=ProcaBase USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ProcaBase/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ProcaBase/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ProcaBase'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn ProcaEvolve
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ProcaEvolve'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Proca/ProcaEvolve/src THORN=ProcaEvolve USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ProcaEvolve'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ProcaEvolve'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/ProcaEvolve THORN=ProcaEvolve USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ProcaEvolve/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ProcaEvolve/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ProcaEvolve'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn Proca_simpleID
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Proca_simpleID'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Proca/Proca_simpleID/src THORN=Proca_simpleID USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Proca_simpleID'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Proca_simpleID'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/Proca_simpleID THORN=Proca_simpleID USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Proca_simpleID/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Proca_simpleID/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Proca_simpleID'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn PunctureTracker
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/PunctureTracker'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinAnalysis/PunctureTracker/src THORN=PunctureTracker USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/PunctureTracker'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/PunctureTracker'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/PunctureTracker THORN=PunctureTracker USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/PunctureTracker/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/PunctureTracker/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/PunctureTracker'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn QuasiLocalMeasures
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/QuasiLocalMeasures'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinAnalysis/QuasiLocalMeasures/src THORN=QuasiLocalMeasures USESTHORNS="Boundary Fortran LAPACK MPI TGRtensor" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/QuasiLocalMeasures'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/QuasiLocalMeasures'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/QuasiLocalMeasures THORN=QuasiLocalMeasures USESTHORNS="Boundary Fortran LAPACK MPI TGRtensor" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/QuasiLocalMeasures/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/QuasiLocalMeasures/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/QuasiLocalMeasures'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn ReadInterpolate
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ReadInterpolate'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinInitialData/ReadInterpolate/src THORN=ReadInterpolate USESTHORNS="Carpet Carpet HDF5 IOUtil IOUtil" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ReadInterpolate'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ReadInterpolate'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/ReadInterpolate THORN=ReadInterpolate USESTHORNS="Carpet Carpet HDF5 IOUtil IOUtil" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ReadInterpolate/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ReadInterpolate/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ReadInterpolate'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn ReductionTest
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ReductionTest'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Carpet/ReductionTest/src THORN=ReductionTest USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ReductionTest'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ReductionTest'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/ReductionTest THORN=ReductionTest USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ReductionTest/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ReductionTest/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ReductionTest'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn ReductionTest2
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ReductionTest2'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Carpet/ReductionTest2/src THORN=ReductionTest2 USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ReductionTest2'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ReductionTest2'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/ReductionTest2 THORN=ReductionTest2 USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ReductionTest2/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ReductionTest2/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ReductionTest2'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn ReductionTest3
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ReductionTest3'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Carpet/ReductionTest3/src THORN=ReductionTest3 USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ReductionTest3'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ReductionTest3'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/ReductionTest3 THORN=ReductionTest3 USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ReductionTest3/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ReductionTest3/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ReductionTest3'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn ReflectionSymmetry
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ReflectionSymmetry'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusNumerical/ReflectionSymmetry/src THORN=ReflectionSymmetry USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ReflectionSymmetry'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ReflectionSymmetry'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/ReflectionSymmetry THORN=ReflectionSymmetry USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ReflectionSymmetry/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ReflectionSymmetry/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ReflectionSymmetry'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn RegridSyncTest
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/RegridSyncTest'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Carpet/RegridSyncTest/src THORN=RegridSyncTest USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/RegridSyncTest'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/RegridSyncTest'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/RegridSyncTest THORN=RegridSyncTest USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/RegridSyncTest/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/RegridSyncTest/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/RegridSyncTest'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn RotatingDBHIVP
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/RotatingDBHIVP'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinInitialData/RotatingDBHIVP/src THORN=RotatingDBHIVP USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/RotatingDBHIVP'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/RotatingDBHIVP'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/RotatingDBHIVP THORN=RotatingDBHIVP USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/RotatingDBHIVP/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/RotatingDBHIVP/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/RotatingDBHIVP'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn RotatingSymmetry180
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/RotatingSymmetry180'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusNumerical/RotatingSymmetry180/src THORN=RotatingSymmetry180 USESTHORNS="Slab" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/RotatingSymmetry180'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/RotatingSymmetry180'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/RotatingSymmetry180 THORN=RotatingSymmetry180 USESTHORNS="Slab" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/RotatingSymmetry180/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/RotatingSymmetry180/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/RotatingSymmetry180'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn RotatingSymmetry90
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/RotatingSymmetry90'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusNumerical/RotatingSymmetry90/src THORN=RotatingSymmetry90 USESTHORNS="Slab" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/RotatingSymmetry90'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/RotatingSymmetry90'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/RotatingSymmetry90 THORN=RotatingSymmetry90 USESTHORNS="Slab" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/RotatingSymmetry90/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/RotatingSymmetry90/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/RotatingSymmetry90'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn SampleBoundary
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SampleBoundary'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusExamples/SampleBoundary/src THORN=SampleBoundary USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SampleBoundary'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SampleBoundary'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/SampleBoundary THORN=SampleBoundary USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SampleBoundary/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SampleBoundary/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SampleBoundary'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn SampleIO
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SampleIO'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusExamples/SampleIO/src THORN=SampleIO USESTHORNS="IOUtil" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SampleIO'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SampleIO'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/SampleIO THORN=SampleIO USESTHORNS="IOUtil" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SampleIO/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SampleIO/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SampleIO'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn Seed_Magnetic_Fields
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Seed_Magnetic_Fields'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/WVUThorns/Seed_Magnetic_Fields/src THORN=Seed_Magnetic_Fields USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Seed_Magnetic_Fields'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Seed_Magnetic_Fields'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/Seed_Magnetic_Fields THORN=Seed_Magnetic_Fields USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Seed_Magnetic_Fields/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Seed_Magnetic_Fields/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Seed_Magnetic_Fields'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn Seed_Magnetic_Fields_BNS
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Seed_Magnetic_Fields_BNS'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/WVUThorns_Diagnostics/Seed_Magnetic_Fields_BNS/src THORN=Seed_Magnetic_Fields_BNS USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Seed_Magnetic_Fields_BNS'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Seed_Magnetic_Fields_BNS'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/Seed_Magnetic_Fields_BNS THORN=Seed_Magnetic_Fields_BNS USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Seed_Magnetic_Fields_BNS/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Seed_Magnetic_Fields_BNS/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Seed_Magnetic_Fields_BNS'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn SetMask_SphericalSurface
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SetMask_SphericalSurface'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinUtils/SetMask_SphericalSurface/src THORN=SetMask_SphericalSurface USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SetMask_SphericalSurface'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SetMask_SphericalSurface'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/SetMask_SphericalSurface THORN=SetMask_SphericalSurface USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SetMask_SphericalSurface/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SetMask_SphericalSurface/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SetMask_SphericalSurface'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn ShiftedGaugeWave
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ShiftedGaugeWave'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinExact/ShiftedGaugeWave/src THORN=ShiftedGaugeWave USESTHORNS="GenericFD LoopControl" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ShiftedGaugeWave'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ShiftedGaugeWave'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/ShiftedGaugeWave THORN=ShiftedGaugeWave USESTHORNS="GenericFD LoopControl" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ShiftedGaugeWave/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ShiftedGaugeWave/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/ShiftedGaugeWave'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn SlabTest
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SlabTest'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusNumerical/SlabTest/src THORN=SlabTest USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SlabTest'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SlabTest'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/SlabTest THORN=SlabTest USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SlabTest/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SlabTest/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SlabTest'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn SphericalHarmonicDecomp
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SphericalHarmonicDecomp'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/PITTNullCode/SphericalHarmonicDecomp/src THORN=SphericalHarmonicDecomp USESTHORNS="GSL HDF5" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SphericalHarmonicDecomp'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SphericalHarmonicDecomp'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/SphericalHarmonicDecomp THORN=SphericalHarmonicDecomp USESTHORNS="GSL HDF5" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SphericalHarmonicDecomp/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SphericalHarmonicDecomp/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SphericalHarmonicDecomp'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn SphericalHarmonicRecon
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SphericalHarmonicRecon'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/PITTNullCode/SphericalHarmonicRecon/src THORN=SphericalHarmonicRecon USESTHORNS="FFTW3 HDF5 MPI" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SphericalHarmonicRecon'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SphericalHarmonicRecon'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/SphericalHarmonicRecon THORN=SphericalHarmonicRecon USESTHORNS="FFTW3 HDF5 MPI" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SphericalHarmonicRecon/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SphericalHarmonicRecon/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SphericalHarmonicRecon'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn SphericalHarmonicReconGen
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SphericalHarmonicReconGen'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/PITTNullCode/SphericalHarmonicReconGen/src THORN=SphericalHarmonicReconGen USESTHORNS="HDF5" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SphericalHarmonicReconGen'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SphericalHarmonicReconGen'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/SphericalHarmonicReconGen THORN=SphericalHarmonicReconGen USESTHORNS="HDF5" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SphericalHarmonicReconGen/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SphericalHarmonicReconGen/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SphericalHarmonicReconGen'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn StaticConformal
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/StaticConformal'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinBase/StaticConformal/src THORN=StaticConformal USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/StaticConformal'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/StaticConformal'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/StaticConformal THORN=StaticConformal USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/StaticConformal/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/StaticConformal/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/StaticConformal'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn SymBase
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SymBase'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusBase/SymBase/src THORN=SymBase USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SymBase'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SymBase'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/SymBase THORN=SymBase USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SymBase/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SymBase/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SymBase'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn SystemStatistics
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SystemStatistics'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusUtils/SystemStatistics/src THORN=SystemStatistics USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SystemStatistics'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SystemStatistics'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/SystemStatistics THORN=SystemStatistics USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SystemStatistics/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SystemStatistics/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SystemStatistics'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn SystemTopology
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SystemTopology'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusUtils/SystemTopology/src THORN=SystemTopology USESTHORNS="MPI hwloc" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SystemTopology'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SystemTopology'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/SystemTopology THORN=SystemTopology USESTHORNS="MPI hwloc" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SystemTopology/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SystemTopology/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/SystemTopology'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn TOVSolver
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TOVSolver'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinInitialData/TOVSolver/src THORN=TOVSolver USESTHORNS="Boundary CartGrid3D SpaceMask" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TOVSolver'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TOVSolver'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/TOVSolver THORN=TOVSolver USESTHORNS="Boundary CartGrid3D SpaceMask" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TOVSolver/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TOVSolver/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TOVSolver'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn TerminationTrigger
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TerminationTrigger'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusUtils/TerminationTrigger/src THORN=TerminationTrigger USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TerminationTrigger'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TerminationTrigger'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/TerminationTrigger THORN=TerminationTrigger USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TerminationTrigger/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TerminationTrigger/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TerminationTrigger'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn TestArrays
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestArrays'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusTest/TestArrays/src THORN=TestArrays USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestArrays'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestArrays'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/TestArrays THORN=TestArrays USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestArrays/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestArrays/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestArrays'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn TestCarpetGridInfo
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestCarpetGridInfo'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Carpet/TestCarpetGridInfo/src THORN=TestCarpetGridInfo USESTHORNS="Carpet" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestCarpetGridInfo'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestCarpetGridInfo'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/TestCarpetGridInfo THORN=TestCarpetGridInfo USESTHORNS="Carpet" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestCarpetGridInfo/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestCarpetGridInfo/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestCarpetGridInfo'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn TestComplex
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestComplex'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusTest/TestComplex/src THORN=TestComplex USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestComplex'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestComplex'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/TestComplex THORN=TestComplex USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestComplex/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestComplex/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestComplex'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn TestCoordinates
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestCoordinates'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusTest/TestCoordinates/src THORN=TestCoordinates USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestCoordinates'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestCoordinates'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/TestCoordinates THORN=TestCoordinates USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestCoordinates/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestCoordinates/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestCoordinates'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn TestFortranCrayPointers
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestFortranCrayPointers'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusTest/TestFortranCrayPointers/src THORN=TestFortranCrayPointers USESTHORNS="Fortran" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestFortranCrayPointers'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestFortranCrayPointers'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/TestFortranCrayPointers THORN=TestFortranCrayPointers USESTHORNS="Fortran" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestFortranCrayPointers/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestFortranCrayPointers/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestFortranCrayPointers'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn TestFortranDependencies2
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestFortranDependencies2'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusTest/TestFortranDependencies2/src THORN=TestFortranDependencies2 USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestFortranDependencies2'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestFortranDependencies2'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/TestFortranDependencies2 THORN=TestFortranDependencies2 USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestFortranDependencies2/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestFortranDependencies2/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestFortranDependencies2'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn TestFortranDependencies1
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestFortranDependencies1'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusTest/TestFortranDependencies1/src THORN=TestFortranDependencies1 USESTHORNS="TestFortranDependencies2" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestFortranDependencies1'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestFortranDependencies1'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/TestFortranDependencies1 THORN=TestFortranDependencies1 USESTHORNS="TestFortranDependencies2" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestFortranDependencies1/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestFortranDependencies1/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestFortranDependencies1'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn TestFpointerNULL
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestFpointerNULL'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusTest/TestFpointerNULL/src THORN=TestFpointerNULL USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestFpointerNULL'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestFpointerNULL'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/TestFpointerNULL THORN=TestFpointerNULL USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestFpointerNULL/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestFpointerNULL/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestFpointerNULL'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn TestFreeF90
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestFreeF90'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusTest/TestFreeF90/src THORN=TestFreeF90 USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestFreeF90'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestFreeF90'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/TestFreeF90 THORN=TestFreeF90 USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestFreeF90/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestFreeF90/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestFreeF90'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn TestGlobalReduce
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestGlobalReduce'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusTest/TestGlobalReduce/src THORN=TestGlobalReduce USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestGlobalReduce'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestGlobalReduce'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/TestGlobalReduce THORN=TestGlobalReduce USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestGlobalReduce/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestGlobalReduce/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestGlobalReduce'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn TestInclude1
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestInclude1'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusTest/TestInclude1/src THORN=TestInclude1 USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestInclude1'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestInclude1'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/TestInclude1 THORN=TestInclude1 USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestInclude1/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestInclude1/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestInclude1'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn TestInclude2
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestInclude2'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusTest/TestInclude2/src THORN=TestInclude2 USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestInclude2'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestInclude2'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/TestInclude2 THORN=TestInclude2 USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestInclude2/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestInclude2/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestInclude2'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn TestLocalInterp2
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestLocalInterp2'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusNumerical/TestLocalInterp2/src THORN=TestLocalInterp2 USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestLocalInterp2'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestLocalInterp2'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/TestLocalInterp2 THORN=TestLocalInterp2 USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestLocalInterp2/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestLocalInterp2/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestLocalInterp2'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn TestLocalReduce
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestLocalReduce'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusNumerical/TestLocalReduce/src THORN=TestLocalReduce USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestLocalReduce'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestLocalReduce'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/TestLocalReduce THORN=TestLocalReduce USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestLocalReduce/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestLocalReduce/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestLocalReduce'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn TestLoop
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestLoop'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusTest/TestLoop/src THORN=TestLoop USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestLoop'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestLoop'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/TestLoop THORN=TestLoop USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestLoop/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestLoop/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestLoop'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn TestLoopControl
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestLoopControl'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Carpet/TestLoopControl/src THORN=TestLoopControl USESTHORNS="LoopControl" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestLoopControl'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestLoopControl'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/TestLoopControl THORN=TestLoopControl USESTHORNS="LoopControl" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestLoopControl/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestLoopControl/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestLoopControl'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn TestMath
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestMath'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusTest/TestMath/src THORN=TestMath USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestMath'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestMath'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/TestMath THORN=TestMath USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestMath/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestMath/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestMath'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn TestMoL
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestMoL'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusTest/TestMoL/src THORN=TestMoL USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestMoL'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestMoL'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/TestMoL THORN=TestMoL USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestMoL/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestMoL/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestMoL'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn TestPar
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestPar'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusTest/TestPar/src THORN=TestPar USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestPar'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestPar'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/TestPar THORN=TestPar USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestPar/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestPar/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestPar'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn TestReadWrite
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestReadWrite'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusTest/TestReadWrite/src THORN=TestReadWrite USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestReadWrite'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestReadWrite'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/TestReadWrite THORN=TestReadWrite USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestReadWrite/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestReadWrite/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestReadWrite'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn TestReduce
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestReduce'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusTest/TestReduce/src THORN=TestReduce USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestReduce'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestReduce'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/TestReduce THORN=TestReduce USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestReduce/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestReduce/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestReduce'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn TestSchedule
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestSchedule'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusTest/TestSchedule/src THORN=TestSchedule USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestSchedule'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestSchedule'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/TestSchedule THORN=TestSchedule USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestSchedule/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestSchedule/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestSchedule'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn TestStrings
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestStrings'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusTest/TestStrings/src THORN=TestStrings USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestStrings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestStrings'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/TestStrings THORN=TestStrings USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestStrings/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestStrings/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestStrings'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn TestTable
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestTable'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusTest/TestTable/src THORN=TestTable USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestTable'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestTable'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/TestTable THORN=TestTable USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestTable/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestTable/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestTable'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn TestTimers
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestTimers'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusTest/TestTimers/src THORN=TestTimers USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestTimers'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestTimers'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/TestTimers THORN=TestTimers USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestTimers/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestTimers/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestTimers'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn TestTypes
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestTypes'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusTest/TestTypes/src THORN=TestTypes USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestTypes'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestTypes'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/TestTypes THORN=TestTypes USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestTypes/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestTypes/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TestTypes'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn Time
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Time'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusBase/Time/src THORN=Time USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Time'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Time'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/Time THORN=Time USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Time/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Time/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Time'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn TimerInfo
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TimerInfo'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusExamples/TimerInfo/src THORN=TimerInfo USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TimerInfo'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TimerInfo'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/TimerInfo THORN=TimerInfo USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TimerInfo/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TimerInfo/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TimerInfo'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn TimerReport
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TimerReport'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusUtils/TimerReport/src THORN=TimerReport USESTHORNS="MPI" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TimerReport'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TimerReport'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/TimerReport THORN=TimerReport USESTHORNS="MPI" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TimerReport/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TimerReport/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TimerReport'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn TmunuBase
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TmunuBase'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinBase/TmunuBase/src THORN=TmunuBase USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TmunuBase'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TmunuBase'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/TmunuBase THORN=TmunuBase USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TmunuBase/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TmunuBase/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TmunuBase'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn Trigger
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Trigger'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusUtils/Trigger/src THORN=Trigger USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Trigger'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Trigger'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/Trigger THORN=Trigger USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Trigger/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Trigger/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Trigger'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn TwoPunctures
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TwoPunctures'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinInitialData/TwoPunctures/src THORN=TwoPunctures USESTHORNS="GSL" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TwoPunctures'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TwoPunctures'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/TwoPunctures THORN=TwoPunctures USESTHORNS="GSL" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TwoPunctures/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TwoPunctures/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TwoPunctures'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn TwoPunctures_KerrProca
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TwoPunctures_KerrProca'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Proca/TwoPunctures_KerrProca/src THORN=TwoPunctures_KerrProca USESTHORNS="GSL" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TwoPunctures_KerrProca'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TwoPunctures_KerrProca'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/TwoPunctures_KerrProca THORN=TwoPunctures_KerrProca USESTHORNS="GSL" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TwoPunctures_KerrProca/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TwoPunctures_KerrProca/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/TwoPunctures_KerrProca'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn Vaidya2
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Vaidya2'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinExact/Vaidya2/src THORN=Vaidya2 USESTHORNS="GenericFD LoopControl" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Vaidya2'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Vaidya2'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/Vaidya2 THORN=Vaidya2 USESTHORNS="GenericFD LoopControl" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Vaidya2/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Vaidya2/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Vaidya2'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn VolumeIntegrals_GRMHD
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/VolumeIntegrals_GRMHD'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/WVUThorns_Diagnostics/VolumeIntegrals_GRMHD/src THORN=VolumeIntegrals_GRMHD USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/VolumeIntegrals_GRMHD'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/VolumeIntegrals_GRMHD'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/VolumeIntegrals_GRMHD THORN=VolumeIntegrals_GRMHD USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/VolumeIntegrals_GRMHD/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/VolumeIntegrals_GRMHD/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/VolumeIntegrals_GRMHD'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn VolumeIntegrals_vacuum
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/VolumeIntegrals_vacuum'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/WVUThorns_Diagnostics/VolumeIntegrals_vacuum/src THORN=VolumeIntegrals_vacuum USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/VolumeIntegrals_vacuum'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/VolumeIntegrals_vacuum'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/VolumeIntegrals_vacuum THORN=VolumeIntegrals_vacuum USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/VolumeIntegrals_vacuum/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/VolumeIntegrals_vacuum/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/VolumeIntegrals_vacuum'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn WatchDog
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WatchDog'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusUtils/WatchDog/src THORN=WatchDog USESTHORNS="pthreads" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WatchDog'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WatchDog'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/WatchDog THORN=WatchDog USESTHORNS="pthreads" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WatchDog/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WatchDog/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WatchDog'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn WaveBinarySource
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveBinarySource'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusWave/WaveBinarySource/src THORN=WaveBinarySource USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveBinarySource'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveBinarySource'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/WaveBinarySource THORN=WaveBinarySource USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveBinarySource/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveBinarySource/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveBinarySource'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn WaveExtractL
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveExtractL'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/Llama/WaveExtractL/src THORN=WaveExtractL USESTHORNS="ADMDerivatives Carpet NaNChecker" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveExtractL'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveExtractL'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/WaveExtractL THORN=WaveExtractL USESTHORNS="ADMDerivatives Carpet NaNChecker" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveExtractL/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveExtractL/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveExtractL'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn WaveMoL
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveMoL'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusExamples/WaveMoL/src THORN=WaveMoL USESTHORNS="CartGrid3D" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveMoL'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveMoL'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/WaveMoL THORN=WaveMoL USESTHORNS="CartGrid3D" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveMoL/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveMoL/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveMoL'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn WaveToy1DF77
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToy1DF77'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusExamples/WaveToy1DF77/src THORN=WaveToy1DF77 USESTHORNS="Boundary" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToy1DF77'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToy1DF77'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/WaveToy1DF77 THORN=WaveToy1DF77 USESTHORNS="Boundary" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToy1DF77/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToy1DF77/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToy1DF77'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn WaveToy2DF77
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToy2DF77'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusExamples/WaveToy2DF77/src THORN=WaveToy2DF77 USESTHORNS="Boundary" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToy2DF77'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToy2DF77'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/WaveToy2DF77 THORN=WaveToy2DF77 USESTHORNS="Boundary" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToy2DF77/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToy2DF77/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToy2DF77'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn WaveToyC
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToyC'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusWave/WaveToyC/src THORN=WaveToyC USESTHORNS="CartGrid3D" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToyC'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToyC'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/WaveToyC THORN=WaveToyC USESTHORNS="CartGrid3D" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToyC/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToyC/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToyC'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn WaveToyCXX
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToyCXX'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusWave/WaveToyCXX/src THORN=WaveToyCXX USESTHORNS="CartGrid3D" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToyCXX'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToyCXX'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/WaveToyCXX THORN=WaveToyCXX USESTHORNS="CartGrid3D" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToyCXX/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToyCXX/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToyCXX'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn WaveToyExtra
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToyExtra'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusWave/WaveToyExtra/src THORN=WaveToyExtra USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToyExtra'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToyExtra'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/WaveToyExtra THORN=WaveToyExtra USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToyExtra/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToyExtra/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToyExtra'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn WaveToyF77
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToyF77'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusWave/WaveToyF77/src THORN=WaveToyF77 USESTHORNS="CartGrid3D" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToyF77'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToyF77'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/WaveToyF77 THORN=WaveToyF77 USESTHORNS="CartGrid3D" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToyF77/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToyF77/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToyF77'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn WaveToyF90
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToyF90'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusWave/WaveToyF90/src THORN=WaveToyF90 USESTHORNS="CartGrid3D" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToyF90'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToyF90'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/WaveToyF90 THORN=WaveToyF90 USESTHORNS="CartGrid3D" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToyF90/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToyF90/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToyF90'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn WaveToyFreeF90
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToyFreeF90'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/CactusWave/WaveToyFreeF90/src THORN=WaveToyFreeF90 USESTHORNS="CartGrid3D" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToyFreeF90'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToyFreeF90'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/WaveToyFreeF90 THORN=WaveToyFreeF90 USESTHORNS="CartGrid3D" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToyFreeF90/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToyFreeF90/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WaveToyFreeF90'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn WeylScal4
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WeylScal4'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/EinsteinAnalysis/WeylScal4/src THORN=WeylScal4 USESTHORNS="GenericFD LoopControl Vectors" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WeylScal4'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WeylScal4'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/WeylScal4 THORN=WeylScal4 USESTHORNS="GenericFD LoopControl Vectors" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WeylScal4/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WeylScal4/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/WeylScal4'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn particle_tracerET
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/particle_tracerET'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/WVUThorns_Diagnostics/particle_tracerET/src THORN=particle_tracerET USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/particle_tracerET'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/particle_tracerET'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/particle_tracerET THORN=particle_tracerET USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/particle_tracerET/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/particle_tracerET/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/particle_tracerET'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn smallbPoynET
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/smallbPoynET'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/arrangements/WVUThorns_Diagnostics/smallbPoynET/src THORN=smallbPoynET USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/smallbPoynET'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/smallbPoynET'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/smallbPoynET THORN=smallbPoynET USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/smallbPoynET/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/smallbPoynET/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/smallbPoynET'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn Cactus
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Cactus'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/src THORN=Cactus USESTHORNS="MPI" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Cactus'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Cactus'
if [ ! -d IO/ ] ; then mkdir -p IO/ ; fi
cd IO/ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/src/IO THORN=Cactus USESTHORNS="MPI" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Cactus/IO'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Cactus/IO'
if [ ! -d comm/ ] ; then mkdir -p comm/ ; fi
cd comm/ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/src/comm THORN=Cactus USESTHORNS="MPI" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Cactus/comm'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Cactus/comm'
if [ ! -d util/ ] ; then mkdir -p util/ ; fi
cd util/ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/src/util THORN=Cactus USESTHORNS="MPI" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Cactus/util'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Cactus/util'
if [ ! -d main/ ] ; then mkdir -p main/ ; fi
cd main/ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/src/main THORN=Cactus USESTHORNS="MPI" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Cactus/main'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Cactus/main'
if [ ! -d schedule/ ] ; then mkdir -p schedule/ ; fi
cd schedule/ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/src/schedule THORN=Cactus USESTHORNS="MPI" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Cactus/schedule'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Cactus/schedule'
if [ ! -d gnu/ ] ; then mkdir -p gnu/ ; fi
cd gnu/ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/src/gnu THORN=Cactus USESTHORNS="MPI" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Cactus/gnu'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Cactus/gnu'
if [ ! -d piraha/ ] ; then mkdir -p piraha/ ; fi
cd piraha/ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/src/piraha THORN=Cactus USESTHORNS="MPI" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Cactus/piraha'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Cactus/piraha'
cd cctk_Bindings; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/build/Cactus THORN=Cactus USESTHORNS="MPI" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Cactus/cctk_Bindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Cactus/cctk_Bindings'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/Cactus'
echo ________________________________________________________________________
________________________________________________________________________
Checking status of thorn CactusBindings
________________________________________________________________________
make[2]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CactusBindings'
if [ ! -d ./ ] ; then mkdir -p ./ ; fi
cd ./ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings THORN=CactusBindings USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CactusBindings'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CactusBindings'
if [ ! -d Functions/ ] ; then mkdir -p Functions/ ; fi
cd Functions/ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/Functions THORN=CactusBindings USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CactusBindings/Functions'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CactusBindings/Functions'
if [ ! -d Implementations/ ] ; then mkdir -p Implementations/ ; fi
cd Implementations/ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/Implementations THORN=CactusBindings USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CactusBindings/Implementations'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CactusBindings/Implementations'
if [ ! -d Parameters/ ] ; then mkdir -p Parameters/ ; fi
cd Parameters/ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/Parameters THORN=CactusBindings USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CactusBindings/Parameters'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CactusBindings/Parameters'
if [ ! -d Variables/ ] ; then mkdir -p Variables/ ; fi
cd Variables/ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/Variables THORN=CactusBindings USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CactusBindings/Variables'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CactusBindings/Variables'
if [ ! -d Schedule/ ] ; then mkdir -p Schedule/ ; fi
cd Schedule/ ; make CCTK_TARGET=make.checked TOP=/mnt/auto/people/plgtopolski/Cactus/configs/ET CONFIG=/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data SRCDIR=/mnt/auto/people/plgtopolski/Cactus/configs/ET/bindings/Schedule THORN=CactusBindings USESTHORNS="" -f /mnt/auto/people/plgtopolski/Cactus/lib/make/make.subdir
make[3]: Entering directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CactusBindings/Schedule'
make[3]: `make.checked' is up to date.
make[3]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CactusBindings/Schedule'
make[2]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus/configs/ET/build/CactusBindings'
echo ________________________________________________________________________
________________________________________________________________________
Creating cactus_ET in /mnt/auto/people/plgtopolski/Cactus/exe from EinsteinAnalysis/ADMAnalysis EinsteinBase/ADMBase EinsteinBase/ADMCoupling Llama/ADMDerivatives EinsteinBase/ADMMacros EinsteinAnalysis/ADMMass Numerical/AEILocalInterp EinsteinAnalysis/AHFinder EinsteinAnalysis/AHFinderDirect ExternalLibraries/BLAS WVUThorns/Baikal WVUThorns/BaikalVacuum CactusBase/Boundary CTThorns/CT_Analytic CTThorns/CT_MultiLevel EinsteinAnalysis/CalcK Carpet/Carpet Carpet/CarpetEvolutionMask Carpet/CarpetIOASCII Carpet/CarpetIOBasic Carpet/CarpetIOHDF5 Carpet/CarpetIOScalar Carpet/CarpetIntegrateTest Carpet/CarpetInterp Carpet/CarpetInterp2 Carpet/CarpetLib Carpet/CarpetMask Carpet/CarpetProlongateTest Carpet/CarpetReduce Carpet/CarpetRegrid Carpet/CarpetRegrid2 Carpet/CarpetRegridTest Carpet/CarpetSlab Carpet/CarpetTracker CactusBase/CartGrid3D CactusNumerical/Cartoon2D EinsteinBase/Constants WVUThorns/Convert_to_HydroBase CactusBase/CoordBase EinsteinBase/CoordGauge Llama/Coordinates Llama/CoordinatesSymmetry Carpet/CycleClock CactusExamples/DemoInterp CactusNumerical/Dissipation EinsteinInitialData/DistortedBHIVP EinsteinAnalysis/EHFinder EinsteinBase/EOS_Base EinsteinEOS/EOS_Hybrid EinsteinEOS/EOS_IdealFluid EinsteinEOS/EOS_Omni EinsteinEOS/EOS_Polytrope EinsteinExact/EinsteinExact_Test CactusElliptic/EllBase CactusElliptic/EllSOR EinsteinInitialData/Exact EinsteinAnalysis/Extract ExternalLibraries/FFTW3 WVUThorns/FishboneMoncriefID CactusExamples/FleshInfo CactusUtils/Formaline CactusBase/Fortran EinsteinEvolve/GRHydro EinsteinEvolve/GRHydro_InitData ExternalLibraries/GSL EinsteinExact/GaugeWave KrancNumericalTools/GenericFD WVUThorns/GiRaFFE WVUThorns/GiRaFFE_to_HydroBase WVUThorns/GiRaFFEfood Llama/GlobalDerivative ExternalLibraries/HDF5 CactusConnect/HTTPD CactusConnect/HTTPDExtra CactusExamples/HelloWorld Carpet/HighOrderWaveTest EinsteinBase/HydroBase EinsteinAnalysis/Hydro_Analysis EinsteinInitialData/Hydro_InitExcision EinsteinInitialData/Hydro_RNSID EinsteinInitialData/IDAnalyticBH EinsteinInitialData/IDAxiBrillBH EinsteinInitialData/IDAxiOddBrillBH EinsteinInitialData/IDBrillData EinsteinInitialData/IDConstraintViolate EinsteinInitialData/IDFileADM EinsteinInitialData/IDLinearWaves CactusWave/IDScalarWave CactusWave/IDScalarWaveC CactusWave/IDScalarWaveCXX CactusWave/IDScalarWaveElliptic CactusExamples/IDWaveMoL WVUThorns/ID_converter_GiRaFFE WVUThorns/ID_converter_ILGRMHD CactusBase/IOASCII CactusBase/IOBasic CactusPUGHIO/IOHDF5 CactusPUGHIO/IOHDF5Util CactusIO/IOJpeg CactusBase/IOUtil WVUThorns/IllinoisGRMHD CactusBase/InitBase CactusNumerical/InterpToArray Llama/Interpolate2 EinsteinExact/KerrSchild ExternalLibraries/LAPACK ExternalLibraries/LORENE Lean/LeanBSSNMoL Llama/LlamaWaveToy CactusNumerical/LocalInterp CactusNumerical/LocalInterp2 CactusNumerical/LocalReduce Carpet/LoopControl McLachlan/ML_ADMConstraints McLachlan/ML_ADMQuantities McLachlan/ML_BSSN McLachlan/ML_BSSN_Helper McLachlan/ML_BSSN_Test McLachlan/ML_CCZ4 McLachlan/ML_CCZ4_Helper McLachlan/ML_CCZ4_Test McLachlan/ML_WaveToy McLachlan/ML_WaveToy_Test ExternalLibraries/MPI CactusUtils/MemSpeed EinsteinInitialData/Meudon_Bin_BH EinsteinInitialData/Meudon_Bin_NS EinsteinInitialData/Meudon_Mag_NS EinsteinExact/Minkowski CactusNumerical/MoL EinsteinExact/ModifiedSchwarzschildBL EinsteinAnalysis/Multipole Lean/NPScalars Proca/NPScalars_Proca CactusUtils/NaNCatcher CactusUtils/NaNChecker EinsteinEvolve/NewRad CactusUtils/Nice EinsteinInitialData/NoExcision CactusUtils/NoMPI CactusNumerical/Noise CactusNumerical/Norms PITTNullCode/NullConstr PITTNullCode/NullDecomp PITTNullCode/NullEvolve PITTNullCode/NullExact PITTNullCode/NullGrid PITTNullCode/NullInterp PITTNullCode/NullNews PITTNullCode/NullPsiInt PITTNullCode/NullSHRExtract PITTNullCode/NullVars ExternalLibraries/OpenSSL EinsteinAnalysis/Outflow ExternalLibraries/PAPI CactusPUGH/PUGH CactusPUGH/PUGHInterp CactusPUGH/PUGHReduce CactusPUGH/PUGHSlab CactusNumerical/Periodic Carpet/PeriodicCarpet CactusExamples/Poisson Proca/ProcaBase Proca/ProcaEvolve Proca/Proca_simpleID EinsteinAnalysis/PunctureTracker EinsteinAnalysis/QuasiLocalMeasures EinsteinInitialData/ReadInterpolate Carpet/ReductionTest Carpet/ReductionTest2 Carpet/ReductionTest3 CactusNumerical/ReflectionSymmetry Carpet/RegridSyncTest EinsteinInitialData/RotatingDBHIVP CactusNumerical/RotatingSymmetry180 CactusNumerical/RotatingSymmetry90 CactusExamples/SampleBoundary CactusExamples/SampleIO WVUThorns/Seed_Magnetic_Fields WVUThorns_Diagnostics/Seed_Magnetic_Fields_BNS EinsteinUtils/SetMask_SphericalSurface EinsteinExact/ShiftedGaugeWave WVUThorns/ShiftedKerrSchild CactusNumerical/Slab CactusNumerical/SlabTest CactusConnect/Socket CactusNumerical/SpaceMask PITTNullCode/SphericalHarmonicDecomp PITTNullCode/SphericalHarmonicRecon PITTNullCode/SphericalHarmonicReconGen CactusNumerical/SphericalSurface EinsteinBase/StaticConformal CactusNumerical/SummationByParts CactusBase/SymBase CactusUtils/SystemStatistics CactusUtils/SystemTopology CactusElliptic/TATelliptic EinsteinUtils/TGRtensor EinsteinInitialData/TOVSolver CactusNumerical/TensorTypes CactusUtils/TerminationTrigger CactusTest/TestArrays Carpet/TestCarpetGridInfo CactusTest/TestComplex CactusTest/TestCoordinates CactusTest/TestFortranCrayPointers CactusTest/TestFortranDependencies1 CactusTest/TestFortranDependencies2 CactusTest/TestFpointerNULL CactusTest/TestFreeF90 CactusTest/TestGlobalReduce CactusTest/TestInclude1 CactusTest/TestInclude2 CactusNumerical/TestLocalInterp2 CactusNumerical/TestLocalReduce CactusTest/TestLoop Carpet/TestLoopControl CactusTest/TestMath CactusTest/TestMoL CactusTest/TestPar CactusTest/TestReadWrite CactusTest/TestReduce CactusTest/TestSchedule CactusTest/TestStrings CactusTest/TestTable CactusTest/TestTimers CactusTest/TestTypes CactusBase/Time CactusExamples/TimerInfo CactusUtils/TimerReport Carpet/Timers EinsteinBase/TmunuBase CactusUtils/Trigger EinsteinInitialData/TwoPunctures Proca/TwoPunctures_KerrProca EinsteinExact/Vaidya2 CactusUtils/Vectors WVUThorns_Diagnostics/VolumeIntegrals_GRMHD WVUThorns_Diagnostics/VolumeIntegrals_vacuum CactusUtils/WatchDog CactusWave/WaveBinarySource Llama/WaveExtractL CactusExamples/WaveMoL CactusExamples/WaveToy1DF77 CactusExamples/WaveToy2DF77 CactusWave/WaveToyC CactusWave/WaveToyCXX CactusWave/WaveToyExtra CactusWave/WaveToyF77 CactusWave/WaveToyF90 CactusWave/WaveToyFreeF90 EinsteinAnalysis/WeylScal4 ExternalLibraries/hwloc ExternalLibraries/libjpeg WVUThorns_Diagnostics/particle_tracerET ExternalLibraries/pthreads WVUThorns_Diagnostics/smallbPoynET ExternalLibraries/zlib
datetime=`date +'%Y-%m-%dT%H:%M:%S%z' 2>&1` ; \
if [ $? != 0 ]; then datetime=`date` ; fi ; \
gcc -g -std=gnu99 -O2 -fopenmp -Wall -DCCTK_COMPILE_DATETIME="$datetime" -c -o "/mnt/auto/people/plgtopolski/Cactus/configs/ET/datestamp.o" -I"/mnt/auto/people/plgtopolski/Cactus/src/include" -I"/mnt/auto/people/plgtopolski/Cactus/configs/ET/config-data" "/mnt/auto/people/plgtopolski/Cactus/src/datestamp.c"
if [ ! -d /mnt/auto/people/plgtopolski/Cactus/exe ]; then mkdir -p /mnt/auto/people/plgtopolski/Cactus/exe ; fi
g++ -o "/mnt/auto/people/plgtopolski/Cactus/exe/cactus_ET" -fopenmp -Wall -g -std=gnu++11 -O2 -fopenmp -Wall -rdynamic "/mnt/auto/people/plgtopolski/Cactus/configs/ET/datestamp.o" -Wl,--whole-archive -L/mnt/auto/people/plgtopolski/Cactus/configs/ET/lib -lthorn_ADMAnalysis -lthorn_ADMBase -lthorn_ADMCoupling -lthorn_ADMDerivatives -lthorn_ADMMacros -lthorn_ADMMass -lthorn_AEILocalInterp -lthorn_AHFinder -lthorn_AHFinderDirect -lthorn_BLAS -lthorn_Baikal -lthorn_BaikalVacuum -lthorn_Boundary -lthorn_CT_Analytic -lthorn_CT_MultiLevel -lthorn_CalcK -lthorn_Carpet -lthorn_CarpetEvolutionMask -lthorn_CarpetIOASCII -lthorn_CarpetIOBasic -lthorn_CarpetIOHDF5 -lthorn_CarpetIOScalar -lthorn_CarpetIntegrateTest -lthorn_CarpetInterp -lthorn_CarpetInterp2 -lthorn_CarpetLib -lthorn_CarpetMask -lthorn_CarpetProlongateTest -lthorn_CarpetReduce -lthorn_CarpetRegrid -lthorn_CarpetRegrid2 -lthorn_CarpetRegridTest -lthorn_CarpetSlab -lthorn_CarpetTracker -lthorn_CartGrid3D -lthorn_Cartoon2D -lthorn_Constants -lthorn_Convert_to_HydroBase -lthorn_CoordBase -lthorn_CoordGauge -lthorn_Coordinates -lthorn_CoordinatesSymmetry -lthorn_CycleClock -lthorn_DemoInterp -lthorn_Dissipation -lthorn_DistortedBHIVP -lthorn_EHFinder -lthorn_EOS_Base -lthorn_EOS_Hybrid -lthorn_EOS_IdealFluid -lthorn_EOS_Omni -lthorn_EOS_Polytrope -lthorn_EinsteinExact_Test -lthorn_EllBase -lthorn_EllSOR -lthorn_Exact -lthorn_Extract -lthorn_FFTW3 -lthorn_FishboneMoncriefID -lthorn_FleshInfo -lthorn_Formaline -lthorn_Fortran -lthorn_GRHydro -lthorn_GRHydro_InitData -lthorn_GSL -lthorn_GaugeWave -lthorn_GenericFD -lthorn_GiRaFFE -lthorn_GiRaFFE_to_HydroBase -lthorn_GiRaFFEfood -lthorn_GlobalDerivative -lthorn_HDF5 -lthorn_HTTPD -lthorn_HTTPDExtra -lthorn_HelloWorld -lthorn_HighOrderWaveTest -lthorn_HydroBase -lthorn_Hydro_Analysis -lthorn_Hydro_InitExcision -lthorn_Hydro_RNSID -lthorn_IDAnalyticBH -lthorn_IDAxiBrillBH -lthorn_IDAxiOddBrillBH -lthorn_IDBrillData -lthorn_IDConstraintViolate -lthorn_IDFileADM -lthorn_IDLinearWaves -lthorn_IDScalarWave -lthorn_IDScalarWaveC -lthorn_IDScalarWaveCXX -lthorn_IDScalarWaveElliptic -lthorn_IDWaveMoL -lthorn_ID_converter_GiRaFFE -lthorn_ID_converter_ILGRMHD -lthorn_IOASCII -lthorn_IOBasic -lthorn_IOHDF5 -lthorn_IOHDF5Util -lthorn_IOJpeg -lthorn_IOUtil -lthorn_IllinoisGRMHD -lthorn_InitBase -lthorn_InterpToArray -lthorn_Interpolate2 -lthorn_KerrSchild -lthorn_LAPACK -lthorn_LORENE -lthorn_LeanBSSNMoL -lthorn_LlamaWaveToy -lthorn_LocalInterp -lthorn_LocalInterp2 -lthorn_LocalReduce -lthorn_LoopControl -lthorn_ML_ADMConstraints -lthorn_ML_ADMQuantities -lthorn_ML_BSSN -lthorn_ML_BSSN_Helper -lthorn_ML_BSSN_Test -lthorn_ML_CCZ4 -lthorn_ML_CCZ4_Helper -lthorn_ML_CCZ4_Test -lthorn_ML_WaveToy -lthorn_ML_WaveToy_Test -lthorn_MPI -lthorn_MemSpeed -lthorn_Meudon_Bin_BH -lthorn_Meudon_Bin_NS -lthorn_Meudon_Mag_NS -lthorn_Minkowski -lthorn_MoL -lthorn_ModifiedSchwarzschildBL -lthorn_Multipole -lthorn_NPScalars -lthorn_NPScalars_Proca -lthorn_NaNCatcher -lthorn_NaNChecker -lthorn_NewRad -lthorn_Nice -lthorn_NoExcision -lthorn_NoMPI -lthorn_Noise -lthorn_Norms -lthorn_NullConstr -lthorn_NullDecomp -lthorn_NullEvolve -lthorn_NullExact -lthorn_NullGrid -lthorn_NullInterp -lthorn_NullNews -lthorn_NullPsiInt -lthorn_NullSHRExtract -lthorn_NullVars -lthorn_OpenSSL -lthorn_Outflow -lthorn_PAPI -lthorn_PUGH -lthorn_PUGHInterp -lthorn_PUGHReduce -lthorn_PUGHSlab -lthorn_Periodic -lthorn_PeriodicCarpet -lthorn_Poisson -lthorn_ProcaBase -lthorn_ProcaEvolve -lthorn_Proca_simpleID -lthorn_PunctureTracker -lthorn_QuasiLocalMeasures -lthorn_ReadInterpolate -lthorn_ReductionTest -lthorn_ReductionTest2 -lthorn_ReductionTest3 -lthorn_ReflectionSymmetry -lthorn_RegridSyncTest -lthorn_RotatingDBHIVP -lthorn_RotatingSymmetry180 -lthorn_RotatingSymmetry90 -lthorn_SampleBoundary -lthorn_SampleIO -lthorn_Seed_Magnetic_Fields -lthorn_Seed_Magnetic_Fields_BNS -lthorn_SetMask_SphericalSurface -lthorn_ShiftedGaugeWave -lthorn_ShiftedKerrSchild -lthorn_Slab -lthorn_SlabTest -lthorn_Socket -lthorn_SpaceMask -lthorn_SphericalHarmonicDecomp -lthorn_SphericalHarmonicRecon -lthorn_SphericalHarmonicReconGen -lthorn_SphericalSurface -lthorn_StaticConformal -lthorn_SummationByParts -lthorn_SymBase -lthorn_SystemStatistics -lthorn_SystemTopology -lthorn_TATelliptic -lthorn_TGRtensor -lthorn_TOVSolver -lthorn_TensorTypes -lthorn_TerminationTrigger -lthorn_TestArrays -lthorn_TestCarpetGridInfo -lthorn_TestComplex -lthorn_TestCoordinates -lthorn_TestFortranCrayPointers -lthorn_TestFortranDependencies1 -lthorn_TestFortranDependencies2 -lthorn_TestFpointerNULL -lthorn_TestFreeF90 -lthorn_TestGlobalReduce -lthorn_TestInclude1 -lthorn_TestInclude2 -lthorn_TestLocalInterp2 -lthorn_TestLocalReduce -lthorn_TestLoop -lthorn_TestLoopControl -lthorn_TestMath -lthorn_TestMoL -lthorn_TestPar -lthorn_TestReadWrite -lthorn_TestReduce -lthorn_TestSchedule -lthorn_TestStrings -lthorn_TestTable -lthorn_TestTimers -lthorn_TestTypes -lthorn_Time -lthorn_TimerInfo -lthorn_TimerReport -lthorn_Timers -lthorn_TmunuBase -lthorn_Trigger -lthorn_TwoPunctures -lthorn_TwoPunctures_KerrProca -lthorn_Vaidya2 -lthorn_Vectors -lthorn_VolumeIntegrals_GRMHD -lthorn_VolumeIntegrals_vacuum -lthorn_WatchDog -lthorn_WaveBinarySource -lthorn_WaveExtractL -lthorn_WaveMoL -lthorn_WaveToy1DF77 -lthorn_WaveToy2DF77 -lthorn_WaveToyC -lthorn_WaveToyCXX -lthorn_WaveToyExtra -lthorn_WaveToyF77 -lthorn_WaveToyF90 -lthorn_WaveToyFreeF90 -lthorn_WeylScal4 -lthorn_hwloc -lthorn_libjpeg -lthorn_particle_tracerET -lthorn_pthreads -lthorn_smallbPoynET -lthorn_zlib -lthorn_Cactus -lthorn_CactusBindings -lthorn_Formaline-cactus-source -Wl,--no-whole-archive -L/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/FFTW3/lib -L/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/LORENE/Lib -L/usr/lib64/atlas -L/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/HDF5/lib -L/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/zlib/lib -L/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib -L/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/hwloc/lib -L/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/zlib/lib -L/mnt/auto/software/local/el6/COMMON/gcc/8.2.0/bin/../lib/gcc/x86_64-redhat-linux/8.2.0/../../../../lib64 -Wl,-rpath,/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/FFTW3/lib -Wl,-rpath,/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/LORENE/Lib -Wl,-rpath,/usr/lib64/atlas -Wl,-rpath,/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/HDF5/lib -Wl,-rpath,/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/zlib/lib -Wl,-rpath,/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib -Wl,-rpath,/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/hwloc/lib -Wl,-rpath,/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/zlib/lib -Wl,-rpath,/mnt/auto/software/local/el6/COMMON/gcc/8.2.0/bin/../lib/gcc/x86_64-redhat-linux/8.2.0/../../../../lib64 -lfftw3 -lpapi -llorene_export -llorene -llorenef77 -ljpeg -lgsl -lgslcblas -lm -lpthread -llapack -lblas -lhdf5hl_fortran -lhdf5_fortran -lhdf5_hl -lhdf5 -lm -lz -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi_cxx -lmpi -lopen-rte -lopen-pal -lrt -lutil -lhwloc -lz -lm -lm -lm -lm -lm -lm -lm -lm -lcrypt -ldl -lgfortran
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: warning: libgfortran.so.3, needed by /usr/lib64/atlas/liblapack.so, may conflict with libgfortran.so.5
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_component.o): in function `openib_reg_mr':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_component.c:549: undefined reference to `ibv_reg_mr'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_component.o): in function `openib_dereg_mr':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_component.c:585: undefined reference to `ibv_dereg_mr'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_component.o): in function `init_one_port':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_component.c:677: undefined reference to `ibv_query_gid'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_component.c:846: undefined reference to `ibv_get_device_name'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_component.c:850: undefined reference to `ibv_get_device_name'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_component.c:855: undefined reference to `ibv_get_device_name'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_component.c:860: undefined reference to `ibv_get_device_name'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_component.c:864: undefined reference to `ibv_get_device_name'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_component.o):/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_component.c:869: more undefined references to `ibv_get_device_name' follow
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_component.o): in function `device_destruct':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_component.c:980: undefined reference to `ibv_destroy_cq'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_component.c:987: undefined reference to `ibv_destroy_cq'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_component.c:1008: undefined reference to `ibv_dealloc_pd'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_component.c:1015: undefined reference to `ibv_close_device'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_component.o): in function `init_one_device':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_component.c:1657: undefined reference to `ibv_open_device'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_component.c:1680: undefined reference to `ibv_get_device_name'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_component.c:1709: undefined reference to `ibv_query_device'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_component.o): in function `get_port_list':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_component.c:1040: undefined reference to `ibv_get_device_name'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_component.o): in function `init_one_device':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_component.c:2286: undefined reference to `ibv_get_device_name'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_component.c:1710: undefined reference to `ibv_get_device_name'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_component.c:2286: undefined reference to `ibv_get_device_name'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_component.c:1696: undefined reference to `ibv_get_device_name'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_component.c:1806: undefined reference to `ibv_alloc_pd'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_component.o): in function `___ibv_query_port':
/usr/include/infiniband/verbs.h:1108: undefined reference to `ibv_query_port'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_component.o): in function `init_one_device':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_component.c:1808: undefined reference to `ibv_get_device_name'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_component.c:1929: undefined reference to `ibv_query_pkey'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_component.c:1930: undefined reference to `ibv_get_device_name'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_component.c:1744: undefined reference to `ibv_get_device_name'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_component.c:1665: undefined reference to `ibv_close_device'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_component.c:1907: undefined reference to `ibv_get_device_name'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_component.c:1675: undefined reference to `ibv_close_device'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_component.c:2231: undefined reference to `ibv_get_device_name'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_component.c:2231: undefined reference to `ibv_get_device_name'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_component.o): in function `sort_devs_by_distance':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_component.c:2621: undefined reference to `ibv_get_device_name'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_component.o): in function `hwloc_ibv_get_device_cpuset':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/hwloc/include/hwloc/openfabrics-verbs.h:76: undefined reference to `ibv_get_device_name'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_component.o): in function `btl_openib_component_init':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_component.c:2842: undefined reference to `ibv_get_device_name'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_component.o):/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_component.c:2341: more undefined references to `ibv_get_device_name' follow
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_component.o): in function `mca_btl_openib_post_srr':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_component.c:3990: undefined reference to `ibv_modify_srq'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_component.c:3991: undefined reference to `ibv_get_device_name'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_component.o): in function `handle_wc':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_component.c:3697: undefined reference to `ibv_get_device_name'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_endpoint.o): in function `mca_btl_openib_endpoint_destruct':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_endpoint.c:417: undefined reference to `ibv_destroy_qp'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_endpoint.o): in function `endpoint_init_qp_xrc':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_endpoint.c:213: undefined reference to `ibv_modify_qp'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libmpi.a(mtl_psm_component.o): in function `ompi_mtl_psm_component_init':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/ompi/mca/mtl/psm/mtl_psm_component.c:308: undefined reference to `psm_setopt'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/ompi/mca/mtl/psm/mtl_psm_component.c:339: undefined reference to `psm_init'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/ompi/mca/mtl/psm/mtl_psm_component.c:355: undefined reference to `psm_error_register_handler'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/ompi/mca/mtl/psm/mtl_psm_component.c:313: undefined reference to `psm_error_get_string'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/ompi/mca/mtl/psm/mtl_psm_component.c:341: undefined reference to `psm_error_get_string'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/ompi/mca/mtl/psm/mtl_psm_component.c:358: undefined reference to `psm_error_get_string'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libmpi.a(fs_lustre_file_open.o): in function `mca_fs_lustre_file_open':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/ompi/mca/fs/lustre/fs_lustre_file_open.c:202: undefined reference to `llapi_file_get_stripe'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/ompi/mca/fs/lustre/fs_lustre_file_open.c:126: undefined reference to `llapi_file_create'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libmpi.a(mtl_psm.o): in function `ompi_mtl_psm_finalize':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/ompi/mca/mtl/psm/mtl_psm.c:202: undefined reference to `psm_mq_finalize'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/ompi/mca/mtl/psm/mtl_psm.c:209: undefined reference to `psm_ep_close'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/ompi/mca/mtl/psm/mtl_psm.c:216: undefined reference to `psm_finalize'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/ompi/mca/mtl/psm/mtl_psm.c:204: undefined reference to `psm_error_get_string'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/ompi/mca/mtl/psm/mtl_psm.c:211: undefined reference to `psm_error_get_string'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/ompi/mca/mtl/psm/mtl_psm.c:218: undefined reference to `psm_error_get_string'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libmpi.a(mtl_psm.o): in function `ompi_mtl_psm_progress':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/ompi/mca/mtl/psm/mtl_psm.c:422: undefined reference to `psm_mq_ipeek'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/ompi/mca/mtl/psm/mtl_psm.c:431: undefined reference to `psm_mq_test'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/ompi/mca/mtl/psm/mtl_psm.c:477: undefined reference to `psm_error_get_string'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libmpi.a(mtl_psm.o): in function `ompi_mtl_psm_errhandler':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/ompi/mca/mtl/psm/mtl_psm.c:75: undefined reference to `psm_error_get_string'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libmpi.a(mtl_psm.o): in function `ompi_mtl_psm_add_procs':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/ompi/mca/mtl/psm/mtl_psm.c:312: undefined reference to `psm_error_register_handler'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/ompi/mca/mtl/psm/mtl_psm.c:314: undefined reference to `psm_ep_connect'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libmpi.a(mtl_psm.o): in function `ompi_mtl_psm_connect_error_msg':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/ompi/mca/mtl/psm/mtl_psm.c:237: undefined reference to `psm_error_get_string'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/ompi/mca/mtl/psm/mtl_psm.c:237: undefined reference to `psm_error_get_string'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libmpi.a(mtl_psm.o): in function `ompi_mtl_psm_add_procs':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/ompi/mca/mtl/psm/mtl_psm.c:324: undefined reference to `psm_error_get_string'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/ompi/mca/mtl/psm/mtl_psm.c:354: undefined reference to `psm_error_register_handler'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libmpi.a(mtl_psm.o): in function `ompi_mtl_psm_module_init':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/ompi/mca/mtl/psm/mtl_psm.c:119: undefined reference to `psm_error_register_handler'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/ompi/mca/mtl/psm/mtl_psm.c:152: undefined reference to `psm_ep_open'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/ompi/mca/mtl/psm/mtl_psm.c:161: undefined reference to `psm_error_register_handler'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/ompi/mca/mtl/psm/mtl_psm.c:163: undefined reference to `psm_mq_init'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/ompi/mca/mtl/psm/mtl_psm.c:169: undefined reference to `psm_error_get_string'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/ompi/mca/mtl/psm/mtl_psm.c:154: undefined reference to `psm_error_get_string'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libmpi.a(mtl_psm.o): in function `ompi_mtl_psm_errhandler':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/ompi/mca/mtl/psm/mtl_psm.c:84: undefined reference to `psm_error_defer'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libmpi.a(mtl_psm_cancel.o): in function `ompi_mtl_psm_cancel':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/ompi/mca/mtl/psm/mtl_psm_cancel.c:39: undefined reference to `psm_mq_cancel'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/ompi/mca/mtl/psm/mtl_psm_cancel.c:41: undefined reference to `psm_mq_test'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libmpi.a(mtl_psm_probe.o): in function `ompi_mtl_psm_iprobe':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/ompi/mca/mtl/psm/mtl_psm_probe.c:42: undefined reference to `psm_mq_iprobe'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libmpi.a(mtl_psm_recv.o): in function `ompi_mtl_psm_irecv':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/ompi/mca/mtl/psm/mtl_psm_recv.c:69: undefined reference to `psm_mq_irecv'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/ompi/mca/mtl/psm/mtl_psm_recv.c:79: undefined reference to `psm_error_get_string'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libmpi.a(mtl_psm_send.o): in function `ompi_mtl_psm_send':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/ompi/mca/mtl/psm/mtl_psm_send.c:76: undefined reference to `psm_mq_send'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/ompi/mca/mtl/psm/mtl_psm_send.c:76: undefined reference to `psm_mq_send'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/ompi/mca/mtl/psm/mtl_psm_send.c:76: undefined reference to `psm_mq_send'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libmpi.a(mtl_psm_send.o): in function `ompi_mtl_psm_isend':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/ompi/mca/mtl/psm/mtl_psm_send.c:136: undefined reference to `psm_mq_isend'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_connect_base.o): in function `opal_btl_openib_connect_base_select_for_local_port':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_base.c:307: undefined reference to `ibv_get_device_name'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_connect_base.o): in function `opal_btl_openib_connect_base_alloc_cts':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_base.c:454: undefined reference to `ibv_reg_mr'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_connect_base.o): in function `opal_btl_openib_connect_base_free_cts':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_base.c:494: undefined reference to `ibv_dereg_mr'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_connect_rdmacm.o): in function `rdmacm_component_init':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_rdmacm.c:2297: undefined reference to `rdma_create_event_channel'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_connect_rdmacm.o): in function `rdmacm_setup_qp':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_rdmacm.c:485: undefined reference to `rdma_create_qp'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_rdmacm.c:498: undefined reference to `ibv_get_device_name'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_connect_rdmacm.o): in function `show_help_rdmacm_event_error':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_rdmacm.c:1656: undefined reference to `ibv_get_device_name'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_rdmacm.c:1658: undefined reference to `rdma_event_str'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_rdmacm.c:1647: undefined reference to `ibv_get_device_name'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_connect_rdmacm.o): in function `call_disconnect_callback':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_rdmacm.c:1153: undefined reference to `rdma_disconnect'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_connect_rdmacm.o): in function `rdmacm_component_finalize':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_rdmacm.c:2246: undefined reference to `rdma_destroy_event_channel'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_connect_rdmacm.o): in function `id_context_destructor':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_rdmacm.c:246: undefined reference to `rdma_destroy_id'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_connect_rdmacm.o): in function `rdmacm_destroy_dummy_qp':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_rdmacm.c:1356: undefined reference to `ibv_destroy_qp'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_rdmacm.c:1362: undefined reference to `ibv_destroy_cq'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_connect_rdmacm.o): in function `rdmacm_client_connect_one':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_rdmacm.c:648: undefined reference to `rdma_create_id'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_rdmacm.c:740: undefined reference to `rdma_resolve_addr'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_connect_rdmacm.o): in function `rdmacm_event_dispatch':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_rdmacm.c:1836: undefined reference to `rdma_get_cm_event'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_rdmacm.c:1861: undefined reference to `rdma_ack_cm_event'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_connect_rdmacm.o): in function `handle_connect_request':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_rdmacm.c:967: undefined reference to `ibv_get_device_name'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_rdmacm.c:973: undefined reference to `rdma_get_dst_port'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_connect_rdmacm.o): in function `resolve_route':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_rdmacm.c:1406: undefined reference to `rdma_resolve_route'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_connect_rdmacm.o): in function `create_dummy_cq':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_rdmacm.c:1437: undefined reference to `ibv_create_cq'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_connect_rdmacm.o): in function `create_dummy_qp':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_rdmacm.c:1477: undefined reference to `rdma_create_qp'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_connect_rdmacm.o): in function `finish_connect':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_rdmacm.c:1623: undefined reference to `rdma_connect'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_rdmacm.c:1632: undefined reference to `ibv_destroy_qp'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_connect_rdmacm.o): in function `handle_connect_request':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_rdmacm.c:1109: undefined reference to `rdma_accept'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_rdmacm.c:1120: undefined reference to `ibv_destroy_qp'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_connect_rdmacm.o): in function `event_handler':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_rdmacm.c:1802: undefined reference to `rdma_event_str'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_connect_rdmacm.o): in function `handle_connect_request':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_rdmacm.c:1010: undefined reference to `rdma_reject'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_connect_rdmacm.o): in function `rdmacm_component_query':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_rdmacm.c:2085: undefined reference to `rdma_create_id'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_rdmacm.c:2120: undefined reference to `rdma_bind_addr'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_connect_rdmacm.o): in function `ipaddrcheck':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_rdmacm.c:1902: undefined reference to `rdma_get_src_port'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_connect_rdmacm.o): in function `rdmacm_component_query':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_rdmacm.c:2153: undefined reference to `rdma_listen'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_rdmacm.c:2171: undefined reference to `ibv_get_device_name'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_rdmacm.c:2192: undefined reference to `ibv_get_device_name'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_rdmacm.c:2197: undefined reference to `ibv_get_device_name'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_connect_udcm.o): in function `udcm_endpoint_init_data':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_udcm.c:1573: undefined reference to `ibv_create_ah'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_connect_udcm.o): in function `udcm_rc_qp_create_one':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_udcm.c:1390: undefined reference to `ibv_create_qp'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_connect_udcm.o): in function `udcm_rc_qp_to_init':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_udcm.c:1193: undefined reference to `ibv_modify_qp'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_connect_udcm.o): in function `udcm_rc_qp_create_one':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_udcm.c:1412: undefined reference to `ibv_get_device_name'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_connect_udcm.o): in function `udcm_rc_qp_to_rtr':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_udcm.c:1245: undefined reference to `ibv_modify_qp'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_connect_udcm.o): in function `udcm_rc_qp_to_rts':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_udcm.c:1277: undefined reference to `ibv_modify_qp'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_connect_udcm.o): in function `udcm_rc_qp_create_one':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_udcm.c:1402: undefined reference to `ibv_get_device_name'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_connect_udcm.o): in function `udcm_endpoint_finalize':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_udcm.c:668: undefined reference to `ibv_destroy_ah'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_connect_udcm.o): in function `udcm_module_destroy_listen_qp':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_udcm.c:1015: undefined reference to `ibv_modify_qp'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_udcm.c:1034: undefined reference to `ibv_destroy_qp'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_connect_udcm.o): in function `udcm_module_destroy_buffers':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_udcm.c:1084: undefined reference to `ibv_dereg_mr'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_connect_udcm.o): in function `udcm_module_finalize':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_udcm.c:891: undefined reference to `ibv_destroy_cq'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_udcm.c:898: undefined reference to `ibv_destroy_cq'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_udcm.c:905: undefined reference to `ibv_destroy_comp_channel'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_connect_udcm.o): in function `udcm_module_destroy_listen_qp':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_udcm.c:1027: undefined reference to `ibv_modify_qp'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_connect_udcm.o): in function `udcm_rc_qp_to_rts':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_udcm.c:1277: undefined reference to `ibv_modify_qp'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_connect_udcm.o): in function `udcm_rc_qp_to_rtr':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_udcm.c:1245: undefined reference to `ibv_modify_qp'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_connect_udcm.o): in function `udcm_module_init':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_udcm.c:696: undefined reference to `ibv_create_comp_channel'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_udcm.c:703: undefined reference to `ibv_create_cq'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_udcm.c:711: undefined reference to `ibv_create_cq'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_connect_udcm.o): in function `udcm_module_allocate_buffers':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_udcm.c:1066: undefined reference to `ibv_reg_mr'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_connect_udcm.o): in function `udcm_module_create_listen_qp':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_udcm.c:945: undefined reference to `ibv_create_qp'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_udcm.c:959: undefined reference to `ibv_modify_qp'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_udcm.c:969: undefined reference to `ibv_modify_qp'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_udcm.c:981: undefined reference to `ibv_modify_qp'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_connect_udcm.o): in function `udcm_module_init':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_udcm.c:744: undefined reference to `ibv_query_gid'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_connect_udcm.o): in function `udcm_cq_event_dispatch':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_udcm.c:2175: undefined reference to `ibv_get_cq_event'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/connect/btl_openib_connect_udcm.c:2182: undefined reference to `ibv_ack_cq_events'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_ip.o): in function `add_rdma_addr':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_ip.c:311: undefined reference to `rdma_create_event_channel'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_ip.c:318: undefined reference to `rdma_create_id'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_ip.c:328: undefined reference to `rdma_bind_addr'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_ip.c:368: undefined reference to `rdma_destroy_id'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_ip.c:370: undefined reference to `rdma_destroy_event_channel'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_ip.c:368: undefined reference to `rdma_destroy_id'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_ip.c:370: undefined reference to `rdma_destroy_event_channel'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_ip.c:368: undefined reference to `rdma_destroy_id'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_ip.c:370: undefined reference to `rdma_destroy_event_channel'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_ip.c:368: undefined reference to `rdma_destroy_id'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_ip.c:370: undefined reference to `rdma_destroy_event_channel'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(common_verbs_basics.o): in function `opal_common_verbs_check_basics':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/common/verbs/common_verbs_basics.c:56: undefined reference to `ibv_get_sysfs_path'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(common_verbs_basics.o): in function `opal_common_verbs_fork_test':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/common/verbs/common_verbs_basics.c:80: undefined reference to `ibv_fork_init'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(common_verbs_devlist.o): in function `opal_ibv_get_device_list':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/common/verbs/common_verbs_devlist.c:53: undefined reference to `ibv_get_device_list'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(common_verbs_devlist.o): in function `opal_ibv_free_device_list':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/common/verbs/common_verbs_devlist.c:91: undefined reference to `ibv_free_device_list'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(common_verbs_find_max_inline.o): in function `opal_common_verbs_find_max_inline':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/common/verbs/common_verbs_find_max_inline.c:67: undefined reference to `ibv_create_cq'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/common/verbs/common_verbs_find_max_inline.c:93: undefined reference to `ibv_create_qp'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/common/verbs/common_verbs_find_max_inline.c:96: undefined reference to `ibv_destroy_qp'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/common/verbs/common_verbs_find_max_inline.c:105: undefined reference to `ibv_destroy_cq'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/common/verbs/common_verbs_find_max_inline.c:70: undefined reference to `ibv_get_device_name'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(common_verbs_qp_type.o): in function `opal_common_verbs_qp_test':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/common/verbs/common_verbs_qp_type.c:66: undefined reference to `ibv_alloc_pd'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/common/verbs/common_verbs_qp_type.c:71: undefined reference to `ibv_create_cq'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/common/verbs/common_verbs_qp_type.c:97: undefined reference to `ibv_dealloc_pd'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/common/verbs/common_verbs_qp_type.c:100: undefined reference to `ibv_destroy_cq'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(common_verbs_qp_type.o): in function `make_qp':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/common/verbs/common_verbs_qp_type.c:44: undefined reference to `ibv_create_qp'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/common/verbs/common_verbs_qp_type.c:46: undefined reference to `ibv_destroy_qp'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/common/verbs/common_verbs_qp_type.c:44: undefined reference to `ibv_create_qp'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/common/verbs/common_verbs_qp_type.c:46: undefined reference to `ibv_destroy_qp'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/common/verbs/common_verbs_qp_type.c:44: undefined reference to `ibv_create_qp'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/common/verbs/common_verbs_qp_type.c:46: undefined reference to `ibv_destroy_qp'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(common_verbs_qp_type.o): in function `opal_common_verbs_qp_test':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/common/verbs/common_verbs_qp_type.c:97: undefined reference to `ibv_dealloc_pd'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib.o): in function `mca_btl_openib_finalize_resources':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib.c:1694: undefined reference to `ibv_destroy_srq'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib.o): in function `mca_btl_openib_tune_endpoint':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib.c:612: undefined reference to `ibv_get_device_name'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib.c:546: undefined reference to `ibv_get_device_name'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib.c:525: undefined reference to `ibv_get_device_name'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib.o): in function `prepare_device_for_use':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib.c:757: undefined reference to `ibv_get_device_name'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib.c:799: undefined reference to `ibv_get_device_name'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib.o): in function `adjust_cq':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib.c:227: undefined reference to `ibv_resize_cq'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib.o): in function `create_cq_compat':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib.c:174: undefined reference to `ibv_create_cq'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib.o): in function `adjust_cq':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib.c:201: undefined reference to `ibv_get_device_name'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib.o): in function `check_if_device_support_modify_srq':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib.c:264: undefined reference to `ibv_create_srq'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib.c:288: undefined reference to `ibv_modify_srq'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib.c:294: undefined reference to `ibv_destroy_srq'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib.o): in function `create_srq':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib.c:360: undefined reference to `ibv_create_srq'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib.o): in function `check_if_device_support_modify_srq':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib.c:294: undefined reference to `ibv_destroy_srq'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib.o): in function `create_srq':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib.c:317: undefined reference to `ibv_get_device_name'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib.c:364: undefined reference to `ibv_get_device_name'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib.o): in function `check_if_device_support_modify_srq':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib.c:294: undefined reference to `ibv_destroy_srq'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_async.o): in function `mca_btl_openib_load_apm':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_async.c:381: undefined reference to `ibv_query_qp'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_async.c:402: undefined reference to `ibv_modify_qp'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_async.o): in function `btl_openib_async_device':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_async.c:203: undefined reference to `ibv_get_async_event'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_async.c:308: undefined reference to `ibv_ack_async_event'
/software/local/el6/COMMON/gcc/8.2.0/bin/ld: /mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/external/MPI/lib/libopen-pal.a(btl_openib_async.o): in function `btl_openib_async_srq_limit_event':
/mnt/auto/people/plgtopolski/Cactus/configs/ET/scratch/build/MPI/openmpi-4.0.2/opal/mca/btl/openib/btl_openib_async.c:170: undefined reference to `ibv_get_device_name'
collect2: error: ld returned 1 exit status
make[1]: *** [/mnt/auto/people/plgtopolski/Cactus/exe/cactus_ET] Error 1
make[1]: Leaving directory `/mnt/auto/people/plgtopolski/Cactus'
make: *** [ET] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment