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

Revisions №58705

branch: master 「№58705」
Commited by: Vikram K. Mulligan
GitHub commit link: 「3dd6c2dedb6c5d27」 「№1360」
Difference from previous tested commit:  code diff
Commit date: 2016-05-24 02:02:34

Merge pull request #1360 from RosettaCommons/vmullig/countpair_issue Cache FA_Elec data that are loaded repeatedly with beta_nov15 With the beta_nov15 scorefunction, certain FA_ElecEnergy data are loaded from disk every time the term is instantiated or cloned. This is a HUGE problem in protocols that copy scorefunctions in loops -- especially when they're being run on Blue Gene. This pull request aims to allow these data to be read once per process and cached as global (static) data.

...