Tim Woodall
85b39439a8
skip over procs w/out associated ptls
...
This commit was SVN r1647.
2004-07-12 22:37:09 +00:00
Tim Woodall
963c4ef692
return from event loop if lib not initializedd
...
This commit was SVN r1646.
2004-07-12 22:28:47 +00:00
Weikuan Yu
89c14199d0
Add in stuff for the wrapper compilers
...
This commit was SVN r1645.
2004-07-12 21:08:20 +00:00
George Bosilca
7f19bd186f
Activate the CXX_BOOL datatype. Should be verified !!!
...
This commit was SVN r1644.
2004-07-12 20:47:20 +00:00
Ralph Castain
0db082ad03
Update compare function to properly deal with ALL.
...
This commit was SVN r1643.
2004-07-12 20:38:03 +00:00
Ralph Castain
e7e31921a5
Missed the ALL bit-mask last time - still in the editor!
...
This commit was SVN r1642.
2004-07-12 20:36:26 +00:00
Ralph Castain
8e48a8311e
Provide new bit mask for ALL comparisons, early inclusion of some oob interfaces (but not working yet, just compiling).
...
This commit was SVN r1641.
2004-07-12 20:35:19 +00:00
Tim Woodall
c232db97fe
fix environment variable for cofs dir
...
This commit was SVN r1640.
2004-07-12 20:17:29 +00:00
Tim Prins
f4d9cea614
Adding some documentation.
...
This commit was SVN r1639.
2004-07-12 20:05:29 +00:00
George Bosilca
a7fb89d698
Get rid of the 64 bytes memcpy... :)
...
This commit was SVN r1638.
2004-07-12 19:01:52 +00:00
Prabhanjan Kambadur
3b59525156
Adding headers so that dist works properly
...
This commit was SVN r1633.
2004-07-12 16:06:29 +00:00
Ralph Castain
ad50f148c2
Unit test for name server replica functionality now complete and functional.
...
This commit was SVN r1631.
2004-07-12 14:14:47 +00:00
Ralph Castain
b1656d227f
Replica functionality tested and now complete. Proxy functionality remains to be developed.
...
This commit was SVN r1630.
2004-07-12 14:14:13 +00:00
Ralph Castain
d5a4bf5798
Make sure create_cellid is trying to return non-zero number.
...
This commit was SVN r1629.
2004-07-12 03:31:03 +00:00
Ralph Castain
7e20e8f430
Update of unit test for name server - submitted to Jeff for review.
...
This commit was SVN r1628.
2004-07-12 03:21:18 +00:00
Ralph Castain
4c358b6435
Update of name server - still having problems with diagnostic output. Submitted to Jeff for review.
...
This commit was SVN r1627.
2004-07-12 03:20:54 +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
3cf7ab309c
- Make the replica component adhere to the prefix rule
...
- Remove more stuff from the proxy component (I'm not sure what is
supposed to be there, so stripping more globals out of the skeleton
seems to be ok until Ralph can implement what he wants)
This commit was SVN r1625.
2004-07-11 13:51:08 +00:00
Jeff Squyres
4c842c29b2
Oops! Forgot the svn add the proxy component.
...
This commit was SVN r1624.
2004-07-11 04:48:00 +00:00
Jeff Squyres
63b6e7017f
Update svn:ignore
...
This commit was SVN r1623.
2004-07-11 04:47:19 +00:00
Jeff Squyres
01ed516ad3
- Remove bogus/outdated man page info
...
- Added in MCA type information for all currently existing MCA
component frameworks
This commit was SVN r1622.
2004-07-11 04:35:31 +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
bc5cd0efd2
Correct types.h reference
...
This commit was SVN r1619.
2004-07-11 02:21:23 +00:00
Ralph Castain
2f5e6c85d3
Update functions
...
This commit was SVN r1617.
2004-07-11 01:19:22 +00:00
Ralph Castain
edd09958e8
Update unit test
...
This commit was SVN r1616.
2004-07-11 01:18:59 +00:00
Ralph Castain
dd38683d93
Cleanup base functions to compile.
...
This commit was SVN r1615.
2004-07-11 00:57:30 +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
Brian Barrett
1ebac92718
* Made instances of peer_list and peer_tree in header file into externs and
...
added instances in .c file.
This commit was SVN r1610.
2004-07-10 01:27:07 +00:00
Jeff Squyres
da19f74e72
Also ignore -R
...
This commit was SVN r1608.
2004-07-09 02:44:27 +00:00
Ralph Castain
883f65b435
Add more functionality.
...
Important note: please don't use these functions just yet - I'll let you know when they are ready for general use.
This commit was SVN r1607.
2004-07-09 01:59:50 +00:00
Ralph Castain
64fda9a437
Unit test for name server.
...
This commit was SVN r1606.
2004-07-09 01:58:08 +00:00
Jeff Squyres
2f2a67882d
Update some svn:ignore properties
...
This commit was SVN r1605.
2004-07-08 17:58:41 +00:00
Jeff Squyres
fe85e9d04a
Add missing <errno.h>
...
This commit was SVN r1604.
2004-07-08 17:55:41 +00:00
Jeff Squyres
5b74ee61a5
Note that you may need Automake 1.8.5 or higher to run "make dist"
...
successfully.
This commit was SVN r1603.
2004-07-08 17:49:41 +00:00
Jeff Squyres
2e387a3d36
Ensure all these files get included in the dist tarball
...
This commit was SVN r1602.
2004-07-08 17:01:24 +00:00
Weikuan Yu
0f19862443
checking in bug fixes again
...
This commit was SVN r1601.
2004-07-08 16:39:59 +00:00
Denis Dimick
173c6d8fb8
fixed file for make dist
...
This commit was SVN r1600.
2004-07-08 16:39:29 +00:00
Jeff Squyres
2cdc8c8e6c
There's no VERSION file here yet; deleting the EXTRA_DIST for now
...
This commit was SVN r1599.
2004-07-08 15:54:56 +00:00
Weikuan Yu
794943142d
Remove .ompi_ignore again
...
This commit was SVN r1598.
2004-07-08 15:44:14 +00:00
Weikuan Yu
f6ce7f8c81
Remove ptl_elan_addr.h for 'make dist' to work
...
This commit was SVN r1597.
2004-07-08 15:39:52 +00:00
Jeff Squyres
f6656eab49
Add src/mca/ns tree into default build
...
This commit was SVN r1596.
2004-07-08 15:05:51 +00:00
Ralph Castain
82d984c3f7
Instance the ompi_name_class.
...
This commit was SVN r1595.
2004-07-08 15:00:30 +00:00
Weikuan Yu
9efff93831
Put back the .ompi_ignore file for 'make dist' to work.
...
This commit was SVN r1594.
2004-07-08 14:56:19 +00:00
Ralph Castain
2c31903054
Bunch of changes - converted arguments of some functions to const, continued to add functionality, fixed INSTANCE vs DECLARATION on OBJ variable.
...
This commit was SVN r1593.
2004-07-08 14:52:14 +00:00
Jeff Squyres
d1c5e93cd4
Changes to accomodate procid->vpid and to move away from accessing the
...
vpid directly. Instead, use the ompi_name_server.get_vpid() (and
friends) accessor functions from the selected ns module.
This fixes compile issues, but still leaves linker issues -- Ralph
will be committing a fix for those shortly.
This commit was SVN r1592.
2004-07-08 14:48:34 +00:00
Jeff Squyres
5803b79dcd
Properly propagate extra wrapper/libmpi flags up from component
...
configure scripts. Only propagate wrapper flags when compiling the
component statically in libmpi.
This commit was SVN r1591.
2004-07-08 13:08:44 +00:00
Jeff Squyres
2f66c558aa
Rename makefile.am -> Makefile.am
...
This commit was SVN r1590.
2004-07-08 12:49:23 +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