Difference between revisions of "Getting Started for Cactus Experts"

From Einstein Toolkit Documentation
Jump to: navigation, search
(Development Version)
(Development Version: add --no-check-certificate to access github anonimously)
Line 12: Line 12:
 
please download GetComponents at:
 
please download GetComponents at:
  
  wget https://github.com/gridaphobe/CRL/raw/master/GetComponents
+
  wget --no-check-certificate https://github.com/gridaphobe/CRL/raw/master/GetComponents
 
  chmod 755 GetComponents
 
  chmod 755 GetComponents
  

Revision as of 21:17, 28 December 2010

Stable Version

Use GetComponents (the new version of GetCactus) with the Einstein Toolkit thornlist. This thornlist should work on platforms supported by the Cactus team using the usual configuration files available on the Cactus web page or with the Simulation Factory.

Example parameter files are provided in the Einstein Toolkit SVN repository:

svn checkout https://svn.einsteintoolkit.org/cactus/EinsteinExamples/branches/ET_2010_11/par

Development Version

For those experts interested in the development (unstable) branch of the toolkit, please download GetComponents at:

wget --no-check-certificate https://github.com/gridaphobe/CRL/raw/master/GetComponents
chmod 755 GetComponents

and checkout the Einstein Toolkit thornlist at:

./GetComponents -a https://svn.einsteintoolkit.org/manifest/trunk/einsteintoolkit.th

Problems should be directed to users@einsteintoolkit.org or users@cactuscode.org as appropriate.