Merge pull request #21 from Yiltan/global-exit-fix

IPC backend now aborts with rocshmem_global_exit()
Tento commit je obsažen v:
Yiltan
2024-12-24 08:52:04 -05:00
odevzdal GitHub
+1 -1
Zobrazit soubor
@@ -286,7 +286,7 @@ void IPCBackend::initIPC() {
}
void IPCBackend::global_exit(int status) {
assert(false);
MPI_Abort(MPI_COMM_WORLD, status);
}
void IPCBackend::teams_destroy() {