Merge pull request #1400 from RosettaCommons/vmullig/cycpep_predict_tweaks
Adding try/catch block to individual calls to SimpleCycpepPredictApplication in the MPI version, so that individual job failures don't bring down everything. There's an ultra-rare failure occurring one time in 100,000, so it only shows up in my production jobs (in which I usually have to mute all output, so I can't even see what's failing). It's REALLY irritating. I don't know how to track down and fix it, so I have to make sure that I can recover from whatever the error is when it happens.