Skip to content

Commit

Permalink
Merge pull request #1152 from philipmarshall21/make_nic_warning_a_deb…
Browse files Browse the repository at this point in the history
…ug_msg

src: Change NIC affinity warning to debug message
  • Loading branch information
philipmarshall21 authored Oct 10, 2024
2 parents 52ab796 + 3a23cb0 commit 00a4ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transport_ofi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 00a4ca6

Please sign in to comment.