1
1
openmpi/orte
Brian Barrett 34fea87819 * Only need to to the opal_progress_event_users_increment() once between
OPAL and ORTE.  Since we now do opal_progress_init(), we do it
    there.  Fixes a performance issue introduced in r14773.
  * While trying to find the above, notived that we did the reference
    counting for the init in init_util and for finalize in fini.  That
    isn't right, so make them both in the non-util versions.

This commit was SVN r14830.

The following SVN revision numbers were found above:
  r14773 --> open-mpi/ompi@1e678c3f55
2007-06-01 02:43:46 +00:00
..
class Revert prior commits from last night that involved significant change to the GPR, along with cosmetic changes to the odls_default module pending review and test. 2007-04-12 13:13:28 +00:00
dss Modify the new DSS xfer and copy functions so they only xfer/copy the unpacked portion of a buffer's payload. This allows for more rapid transfer of data during message relay without requiring any knowledge of what is in the buffer. 2007-05-23 14:06:32 +00:00
etc Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
include Commit the orted-failed-to-start code. This correctly causes the system to detect the failure of an orted to start and allows the system to terminate all procs/orteds that *did* start. 2007-05-21 18:31:28 +00:00
mca strmode is a standard BSD function defined in string.h 2007-05-31 22:47:40 +00:00
runtime * Only need to to the opal_progress_event_users_increment() once between 2007-06-01 02:43:46 +00:00
test better error output 2007-05-29 16:53:40 +00:00
tools Fix a compiler warning - strncmp returns an int, so you have to compare to 0 instead of NULL. 2007-05-29 18:02:10 +00:00
util Compute and pass the local_rank and local number of procs (in that proc's job) on the node. 2007-05-21 14:30:10 +00:00
Doxyfile Fix the broken Doxyfile so people can generate what little code base documentation we have :-) 2006-04-13 12:52:17 +00:00
Makefile.am Rename liborte to libopen-rte and libopal to libopen-pal per telecon today 2006-12-05 18:27:24 +00:00