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

Revisions №60110

branch: master 「№60110」
Commited by: Vikram K. Mulligan
GitHub commit link: 「be6f71aff722fe3c」 「№3040」
Difference from previous tested commit:  code diff
Commit date: 2018-03-20 02:35:23

Merge pull request #3040 from RosettaCommons/vmullig/fix_bluegene_runtime_issue Fix a runtime issue on Blue Gene created by the new fconfig system The new fconfig system is now preventing program execution on the Blue Gene/Q system. (Note: this is not @jadolfbr's fault. The problem couldn't reasonably have been anticipated before the changes went into operation.) It seems that some systems don't allow certain system calls, and this creates an unhandled exception when Rosetta starts asking for home directories and whatnot. Adding a try/catch block to handle this.

...