Skip to content

Commit

Permalink
Merge pull request #3758 from cms-sw/efeyazgan-patch-1
Browse files Browse the repository at this point in the history
Update request_fragment_check.py
  • Loading branch information
efeyazgan authored Sep 10, 2024
2 parents 4a498a7 + 2684d46 commit 77104f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/utils/request_fragment_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@ def concurrency_check(fragment,pi,cmssw_version,mg_gp):
print("For MG5_aMC requests, currently the concurrent mode for LHE production is not supported due to heavy I/O.")
# for other cases, it is either concurrent generation parameters are missing or wrong
else:
error_conc.append("Concurrent generation parameters missing or wrong. Please see https://twiki.cern.ch/twiki/bin/view/CMSPublic/WorkBookGenMultithread")
if "CloseByParticleGun" not in dn:
error_conc.append("Concurrent generation parameters missing or wrong. Please see https://twiki.cern.ch/twiki/bin/view/CMSPublic/WorkBookGenMultithread")

else:
if "concurrent" in fragment.lower():
Expand Down

0 comments on commit 77104f4

Please sign in to comment.