branch: master 「№59832」
Commited by: Rocco Moretti
GitHub commit link: 「568413402d92e627」
Difference from previous tested commit:  code diff
Commit date: 2017-10-31 15:09:07

beautifying

...


branch: master 「№59831」
Commited by: Rocco Moretti
GitHub commit link: 「eb712ac115689ad9」
Difference from previous tested commit:  code diff
Commit date: 2017-10-31 13:01:58

Fix features_pdb_mpi stochasticity.

...


branch: master 「№59830」
Commited by: Rebecca Alford
GitHub commit link: 「309e59895f82dbd1」 「№2680」
Difference from previous tested commit:  code diff
Commit date: 2017-10-31 09:24:00

Merge pull request #2680 from RosettaCommons/rfalford12/membrane-info-safeguard Extra safeguard for accessing MembraneInfo ------------- Adding two extra checks in src/core/conformation/Conformation.hh when accessing the MembraneInfo object. If membrane_info_ == nullptr, the program will exit with a message instead of returning a null pointer. The previous behavior led to lots of segfaults instead of informative error messages when a user forgot to initialize AddMembraneMover (including myself). This shouldn't change any unit or integration tests. If it does, then I've only identified bugs in those unit tests.

...


branch: master 「№59829」
Commited by: Sergey Lyskov
GitHub commit link: 「ccae147ab2404384」 「№2682」
Difference from previous tested commit:  code diff
Commit date: 2017-10-31 01:46:49

Merge pull request #2682 from RosettaCommons/sergey/binder PyRosetta update. Updating Binder: disabling binding for variadic functions due to segfaults of Clang-4.0+ when trying to compile such bindings.

...


branch: master 「№59828」
Commited by: Sergey Lyskov
GitHub commit link: 「13f5afb840e7dc70」 「№2677」
Difference from previous tested commit:  code diff
Commit date: 2017-10-30 19:57:23

Merge pull request #2677 from RosettaCommons/benchmark Setting default for `run::version` option to false. This will produce change to all integration tests due to switch to less verbose option output.

...


branch: master 「№59827」
Commited by: Rocco Moretti
GitHub commit link: 「7bf53709798b1685」
Difference from previous tested commit:  code diff
Commit date: 2017-10-29 13:08:26

MPI integration tests - ignore abitrary job return order on master node.

...


branch: master 「№59826」
Commited by: Rocco Moretti
GitHub commit link: 「001f7bb1c1761e33」
Difference from previous tested commit:  code diff
Commit date: 2017-10-28 15:41:29

Hotfix to ignore list to remove date/commit change info.

Sergey Lyskov 7 years
Thank you for fixing this Rocco!
...


branch: master 「№59825」
Commited by: Vikram K. Mulligan
GitHub commit link: 「d53348b0553018c1」 「№2675」
Difference from previous tested commit:  code diff
Commit date: 2017-10-28 15:37:30

Merge pull request #2675 from RosettaCommons/vmullig/polymer_dependent_efficiency Improving efficiency of function that determines whether atoms depend on polymeric connections The question of whether an atom depends on a polymeric connection has an answer that doesn't change once a ResidueType is initialized, so repeatedly figuring this out on the fly -- using a recursive function, no less -- is unecessarily inefficient. This underlies the slowness in N-methyl amino acid design that was tripping up @gbhardwaj, and causes the slowness issue that @everyday847 was seeing in issue #2673. This pull request adds a little bit of data to the ResidueType, initialized in the finalize() function, so that we can rapidly look up whether an atom depends on a polymeric connection. Tasks: -- Add the data to ResidueType class. -- Add getters. -- Initialize it in ResidueType::finalize(). -- Remove existing recursiveness in Residue::atom_depends_on_lower() and Residue::atom_depends_on_upper(). -- Have these functions call the new lookups in ResidueType. -- Check unit tests. -- New unit test for N-methyl amino acids? --> No. -- New unit test for peptoids? --> No. -- It turns out that I already have exactly the two unit tests that I was going to add, so there's no need for new unit tests. -- Check integration tests. (Should be no change, except for speed. There will be central_class_modification changes, though, and possibly trajectory changes in the flipping tests.) -- Beauty. @lyskov: All integration tests are now printing out the Git SHA and date, meaning that they all fail consistently. I think this might be related to your recent PyRosetta-related changes. Filtering out this spurious noise, the only actual integration test failure that I saw when I ran this is in the `oop_design` integration test. The trajectory changes slightly, which is in hindsight to be expected, since polymer-dependent atoms for oops are now being rebuilt properly. Importantly, the `ncaa_fixbb` integration test does _not_ fail, which means that peptoids are still being handled the same (their side-chains were already treated as polymer-dependent, and still are).

...


branch: master 「№59824」
Commited by: Rocco Moretti
GitHub commit link: 「0fcff39ac2d6df17」 「№2660」
Difference from previous tested commit:
Commit date: 2017-10-28 12:01:46

Merge pull request #2660 from RosettaCommons/roccomoretti/integration_test_meta_flag Add an "integration test" meta flag To avoid issues where people forget certain flags which results in non-constant output in the integration test, and to make it more obvious to external users which flags they *shouldn't* be using, I've created a new -testing:INTEGRATION_TEST meta option which enables flags for integration test purposes. (Unless those options are explicitly disabled on the commandline)

...


branch: master 「№59821」
Commited by: Vikram K. Mulligan
GitHub commit link: 「96b92bb1e855cba8」
Difference from previous tested commit:  code diff
Commit date: 2017-10-27 21:37:13

Reverting last. The passing by value instead of by reference really was deliberate, and the functionality breaks if this is changed. However, I have another solution that will address the efficiency issue that Andy is seeing, and am opening a pull request for this.

...


branch: master 「№59820」
Commited by: Andy Watkins
GitHub commit link: 「a9f125ed4f3942f5」
Difference from previous tested commit:  code diff
Commit date: 2017-10-27 21:26:43

Fix up functions

...


branch: master 「№59819」
Commited by: davidekim
GitHub commit link: 「b3f35d2fc99247e1」
Difference from previous tested commit:
Commit date: 2017-10-27 17:50:31

Updated Visual Studio files for Rosetta@home build.

...


branch: master 「№59817」
Commited by: Alexander Ford
GitHub commit link: 「5f25af23091eac36」 「№2669」
Difference from previous tested commit:  code diff
Commit date: 2017-10-27 10:55:42

Merge pull request #2669 from RosettaCommons/fordas/parse_protocol_tag Update parse_protocol_tag to return ParsedProtocolOP.

...


branch: master 「№59816」
Commited by: Rocco Moretti
GitHub commit link: 「a79fc9d7c443107d」 「№1771」
Difference from previous tested commit:  code diff
Commit date: 2017-10-27 09:59:15

Merge pull request #1771 from RosettaCommons/roccomoretti/specificer_patch Add a "HasAtom" patch selector. The patch interoperability logic can get a little cleaner if we can test for the presence/absence of particular atoms on which we're going to work. This merge adds such an HAS_ATOM patch selector, so you can test if the ResidueType you're attempting to remove the H atom from really does have that atom.

...


branch: master 「№59815」
Commited by: Jeliazko Jeliazkov
GitHub commit link: 「57d4d0e53d6fdd66」 「№2622」
Difference from previous tested commit:  code diff
Commit date: 2017-10-26 21:25:06

Merge pull request #2622 from RosettaCommons/lqtza/remove-sc-cst-from-post-graft-relax-in-ab-cc Change default relax settings in antibody.cc

...


branch: master 「№59814」
Commited by: Jack Maguire
GitHub commit link: 「bfaec37876f1c0f8」 「№2667」
Difference from previous tested commit:  code diff
Commit date: 2017-10-26 15:34:18

Merge pull request #2667 from RosettaCommons/JackMaguire/heap_fix Correction in MPIWorkPoolJobDistributor interface with utility::heap

...


< 1 .. 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 .. 354 >

Legend:
queued Queued Test
queued for comparison Test finished running but not yet compared
running Test is Running right now
comparing Test results is now comparing with previous results
finished Test is finished without errors
failed Test failed
build Failed Test could not be run because build failed
script failed Test results is unknow because test-script failed
canceled Test was canceled