IPC backend now aborts with rocshmem global_exit()
[ROCm/rocshmem commit: c0e4a32ca2]
This commit is contained in:
committed by
Yiltan Hassan Temucin
parent
2e59d60264
commit
3bf7d2eb87
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user