Skip to content
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

Update condor resubmit script #5

Open
ram1123 opened this issue Sep 8, 2020 · 0 comments
Open

Update condor resubmit script #5

ram1123 opened this issue Sep 8, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ram1123
Copy link
Member

ram1123 commented Sep 8, 2020

Older Condor Script

This was just searching the log files the line preselected entries from root:. If this line is not present it means job did not run fine. Then it was grabbing the job information and resubmitting it.

New condor script

Now, we are doing following:

  1. Step:1:
    1. Make list of output root files.
    2. Generate list of expected out root files from JDL file.
    3. Difference in the list will be added to the list of resubmission of jobs.
  2. Step:2: Read all the output root file and check if any root file is corrupt or not. If it is corrupt then add it in the list of resubmission.

Then finally submit it.

ram1123/Utils@f30c7ec

@singh-ramanpreet , @ jaylawhorn, @arapyan

@ram1123 ram1123 added the enhancement New feature or request label Sep 8, 2020
@ram1123 ram1123 self-assigned this Sep 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant