Pre- and Post-processing¶
1 !=====================================================================!
2 ! PRE-Processing
3 !=====================================================================!
4
5 ! I - Installation of input files ("install" keys)
6 install.tasks : ${my.install.tasks} restart
7
8 ! II - User scripts to setup run
9 input.user.scripts : <bindir>/tm5-tmm-setup <rcfile>
10
11 !=====================================================================!
12 ! POST-Processing
13 !=====================================================================!
14
15 ! I - Archive output ("store" keys)
16 default.store.zipper :
17 default.store.arch : ${my.project.dir}/ARCHIVE
18 default.store.renew : True
19 !----------------------------------------------------------
20 store.condition : False
21 store.tasks :
22 sources.store.extra.command :
23
24 ! II - Touch files
25 output.touch : False
26
27 ! III - Run user scripts
28 output.user.scripts.condition : False
29 output.user.scripts :
30
31 ! IV - DIADEM
32 !#include tools/diadem/rc/diadem.rc</text>