Skip to content

Running a production

Thomas Vuillaume edited this page Sep 2, 2024 · 2 revisions

1. From a Pull Request

Review the PR

  • tests must pass
  • check in particular in the lstmcpipe config:
    • the lstchain version / environment
    • the paths (do the starting dir exist?)

Accept and merge the PR

On the cluster, connected with lst-ana account:

  • 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)

Comment on the PR

2. Check a prod

Logs are stored in /fefs/aswg/workspace/lstmcpipe/PROD_LOGS.
Use python scripts there to check or debug the jobs status.