diff --git a/projects/rccl/tools/rccl-prim-test/rccl_prim_test.cpp b/projects/rccl/tools/rccl-prim-test/rccl_prim_test.cpp index 8a43b05111..ae4b768be1 100644 --- a/projects/rccl/tools/rccl-prim-test/rccl_prim_test.cpp +++ b/projects/rccl/tools/rccl-prim-test/rccl_prim_test.cpp @@ -237,6 +237,7 @@ bool cmdOptionExists(char** begin, char** end, const std::string& option) { static const char* link_type_name[] = {"HT", "QPI", "PCIE", "IB", "XGMI"}; + int main(int argc,char* argv[]) { if (cmdOptionExists(argv, argv + argc, "-h")) {