roberto.depietri:pub:einstentoolkitoneinstein
Differenze
Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.
Entrambe le parti precedenti la revisioneRevisione precedente | |||
roberto.depietri:pub:einstentoolkitoneinstein [29/04/2013 14:25] – roberto.depietri | roberto.depietri:pub:einstentoolkitoneinstein [07/05/2013 09:29] (versione attuale) – roberto.depietri | ||
---|---|---|---|
Linea 1: | Linea 1: | ||
+ | |||
+ | Here all the details on how I installed the Einstein Toolkit on our local machine using the | ||
+ | portland compilers. | ||
+ | |||
+ | |||
+ | ====== Step 1: Get the code ====== | ||
+ | |||
+ | As first step a select a location where save the source tree and the // | ||
+ | simulation data. I decided to use a common root tree on a disk. In my case: | ||
+ | ''"/ | ||
+ | and having a subdirectory named ''" | ||
+ | for // | ||
+ | " | ||
+ | |||
+ | |||
+ | curl -O https:// | ||
+ | chmod a+x GetComponents | ||
+ | ./ | ||
+ | alias sim='/ | ||
+ | |||
+ | ====== Step 2: Set up simfactory ====== | ||
+ | |||
+ | An easy start: | ||
+ | |||
+ | < | ||
+ | [roberto.depietri@einstein Cactus]$ sim setup | ||
+ | Unknown machine name einstein.pr.infn.it | ||
+ | Here we will define some necessary Simulation Factory defaults. | ||
+ | Determining local machine name: einstein.pr.infn.it | ||
+ | Creating machine einstein.pr.infn.it from generic: machine einstein.pr.infn.it [/ | ||
+ | enter value for key user [roberto.depietri]: | ||
+ | enter value for key email [roberto.depietri]: | ||
+ | enter value for key allocation []: NoAllocation | ||
+ | enter value for key sourcebasedir (the parent directory containing the Cactus sourcetree) [/ | ||
+ | enter value for key basedir (the location of simfactory simulations) [/ | ||
+ | would you like to enter key/value pairs for a specific machine? [Y/N*]: N | ||
+ | --------------------SUMMARY--------------------: | ||
+ | [default] | ||
+ | user = roberto.depietri | ||
+ | email = roberto.depietri@unipr.it | ||
+ | allocation | ||
+ | sourcebasedir | ||
+ | basedir | ||
+ | ------------------END SUMMARY------------------: | ||
+ | Save contents [Y*/ | ||
+ | Contents successfully written to / | ||
+ | </ | ||