1
1
openmpi/orte/tools/orterun
Josh Hursey e9b5162d79 Fix the configure logic for --with-ft so that it properly takes a comma separated list.
Many of the OPAL_ENABLE_FT should be OPAL_ENABLE_FT_CR, so fix those.

The OPAL Layer INC should call opal_output on restart so that it can refresh the string it prints to reflect the current pid/hostname which may have changed.

This commit was SVN r22824.
2010-03-12 23:57:50 +00:00
..
CMakeLists.txt Restore several linked libraries that were deleted by mistake in r22405. 2010-01-14 21:50:42 +00:00
debuggers.c Change the app_idx type to uint32_t to support users who use large numbers of app_contexts. Set it up as a new typedef so we can change it later without as much effort. 2010-02-27 17:37:34 +00:00
debuggers.h MPIR_Breakpoint should be externally visible in order to allow the 2009-09-30 04:07:55 +00:00
help-orterun.txt Detect the scenario where one or more procs fail to call orte/ompi_init while others in the job do. This scenario can cause the job to hang as MPI_Init contains a barrier operation that will not complete. Although ORTE does not contain such a barrier, it still will be considered as an error scenario so that we can detect the MPI case - otherwise, ORTE has no knowledge of OMPI and wouldn't know how to differentiate the use-cases. 2009-12-17 19:39:53 +00:00
main.c Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
Makefile.am Terry pointed out that ORTE also needs the "totalview" flags, and 2009-10-23 13:00:59 +00:00
orterun.1in Add description of the sequential mapper (-mca rmaps seq) to the 2010-02-06 06:22:29 +00:00
orterun.c Fix the configure logic for --with-ft so that it properly takes a comma separated list. 2010-03-12 23:57:50 +00:00
orterun.h Modify the paffinity system to handle binding directives that are "soft" - i.e., when someone directs that we bind if the system supports it. This allows community members to distribute OMPI with default MCA param files that direct general binding policies, without having the distributed software fail if the system cannot support those policies. 2009-09-18 19:48:42 +00:00