# Component list for the Einstein Toolkit # $Revision$ # $Date$ # $HeadURL$ !CRL_VERSION = 1.0 !DEFINE ROOT = Cactus !DEFINE ARR = $ROOT/arrangements !DEFINE COMPONENTLIST_TARGET = $ROOT/thornlists/ # A note on CUDA and OpenCL: # The thorns supporting and using CUDA and OpenCL are working and are # part of the Einstein Toolkit. However, these thorns are currently # commented out in this thorn list because most machines do not have # CUDA or OpenCL libraries installed, and there are no good, free CUDA # or OpenCL implementations yet which could be shipped with Cactus. # If you want to experiment with CUDA or OpenCL and use these thorns # (or look at their documentation), then uncomment these thorns in # this thorn list, and use GetComponents to download these thorns. # You have to uncomment these thorns (not here, but further below): # - CactusExamples/HelloWorldCUDA # - CactusExamples/HelloWorldOpenCL # - CactusExamples/WaveToyOpenCL # - CactusUtils/OpenCLRunTime # - CactusUtils/Accelerator # - ExternalLibraries/OpenCL # - McLachlan/ML_WaveToy_CL # To download these thorns via GetComponents, use then the following # command (on the same system where you originally used # GetComponents): # cd Cactus (or whatever your source tree is called) # bin/GetComponents --update --root=. manifest/einsteintoolkit.th # This thorn list !TARGET = $ROOT !TYPE = git !URL = https://bitbucket.org/einsteintoolkit/manifest.git !CHECKOUT = . !NAME = manifest # Cactus Flesh !TARGET = $ROOT !TYPE = git !URL = https://bitbucket.org/cactuscode/cactus.git !NAME = flesh !CHECKOUT = CONTRIBUTORS COPYRIGHT doc lib Makefile src # Simulation Factory !TARGET = $ROOT !TYPE = svn !URL = https://svn.cct.lsu.edu/repos/numrel/$1/trunk !CHECKOUT = simfactory2 !NAME = simfactory # Example parameter files !TARGET = $ROOT !TYPE = git !URL = https://bitbucket.org/einsteintoolkit/einsteinexamples.git !CHECKOUT = par # Various Cactus utilities !TARGET = $ROOT !TYPE = git !URL = https://bitbucket.org/cactuscode/utilities.git !CHECKOUT = . !NAME = utils # The GetComponents script !TARGET = $ROOT/bin !TYPE = git !URL = https://github.com/gridaphobe/CRL.git !CHECKOUT = GetComponents # CactusBase thorns !TARGET = $ARR !TYPE = git !URL = https://bitbucket.org/cactuscode/cactusbase.git !REPO_PATH= $2 !CHECKOUT = CactusBase/Boundary CactusBase/CartGrid3D CactusBase/CoordBase CactusBase/Fortran CactusBase/InitBase CactusBase/IOASCII CactusBase/IOBasic CactusBase/IOUtil CactusBase/SymBase CactusBase/Time # CactusConnect thorns !TARGET = $ARR !TYPE = git !URL = https://bitbucket.org/cactuscode/cactusconnect.git !REPO_PATH= $2 !CHECKOUT = CactusConnect/HTTPD CactusConnect/HTTPDExtra CactusConnect/Socket # CactusDoc thorns !TARGET = $ARR/CactusDoc !TYPE = git !URL = https://bitbucket.org/cactuscode/coredoc.git !NAME = CoreDoc !CHECKOUT = . # CactusElliptic thorns !TARGET = $ARR !TYPE = git !URL = https://bitbucket.org/cactuscode/cactuselliptic.git !REPO_PATH= $2 !CHECKOUT = CactusElliptic/EllPETSc CactusElliptic/EllBase #DISABLED CactusElliptic/EllPETSc CactusElliptic/EllSOR CactusElliptic/TATelliptic # CactusExamples thorns !TARGET = $ARR !TYPE = git !URL = https://bitbucket.org/cactuscode/cactusexamples.git !REPO_PATH= $2 !CHECKOUT = CactusExamples/HelloWorldCUDA CactusExamples/HelloWorldOpenCL CactusExamples/WaveToyOpenCL CactusExamples/DemoInterp CactusExamples/FleshInfo CactusExamples/HelloWorld #DISABLED CactusExamples/HelloWorldCUDA #DISABLED CactusExamples/HelloWorldOpenCL CactusExamples/IDWaveMoL CactusExamples/SampleBoundary CactusExamples/SampleIO CactusExamples/TimerInfo CactusExamples/WaveMoL CactusExamples/WaveToy1DF77 CactusExamples/WaveToy2DF77 #DISABLED CactusExamples/WaveToyOpenCL # CactusIO thorns !TARGET = $ARR !TYPE = git !URL = https://bitbucket.org/cactuscode/cactusio.git !REPO_PATH= $2 !CHECKOUT = CactusIO/IOJpeg # CactusNumerical thorns !TARGET = $ARR !TYPE = git !URL = https://bitbucket.org/cactuscode/cactusnumerical.git !REPO_PATH= $2 !CHECKOUT = CactusNumerical/Cartoon2D CactusNumerical/Dissipation CactusNumerical/InterpToArray CactusNumerical/LocalInterp CactusNumerical/LocalReduce CactusNumerical/MoL CactusNumerical/Noise CactusNumerical/Norms CactusNumerical/Periodic CactusNumerical/ReflectionSymmetry CactusNumerical/RotatingSymmetry180 CactusNumerical/RotatingSymmetry90 CactusNumerical/Slab CactusNumerical/SlabTest CactusNumerical/SpaceMask CactusNumerical/SphericalSurface CactusNumerical/TestLocalReduce # CactusPUGH thorns !TARGET = $ARR !TYPE = git !URL = https://bitbucket.org/cactuscode/cactuspugh.git !REPO_PATH= $2 !CHECKOUT = CactusPUGH/PUGH CactusPUGH/PUGHInterp CactusPUGH/PUGHReduce CactusPUGH/PUGHSlab # CactusPUGHIO thorns !TARGET = $ARR !TYPE = git !URL = https://bitbucket.org/cactuscode/cactuspughio.git !REPO_PATH= $2 !CHECKOUT = CactusPUGHIO/IOHDF5 CactusPUGHIO/IOHDF5Util # CactusTest thorns !TARGET = $ARR !TYPE = git !URL = https://bitbucket.org/cactuscode/cactustest.git !REPO_PATH= $2 !CHECKOUT = CactusTest/TestAllTypes #DISABLED CactusTest/TestAllTypes CactusTest/TestArrays CactusTest/TestComplex CactusTest/TestCoordinates CactusTest/TestFortranCrayPointers CactusTest/TestFortranDependencies1 CactusTest/TestFortranDependencies2 CactusTest/TestFpointerNULL CactusTest/TestFreeF90 CactusTest/TestGlobalReduce CactusTest/TestInclude1 CactusTest/TestInclude2 CactusTest/TestLoop CactusTest/TestMath CactusTest/TestMoL CactusTest/TestPar CactusTest/TestReduce CactusTest/TestSchedule CactusTest/TestStrings CactusTest/TestTable CactusTest/TestTimers CactusTest/TestTypes # CactusUtils thorns !TARGET = $ARR !TYPE = git !URL = https://bitbucket.org/cactuscode/cactusutils.git !REPO_PATH= $2 !CHECKOUT = CactusUtils/Accelerator CactusUtils/OpenCLRunTime #DISABLED CactusUtils/Accelerator CactusUtils/Formaline CactusUtils/NaNCatcher CactusUtils/NaNChecker CactusUtils/Nice CactusUtils/NoMPI #DISABLED CactusUtils/OpenCLRunTime CactusUtils/TerminationTrigger CactusUtils/TimerReport #DISABLED CactusUtils/TATPETSc # CactusWave thorns !TARGET = $ARR !TYPE = git !URL = https://bitbucket.org/cactuscode/cactuswave.git !REPO_PATH= $2 !CHECKOUT = CactusWave/IDScalarWave CactusWave/IDScalarWaveC CactusWave/IDScalarWaveCXX CactusWave/IDScalarWaveElliptic CactusWave/WaveBinarySource CactusWave/WaveToyC CactusWave/WaveToyCXX CactusWave/WaveToyExtra CactusWave/WaveToyF77 CactusWave/WaveToyF90 CactusWave/WaveToyFreeF90 # EinsteinAnalysis !TARGET = $ARR !TYPE = git !URL = https://bitbucket.org/einsteintoolkit/einsteinanalysis.git !REPO_PATH= $2 !CHECKOUT = EinsteinAnalysis/ADMAnalysis EinsteinAnalysis/AHFinder EinsteinAnalysis/AHFinderDirect EinsteinAnalysis/CalcK EinsteinAnalysis/EHFinder EinsteinAnalysis/Extract EinsteinAnalysis/Hydro_Analysis EinsteinAnalysis/Multipole EinsteinAnalysis/Outflow EinsteinAnalysis/WeylScal4 # EinsteinBase !TARGET = $ARR !TYPE = git !URL = https://bitbucket.org/einsteintoolkit/einsteinbase.git !REPO_PATH= $2 !CHECKOUT = EinsteinBase/ADMBase EinsteinBase/ADMCoupling # deprecated EinsteinBase/ADMMacros # deprecated EinsteinBase/Constants EinsteinBase/CoordGauge EinsteinBase/EOS_Base EinsteinBase/HydroBase EinsteinBase/StaticConformal EinsteinBase/TmunuBase # EinsteinEOS !TARGET = $ARR !TYPE = git !URL = https://bitbucket.org/einsteintoolkit/einsteineos.git !REPO_PATH= $2 !CHECKOUT = EinsteinEOS/EOS_Hybrid EinsteinEOS/EOS_IdealFluid EinsteinEOS/EOS_Omni EinsteinEOS/EOS_Polytrope # EinsteinEvolve !TARGET = $ARR !TYPE = git !URL = https://bitbucket.org/einsteintoolkit/einsteinevolve.git !REPO_PATH= $2 !CHECKOUT = EinsteinEvolve/GRHydro EinsteinEvolve/GRHydro_InitData EinsteinEvolve/NewRad # EinsteinInitialData !TARGET = $ARR !TYPE = git !URL = https://bitbucket.org/einsteintoolkit/einsteininitialdata.git !REPO_PATH= $2 !CHECKOUT = EinsteinInitialData/DistortedBHIVP EinsteinInitialData/Exact EinsteinInitialData/Hydro_InitExcision EinsteinInitialData/IDAnalyticBH EinsteinInitialData/IDAxiBrillBH EinsteinInitialData/IDAxiOddBrillBH EinsteinInitialData/IDBrillData EinsteinInitialData/IDConstraintViolate EinsteinInitialData/IDFileADM EinsteinInitialData/IDLinearWaves EinsteinInitialData/Meudon_Bin_BH EinsteinInitialData/Meudon_Bin_NS EinsteinInitialData/Meudon_Mag_NS EinsteinInitialData/NoExcision EinsteinInitialData/RotatingDBHIVP EinsteinInitialData/TOVSolver EinsteinInitialData/TwoPunctures # EinsteinUtils !TARGET = $ARR !TYPE = git !URL = https://bitbucket.org/einsteintoolkit/einsteinutils.git !REPO_PATH= $2 !CHECKOUT = EinsteinUtils/SetMask_SphericalSurface EinsteinUtils/TGRtensor # PITTNullCode !TARGET = $ARR !TYPE = git !URL = https://bitbucket.org/einsteintoolkit/pittnullcode.git !REPO_PATH= $2 !CHECKOUT = PITTNullCode/NullConstr PITTNullCode/NullDecomp PITTNullCode/NullEvolve PITTNullCode/NullExact PITTNullCode/NullGrid PITTNullCode/NullInterp PITTNullCode/NullNews PITTNullCode/NullPsiInt PITTNullCode/NullSHRExtract PITTNullCode/NullVars PITTNullCode/SphericalHarmonicDecomp PITTNullCode/SphericalHarmonicRecon !TARGET = $ARR !TYPE = git !URL = https://github.com/barrywardell/EinsteinExact.git !REPO_PATH= $2 !CHECKOUT = EinsteinExact/doc EinsteinExact/m EinsteinExact/tests EinsteinExact/EinsteinExact_Test EinsteinExact/GaugeWave EinsteinExact/KerrSchild EinsteinExact/Minkowski EinsteinExact/ModifiedSchwarzschildBL EinsteinExact/ShiftedGaugeWave EinsteinExact/Vaidya2 # Additional Cactus thorns !TARGET = $ARR !TYPE = svn !URL = https://svn.cactuscode.org/projects/$1/$2/trunk !CHECKOUT = ExternalLibraries/OpenCL ExternalLibraries/PETSc ExternalLibraries/BLAS ExternalLibraries/FFTW3 ExternalLibraries/GSL ExternalLibraries/HDF5 ExternalLibraries/hwloc ExternalLibraries/LAPACK ExternalLibraries/libjpeg ExternalLibraries/LORENE ExternalLibraries/MPI #DISABLED ExternalLibraries/OpenCL ExternalLibraries/OpenSSL ExternalLibraries/PAPI ExternalLibraries/pciutils #DISABLED ExternalLibraries/PETSc ExternalLibraries/zlib # Various thorns from the AEI !TARGET = $ARR !TYPE = svn !URL = https://svn.aei.mpg.de/numrel/$1/$2/trunk !CHECKOUT = AEIThorns/ADMMass AEIThorns/AEILocalInterp AEIThorns/PunctureTracker AEIThorns/SystemStatistics AEIThorns/Trigger # Various thorns from LSU !TARGET = $ARR !TYPE = svn !URL = https://svn.cct.lsu.edu/repos/numrel/$1/$2/trunk !CHECKOUT = LSUThorns/PeriodicCarpet LSUThorns/QuasiLocalMeasures LSUThorns/SummationByParts LSUThorns/Vectors # From Kranc (required e.g. by McLachlan) !TARGET = $ARR !TYPE = git !URL = https://github.com/ianhinder/Kranc.git !REPO_PATH= Auxiliary/Cactus !CHECKOUT = KrancNumericalTools/GenericFD # McLachlan, the spacetime code !TARGET = $ARR !TYPE = git !AUTH_URL = carpetgit@carpetcode.org:McLachlan !URL = git://carpetcode.org/McLachlan !REPO_PATH= $2 !CHECKOUT = McLachlan/doc McLachlan/m McLachlan/par McLachlan/ML_WaveToy_CL 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 #DISABLED McLachlan/ML_WaveToy_CL McLachlan/ML_WaveToy_Test # Carpet, the AMR driver !TARGET = $ARR !TYPE = git !AUTH_URL = carpetgit@carpetcode.org:carpet !URL = git://carpetcode.org/carpet !CHECKOUT = Carpet/doc Carpet/Carpet Carpet/CarpetEvolutionMask Carpet/CarpetIOASCII Carpet/CarpetIOBasic Carpet/CarpetIOHDF5 Carpet/CarpetIOScalar Carpet/CarpetInterp Carpet/CarpetInterp2 Carpet/CarpetLib Carpet/CarpetMask Carpet/CarpetReduce Carpet/CarpetRegrid Carpet/CarpetRegrid2 Carpet/CarpetSlab Carpet/CarpetTracker Carpet/CycleClock Carpet/LoopControl Carpet/Timers CarpetExtra/CarpetIntegrateTest CarpetExtra/CarpetProlongateTest CarpetExtra/CarpetRegridTest CarpetExtra/HighOrderWaveTest CarpetExtra/ReductionTest CarpetExtra/ReductionTest2 CarpetExtra/ReductionTest3 CarpetExtra/RegridSyncTest CarpetExtra/TestCarpetGridInfo CarpetExtra/TestLoopControl # Private thorns !TARGET = $ARR !TYPE = ignore !CHECKOUT =