TriBITS
                                
                                
                                
                                    TriBITS copied to clipboard
                            
                            
                            
                        TriBITS: Tribal Build, Integrate, and Test System,
I believe this falls under Tribits, since I think Trilinos doesn't use the official Kitware MPI module. What happened is a user on the El Capitan systems was using my...
Trilinos/MueLu (and I think Trilinos in general) is not really using the `INSTALLABLE` flag for executable targets a whole lot. It would be nice to directly get more executables when...
**Parent Issue:** * #63 ## Description While the basic implementation for treating internally defined packages as external package in PR #560 is is complete (part of #63), it could use...
In issue #301, I added the option `--require-test-history-match-nonpassing-tests=off` to allow extra nonpassing tests to be filtered out of the outer list of nonpassing tests but have the test history show...
## Description There a number of features supported by TriBITS that if removed would (greatly) simplify TriBITS. Some of these major features that could be removed without seriously degrading the...
## Description The current implementation of the TriBITS `dashboard` target will enable all packages if there are no package tests enabled. This problem is described in https://github.com/trilinos/Trilinos/issues/11955#issuecomment-1583447324 which shows: ```...
While working on #63, I realized that `tribits_add_test()` and `tribits_add_advanced_test()` I realized that we can make these extract the exec path from the target name automatically, even with an MPI...
For my use case, I am interested in reporting summary statistics, e.g., # of passing tests, # of failed / missing tests, and a % pass rate, broken down over...
This EPIC is a long list of possible improvements that I had when activity developing the tool `cdash_analyze_and_report.py` for an internal project. These needs to be broken out into individual...
## Description There is a lot of code in TriBITS that passed strings as enums like: ``` if ( STREQUAL "") ... elseif ( STREQUAL "") ... elseif ( STREQUAL...