Download
The Einstein Toolkit is hosted on many different machines around the world. We provide a script called GetComponents to simplify downloading the toolkit. This page just describes how to download the toolkit - you may also be interested in the Tutorial for New Users which leads you through these steps and more on the Queen Bee supercomputer.
Enter the directory on your machine in which you would like to download the ET (for example, your home directory), and type the commands listed below. This will create a directory called Cactus in which the components of the Einstein Toolkit are downloaded.
Current release: Maxwell (released on 25th October 2011)
This is the recommended version of the toolkit for most users. See the release notes for more information.curl -O https://raw.github.com/gridaphobe/CRL/master/GetComponents chmod a+x GetComponents ./GetComponents -a https://svn.einsteintoolkit.org/manifest/branches/ET_2011_10/einsteintoolkit.th
Current development version
This version is under constant development and, while we try to make sure it remains bug-free, it has not been tested to the same standard as the released version.curl -O https://raw.github.com/gridaphobe/CRL/master/GetComponents chmod a+x GetComponents ./GetComponents -a https://svn.einsteintoolkit.org/manifest/trunk/einsteintoolkit.th

