When you launch TM, you can choose to add an argument : a configuration file.
topology@scgw1:~$ ./local/bin/tm_server conf_tm.cfg
Keys¶
Keys are not case sensitive !
The different keys are :- BASE / BASE_USERNAME / BASE_PASSWORD : Used to configure access to the postgreSQL database .... Please don't modify ;)
- HOME : Path to the experiment home (mainly to write narval configuration files)
- LOG_FILE / LOG_FILE_SIZE : Parameters for logs written to disks
- LOG_LEVEL : Level of debug. Level can be : debug / info / warn / error
- PORT : Port used to connect to the TM web server
- TEMPLATE_PATH : Path to the template used to generate Narval configurations file for AGATA
- FONTSIZE / FONTSIZE_BIG : Parameters for TM display
- CF_GTS_ARCHI / CF_GTS_TREE / CF_AGATAVARS / CF_CRY : Definition of path for different electronic configuration files. Default is:
- /home/gts/GTS/gts_tree/cfg/architecture.cfg
- /home/gts/GTS/gts_tree/bin/gts_in_gts_tree.conf
- /home/carrier/bin/agatavars
- /home/carrier/carrierLSC/cry.cfg
Example¶
topology@scgw1:~$ cat conf_tm.cfg LOG_LEVEL=debug HOME=/GANIL FONTSIZE=6 FONTSIZE_BIG=8 #CF files are set for test .... CF_GTS_ARCHI=/home/gts/GTS/gts_tree/cfg/architecture.cfg-test CF_GTS_TREE=/home/gts/GTS/gts_tree/bin/gts_in_gts_tree.conf-test CF_AGATAVARS=/home/carrier/bin/agatavars-test