-
Notifications
You must be signed in to change notification settings - Fork 0
Review comments #36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Review comments #36
Conversation
Signed-off-by: PhilipOesterlePekrun <[email protected]>
Signed-off-by: PhilipOesterlePekrun <[email protected]>
Signed-off-by: PhilipOesterlePekrun <[email protected]>
|
CDash for AT1 results [Only accessible from Sandia networks] |
|
Your PR updated files that did not respect package clang formatting settings. Patchdiff --git a/packages/muelu/test/tutorial/TutorialDriver.cpp b/packages/muelu/test/tutorial/TutorialDriver.cpp
index 2df4b8ab..f3b9848a 100644
--- a/packages/muelu/test/tutorial/TutorialDriver.cpp
+++ b/packages/muelu/test/tutorial/TutorialDriver.cpp
@@ -86,8 +86,8 @@ int main(int argc, char* argv[]) {
//! [CommunicatorObject begin]
RCP<const Teuchos::Comm<int>> comm = Teuchos::DefaultComm<int>::getComm();
- [[maybe_unused]] int MyPID = comm->getRank();
- [[maybe_unused]] int NumProc = comm->getSize();
+ [[maybe_unused]] int MyPID = comm->getRank();
+ [[maybe_unused]] int NumProc = comm->getSize();
//! [CommunicatorObject end]
// Instead of checking each time for rank, create a rank 0 streamMore details about our use of clang-format can be found in the wiki. |
|
Your PR updated files that did not respect package formatting settings. Patchdiff --git a/packages/muelu/test/tutorial/TutorialDriver.cpp b/packages/muelu/test/tutorial/TutorialDriver.cpp
index 2df4b8ab..f3b9848a 100644
--- a/packages/muelu/test/tutorial/TutorialDriver.cpp
+++ b/packages/muelu/test/tutorial/TutorialDriver.cpp
@@ -86,8 +86,8 @@ int main(int argc, char* argv[]) {
//! [CommunicatorObject begin]
RCP<const Teuchos::Comm<int>> comm = Teuchos::DefaultComm<int>::getComm();
- [[maybe_unused]] int MyPID = comm->getRank();
- [[maybe_unused]] int NumProc = comm->getSize();
+ [[maybe_unused]] int MyPID = comm->getRank();
+ [[maybe_unused]] int NumProc = comm->getSize();
//! [CommunicatorObject end]
// Instead of checking each time for rank, create a rank 0 streamMore details about our use of clang-format and other tools can be found in the wiki. |
Signed-off-by: PhilipOesterlePekrun <[email protected]>
jhux2
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Just some of my changes from the review comments. It took a while for me to figure out how to compile Trilinos with Kokkos CUDA again, but now
"use kokkos refactor"...value="true"seems to work on the backends I can test (OpenMP, CUDA), which should be confirmed by the AT2 test.