Brian Barrett
25d48e22fa
Implementation of the MPI-3 Matched Probe functionality. Currently only
...
implemented in the OB1 PML, will return NOT_SUPPORTED in other PMLs.
This commit was SVN r25865.
2012-02-06 17:35:21 +00:00
Jeff Squyres
46a22a8fc1
Remove spurrious quotes; correct descriptions in AC_DEFINE's
...
This commit was SVN r25864.
2012-02-03 23:02:24 +00:00
Jeff Squyres
4eb22530ea
Missed this in last night's checkin: without it, Fortran
...
MPI_GET_LIBRARY_VERSION will cause compiler breakage on platforms
without weak symbols.
This commit was SVN r25863.
2012-02-03 15:59:55 +00:00
Shiqing Fan
cbfe43c1f4
A windows fix related to r25860.
...
This commit was SVN r25862.
The following SVN revision numbers were found above:
r25860 --> open-mpi/ompi@feb8eb8a90
2012-02-03 15:06:01 +00:00
Jeff Squyres
58656ccc41
Add NEWS bullet about MPI_GET_LIBRARY_VERSION
...
This commit was SVN r25861.
2012-02-03 00:05:13 +00:00
Jeff Squyres
feb8eb8a90
Add the new MPI-3 function MPI_GET_LIBRARY_VERSION.
...
This commit was SVN r25860.
2012-02-02 23:57:09 +00:00
Jeff Squyres
e7f0d2e091
We've been 2.1 compliant for quite a while now. :-)
...
This commit was SVN r25859.
2012-02-02 22:47:45 +00:00
Mike Dubman
6188ab7317
* ep init refactoring
...
* split ep_info into fragments to fit PMI limit
This commit was SVN r25857.
2012-02-02 15:00:47 +00:00
Jeff Squyres
0f0b3bd00f
Add note about the Intel 12.1 compilers.
...
This commit was SVN r25854.
2012-02-01 19:32:19 +00:00
Vishwanath Venkatesan
15ebe838e9
Modified implementation of two_phase read all similar to the changes for the write all
...
incorporating romio style partitioning.
This commit was SVN r25853.
2012-02-01 18:30:13 +00:00
Vishwanath Venkatesan
158374bdd0
Dynamic file write all algorithm optimized by using derived datatype for receiving actual data
...
thereby avoiding the merging step in the fbtl.
This commit was SVN r25852.
2012-02-01 18:20:44 +00:00
Ralph Castain
a5e4dc6803
In accordance with prior releases, we are supposed to default to looking at the openmpi-default-hostfile as a default hostfile. Restore that behavior, but ignore the file if it is empty. Allow the user to ignore any MCA param setting pointing to a default hostfile by setting the param to "none" (via cmd line or whatever) - this allows them to override a setting in the system default MCA param file.
...
This commit was SVN r25851.
2012-02-01 17:40:44 +00:00
Vishwanath Venkatesan
b9026ccbd0
Fix for two-phase generating flattened datatype using decoded iovec for
...
handling non-contiguous memory and contiguous file cases.
This commit was SVN r25850.
2012-02-01 17:23:51 +00:00
Shiqing Fan
af6a21bded
Add a missing definition for Windows.
...
This commit was SVN r25849.
2012-02-01 16:39:40 +00:00
Ralph Castain
a3ab70c53f
Correctly parse socket:core syntax in rankfile
...
This commit was SVN r25848.
2012-02-01 01:50:05 +00:00
Ralph Castain
0eb24c80cf
Minor platform adjustment
...
This commit was SVN r25847.
2012-02-01 01:29:08 +00:00
Jeff Squyres
4f35b62154
Components should not be linking to top-level libraries -- and
...
definitely should not be linking to more than libmpi.la! (remember
that libmpi.la now wholly contains libopen-rte.la, which wholly
contains libopen-pal.la).
This commit was SVN r25843.
2012-01-31 20:43:27 +00:00
Jeff Squyres
435aea9ccd
A better solution -- just look for !__linux!__.
...
This commit was SVN r25841.
2012-01-31 20:27:33 +00:00
Jeff Squyres
538cdce8fb
Add checks for !__linux and !__linux__, per Paul Hargrove's analysis:
...
http://www.open-mpi.org/community/lists/devel/2012/01/10283.php . Also
remove some unused #defines.
This commit was SVN r25836.
2012-01-31 16:45:50 +00:00
Matthias Jurenz
f2362262a9
Pass STL configure test on every valid C++ compiler (see #2982 )
...
This commit was SVN r25833.
2012-01-31 15:39:11 +00:00
Jeff Squyres
10748c3b7f
Update OS X list
...
This commit was SVN r25825.
2012-01-30 21:35:43 +00:00
Jeff Squyres
c1b330183d
Update some bullets.
...
This commit was SVN r25820.
2012-01-30 21:23:45 +00:00
Ralph Castain
f14c4be580
Correct the ordering logic so the list gets correctly built in daemon vpid order
...
This commit was SVN r25818.
2012-01-30 16:25:07 +00:00
Matthias Jurenz
10697ec859
Fixed some of Jeff's suggestions to #2982
...
This commit was SVN r25817.
2012-01-30 15:36:01 +00:00
Mike Dubman
92873872f5
revert r25813
...
This commit was SVN r25816.
The following SVN revision numbers were found above:
r25813 --> open-mpi/ompi@8ed781d7e9
2012-01-30 13:22:38 +00:00
Matthias Jurenz
d154e81668
If configure of a contributed component fails, abort if it's requested via command line switch
...
This commit was SVN r25814.
2012-01-30 12:09:06 +00:00
Mike Dubman
8ed781d7e9
add mca param to enable/disable mxm
...
This commit was SVN r25813.
2012-01-30 11:14:20 +00:00
Mike Dubman
9f0ca9dfc0
fix: extract source from imm request fields instead from depricated api
...
This commit was SVN r25812.
2012-01-30 10:37:37 +00:00
Shiqing Fan
bfbd3c67a5
Add a windows file into the tarball.
...
This commit was SVN r25811.
2012-01-29 10:12:02 +00:00
Jeff Squyres
8e31f29f07
Fixes trac:2967: pretty much copy the text from MPI-2.2 in the description
...
of the group argument to MPI_COMM_CREATE.
cmr:v1.5:reviewer=jjhursey
cmr:v1.4.5:reviewer=jjhursey
This commit was SVN r25810.
The following Trac tickets were found above:
Ticket 2967 --> https://svn.open-mpi.org/trac/ompi/ticket/2967
2012-01-28 12:53:00 +00:00
Ralph Castain
a0edae52f2
Ensure the wrapper flags get entered in the right order, with -lpmi coming before the alps util libs
...
This commit was SVN r25809.
2012-01-27 20:56:21 +00:00
Jeff Squyres
ba1b02dea0
Don't install this extra libevent file.
...
This commit was SVN r25808.
2012-01-27 20:38:00 +00:00
Jeff Squyres
9e9b06d9f7
Fixes trac:2844: ensure to take the value of --with(out)-memory-manager
...
into account when configuring the components of the faramework. If
--without-memory-manager was given, then we really don't want any
memory managers to be used.
This commit was SVN r25807.
The following Trac tickets were found above:
Ticket 2844 --> https://svn.open-mpi.org/trac/ompi/ticket/2844
2012-01-27 18:05:48 +00:00
Matthias Jurenz
d2e180ffa0
Added field for VampirTrace support indicating whether it's enabled or not
...
This commit was SVN r25805.
2012-01-27 14:11:33 +00:00
Matthias Jurenz
085e3dc470
Added configure test for suitable C++ STL from Oracle Studio compiler.
...
VampirTrace needs the STLport library due to missing standard functionality in the default C++ STL (libCstd).
This commit was SVN r25804.
2012-01-27 13:11:09 +00:00
Ralph Castain
3f31feee6f
Handle the case where a user's rankfile specifies only cpus, and not socket:cpu pairs.
...
This commit was SVN r25803.
2012-01-27 12:21:45 +00:00
Ralph Castain
61ac2bb11b
If no session directories are being created, then we cannot create the debugger attachment fifo - so don't complain about it.
...
This commit was SVN r25802.
2012-01-27 04:05:23 +00:00
Nathan Hjelm
97dad0ac49
ugni: don't release eager fragments until we get local smsg completion
...
This commit was SVN r25796.
2012-01-27 00:32:43 +00:00
Brad Benton
60121664d1
Added more 1.4.5 bullets
...
This commit was SVN r25795.
2012-01-26 21:42:13 +00:00
Nathan Hjelm
669f0afd14
ugni: poll smsg mailbox until it is empty
...
This commit was SVN r25794.
2012-01-26 20:50:09 +00:00
Nathan Hjelm
2a83297f96
silence vader warnings
...
This commit was SVN r25793.
2012-01-26 20:07:33 +00:00
Ralph Castain
07f3a91075
Okay, get srun to play nice. Problem was that everything worked fine so long as the user did "salloc" with an argument requesting a specific number of nodes. However, if the user specified instead a number of processes, then we launched that number of daemons - resulting in multiple daemons/node. Not good.
...
So force things to behave correctly either way.
This commit was SVN r25792.
2012-01-26 19:58:57 +00:00
Ralph Castain
ef94e606c7
Add some debug
...
This commit was SVN r25791.
2012-01-26 19:23:32 +00:00
Ralph Castain
1449b27e9f
Ensure that slurm only launches one orted/node, regardless of how the allocation was obtained.
...
This commit was SVN r25790.
2012-01-26 19:23:15 +00:00
Mike Dubman
6c954ad43f
set mxm to call opal_progress in tight loops
...
This commit was SVN r25788.
2012-01-26 18:33:43 +00:00
Nathan Hjelm
3d9bc68435
reorder udcm init/finalize code. fixes trac:2973
...
This commit was SVN r25787.
The following Trac tickets were found above:
Ticket 2973 --> https://svn.open-mpi.org/trac/ompi/ticket/2973
2012-01-26 16:28:55 +00:00
Shiqing Fan
debe91aefa
Change the syntax to be compatible with C++ compiler, as this has to be compiled as C++ on Windows. Thanks Ralph.
...
This commit was SVN r25785.
2012-01-26 14:53:45 +00:00
Jeff Squyres
7d1523cb00
Update the text; it was left over from autogen.sh days (i.e., it had
...
not been updated when we upgraded to autogen.pl).
This commit was SVN r25784.
2012-01-26 13:11:36 +00:00
Terry Dontje
55561d9810
Add Solaris Studio Compiler notes about using CC instead of sunCC
...
This commit was SVN r25783.
2012-01-26 11:28:42 +00:00
Jeff Squyres
64165ce758
r25775 removed the .windows from this directory, but left it in the
...
Makefile.am.
This commit was SVN r25782.
The following SVN revision numbers were found above:
r25775 --> open-mpi/ompi@2c9a4beffd
2012-01-26 10:45:06 +00:00