IPC backend now aborts with rocshmem global_exit()

이 커밋은 다음에 포함됨:
Yiltan Temucin
2024-12-23 10:33:41 -06:00
커밋한 사람 Yiltan Hassan Temucin
부모 c5902afe28
커밋 c0e4a32ca2
+1 -1
파일 보기
@@ -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() {