IPC backend now aborts with rocshmem global_exit()
This commit is contained in:
committed by
Yiltan Hassan Temucin
parent
c5902afe28
commit
c0e4a32ca2
@@ -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