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

Revisions №62170

branch: rosetta:main 「№62170」
Commited by: Paul Eisenhuth
GitHub commit link: 「842717adbff9efff」
Difference from previous tested commit:  code diff
Commit date: 2025-07-09 15:29:41
linux.clang linux.gcc linux.srlz mac.clang
debug
release
unit
m1.clang.python38.PyRosetta.unit mac.clang.python38.PyRosetta.unit ubuntu.clang.cxx11thread.serialization.python38.PyRosetta.unit mpi mpi.serialization build.header build.levels build.ninja_debug beautification code_quality.cppcheck code_quality.merge_size serialization code_quality.submodule_regression integration.addsan integration.mpi integration.release_debug integration.tensorflow integration.thread integration.torch integration performance profile release.PyRosetta.Release linux.clang.score linux.gcc.score mac.clang.score scripts.pyrosetta scripts.rosetta.parse scripts.rosetta.validate scripts.rosetta.verify util.apps windows.build.debug windows.build.release

Revold Integration Test Fix (#458) The REvoLd integration tests frequently broke due to time limitations. To fix this I did two things: 1. The integration tests are no longer one monolithic command file but is split into three independent tests. 2. All options and parameters were tweaked to allow short runtimes whilst accepting less accurate results (as accuracy doesn't matter for integration tests) This shortened the runtime of the longest command to a third of the previous combined command. Additionally, I gzipped the input pdb to reduce memory requirements. Co-authored-by: Paul Eisenhuth <eisenhuth@informatik.uni-leipzig.de>