Public Member Functions | |
CollectiveTest (const std::string &path) | |
CollectiveTest (CollectiveTest &&other) | |
::c10d::ProcessGroupGloo & | getProcessGroup () |
void | start (int rank, int size) |
Static Public Member Functions | |
static std::vector< CollectiveTest > | initialize (const std::string &path, int num) |
Protected Attributes | |
std::string | path_ |
std::unique_ptr<::c10d::ProcessGroupGloo > | pg_ |
Definition at line 91 of file ProcessGroupGlooTest.cpp.