Changing initialization method for UnitTests (#510)

This commit is contained in:
gilbertlee-amd
2022-03-07 09:22:55 -07:00
committed by GitHub
parent d6d6af710e
commit 0687940b84
6 changed files with 88 additions and 39 deletions
+2 -2
View File
@@ -48,8 +48,8 @@ namespace RcclUnitTesting
if (recvRank != sendRank)
{
if (testBed.ev.showNames) // Show test names
INFO("%s process Datatype: %s SendReceive test Rank %d -> Rank %d for %d Elements\n",
isMultiProcess ? "Multi " : "Single",
INFO("%s Datatype: %s SendReceive test Rank %d -> Rank %d for %d Elements\n",
isMultiProcess ? "MP" : "SP",
ncclDataTypeNames[dataTypes[dataIdx]],
sendRank,
recvRank,