mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-12 09:17:06 +00:00
lint issue
This commit is contained in:
@@ -139,7 +139,8 @@ int main(int argc, char* argv[]) {
|
||||
NpKit::Shutdown();
|
||||
}
|
||||
|
||||
std::cout << "Rank " << rank << ": " << bufferSize << " bytes " << deltaSec * 1.e6 << " us" << std::endl;
|
||||
double latencyUs = deltaSec * 1.e6;
|
||||
std::cout << "Rank " << rank << ": " << bufferSize << " bytes " << latencyUs << " us" << std::endl;
|
||||
MPI_Finalize();
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user