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

Revisions №60581

branch: master 「№60581」
Commited by: Jack Maguire
GitHub commit link: 「bf29ea89714ac680」 「№3745」
Difference from previous tested commit:  code diff
Commit date: 2019-01-11 11:21:20

Merge pull request #3745 from RosettaCommons/JackMaguire/ExFlagProfileTest Andrew's PR #3729 fixes an issue that increases Rosetta's memory usage by a factor of 4*. This issue doesn't stand out on the testing server because our test cases tend to be small enough to run quickly (this issue only presents itself when memory usage is dominated by Residue objects). This PR adds a profile test that sets up to perform a large packing run but stops after the setup. All of the Residue objects get made but no sampling takes place. Only takes a few seconds. *when packing with linmem_ig Thanks Steven and Sergey for reviewing!

...