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:
@@ -110,6 +110,9 @@ enum TestType {
|
||||
TeamWAVEBarrierTestType = 70,
|
||||
WAVESyncTestType = 71,
|
||||
WGSyncTestType = 72,
|
||||
TeamCtxInfraTestSingleType = 73,
|
||||
TeamCtxInfraTestBlockType = 74,
|
||||
TeamCtxInfraTestOddEvenType = 75,
|
||||
};
|
||||
|
||||
enum OpType { PutType = 0, GetType = 1 };
|
||||
|
||||
Fai riferimento in un nuovo problema
Block a user