From 3a23cb0aabda7bea625a0e43648c932cdd576635 Mon Sep 17 00:00:00 2001 From: Philip Marshall Date: Wed, 9 Oct 2024 14:12:20 -0700 Subject: [PATCH] src: Change NIC affinity warning to debug message --- src/transport_ofi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transport_ofi.c b/src/transport_ofi.c index 727eea1f..933466f2 100644 --- a/src/transport_ofi.c +++ b/src/transport_ofi.c @@ -1391,7 +1391,7 @@ struct fi_info *assign_nic_with_hwloc(struct fi_info *fabric, struct fi_info **p DEBUG_MSG("Num. NICs w/ affinity to process: %zu\n", num_close_nics); if (!close_provs) { - RAISE_WARN_MSG("Could not detect any NICs with affinity to the process\n"); + DEBUG_MSG("Could not detect any NICs with affinity to the process\n"); /* If no 'close' NICs, select from list of all NICs using round-robin assignment */ return provs[shmem_internal_my_pe % num_nics];