mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-13 09:46:00 +00:00
fix lint
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user