Add extended team tests (#207)

Create teams in the functional test that are not a duplicate of the
ROCSHMEM_TEAM_WORLD. THis commit contains only infra-tests to make sure
that n_pes and my_pe on the new teams is indeed correct.
This commit is contained in:
Edgar Gabriel
2025-08-01 08:50:14 -05:00
committato da GitHub
parent b341285881
commit e95360961d
7 ha cambiato i file con 187 aggiunte e 33 eliminazioni
+3
Vedi File
@@ -110,6 +110,9 @@ enum TestType {
TeamWAVEBarrierTestType = 70,
WAVESyncTestType = 71,
WGSyncTestType = 72,
TeamCtxInfraTestSingleType = 73,
TeamCtxInfraTestBlockType = 74,
TeamCtxInfraTestOddEvenType = 75,
};
enum OpType { PutType = 0, GetType = 1 };