Merge pull request #38 from Yiltan/ro/implement-sigops

Implements Signalling Operations for RO
This commit is contained in:
Yiltan
2025-02-10 15:10:07 -05:00
committed by GitHub
5 changed files with 150 additions and 1 deletions
+2
View File
@@ -376,6 +376,8 @@ static MPI_Datatype convertType(ro_net_types type) {
return MPI_INT;
case RO_NET_LONG:
return MPI_LONG;
case RO_NET_UNSIGNED_LONG:
return MPI_UNSIGNED_LONG;
case RO_NET_LONG_LONG:
return MPI_LONG_LONG;
case RO_NET_SHORT: