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

Revisions №286

branch: release 「№286」
Commited by: Rocco Moretti
GitHub commit link: 「16a09fec0f32092e」 「№5396」
Difference from previous tested commit:  code diff
Commit date: 2021-06-15 17:18:14
linux.clang linux.gcc linux.srlz mac.clang
debug
release
unit
linux.clang.cxx11thread.serialization.python37.PyRosetta4.unit mac.PyRosetta.unit mysql postgres mpi mpi.serialization linux.icc.build.debug OpenCL build.header build.levels static serialization integration.mpi performance profile linux.clang.python27.release.PyRosetta4.Debug linux.clang.python36.release.PyRosetta4.Debug linux.clang.python37.release.PyRosetta4.Debug linux.clang.python38.release.PyRosetta4.Debug linux.clang.python39.release.PyRosetta4.Debug mac.clang.python27.release.PyRosetta4.Debug mac.clang.python36.release.PyRosetta4.Debug mac.clang.python37.release.PyRosetta4.Debug mac.clang.python38.release.PyRosetta4.Debug mac.clang.python39.release.PyRosetta4.Debug linux.clang.python27.release.PyRosetta4.MinSizeRel linux.clang.python36.release.PyRosetta4.MinSizeRel linux.clang.python37.release.PyRosetta4.MinSizeRel linux.clang.python38.release.PyRosetta4.MinSizeRel linux.clang.python39.release.PyRosetta4.MinSizeRel mac.clang.python27.release.PyRosetta4.MinSizeRel mac.clang.python36.release.PyRosetta4.MinSizeRel mac.clang.python37.release.PyRosetta4.MinSizeRel mac.clang.python38.release.PyRosetta4.MinSizeRel mac.clang.python39.release.PyRosetta4.MinSizeRel ubuntu.clang.python27.release.PyRosetta4.MinSizeRel ubuntu.clang.python36.release.PyRosetta4.MinSizeRel ubuntu.clang.python37.release.PyRosetta4.MinSizeRel ubuntu.clang.python38.release.PyRosetta4.MinSizeRel ubuntu.clang.python39.release.PyRosetta4.MinSizeRel linux.clang.python27.release.PyRosetta4.Release linux.clang.python36.release.PyRosetta4.Release linux.clang.python37.release.PyRosetta4.Release linux.clang.python38.release.PyRosetta4.Release linux.clang.python39.release.PyRosetta4.Release mac.clang.python27.release.PyRosetta4.Release mac.clang.python36.release.PyRosetta4.Release mac.clang.python37.release.PyRosetta4.Release mac.clang.python38.release.PyRosetta4.Release mac.clang.python39.release.PyRosetta4.Release ubuntu.clang.python27.release.PyRosetta4.Release ubuntu.clang.python36.release.PyRosetta4.Release ubuntu.clang.python37.release.PyRosetta4.Release ubuntu.clang.python38.release.PyRosetta4.Release ubuntu.clang.python39.release.PyRosetta4.Release linux.clang.cxx11thread.serialization.python36.release.PyRosetta4.conda.Release linux.clang.cxx11thread.serialization.python37.release.PyRosetta4.conda.Release linux.clang.cxx11thread.serialization.python38.release.PyRosetta4.conda.Release linux.clang.cxx11thread.serialization.python39.release.PyRosetta4.conda.Release mac.clang.cxx11thread.serialization.python36.release.PyRosetta4.conda.Release mac.clang.cxx11thread.serialization.python37.release.PyRosetta4.conda.Release mac.clang.cxx11thread.serialization.python38.release.PyRosetta4.conda.Release mac.clang.cxx11thread.serialization.python39.release.PyRosetta4.conda.Release release.PyRosetta4.documentation linux.gcc.static.release.binary mac.clang.static.release.binary release.source linux.scripts.pyrosetta scripts.rosetta.parse scripts.rosetta.validate scripts.rosetta.verify util.apps

Merge pull request #5396 from RosettaCommons/roccomoretti/cleanup_fwd Clean up forward headers. Part of the "try to speed up compilation" series: Go through the forward headers, and clean up unneeded includes. (Under the philosophy that the forward headers should be as minimal as possible to define the existence of types.) A number of individual deletions, but main ones: * There were some "all" headers that really weren't being used, and probably shouldn't be used (include the individual subheaders instead) - those were deleted * There's no appreciable difference between owning_ptr.fwd.hh and owning_ptr.hh (and corresponding access_ptr files) - delete the fwd.hh versions and just use the regular hh ones. * Replace vector1.hh with vector1.fwd.hh in forward headers, where practical. On my machine there's about a half second of compile time difference between the two. * Fix up some locations where APs were being defined as shared_ptr instead of weak_ptr. Large numbers of #include additions to fix up compilation. Additionally, I added an option to the Windows compile on the test server to increase the number of errors it reports when it fails. (Instead of just the first.) I figure this will help when people don't have a local Windows build they can run, and have to fix the errors based on the server results.

...
Test: linux.gcc.cxx11thread.serialization.code_quality.serialization

 View log

Loading...

 View log in dialog  View log in log in separate window
Test: linux.clang.performance

Failed sub-tests (click for more details):
core_scoring_Score_100x_envsmooth
Test: mac.clang.cxx11thread.serialization.python38.release.PyRosetta4.conda.Release

 View log

Loading...

 View log in dialog  View log in log in separate window