Skip to content

Instantly share code, notes, and snippets.

@ianhinder
Created May 13, 2015 14:56
Show Gist options
  • Save ianhinder/62dd8f2cf3da340364d9 to your computer and use it in GitHub Desktop.
Save ianhinder/62dd8f2cf3da340364d9 to your computer and use it in GitHub Desktop.
# Component list for Cactus
# $Revision$
# $Date$
# $HeadURL$
!CRL_VERSION = 1.0
!DEFINE ROOT = Cactus
!DEFINE ARR = $ROOT/arrangements
!DEFINE COMPONENTLIST_TARGET = $ROOT/thornlists/
# 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/simfactory
!TYPE = git
!URL = https://bitbucket.org/simfactory/simfactory2.git
!NAME = simfactory2
!CHECKOUT = README.md README_FIRST.txt bin doc etc lib mdb
# 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
# CactusPUGH thorns
!TARGET = $ARR
!TYPE = git
!URL = https://bitbucket.org/cactuscode/cactuspugh.git
!REPO_PATH= $2
!CHECKOUT =
CactusPUGH/PUGH
CactusPUGH/PUGHSlab
# 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/MemSpeed
CactusUtils/SystemTopology
# Additional Cactus thorns
!TARGET = $ARR
!TYPE = svn
!URL = https://svn.cactuscode.org/projects/$1/$2/trunk
!CHECKOUT =
ExternalLibraries/hwloc
ExternalLibraries/MPI
ExternalLibraries/zlib
# Various thorns from LSU
!TARGET = $ARR
!TYPE = svn
!URL = https://svn.cct.lsu.edu/repos/numrel/$1/$2/trunk
!CHECKOUT =
LSUThorns/Vectors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment