1
1
openmpi/ompi/runtime
Ralph Castain 9e0bb6ae28 Revert r26600 and r26601 for a couple of reasons:
1. they modified the OMPI-ORTE interface, which is something I promised to avoid doing unless absolutely necessary, and

2. the framework ident is already in the component name key provided to the modex db. What is missing is the project ident, but as Jeff and I discussed last week, we really need to add that field to the component struct anyway to avoid multi-project collisions on framework names. That will be done over the next couple of weeks as a separate effort.

This commit was SVN r26613.

The following SVN revision numbers were found above:
  r26600 --> open-mpi/ompi@5ba4deff07
  r26601 --> open-mpi/ompi@0e3094c318
2012-06-16 09:11:03 +00:00
..
help-mpi-runtime.txt Per RFC, bring in the following changes: 2012-05-07 14:52:54 +00:00
Makefile.am Nysal noticed some repeated header files; removed. 2009-05-28 12:05:42 +00:00
mpiruntime.h == Highlights == 2012-04-18 15:57:29 +00:00
ompi_cr.c Each level (OPAL/ORTE/OMPI) should only return it's own constants, 2011-10-04 14:50:31 +00:00
ompi_cr.h * Add shell of functionality required for supporting Portals4 2010-10-14 22:49:09 +00:00
ompi_module_exchange.c Revert r26600 and r26601 for a couple of reasons: 2012-06-16 09:11:03 +00:00
ompi_module_exchange.h Add missing header file 2009-07-15 15:09:59 +00:00
ompi_mpi_abort.c Rats - remove debug 2012-04-10 21:51:54 +00:00
ompi_mpi_finalize.c Per RFC, bring in the following changes: 2012-05-07 14:52:54 +00:00
ompi_mpi_init.c Per RFC, bring in the following changes: 2012-05-07 14:52:54 +00:00
ompi_mpi_params.c Make the "mpi_preconnect_mpi" param invisible as it is only to be used for rare, poorly behaved applications 2012-06-08 00:38:38 +00:00
ompi_mpi_preconnect.c Fix bugs where (OMPI_ERROR == *) checks cannot be converted to (OMPI_SUCCESS != *) since the return codes are overloaded to return an "index" on success. 2010-05-18 20:54:11 +00:00
params.h Per the discussion on the devel list, move the binding of processes to processors from MPI_Init to process start. This involves: 2009-05-12 02:18:35 +00:00