Merge pull request #3641 from RosettaCommons/vmullig/fix_simple_cycpep_predict_issues
Fix a couple of problems with simple_cycpep_predict
This pull request fixes a trivial issue with output logging with simple_cycpep_predict. It also seeks to track down and correct a problem seen on the NYU cluster with a double free or corruption error, but I haven't yet been able to reproduce that. This seems only to affect the multi-threaded behaviour, and has only been observed with an icc build.
Edit: I'm just going to merge these cosmetic changes now, and will open a new PR if and when I track down the double free or corruption error.