IPC backend now aborts with rocshmem global_exit()
Dieser Commit ist enthalten in:
committet von
Yiltan Hassan Temucin
Ursprung
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() {
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren