1
1
Граф коммитов

1541 Коммитов

Автор SHA1 Сообщение Дата
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
Jeff Squyres
53301f7b8a The configure script in this subdirectory will protect non-gm
developers from seeing broken code in here; .ompi_ignore is no longer
necessary.

This commit was SVN r1588.
2004-07-08 11:39:19 +00:00
Jeff Squyres
0bd8a4ceda Remove some Makefile's from AC_CONFIG_FILES that are not yet in the
SVN repository.

This commit was SVN r1587.
2004-07-08 11:35:53 +00:00
Ralph Castain
1783e15a96 Add these in so autogen and configure don't bark
This commit was SVN r1586.
2004-07-08 02:48:17 +00:00
Ralph Castain
49c43aa96d Fix configure.ac - remove double inclusion of ns-directory makefiles.
This commit was SVN r1585.
2004-07-08 02:47:39 +00:00
Tim Woodall
bdb99df9a1 modified pml add_procs so that it calls ptl add_procs once w/ the entire
set of procs during mpi-init. 

This commit was SVN r1584.
2004-07-07 23:43:09 +00:00
Ralph Castain
51efaff00f Move the name server test directory to new location.
This commit was SVN r1583.
2004-07-07 23:11:22 +00:00
Weikuan Yu
4c751a6b23 Checking in some bug fixes.
This commit was SVN r1582.
2004-07-07 23:01:55 +00:00
George Bosilca
fbae1d86c8 Update the size before using it ...
This commit was SVN r1581.
2004-07-07 22:09:19 +00:00
George Bosilca
4f44e541d7 Update the binary tree version of the reduce function. It still does not work correctly in all cases, but it should give the correct answer at least for commutative operations.
This commit was SVN r1580.
2004-07-07 22:05:27 +00:00
Jeff Squyres
85985d221b Minor buglets that cause older versions of AM to barf
This commit was SVN r1579.
2004-07-07 21:35:26 +00:00
Jeff Squyres
9ee904d95d Bunches of things to make "make dist" work
This commit was SVN r1577.
2004-07-07 20:59:20 +00:00
Jeff Squyres
f561218613 Add a bunch of missing header files
This commit was SVN r1576.
2004-07-07 20:29:18 +00:00
Jeff Squyres
7a7ffc54ed Need to include "tests" tree in the distribution tarball since
configure.ac generates some Makefiles in there

This commit was SVN r1575.
2004-07-07 18:46:34 +00:00
Jeff Squyres
cb175dd7ff Remove extra debugging output
This commit was SVN r1574.
2004-07-07 18:34:19 +00:00
Jeff Squyres
b5e0618f91 Fill in a tcp oob Makefile.am
This commit was SVN r1573.
2004-07-07 16:51:39 +00:00
Tim Woodall
c119199b2e skip sub-ifs unless primary isn't configured
This commit was SVN r1572.
2004-07-07 16:28:01 +00:00
Jeff Squyres
7a8396bab5 some text updates -- ditch old/un-updated version numbers
This commit was SVN r1571.
2004-07-07 15:58:55 +00:00
Jeff Squyres
bb343044d1 - Ensure to do the version number consistently
- Fix the stuff to substitute new config.guess / config.sub around the
  distribution tree

This commit was SVN r1570.
2004-07-07 14:24:57 +00:00
Tim Woodall
192c44d54e fix problem iterating through interface list when multiple logical
interfaces resolve to same kernel if index

This commit was SVN r1569.
2004-07-07 14:01:55 +00:00
Tim Woodall
5a829befc0 fix for both 2.96 and 3.+
This commit was SVN r1568.
2004-07-07 13:17:50 +00:00
Tim Woodall
b973054d96 removed c89 warnings
This commit was SVN r1567.
2004-07-07 13:13:58 +00:00
Jeff Squyres
8149265189 - Updated versioning system; "svn" number is now a string (vs. an int)
- Updated autogen.sh and friends to be more flexible and allow
  components to be configured and built outside of the Open MPI tree
- Removed $(LIBOMPI_LA) from all component Makefile.am's -- it's
  unnecessary 

This commit was SVN r1566.
2004-07-07 12:45:36 +00:00
Jeff Squyres
fae7333bca Ensure that the headers get installed (if selected).
This commit was SVN r1565.
2004-07-07 12:42:42 +00:00
Jeff Squyres
f59a3e91d5 Correct a filename in a comment.
This commit was SVN r1564.
2004-07-07 12:42:23 +00:00
Weikuan Yu
23bd215c97 Sorry for a lot of commit mails to svn. I have to relying on svn for
synchronizing different copies of my work on multiple network.

This commit was SVN r1563.
2004-07-07 12:39:10 +00:00
Ralph Castain
54027160ee Fix a mistake - first argument in call to os_path was missing! Interesting that gcc 3.0+ compilers didn't pick it up, but that the older compilers did...
Anyway, thanks Weikuan!
Ralph

This commit was SVN r1552.
2004-07-07 02:01:49 +00:00
Weikuan Yu
fe505c759b 1) Done with the initilization test
2) To test the point-to-point

This commit was SVN r1551.
2004-07-07 00:06:18 +00:00
Denis Dimick
d499c81d27 svn=2 will now place the svn version number in the tarball
-This line, and those below, will be ignored--

M    config/ompi_get_version.sh
M    VERSION

This commit was SVN r1550.
2004-07-06 23:03:33 +00:00