-
Notifications
You must be signed in to change notification settings - Fork 15
Running a production
Thomas Vuillaume edited this page Sep 2, 2024
·
2 revisions
- tests must pass
- check in particular in the lstmcpipe config:
- the lstchain version / environment
- the paths (do the starting dir exist?)
- go to lstmcpipe workspace (
/fefs/aswg/workspace/lstmcpipe/
) - update the repo (
git pull
) - run the production (
lstmcpipe -c lstmcpipe_config.yml -conf_lst lstchain_config.json
)
Logs are stored in /fefs/aswg/workspace/lstmcpipe/PROD_LOGS
.
Use python scripts there to check or debug the jobs status.