Merge pull request #2029 from RosettaCommons/roccomoretti/ubsan_fixes
Fix a few issues which were causing issues in the integration.ubsan tests:
* There's a bug in boost::format that invokes undefined behavior: https://svn.boost.org/trac/boost/ticket/11632
* There was some uninitialized variables in GlycanRelaxMover
* For the thermal_sampler integration test, the params_ variable of RECCES_Mover isn't getting set. I don't know enough about this to say where it should be getting set - instead I just added checks such that similar oversights will be much more visible. The thermal_sampler integration test is now on perma-failure until the issue is addressed.