Skip to content

Conversation

@cgcgcg
Copy link
Contributor

@cgcgcg cgcgcg commented Nov 5, 2025

@trilinos/framework

Motivation

Attempt to reduce AT2 verbosity to make the log files readable.

Build with a failing test: https://github.com/trilinos/Trilinos/actions/runs/19089066780/job/54535559232?pr=14662

Build with a compile error: https://github.com/trilinos/Trilinos/actions/runs/19089790793/job/54537778824?pr=14662
That's not very helpful. No idea how to print errors and warnings without using ctest -VV

@cgcgcg cgcgcg self-assigned this Nov 5, 2025
@cgcgcg cgcgcg added the AT: WIP Causes the PR autotester to not test the PR. (Remove to allow testing to occur.) label Nov 5, 2025
@github-actions
Copy link

github-actions bot commented Nov 5, 2025

CDash for AT1 results [Only accessible from Sandia networks]
CDash for AT2 results [Currently only accessible from Sandia networks]

@github-actions
Copy link

github-actions bot commented Nov 5, 2025

Your PR updated files that did not respect package formatting settings.
Please apply the patch given below. Alternatively you can download a patch file here.

Patch
diff --git a/packages/muelu/test/scaling/Driver.cpp b/packages/muelu/test/scaling/Driver.cpp
index fe2e3b8a..2ec6e5fd 100644
--- a/packages/muelu/test/scaling/Driver.cpp
+++ b/packages/muelu/test/scaling/Driver.cpp
@@ -7,8 +7,7 @@
 // *****************************************************************************
 // @HEADER
 
-YOU SHALL NOT COMPILE!
-
+YOU SHALL NOT COMPILE !
 #include <cstddef>
 #include <cstdio>
 #include <iomanip>
@@ -56,8 +55,8 @@ YOU SHALL NOT COMPILE!
 /*********************************************************************/
 
 #include "KokkosBlas1_abs_impl.hpp"
-template <class RV, class XV, class SizeType>
-void Temporary_Replacement_For_Kokkos_abs(const RV& R, const XV& X) {
+    template <class RV, class XV, class SizeType>
+    void Temporary_Replacement_For_Kokkos_abs(const RV& R, const XV& X) {
   typedef typename XV::execution_space execution_space;
   const SizeType numRows = X.extent(0);
   Kokkos::RangePolicy<execution_space, SizeType> policy(0, numRows);

More details about our use of clang-format and other tools can be found in the wiki.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AT: WIP Causes the PR autotester to not test the PR. (Remove to allow testing to occur.)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant