From 96bbb7e78d77f095296dbdf7a9aa442feb99228f Mon Sep 17 00:00:00 2001 From: Roland Haas Date: Thu, 17 May 2012 14:38:02 -0700 Subject: CarpetReduce: increase warning level about possible deadlock to WARN_DEBUG from WARN_PICKY since there might still be thorns around that do so --- Carpet/CarpetReduce/src/reduce.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Carpet/CarpetReduce') diff --git a/Carpet/CarpetReduce/src/reduce.cc b/Carpet/CarpetReduce/src/reduce.cc index 3908646fd..f9969647b 100644 --- a/Carpet/CarpetReduce/src/reduce.cc +++ b/Carpet/CarpetReduce/src/reduce.cc @@ -1145,7 +1145,7 @@ namespace CarpetReduce { if (nlc == mynlc) { const cFunctionData * calling_function = CCTK_ScheduleQueryCurrentFunction(cgh); - CCTK_VWarn (CCTK_WARN_PICKY, __LINE__, __FILE__, CCTK_THORNSTRING, + CCTK_VWarn (CCTK_WARN_DEBUG, __LINE__, __FILE__, CCTK_THORNSTRING, "Reduction in local mode may lead to deadlock (if different processes own different numbers of components). Called from '%s::%s' AT %s.", calling_function ? calling_function->thorn : "unknown", calling_function ? calling_function->routine : "unknown", @@ -1283,7 +1283,7 @@ namespace CarpetReduce { if (nlc == mynlc) { const cFunctionData * calling_function = CCTK_ScheduleQueryCurrentFunction(cgh); - CCTK_VWarn (CCTK_WARN_PICKY, __LINE__, __FILE__, CCTK_THORNSTRING, + CCTK_VWarn (CCTK_WARN_DEBUG, __LINE__, __FILE__, CCTK_THORNSTRING, "Reduction in local mode may lead to deadlock (if different processes own different numbers of components). Called from '%s::%s' AT %s.", calling_function ? calling_function->thorn : "unknown", calling_function ? calling_function->routine : "unknown", -- cgit v1.2.3