Add yet another test, this one for proper error behavior when someone call an MPI function after calling MPI_Finalize.
Add a minor debug that outputs the orterun exit status to stderr when orte_debug is set. This commit was SVN r18622.
Этот коммит содержится в:
родитель
bf5c34d10a
Коммит
2cc8b2c51f
@ -1,4 +1,4 @@
|
|||||||
PROGS = mpi_no_op mpi_barrier hello hello_nodename abort multi_abort simple_spawn concurrent_spawn spawn_multiple mpi_spin delayed_abort loop_spawn loop_child bad_exit pubsub hello_barrier segv accept connect hello_output hello_show_help
|
PROGS = mpi_no_op mpi_barrier hello hello_nodename abort multi_abort simple_spawn concurrent_spawn spawn_multiple mpi_spin delayed_abort loop_spawn loop_child bad_exit pubsub hello_barrier segv accept connect hello_output hello_show_help mpi_after_finalize
|
||||||
|
|
||||||
all: $(PROGS)
|
all: $(PROGS)
|
||||||
|
|
||||||
|
@ -724,6 +724,9 @@ static void terminated(int trigpipe, short event, void *arg)
|
|||||||
|
|
||||||
orte_finalize();
|
orte_finalize();
|
||||||
free(orterun_basename);
|
free(orterun_basename);
|
||||||
|
if (orte_debug_flag) {
|
||||||
|
fprintf(stderr, "orterun: exiting with status %d\n", orte_exit_status);
|
||||||
|
}
|
||||||
exit(orte_exit_status);
|
exit(orte_exit_status);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user