branch: master 「№59781」
Commited by: Zibo Chen
GitHub commit link: 「cd91c8a3f01ebe20」
Difference from previous tested commit:  code diff
Commit date: 2017-10-16 15:42:04

adding try/catch block to the pilot app pad_helices

...


branch: master 「№59780」
Commited by: Andy Watkins
GitHub commit link: 「919c1366434eabfa」 「№2551」
Difference from previous tested commit:  code diff
Commit date: 2017-10-16 13:33:05

Merge pull request #2551 from RosettaCommons/everyday847/pocket_grid Break up large files into more sensible units ^ This will be absolutely the first pass of MANY; notably, I split out some too-aggressive changes to PocketGrid that had functional effects, and there are SO MANY files that I could do this to. Ultimately, this just involved creating 3 new subclasses of specific pose utils.

...


branch: master 「№59779」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「ebb009e1bbe65892」
Difference from previous tested commit:  code diff
Commit date: 2017-10-16 10:00:56

Big oops! Disabling out the failing unit test in TestAutoDetectGlycanConnections.cxxtest.hh meant there were no non-failing tests! CxxTest got grumpy :'-(

...


branch: master 「№59778」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「00da7c62f598e8c2」
Difference from previous tested commit:  code diff
Commit date: 2017-10-16 08:45:18

Disabling Jared's unit test until he gets back from vaction

...


branch: master 「№59777」
Commited by: Sergey Lyskov
GitHub commit link: 「7c0f75faa4caa7b5」 「№2625」
Difference from previous tested commit:  code diff
Commit date: 2017-10-15 23:53:50

Merge pull request #2625 from RosettaCommons/sergey/f Refactoring integration.compare(...) so it always marking test as 'script failed' when .test_did_not_run.log or .test_got_timeout_kill.log files present in test output

...


branch: master 「№59776」
Commited by: Andy Watkins
GitHub commit link: 「b1eb0eae2c1c2118」 「№2624」
Difference from previous tested commit:  code diff
Commit date: 2017-10-15 12:27:15

Merge pull request #2624 from RosettaCommons/everyday847/working_native_Fix Working native fix Integration test failures are due to an inexplicably early merge base chosen for the comparison in re: CONECT record output. If you look at my code diff, that's just not affected by these four lines of code.

...


branch: master 「№59775」
Commited by: Jack Maguire
GitHub commit link: 「ce466173d8df70d5」 「№2626」
Difference from previous tested commit:  code diff
Commit date: 2017-10-15 07:49:03

Merge pull request #2626 from RosettaCommons/JackMaguire/fix_mpi_unit_tests Fix MPIWorkPoolJobDistributor Unit Tests

...


branch: master 「№59774」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「da52352fb09b634d」 「№2569」
Difference from previous tested commit:  code diff
Commit date: 2017-10-14 12:22:51

Merge pull request #2569 from RosettaCommons/aleaverfay/spades_performance_bugfix Moving forward with a non-inner-loop-disrupting Spades implementation Spades introduced a read into the options system in the inner-inner-innermost loop, looking at the options system billions of times. This is slow, yes, but it also disproportionately slowed down the multithreaded build. The goal that spades is seeking is to have water not desolvate. That's actually easier to implement by adjusting the LK parameters of a new atom type used only by water: "OW". When the Spades flags are on the command line, OW's LK_DGFREE and LK_VOLUME are set to 0. This commit removes billions upon billions of read accesses into the options system -- but I understand from @jklai that there are others that ought to be removed. In particular, the reads in inline_atom_pair_energy.hh really need to be removed. Be warned: if previously you looked for the atom whose atom-type was "OH" in a water residue, that atom's type is now "OW" There are a lot of cosmetic integration test changes caused by the addition of a new atom type. There are two integration test changes where a full-atom pose is being scored by the centroid "vdw" term, and the addition of a new fullatom atom type causes this centroid score to change. These are weird tests. There are two trajectory changes for the hydrate protocol that I can explain quite easily: before, the fa_sol term was turned off for water scoring, but now water derivatives. Oops! Now fa_sol is off for both scoring and derivatives.

...


branch: master 「№59773」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「4d9e5da1f5ec9292」
Difference from previous tested commit:  code diff
Commit date: 2017-10-14 12:10:39

Adding two missing semi-colons to help the beautifier

...


branch: master 「№59772」
Commited by: Xingjie Pan
GitHub commit link: 「35684edf531eef6a」 「№2621」
Difference from previous tested commit:  code diff
Commit date: 2017-10-13 22:09:28

Merge pull request #2621 from RosettaCommons/xingjiepan/loop_hash_kic Xingjiepan/loop hash kic

...


branch: master 「№59771」
Commited by: Rocco Moretti
GitHub commit link: 「aaaa22a2422a5c48」 「№2616」
Difference from previous tested commit:  code diff
Commit date: 2017-10-13 19:58:50

Merge pull request #2616 from RosettaCommons/roccomoretti/skip_compile_benchmark Add '--skip-compile' option to the benchmark.py script. This allows you to skip the compilation phase of the benchmark.py script if you already have things compiled locally.

...


branch: master 「№59770」
Commited by: Zibo Chen
GitHub commit link: 「d9a939186f0a5780」
Difference from previous tested commit:  code diff
Commit date: 2017-10-13 18:53:20

adding a pilot app that does helical bundle heptad repeat stitching

Andy Watkins 7 years
You broke the app exception handling and tracer THREAD_LOCAL tests. I'll fix them in my current PR, but be careful about doing this in the future.
...


branch: master 「№59769」
Commited by: Jack Maguire
GitHub commit link: 「4768e51c0f5b0182」 「№2611」
Difference from previous tested commit:  code diff
Commit date: 2017-10-13 16:39:43

Merge pull request #2611 from RosettaCommons/sboyken/mchbnet_updates2 Sboyken/mchbnet updates2 (resubmission)

...


branch: master 「№59768」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「48fbbfcf97521d5d」 「№2595」
Difference from previous tested commit:  code diff
Commit date: 2017-10-13 16:29:20

Merge pull request #2595 from RosettaCommons/aleaverfay/pdb_conect_performance_bugfix JD3 bottleneck / PDB output taking too long Attempting to fix a pretty serious performance bug in PDB writing that spent O(N^2) time trying to determine the CONECT records. This impacts JD3 protocols quite heavily in that it creates a bottleneck on node 0 when outputting the results from other nodes. Fixing a few bugs in the way CONECT records were written out at the end of PDBs. For this reason, lots of integration tests change, but not coordinates of structures written out -- only the record of which atoms are bonded to which other atoms.

...


branch: master 「№59767」
Commited by: David E Kim
GitHub commit link: 「82718e2c9ab53e38」
Difference from previous tested commit:  code diff
Commit date: 2017-10-13 14:41:47

Fixed the text rendering code in the R@h graphics app.

...


branch: master 「№59766」
Commited by: Jack Maguire
GitHub commit link: 「b8e58652751be064」 「№2620」
Difference from previous tested commit:  code diff
Commit date: 2017-10-13 12:23:09

Merge pull request #2620 from RosettaCommons/JackMaguire/improved_jd3_archiving Archiving Refactor for JD3's MPIWorkPoolJobDistributor

...


< 1 .. 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 .. 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