1
1
openmpi/orte/runtime
George Bosilca 2e2bf472ff Mark the orte_abort function as noreturn and change the return value from
int to void. This function call exit at the end, so there is no way to
return from there. Apply the same thing to the errmsg_abort function and
update all components.

This commit was SVN r15704.
2007-07-31 16:09:52 +00:00
..
help-orte-runtime.txt Complete modifications for failed-to-start of applications. Modifications for failed-to-start of orteds coming next. 2007-04-24 20:53:54 +00:00
Makefile.am reapply r15517 and r15520, which were removed in r15527 so that I could get 2007-07-20 02:34:29 +00:00
orte_abort.c Mark the orte_abort function as noreturn and change the return value from 2007-07-31 16:09:52 +00:00
orte_cr.c A number of improvements / changes to the RML/OOB layers: 2007-07-20 01:34:02 +00:00
orte_cr.h Merging in the jjhursey-ft-cr-stable branch (r13912 : HEAD). 2007-03-16 23:11:45 +00:00
orte_finalize.c * Before this commit, if we called ompi_mpi_abort() before MPI_INIT 2007-01-29 22:01:28 +00:00
orte_init_stage1.c reapply r15517 and r15520, which were removed in r15527 so that I could get 2007-07-20 02:34:29 +00:00
orte_init_stage2.c A number of improvements / changes to the RML/OOB layers: 2007-07-20 01:34:02 +00:00
orte_init.c per conversation with Ralph and Jeff take out the opal_init_only logic. 2007-05-24 21:54:58 +00:00
orte_monitor.c reapply r15517 and r15520, which were removed in r15527 so that I could get 2007-07-20 02:34:29 +00:00
orte_params.c If --debug-daemons-file is specified, it should also imply 2007-07-26 17:49:13 +00:00
orte_restart.c reapply r15517 and r15520, which were removed in r15527 so that I could get 2007-07-20 02:34:29 +00:00
orte_system_finalize.c A number of improvements / changes to the RML/OOB layers: 2007-07-20 01:34:02 +00:00
orte_system_init.c A number of improvements / changes to the RML/OOB layers: 2007-07-20 01:34:02 +00:00
orte_universe_exists.c A number of improvements / changes to the RML/OOB layers: 2007-07-20 01:34:02 +00:00
orte_wait.c Update the Windows wait functions. The most important change is for 2007-06-14 04:35:46 +00:00
orte_wait.h And ORTE is ready for prime-time. All Windows tricks are in: 2006-08-23 03:32:36 +00:00
orte_wakeup.c Fix mis-declared variable type 2007-06-11 16:48:35 +00:00
orte_wakeup.h Add a new function to wake orterun up - used in failed-to-start scenarios, but can be used anytime a lower level needs to ensure orterun wakes up 2007-04-23 12:49:25 +00:00
params.h Resolve a problem where the orte daemon comm functions were being accessed by mpirun while still retaining occasional reference to the orted_globals. Remove all dependence on orted_globals from the comm functions. Move those functions back into their own file to make it easier to maintain the separation. Ensure that mpirun ignores any "exit" commands being sent to daemons as it will exit on its own. 2007-07-23 18:36:33 +00:00
runtime_internal.h Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
runtime_types.h Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
runtime.h Mark the orte_abort function as noreturn and change the return value from 2007-07-31 16:09:52 +00:00