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

178 Коммитов

Автор SHA1 Сообщение Дата
Jeff Squyres
b5aeb235be Make NEWS match the 1.2 branch NEWS
This commit was SVN r14452.
2007-04-21 00:34:13 +00:00
Tim Mattox
83ddd7a3c5 Update some NEWS entries for the upcoming 1.2.1 release.
This commit was SVN r14379.
2007-04-14 22:37:19 +00:00
Jeff Squyres
ac23fa994d Add bullet about pbs-config support
This commit was SVN r14373.
2007-04-14 13:02:27 +00:00
Brian Barrett
8a55c84d0b Fix a number of OOB issues:
* Remove the connect() timeout code, as it had some nasty race conditions
    when connections were established as the trigger was firing.  A better
    solution has been found for the cluster where this was needed, so just
    removing it was easiest.
  * When a fatal error (too many connection failures) occurs, set an error
    on messages in the queue even if there isn't an active message.  The
    first message to any peer will be queued without being active (and
    so will all subsequent messages until the connection is established),
    and the orteds will hang until that first message completes.  So if
    an orted can never contact it's peer, it will never exit and just sit
    waiting for that message to complete.
  * Cover an interesting RST condition in the connect code.  A connection
    can complete the three-way handshake, the connector can even send
    some data, but the server side will drop the connection because it
    can't move it from the half-connected to fully-connected state because
    of space shortage in the listen backlog queue.  This causes a RST to
    be received first time that recv() is called, which will be when waiting
    for the remote side of the OOB ack.  In this case, transition the
    connection back into a CLOSED state and try to connect again.
  * Add levels of debugging, rather than all or nothing, each building on
    the previous level.  0 (default) is hard errors.  1 is connection 
    error debugging info.  2 is all connection info.  3 is more state
    info.  4 includes all message info.
  * Add some hopefully useful comments

This commit was SVN r14261.
2007-04-07 22:33:30 +00:00
Tim Mattox
b304ae5fba Updated the NEWS file for another 1.2.1 change.
This commit was SVN r14249.
2007-04-06 17:55:44 +00:00
Tim Mattox
1705e370d3 Add a NEWS entry for yet another 1.2.1 change.
This commit was SVN r14220.
2007-04-05 00:56:05 +00:00
Tim Mattox
2aa27325bb Add news item for mpi_leave_pinned fix.
This commit was SVN r14177.
2007-03-30 16:19:03 +00:00
Jeff Squyres
680d08ed64 Add news item for Brian's/Galen's fixes from last week.
This commit was SVN r14172.
2007-03-29 17:58:17 +00:00
Jeff Squyres
5e5cb8b96e Add NEWS item about mpool_base_disable_sbrk MCA param
This commit was SVN r14171.
2007-03-29 17:47:35 +00:00
Josh Hursey
1e2adccd33 Add a note about checkpoint/restart process fault tolerance support.
This commit was SVN r14161.
2007-03-28 18:41:45 +00:00
Tim Mattox
3ee28d892f Update the NEWS file for yet another 1.2.1 fix.
This commit was SVN r14154.
2007-03-27 16:27:23 +00:00
Jeff Squyres
7e19491829 * Use punctuation consistently
* Minor word-smything

This commit was SVN r14147.
2007-03-26 19:55:13 +00:00
Tim Mattox
6b1c3ad1be Update the NEWS file for 1.2.1 changes.
This commit was SVN r14146.
2007-03-26 19:46:20 +00:00
Tim Mattox
43ef61b808 Update the NEWS file for more 1.2.1 changes.
This commit was SVN r14115.
2007-03-21 20:39:51 +00:00
Tim Mattox
26b8858029 Tweak a NEWS entry.
This commit was SVN r14095.
2007-03-21 01:10:50 +00:00
Tim Mattox
72b90cb866 Update the NEWS file for v1.2.1.
This commit was SVN r14093.
2007-03-21 00:58:31 +00:00
Brian Barrett
ea08a555f9 Fixed a compile error on OS X 10.3 introduced with 1.1.5 / 1.2. Thanks
to Marius Schamschula for reporting the issue.

This commit was SVN r14063.
2007-03-19 17:25:54 +00:00
Jeff Squyres
a754caf85f Updates from v1.1 tree
This commit was SVN r14060.
2007-03-19 13:04:49 +00:00
Brian Barrett
1229ea7d4f Update news to relate to r14045
This commit was SVN r14046.

The following SVN revision numbers were found above:
  r14045 --> open-mpi/ompi@01d6121c7f
2007-03-16 21:29:05 +00:00
Brian Barrett
3982be852e Fixed issue with multi-word C compiler variable, where there
was more than one space between tokens.  Thanks to Bert
Wesarg for reporting the issue.

This commit was SVN r14044.
2007-03-16 21:24:12 +00:00
Tim Mattox
b49cee6898 Make an empty NEWS section for 1.2.1
This commit was SVN r14042.
2007-03-16 15:01:51 +00:00
Tim Mattox
6ebaee33f1 The sm & fifo fixes from today are not yet in the 1.1 branch... only 1.2.
This commit was SVN r13985.
2007-03-08 21:38:48 +00:00
Tim Mattox
780cf98fc2 Adjust the trunk NEWS file, entries are normally reverse chronological.
This commit was SVN r13983.
2007-03-08 21:31:04 +00:00
Rich Graham
b4bf34fa9a shared mem fixes.
This commit was SVN r13981.
2007-03-08 21:14:41 +00:00
Brian Barrett
e926bed69f Implement MPI_TYPE_CREATE_DARRAY function. Works with MPICH2 darray-pack
test, Sun's darray test, and an internal LANL test code.  I would not
assume it will work properly on other codes, as I'm still not sure I
completely understand what the standard says this function is supposed to
do.

Refs trac:65

This commit was SVN r13967.

The following Trac tickets were found above:
  Ticket 65 --> https://svn.open-mpi.org/trac/ompi/ticket/65
2007-03-08 16:33:08 +00:00
Jeff Squyres
5ae2fb5df1 Update several items to be 1.2.x, and add note about zsh.
This commit was SVN r13908.
2007-03-03 01:43:33 +00:00
Jeff Squyres
bbd7acd1f7 * Per #925, move "portals mtl" up out of 1.2 section
* Minor clarifications of the MX BTL and tuned collectives notes

This commit was SVN r13830.
2007-02-27 19:57:14 +00:00
Jeff Squyres
700235eb12 * Remove redundant bullet from 1.1.5 section
* Add missing bullet about libevent fix in 1.1.5 section

This commit was SVN r13828.
2007-02-27 17:25:42 +00:00
Brian Barrett
d7780659ff update news to sync with r13773 and r13774
This commit was SVN r13776.

The following SVN revision numbers were found above:
  r13773 --> open-mpi/ompi@7ce72af158
  r13774 --> open-mpi/ompi@ada2316fd3
2007-02-24 22:21:37 +00:00
Tim Mattox
a424feee38 Update the copyright date range for Indiana University in the NEWS file.
This commit was SVN r13689.
2007-02-16 18:41:25 +00:00
Jeff Squyres
2eb528e74c Add bullet about MPI2_COMPLEX and MPI_2DOUBLE_COMPLEX.
This commit was SVN r13662.
2007-02-15 02:28:40 +00:00
Jeff Squyres
170b23c994 Sync against 1.1.x NEWS
This commit was SVN r13661.
2007-02-15 02:28:18 +00:00
Jeff Squyres
418f9ee5c8 sync with v1.1 branch NEWS
This commit was SVN r13592.
2007-02-09 18:56:58 +00:00
Jeff Squyres
9552d904bc Sync with 1.1 branch NEWS
This commit was SVN r13363.
2007-01-30 17:27:24 +00:00
Jeff Squyres
b9120aed6d Always make sure to create $(includedir)/openmpi, even if we were
configured with --disable-mpi-cxx so that the default -I flags in the
wrapper compilers don't point to a directory that doesn't exist.
Thanks to Martin Audet for identifying the problem.

This commit was SVN r13296.
2007-01-25 01:59:22 +00:00
Jeff Squyres
2edb76f902 Sync against 1.1 NEWS.
This commit was SVN r13281.
2007-01-24 17:58:52 +00:00
Jeff Squyres
1452de3034 Sync with the 1.1 NEWS; move a few items down to the 1.1.3 section.
This commit was SVN r13210.
2007-01-19 14:28:09 +00:00
Jeff Squyres
53c4bcccd5 Fix a problem noted by Tim Campbell: the type of the first parameter
to the F90 binding for MPI_INITIALIZED was wrong (should have been
logical, not integer).

Fixes trac:782.

This commit was SVN r13170.

The following Trac tickets were found above:
  Ticket 782 --> https://svn.open-mpi.org/trac/ompi/ticket/782
2007-01-17 22:44:47 +00:00
Jeff Squyres
a3aae09ca3 Since we've found a few MPI_Fint/MPI_Aint problems in the F77 bindings
recently, I went through and took a closer look this afternoon and
fixed a bunch more places where this problem occurred.

This commit was SVN r13166.
2007-01-17 22:17:34 +00:00
Jeff Squyres
f3137f1dc6 Updates to NEWS. Need to ping developers to see if this is all
correct.

This commit was SVN r13119.
2007-01-15 14:19:51 +00:00
Brian Barrett
65b04f295a * Need to take the numerator of the timebase info into account, as the mach
timers might natively return nanoseconds instead of microseconds, as is
  the case on x86.  Fixes an issue with really high shared memory latencies
  on Intel macs

This commit was SVN r13038.
2007-01-08 19:55:18 +00:00
Brian Barrett
2951586b43 Fix type casting issue with MPI_ERRCODES_IGNORE that would cause
errors when using a C++ compiler.  

This commit was SVN r12946.
2006-12-31 02:51:13 +00:00
Brian Barrett
287b5ee27c Add news item about MX BTL fix
This commit was SVN r12921.
2006-12-23 05:23:56 +00:00
Jeff Squyres
122b8553ef Sync against 1.1 tree
This commit was SVN r12767.
2006-12-05 19:15:56 +00:00
Jeff Squyres
73696be5ac Add bullets about library name changes (because some users are
undoubtedly not using the wrapper compilers) and one-sided support
fixes.

This commit was SVN r12763.
2006-12-05 18:41:40 +00:00
Jeff Squyres
26030d7c44 Add comments about the self BTL fixes and iof fixes in 1.1.3.
This commit was SVN r12695.
2006-11-28 22:29:42 +00:00
Jeff Squyres
e2c605f32a Fix a problem cited by Pierre-Matthieu Anglade: some typos in the code
path in the MPI F77 API functions where sizeof(int) != sizeof(INTEGER).

This commit was SVN r12684.
2006-11-28 12:21:42 +00:00
Jeff Squyres
90b6dc8744 Make the attribution for the ompi_ddt_duplicate() fix a little more
specific, because it must have been a beast to track down.  :-)

This commit was SVN r12572.
2006-11-13 12:33:54 +00:00
Jeff Squyres
6ce032b8e9 * Sync with 1.1 NEWS
* Add note about TV message queue debugging

This commit was SVN r12570.
2006-11-13 12:30:23 +00:00
Tim Mattox
669c8ff5b9 Made the leak fix thank you more specific.
This commit was SVN r12568.
2006-11-13 12:26:08 +00:00