1
1

10 Коммитов

Автор SHA1 Сообщение Дата
Ralph Castain
4a8db78261 Update name server to setup for oob remote operations. Move all remote calling functions to new location, setup replica for blocking thread to receive requests (not implemented yet).
This commit was SVN r1669.
2004-07-13 11:56:26 +00:00
Ralph Castain
ce78b2eee7 Checkpoint code - something wrong with debugging output.
This commit was SVN r1626.
2004-07-12 02:44:25 +00:00
Jeff Squyres
4c14a1cd7e Refinement of the first cut of the ns framework.
- added in selection logic for ns
- made all types consistent in ns
- made replica component match types and base selection logic; it only
  allows itself to be selected in the seed
- copied replica component to "proxy" and altered the selection logic;
  it only allows itself to be selected when *not* in the seed.  All
  of the body functions in proxy need to be implemented; this is only
  a skeleton for now so that MPI programs have a ns component to
  select (because they're not the seed) and can therefore run
  properly.
- added mca_ns_base_open/close to ompi_rte_init/finalize

This commit was SVN r1621.
2004-07-11 04:34:47 +00:00
Ralph Castain
3dc6e1248c Fix location of class instance.
This commit was SVN r1620.
2004-07-11 02:31:30 +00:00
Ralph Castain
2f5e6c85d3 Update functions
This commit was SVN r1617.
2004-07-11 01:19:22 +00:00
Ralph Castain
8e1d0bccf2 Completing file moves...
This commit was SVN r1614.
2004-07-11 00:21:40 +00:00
Ralph Castain
96abd45aab Got to do some file moving - sorry about the multiple messages.
This commit was SVN r1613.
2004-07-11 00:10:52 +00:00
Ralph Castain
82d984c3f7 Instance the ompi_name_class.
This commit was SVN r1595.
2004-07-08 15:00:30 +00:00
Ralph Castain
670b8bf1c1 Begin installing functionality for the name server. Not ready for use at this time - just trying to keep the repository somewhere near where I am.
This commit was SVN r1589.
2004-07-08 12:43:30 +00:00
Ralph Castain
0f86a5f772 Add the base functions - and yes, they do compile :-)
Put a permanent fix into the include files to avoid the circular reference. You only need to include the "base.h" file now and it will pickup the ns.h file for you. Anyone working on components for the name server, however, should be warned that including the ns.h directly by itself (instead of going through base.h) will yield several unresolved errors.

Ignore the replica component - it is bogus at this time.

This commit was SVN r1537.
2004-07-02 01:24:53 +00:00