| ... | @@ -3,15 +3,25 @@ |
... | @@ -3,15 +3,25 @@ |
|
|
<h1> Installating Pulsation-tools</h1>
|
|
<h1> Installating Pulsation-tools</h1>
|
|
|
|
|
|
|
|
<ul>
|
|
<ul>
|
|
|
<li>Example: config : BENGUELA_LR experience : exp1</li>
|
|
<li>Example:
|
|
|
|
<ul>
|
|
|
|
<li>config : BENGUELA_LR</li>
|
|
|
|
<li>experience : exp1</li>
|
|
|
|
<ul>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
<br />
|
|
|
|
|
|
|
<li>Configure your .bashrc
|
|
<li>Configure your .bashrc
|
|
|
<ul>
|
|
<ul>
|
|
|
<li> Paste this [text](https://gitlab.in2p3.fr/christophe.hourdin/pulsation-tools/-/wikis/bashrc) in your .bashrc </li>
|
|
<li> Paste this [text](https://gitlab.in2p3.fr/christophe.hourdin/pulsation-tools/-/wikis/bashrc) in your .bashrc </li>
|
|
|
<li> Customize the WD_EXP, WORKDIR_EXP, SCRATCHDIR_EXP, STOREDIR_EXP directories to suit your environment (the first lines of .bashrc) </li>
|
|
<li> Customize the WD_EXP, WORKDIR_EXP, SCRATCHDIR_EXP, STOREDIR_EXP directories to suit your environment (the first lines of .bashrc) </li>
|
|
|
<li>". .bashrc" to refresh your environment
|
|
<li>". .bashrc" to refresh your environment
|
|
|
</ul>
|
|
</ul>
|
|
|
</li>
|
|
</li>
|
|
|
|
|
|
|
<br />
|
|
<br />
|
|
|
|
|
|
|
<li> The only directory to be created (The run, output & restart directories are automatically created). "wd" is the directory you can backup to keep the full description of all experiments.
|
|
<li> The only directory to be created (The run, output & restart directories are automatically created). "wd" is the directory you can backup to keep the full description of all experiments.
|
|
|
<pre>
|
|
<pre>
|
|
|
mkdir -p ${WORKDIR_EXP}/wd/exp
|
|
mkdir -p ${WORKDIR_EXP}/wd/exp
|
| ... | @@ -20,7 +30,6 @@ cd ${WORKDIR_EXP}/wd/exp |
... | @@ -20,7 +30,6 @@ cd ${WORKDIR_EXP}/wd/exp |
|
|
</li>
|
|
</li>
|
|
|
|
|
|
|
|
<li> Download the branch you want (here the benguela_lr branch) and name it as you want (here "exp1").
|
|
<li> Download the branch you want (here the benguela_lr branch) and name it as you want (here "exp1").
|
|
|
<br/>
|
|
|
|
|
<pre>
|
|
<pre>
|
|
|
git clone --branch benguela_lr git@gitlab.in2p3.fr:christophe.hourdin/pulsation-tools.git blr1
|
|
git clone --branch benguela_lr git@gitlab.in2p3.fr:christophe.hourdin/pulsation-tools.git blr1
|
|
|
</pre>
|
|
</pre>
|
| ... | |
... | |
| ... | | ... | |