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