| ... | ... | @@ -11,10 +11,10 @@ |
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
<br />
|
|
|
|
<li>The only directory to be created (The run, output & restart directories are automatically created)
|
|
|
|
<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>
|
|
|
|
mkdir -p ${WORKDIR}/wd/exp
|
|
|
|
cd ${WORKDIR}/wd/exp
|
|
|
|
mkdir -p ${WORKDIR_EXP}/wd/exp
|
|
|
|
cd ${WORKDIR_EXP}/wd/exp
|
|
|
|
</pre>
|
|
|
|
</li>
|
|
|
|
</ul>
|
| ... | ... | |
| ... | ... | |