Brian Barrett
1d02b9e7b5
Fix a bunch of issues exposed by Ken Cain in getting Open MPI to work with
...
VxWorks. Still some issues remaining, I'm sure.
Refs trac:1010
This commit was SVN r15320.
The following Trac tickets were found above:
Ticket 1010 --> https://svn.open-mpi.org/trac/ompi/ticket/1010
2007-07-10 03:46:57 +00:00
George Bosilca
1200fa4ac5
The first version of the Elan BTL.
...
This commit was SVN r15319.
2007-07-09 21:03:13 +00:00
Jeff Squyres
cee9c214c7
Update the vendor ID list to include HP (0x1708). Thanks to Peter
...
Kjellstrom for pointing this out.
This commit was SVN r15316.
2007-07-09 20:09:31 +00:00
Brian Barrett
8b9e8054fd
Move modex from pml base to general ompi runtime, sicne it's used by more
...
than just the PML/BTLs these days. Also clean up the code so that it
handles the situation where not all nodes register information for a given
node (rather than just spinning until that node sends information, like
we do today).
Includes r15234 and r15265 from the /tmp/bwb-modex branch.
This commit was SVN r15310.
The following SVN revisions from the original message are invalid or
inconsistent and therefore were not cross-referenced:
r15234
r15265
2007-07-09 17:16:34 +00:00
Andrew Friedley
b212cf4dae
Fix a signedness warning reported by Jeff/MTT.
...
This commit was SVN r15309.
2007-07-09 15:30:29 +00:00
Tim Prins
f3ac4ac20e
Fix order of function arguments
...
This commit was SVN r15304.
2007-07-08 16:37:51 +00:00
Gleb Natapov
88f4018543
Don't fail MPI_Alloc_mem() when no more memory can be registered.
...
This commit was SVN r15303.
2007-07-08 11:44:58 +00:00
George Bosilca
11ff1b2c20
Add few OPAL_LIKELY/OPAL_UNLIKELY to the datatype engine.
...
This commit was SVN r15302.
2007-07-07 04:31:06 +00:00
Jelena Pjesivac-Grbovic
d677db9b5f
cleaning up alltoall implementation:
...
- removing MPI_* calls from bruck implementation
- simplifying 2 process case
- identation, etc.
This commit was SVN r15301.
2007-07-07 01:06:19 +00:00
George Bosilca
245310d7a7
If we have to complain about some pointer problems at least complain
...
about the right thing.
This commit was SVN r15300.
2007-07-06 16:56:04 +00:00
Rainer Keller
cff1b6a71b
- PERUSE_COMM_REQ_XFER_BEGIN should be emited for first fragment
...
of larger message as well.
This commit was SVN r15299.
2007-07-06 15:02:36 +00:00
Andrew Friedley
77038b65a8
Bring the UD BTL over to the trunk, named 'ofud'.
...
This commit was SVN r15298.
2007-07-05 23:42:54 +00:00
George Bosilca
6e8d25fdaf
rearrange the code a bit.
...
This commit was SVN r15297.
2007-07-05 22:47:31 +00:00
Brian Barrett
872623a527
Fix situation where we were not propogating error codes from ROMIO
...
into non-blocking request status fields, so it was never being
relayed to the user
This commit was SVN r15296.
2007-07-05 22:30:42 +00:00
Brian Barrett
25e52238ab
add ability to buffer put/accumulate messages during an epoch
...
This commit was SVN r15295.
2007-07-05 21:40:06 +00:00
Brian Barrett
5bbee1482e
make debugging output slightly more useful
...
This commit was SVN r15294.
2007-07-05 21:01:32 +00:00
Jelena Pjesivac-Grbovic
483222085e
Fixing compiler warnings.
...
In gather, the ptmp += incr is irrelevant, since ptmp is set within the loop.
This commit was SVN r15293.
2007-07-05 20:40:50 +00:00
Brian Barrett
6c9de88d13
while the BTL semantics are sorted out, wait for completion of all rdma events before starting the ack
...
This commit was SVN r15292.
2007-07-05 16:50:05 +00:00
Sven Stork
21f12f29f8
- fix a sm bug that causes segfaults in the case of threaded builds.
...
The problem is that in the case of threaded builds for every fifo
a head and tail lock will be allocated inside the shared memory
segment and the ptr is stored inside the fifo. In the case that the sm backend
file will be mapped in all processes at the same address (mostly the
case for non-thread builds) this is fine, but in the cases when the
processes map the file at different addresses this addresses cause big
trouble in other processes than the one that allocted the locks.
Therefore the send lock addresses have to be recalculated to match
the local mapping of the processes that use them.
This commit was SVN r15291.
2007-07-05 14:26:32 +00:00
Brian Barrett
74008aac53
Support real RDMA operations for networks that support it
...
This commit was SVN r15288.
2007-07-05 03:32:32 +00:00
Brian Barrett
41afd4ebee
Clean up the MX configure test a bit. Use AC macros instead of hand
...
writing them. Better tests, less code, and caching. Update the code
to match changes in configure defines.
This commit was SVN r15287.
2007-07-04 22:07:30 +00:00
Jelena Pjesivac-Grbovic
3b0a52a104
adding tuned allgatherv implementation using bruck, ring, and neighbor-exchange algorithms.
...
The implementations passed intel and imb tests up to 40 processes.
This commit was SVN r15280.
2007-07-03 23:33:12 +00:00
Brian Barrett
f5c721d11c
Wire up all the RDMA-capable BTLs. Still no RDMA communication, but the
...
datastructures are finally all there
This commit was SVN r15271.
2007-07-02 22:22:59 +00:00
Jeff Squyres
c796d84d61
* Integrate man pages contributed by Dirk Eddelbuettel
...
* Make orted.1 man page be non-descriptive because it's really an
internal command.
* Re-work the opal_wrapper man page logic a bit so that we can have a
real opal_wrapper.1 installed that says "don't look here -- look at
mpicc (etc.)"
This commit was SVN r15264.
2007-07-02 15:27:39 +00:00
Jeff Squyres
b7a1778f93
* Add man page for ompi_info, originally contributed by Dirk
...
Eddelbuettel, one of the Debian/GNU Linux maintainers of the Open MPI
package.
* Updated the contributed man page with some examples and
updated option descriptions, and other small things.
* Made the --hostname option work again.
* Made the --version option work like it's supposed to.
* Updated help strings that are displayed via --help to be a bit more
descriptive in the parameters that various options accept.
This commit was SVN r15260.
2007-07-02 06:12:02 +00:00
Tim Prins
c46ed1d5d4
Make it so the universe size is passed through the ODLS instead of through a gpr trigger during MPI init. This matches what is currently being done with the app number.
...
The default odls has been updated and works fine. The process odls has been updated, but I could not verify its operation. The bproc ODLS has not been updated yet. Ralph will look at it soon.
This commit was SVN r15257.
2007-07-02 01:33:35 +00:00
George Bosilca
951e4929b9
Usually it's unlikely to have additional fragments.
...
This commit was SVN r15253.
2007-07-01 16:19:53 +00:00
George Bosilca
c435094639
Only trigger the PERUSE_COMM_REQ_XFER_BEGIN event on the initial fragment.
...
This commit was SVN r15252.
2007-07-01 16:19:13 +00:00
George Bosilca
60319f99ac
Make sure in case of error what we return is clean (set to NULL).
...
This commit was SVN r15251.
2007-07-01 16:17:43 +00:00
George Bosilca
11656e20aa
Remove few warnings.
...
This commit was SVN r15250.
2007-07-01 16:16:05 +00:00
Gleb Natapov
77e54ebc7e
Schedule RDMA op on the last BTL that got completion.
...
This commit was SVN r15249.
2007-07-01 11:35:55 +00:00
Gleb Natapov
54b40aef91
Schedule SEND traffic of pipeline protocol between BTLs in accordance with
...
relative bandwidths of each BTL. Precalculate what part of a message should
be send via each BTL in advance instead of doing it during scheduling.
This commit was SVN r15248.
2007-07-01 11:34:23 +00:00
Gleb Natapov
e74aa6b295
Schedule RDMA traffic between BTLs in accordance with relative bandwidths of
...
each BTL. Precalculate what part of a message should be send via each BTL in
advance instead of doing it during scheduling.
This commit was SVN r15247.
2007-07-01 11:31:26 +00:00
George Bosilca
dfa5ae34e1
Per a discussion with Kees Verstoep and Reese Faucette add one more
...
argument to the query for the line speed. This function is still not
documented, and it really look strange that we have to respecify the
nic_id (it's already attached to the endpoint).
This commit was SVN r15241.
2007-06-28 20:58:00 +00:00
Jelena Pjesivac-Grbovic
d55b415bb0
fixing typo
...
This commit was SVN r15240.
2007-06-28 20:56:55 +00:00
Brian Barrett
f8fb1e9720
Fix some compile failures on Solaris 9 because it doesn't have V6ONLY.
...
This commit was SVN r15237.
2007-06-28 18:52:15 +00:00
George Bosilca
aec0b00f29
Get some hints about the network and propagate them to the upper level.
...
This commit was SVN r15236.
2007-06-28 18:51:48 +00:00
George Bosilca
98142263c6
These functions are potentially shared between multiple components so they should
...
be visible.
This commit was SVN r15235.
2007-06-28 18:50:33 +00:00
Gleb Natapov
1c7141df4d
Remove unused struct.
...
This commit was SVN r15228.
2007-06-28 11:58:16 +00:00
Jelena Pjesivac-Grbovic
8fc8b44d11
Modifying reduce decision function for large, single element reduces (again).
...
Binary algorithm without segmentation tends to outperform binomial algorithm
in this case.
This commit was SVN r15226.
2007-06-27 22:01:56 +00:00
Rainer Keller
15c03e8acc
- Apply patch 31_manpages_lintian.dpatch
...
Thanks to Dirk Eddelbuettel <edd@debian.org>
This commit was SVN r15215.
2007-06-26 21:13:10 +00:00
Rainer Keller
14a994fee4
- Apply patch 30_manpages_fix.diff.dpatch of Debian
...
Thanks to Sylvestre Ledru <sylvestre.ledru@inria.fr>
This commit was SVN r15214.
2007-06-26 21:11:06 +00:00
Rainer Keller
fb5394a9b9
- Fix wrong self-referral of MPI_Status_c2f manpage.
...
Thanks to Tilman Koschnick from Debian package for noticing.
This commit was SVN r15212.
2007-06-26 21:02:15 +00:00
Jelena Pjesivac-Grbovic
0ecef1750d
Modifying the default reduce decision function to use binomial algorithm
...
for single-element reduce (segmented algorithms make no sense in this case
and can cause performance degradation).
This commit was SVN r15209.
2007-06-26 20:14:03 +00:00
Jelena Pjesivac-Grbovic
567b40b9a9
Modifying the default broadcast decision function to use binomial algorithm
...
for single-element broadcasts (segmented algorithms make no sense in this case
and can cause performance degradation).
This commit was SVN r15208.
2007-06-26 20:08:31 +00:00
Josh Hursey
acae12d0bb
Fix warning:
...
stderr -> fileno(stderr)
This commit was SVN r15207.
2007-06-26 19:28:40 +00:00
Josh Hursey
5199f4123d
Add 2 new MCA parameters to set the size of the expected and unexpected
...
queues.
This commit was SVN r15206.
2007-06-26 17:31:43 +00:00
Rich Graham
aa2ffcfcd8
add some output before abort() is called.
...
This commit was SVN r15204.
2007-06-26 15:57:47 +00:00
Sven Stork
428f697542
- addition to r15198. Update also the prepare destintation functions.
...
This commit was SVN r15199.
The following SVN revision numbers were found above:
r15198 --> open-mpi/ompi@f63dd902cb
2007-06-26 12:07:30 +00:00
Sven Stork
f63dd902cb
- bring the order changes of r14768 also to the mvapi btl
...
This commit was SVN r15198.
The following SVN revision numbers were found above:
r14768 --> open-mpi/ompi@3401bd2b07
2007-06-26 09:34:44 +00:00