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

Revisions №20637

branch: rosetta:commits 「№20637」
Commited by: Rocco Moretti
GitHub commit link: 「c4410d087fd76508」
Difference from previous tested commit:  code diff
Commit date: 2025-01-17 23:39:15
code_quality.clang_tidy integration.addsan integration.ubsan integration.valgrind scientific.glycan_structure_prediction scientific.mp_f19_decoy_discrimination.debug scientific.mp_f19_decoy_discrimination scientific.mp_f19_tilt_angle.debug scientific.mp_f19_tilt_angle scientific.peptide_pnear_vs_ic50.debug scientific.peptide_pnear_vs_ic50 scientific.protein_data_bank_diagnostic.cif scientific.protein_data_bank_diagnostic.full scientific.simple_cycpep_predict.debug scientific.simple_cycpep_predict unit.valgrind

Attempt to fix failing tests in main. (#299) This PR attempts to address (in part) the following failures: * code_template_tests_src integration -- Update test (and script documentation) for the new scheme * unit valgrind -- fix for Python3 * clang tidy -- update NULL/nullptr * mp_f19_tilt_angle scientific -- Make more robust, and remove unneeded (for the scientific test) repacking step added with RosettaCommons/main#5551 * protein_data_bank_diagnostic scientific -- Errors are due to running out of pseudotty handles, attempt to recognize that situation and use a fall-back approach. * glycan_structure_prediction scientific -- Adjust number of processors and runtime to run on single node. I've also made some changes to better support the GCC 11 & Rocky9 build I'm now doing locally. I've also attempted to fix the replica_docking MPI integration test timeout, but there some additional issues which mean it's not quite working correctly.

...