IPC backend now aborts with rocshmem global_exit()
This commit is contained in:
کامیت شده توسط
Yiltan Hassan Temucin
والد
c5902afe28
کامیت
c0e4a32ca2
@@ -286,7 +286,7 @@ void IPCBackend::initIPC() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void IPCBackend::global_exit(int status) {
|
void IPCBackend::global_exit(int status) {
|
||||||
assert(false);
|
MPI_Abort(MPI_COMM_WORLD, status);
|
||||||
}
|
}
|
||||||
|
|
||||||
void IPCBackend::teams_destroy() {
|
void IPCBackend::teams_destroy() {
|
||||||
|
|||||||
مرجع در شماره جدید
Block a user