mirror of
https://github.com/NVIDIA/nccl-tests.git
synced 2026-05-01 11:58:19 +08:00
fix: get NODE_NAME first during ucommd initialization.
This commit is contained in:
parent
395e345502
commit
10a48eb2a9
@ -14,10 +14,10 @@
|
||||
#include "ucommd.h"
|
||||
|
||||
Ucommd::Ucommd() {
|
||||
(void)_get_node_name();
|
||||
(void)_check_multi_node_via_ompi();
|
||||
(void)_check_sys_nv_devices();
|
||||
(void)_check_sys_ib_devices();
|
||||
(void)_get_node_name();
|
||||
}
|
||||
|
||||
Ucommd::~Ucommd() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user