[RO] Fix MPI Communicator Check (#203)

* Fix MPI Communicator casting

[ROCm/rocshmem commit: b341285881]
This commit is contained in:
Yiltan
2025-08-01 09:23:17 -04:00
committed by GitHub
parent 2a7416d016
commit 3986f2563f
5 changed files with 48 additions and 48 deletions
@@ -66,7 +66,7 @@ typedef struct queue_element {
int datatype{-1};
int PE_root{-1};
volatile char *status{nullptr};
MPI_Comm team_comm{};
intptr_t team_comm{};
union {
size_t size;
unsigned long long atomic_value;