-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parse exit state of alignment in millepede.end and set job status accordingly #8053
Parse exit state of alignment in millepede.end and set job status accordingly #8053
Conversation
… return code is 1, OK if 0 and FAIL otherwise. Key to code is on the Millepede-II website: http://www.desy.de/~kleinwrt/MP2/doc/html/exit_code_page.html Backport of cms-sw#8050
A new Pull Request was created by @frmeier (Frank Meier) for CMSSW_5_3_X. Parse exit state of alignment in millepede.end and set job status accordingly It involves the following packages: Alignment/MillePedeAlignmentAlgorithm @cmsbuild, @mmusich, @diguida, @cerminar, @nclopezo can you please review it and eventually sign? Thanks. |
@cmsbuild can you please test |
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_5_3_X IBs unless changes or unless it breaks tests. This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @smuzaffar, @ktf |
This pull request is fully signed and it will be integrated in one of the next CMSSW_5_3_X IBs unless changes (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @smuzaffar, @ktf |
+1 |
Parse exit state of alignment in millepede.end and set job status accordingly
Backport of #8050
The pede-program returns its exit status in the file 'millepede.end'. This patch parses its content and sets the jobs status accordingly.
The full list is here: http://www.desy.de/~kleinwrt/MP2/doc/html/exit_code_page.html