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

Better module depencency cycle finding #15981

Merged

Conversation

Dr15Jones
Copy link
Contributor

Finds more cases of true module dependency cycles which lead to unrunnable schedules.

Now model Path and EndPath dependencies by having a unique graph vertex
at the end of each Path, have TriggerResults depend on those verticies
and then have unique graph verticies at the front of each EndPath with
those vertices dependent upon TriggerResults.
Previously, if a module we have a consumes dependency on appeared earlier in
a Path we would assume the found cycle was a false positive. Now we make sure
that the cycle does not depend on modules which are even earlier in the Path.
@cmsbuild
Copy link
Contributor

A new Pull Request was created by @Dr15Jones (Chris Jones) for CMSSW_8_1_DEVEL_X.

It involves the following packages:

FWCore/Framework

@cmsbuild, @smuzaffar, @Dr15Jones can you please review it and eventually sign? Thanks.
@Martin-Grunewald, @wddgit, @wmtan this is something you requested to watch as well.
@slava77, @smuzaffar you are the release manager for this.

cms-bot commands are list here #13028

@Dr15Jones
Copy link
Contributor Author

please test

@Dr15Jones
Copy link
Contributor Author

+1

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 25, 2016

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/15375/console

@cmsbuild
Copy link
Contributor

This pull request is fully signed and it will be integrated in one of the next CMSSW_8_1_DEVEL_X IBs after it passes the integration tests.

@Dr15Jones
Copy link
Contributor Author

@smuzaffar this should stop the IB RelVal timeout problems (or at least some of them)

@smuzaffar smuzaffar merged commit b6da1ea into cms-sw:CMSSW_8_1_DEVEL_X Sep 26, 2016
@Dr15Jones Dr15Jones deleted the setTriggerResultsToFrontOfEndPath branch November 9, 2016 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants