Strumenti Utente

Strumenti Sito


numrel:user:start

Einstein Toolkit usage notes

The simulation are based on the last release of the Einstein Toolkit ET_2014_05 code name "Wheeler". It can be download using

 curl -kLO https://raw.githubusercontent.com/gridaphobe/CRL/ET_2014_05/GetComponents 
 chmod a+x GetComponents
 ./GetComponents --parallel https://svn.einsteintoolkit.org/manifest/branches/ET_2014_05/einsteintoolkit.th

We also used thorns produced by us:

  ./GetComponents --parallel http://www.fis.unipr.it/gravity/Codes/Exchange/ParmaThorns.th

We use 3 systems forrest and production "Fermi", "Zefiro" and "Kepler" and the configuration file are saved on out private SVN on the directory:

  https://einstein.pr.infn.it/PRIVATE/UsefulFiles/SimFactory/

In this directory there is the script "Update.sh" that when is executed on theCactus directory set up the local machine configuration. The "defs.local.ini" file give an example on how to configure your personal settings.

   ~/SVN_WEB/PRIVATE/UsefulFiles/SimFactory/Update.sh get
   cat ~/SVN_WEB/PRIVATE/UsefulFiles/SimFactory/defs.local.ini \
      | sed "s/USER_NAME_BASE/roberto.depietri/" \
      | sed "s/USER_NAME_FERMI/rdepietr/" \
      | sed "s/USER_NAME_MIKE/depietri/"  \
      | sed "s/RELEASE/ET_2014_05/"

numrel/user/start.txt · Ultima modifica: 16/06/2014 16:02 da roberto.depietri