This commit is contained in:
Changho Hwang
2026-02-18 20:33:57 -08:00
parent b693d1b3fc
commit 2b4adcc4ad

View File

@@ -93,8 +93,8 @@ double benchTime(int rank, std::shared_ptr<mscclpp::Bootstrap> bootstrap, std::s
int main(int argc, char* argv[]) {
if (argc != 5 && argc != 6) {
std::cerr << "Usage: " << argv[0] << " <buffer size>" << " <execution plan path>" << " <number of iterations>"
<< " <number of graph iterations>" << " (optional) <packet type>" << std::endl;
std::cerr << "Usage: " << argv[0] << " <buffer size> <execution plan path>"
<< " <number of iterations> <number of graph iterations> (optional) <packet type>" << std::endl;
return 1;
}