From 3ec0849c256e197d6083190cca1a199bcb90d9f5 Mon Sep 17 00:00:00 2001 From: Daniel Taller Date: Fri, 13 Sep 2024 09:24:55 -0700 Subject: [PATCH] change to tag --- src/axom/lumberjack/MPIUtility.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/axom/lumberjack/MPIUtility.cpp b/src/axom/lumberjack/MPIUtility.cpp index 3698bae967..34a4c96b5e 100644 --- a/src/axom/lumberjack/MPIUtility.cpp +++ b/src/axom/lumberjack/MPIUtility.cpp @@ -21,7 +21,7 @@ namespace axom { namespace lumberjack { -constexpr int LJ_TAG = 55432; +constexpr int LJ_TAG = 32766; const char* mpiBlockingReceiveMessages(MPI_Comm comm) {