「view this page in B3 βῆτα server」

Revisions №122

branch: release 「№122」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「6d43786b5bf9572f」 「№1811」
Difference from previous tested commit:  code diff
Commit date: 2016-11-23 22:07:06

Merge pull request #1811 from RosettaCommons/everyday847/devel_init_like_your_life_depended_on_it Use devel::init in apps If you're in an app, you want to call devel::init to go through the whole cascade of initializations. If you only call protocols::init or, don't even say it, core::init, weird stuff can happen, especially if you try to use any job distributor. We need to fix this issue before merging XRW stuff because it affects integration tests in a hardware-dependent manner. It's also the cause of some ubsan/addsan issues. resolves #1375

...