aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetReduce/src/reduce.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetReduce/src/reduce.cc')
-rw-r--r--Carpet/CarpetReduce/src/reduce.cc4
1 files changed, 2 insertions, 2 deletions
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",