We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c8fdb6 commit 6ddbf02Copy full SHA for 6ddbf02
src/nccl_ofi_rdma.cpp
@@ -7031,10 +7031,10 @@ nccl_net_ofi_rdma_device_t::nccl_net_ofi_rdma_device_t(nccl_net_ofi_plugin_t *pl
7031
length = target_length;
7032
info_list = new_list;
7033
}
7034
- NCCL_OFI_INFO(NCCL_NET, "Created device with %zu rails (originally found %zu rails)",
+ NCCL_OFI_INFO(NCCL_INIT | NCCL_NET, "Created device with %zu rails (originally found %zu rails)",
7035
length, original_length);
7036
} else {
7037
- NCCL_OFI_INFO(NCCL_NET, "Created device with %zu rails", length);
+ NCCL_OFI_INFO(NCCL_INIT | NCCL_NET, "Created device with %zu rails", length);
7038
7039
7040
/* Set NIC information */
0 commit comments