From 87a95bf42894687aa29008c87b9397503850b314 Mon Sep 17 00:00:00 2001 From: Iulian Grindeanu Date: Thu, 20 Oct 2016 15:18:57 -0500 Subject: [PATCH] titan does not like tags too big replace 0xDEADF00 with 0xD0E --- src/parallel/WriteHDF5Parallel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parallel/WriteHDF5Parallel.cpp b/src/parallel/WriteHDF5Parallel.cpp index f0fc4c9c..c0574bba 100644 --- a/src/parallel/WriteHDF5Parallel.cpp +++ b/src/parallel/WriteHDF5Parallel.cpp @@ -1418,7 +1418,7 @@ ErrorCode WriteHDF5Parallel::communicate_shared_set_ids(const Range& owned, { ErrorCode rval; int mperr; - const int TAG = 0xDEADF00; + const int TAG = 0xD0E; //const unsigned rank = myPcomm->proc_config().proc_rank(); const MPI_Comm comm = myPcomm->proc_config().proc_comm(); -- GitLab