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

519 Коммитов

Автор SHA1 Сообщение Дата
Tim Mattox
378b0010c5 Resync the NEWS file with 1.2.7 changes.
This commit was SVN r18711.
2008-06-23 19:30:13 +00:00
Jeff Squyres
74089a0593 Add a bunch of bullets about improvements in the openib BTL.
This commit was SVN r18703.
2008-06-21 13:35:03 +00:00
Brian Barrett
7712b07ac4 Add perl based wrapper compilers for cross-compile environments. The default
is still to use the C based wrapper compilers (which have many more features
and are more well tested).  The Perl compilers are enabled with the option
--enable-script-wrapper-compilers, which also ignores the option
--disable-binaries (ie --enable-script-wrapper-compilers --disable-binaries
will result in perl-based wrapper compilers being installed, but no other
binaries being installed).

This commit was SVN r18655.
2008-06-13 22:52:25 +00:00
Brian Barrett
79ad6d983e - The ptmalloc2 memory manager component is now by default built as
a standalone library named libopenmpi-malloc.  Users wanting to
  use leave_pinned with ptmalloc2 will now need to link the library
  into their application explicitly.  All other users will use the
  libc-provided allocator instead of Open MPI's ptmalloc2.  This change
  may be overriden with the configure option enable-ptmalloc2-internal
- The leave_pinned options will now default to using mallopt on
  Linux in the cases where ptmalloc2 was not linked in.  mallopt
  will also only be available if munmap can be intercepted (the
  default whenever Open MPI is not compiled with --without-memory-
  manager.
- Open MPI will now complain and refuse to use leave_pinned if
  no memory intercept / mallopt option is available.

This commit was SVN r18654.
2008-06-13 22:32:49 +00:00
Tim Mattox
4493ec7d7d Resync the trunk's NEWS file with v1.2.7 NEWS file.
This commit was SVN r18640.
2008-06-10 17:46:31 +00:00
Tim Mattox
14cc458784 Resync the NEWS file with changes for 1.2.7
This commit was SVN r18594.
2008-06-05 18:50:24 +00:00
Tim Mattox
4d548485e2 Another NEWS file resync with v1.2.7 changes.
This commit was SVN r18566.
2008-06-03 19:02:57 +00:00
Tim Mattox
97fe7311bf Resync the trunk's NEWS file with the 1.2 NEWS file.
This commit was SVN r18564.
2008-06-03 18:47:10 +00:00
Jeff Squyres
a1b0798413 Minor fixups; added bullet about openib BTL checking for
/sys/class/infiniband

This commit was SVN r18561.
2008-06-03 18:22:51 +00:00
Tim Mattox
2446f543c3 Resync the trunk NEWS file with the 1.2.x NEWS file.
This commit was SVN r18511.
2008-05-27 18:28:38 +00:00
Tim Mattox
46c6aa4ed4 Resync the trunk NEWS file with the 1.2.7 changes.
This commit was SVN r18268.
2008-04-23 18:32:19 +00:00
Tim Mattox
55b2546026 Update the NEWS file for a 1.2.7 change.
This commit was SVN r18153.
2008-04-15 17:31:57 +00:00
Tim Mattox
3f0f09fd1f Update the NEWS file for the release of 1.2.6, plus spelling fixes.
This commit was SVN r18093.
2008-04-07 16:39:58 +00:00
Tim Mattox
715b05d663 Update the NEWS for 1.2.6.
This commit was SVN r17885.
2008-03-19 21:04:54 +00:00
Tim Mattox
1cb2c46716 Updated the NEWS file for 1.2.6 changes.
This commit was SVN r17763.
2008-03-06 15:49:35 +00:00
Tim Mattox
5b0a2bdbd1 Updated the NEWS file for 1.2.6 changes.
This commit was SVN r17697.
2008-03-04 21:44:34 +00:00
Tim Mattox
668ec5d873 Updated the NEWS file for 1.2.6 changes.
This commit was SVN r17690.
2008-03-04 19:11:33 +00:00
Tim Mattox
89648be879 Updated the NEWS file for 1.2.6 changes.
This commit was SVN r17669.
2008-02-29 19:06:08 +00:00
Tim Mattox
90f9900a2a Updated the NEWS file for 1.2.6 changes.
This commit was SVN r17511.
2008-02-19 16:45:26 +00:00
Shiqing Fan
bcfc2f8009 Update NEWS. Add Valgrind-based memory checking for MPI-semantic checks.
This commit was SVN r17485.
2008-02-17 19:42:02 +00:00
George Bosilca
512b24affb Add support for all optional Fortran logical types (MPI_LOGICAL1,
MPI_LOGICAL2, MPI_LOGICAL4 and MPI_LOGICAL8). This commit close
the ticket #331.

This commit was SVN r17473.
2008-02-15 22:54:20 +00:00
Tim Mattox
357bbe00b3 Updated the NEWS file for 1.2.6 changes.
This commit was SVN r17421.
2008-02-11 21:49:21 +00:00
Dan Lacher
98f70d6318 Convert the C++ Comm, Datatype and Winn keyval creation and intercept callbacks
to *not* use the STL as well as removing the STL use from the error handler
routines.  This was removing the STL from the C++ bindings (Solaris has 2
versions of the STL; if OMPI uses one and an MPI application wants to use
another, Bad Things happen).

The main idea is to wrap up the C++ callback function pointers and the user's
extra_state into our own struct that is passed as the extra_state to the C
keyval registration along with the intercept routines in intercepts.cc. When the
C++ intercepts are activated, they unwrap the user's callback and extra state
and call them.

This commit was SVN r17409.
2008-02-10 19:29:25 +00:00
Jeff Squyres
b5fe63048f Add bullet about F90 MPI_CART_CREATE.
This commit was SVN r17396.
2008-02-07 12:58:11 +00:00
Tim Mattox
984ccf64a3 Update the NEWS file for 1.2.6
This commit was SVN r17243.
2008-01-25 21:31:47 +00:00
Tim Mattox
ae90bb0fb8 Update the 1.2.5 NEWS section.
This commit was SVN r16940.
2007-12-11 22:42:34 +00:00
Jeff Squyres
849373ce5c Add bullets about items expected for v1.2.5
This commit was SVN r16924.
2007-12-10 22:21:15 +00:00
Jeff Squyres
e11e68784f No, put the comment in the "expected 1.3" section -- not the "1.2.4"
section; duh!

This commit was SVN r16847.
2007-12-04 21:13:50 +00:00
Jeff Squyres
56cf1ebcca Add note about r14100.
This commit was SVN r16846.

The following SVN revision numbers were found above:
  r14100 --> open-mpi/ompi@3e2031e0e3
2007-12-04 21:13:03 +00:00
Jeff Squyres
feb0d9978d A few minor changes to the 1.2.5 text.
This commit was SVN r16828.
2007-12-03 20:10:54 +00:00
Tim Mattox
91742b3294 A long overdue update of the NEWS file for the changes coming in Open MPI 1.2.5
This commit was SVN r16827.
2007-12-03 20:05:58 +00:00
Jeff Squyres
ff6bc1364b Notes for ECONNREFUSED and TCP debug output fixes.
This commit was SVN r16809.
2007-11-30 21:50:58 +00:00
Jeff Squyres
1085336cfc Add note about fixing fd leak in altix timer code.
This commit was SVN r16565.
2007-10-25 16:06:05 +00:00
Jeff Squyres
b7eeae0a74 Remove the mvapi BTL. Woo hoo!
This commit was SVN r16483.
2007-10-17 14:08:03 +00:00
Jeff Squyres
c143858998 Various updates to the not-yet-released stuff.
This commit was SVN r16463.
2007-10-16 16:57:30 +00:00
Tim Mattox
ed7fd5ad90 Put in a 1.2.5 NEWS section on the trunk.
This commit was SVN r16301.
2007-10-02 14:33:46 +00:00
Tim Mattox
b45a5e2fdc Elaborated on Message Queue entry in the Open MPI 1.2.4 NEWS.
This commit was SVN r16184.
2007-09-21 20:33:40 +00:00
Tim Mattox
909f10b8c0 Add Message Queue entry to the Open MPI 1.2.4 NEWS.
This commit was SVN r16182.
2007-09-21 19:47:23 +00:00
Jeff Squyres
1d7910f398 Fix a few typos, clarify a few bullets.
This commit was SVN r16160.
2007-09-19 13:41:56 +00:00
Tim Mattox
164a577908 Add another entry to the Open MPI 1.2.4 NEWS.
This commit was SVN r16150.
2007-09-18 15:47:46 +00:00
Tim Mattox
2c29a2b4ee Resync the trunk NEWS file's 1.2.4 section with the 1.2 branch NEWS.
This commit was SVN r15977.
2007-08-28 04:07:19 +00:00
Jeff Squyres
e333de3fc7 Update NEWS for some items that just went into 1.2.4.
This commit was SVN r15909.
2007-08-17 15:16:58 +00:00
Tim Mattox
55c6fb973d Updated the 1.2.4 section of the NEWS file.
This commit was SVN r15868.
2007-08-15 15:58:46 +00:00
Tim Mattox
1494c5881d Updatded the 1.2.4 section of the NEWS file.
This commit was SVN r15865.
2007-08-15 15:35:09 +00:00
Brian Barrett
edd8e7fcda add release note item about TM change
This commit was SVN r15859.
2007-08-14 19:54:15 +00:00
Mohamad Chaarawi
59a7bf8a9f Merging in the Sparse Groups..
This commit includes config changes..

This commit was SVN r15764.
2007-08-04 00:41:26 +00:00
Josh Hursey
f9a3f36f32 Add a note about CNL Support (r15756)
This commit was SVN r15758.

The following SVN revision numbers were found above:
  r15756 --> open-mpi/ompi@755658694e
2007-08-03 20:20:03 +00:00
Tim Mattox
ab4ff90dff Updatded the 1.2.4 section of the NEWS file.
This commit was SVN r15746.
2007-08-02 19:22:34 +00:00
Tim Mattox
8185de6383 Updatded the 1.2.4 section of the NEWS file.
This commit was SVN r15725.
2007-08-01 16:00:32 +00:00
Tim Mattox
a13123b5fc Updatded the 1.2.4 section of the NEWS file.
This commit was SVN r15712.
2007-07-31 18:49:51 +00:00
Tim Mattox
0b6d77f247 Updatded the 1.2.4 section of the NEWS file.
This commit was SVN r15659.
2007-07-26 23:27:32 +00:00
Jeff Squyres
053d36555b Add note about Platform/LSF support
This commit was SVN r15645.
2007-07-26 18:50:07 +00:00
Jeff Squyres
485712debf Added bullet about 0 byte MPI_ALLOC_MEM requests
This commit was SVN r15594.
2007-07-25 01:01:29 +00:00
Brian Barrett
9184db7239 Update ROMIO release to the one included with MPICH2-1.0.5p4, tagged in
vendor/romio as mpich2-1.0.5p4.

This commit was SVN r15544.
2007-07-21 22:08:27 +00:00
Tim Mattox
824ef791f9 Updated the 1.2.4 section of the NEWS file with yet more changes.
This commit was SVN r15525.
2007-07-20 00:05:14 +00:00
Tim Mattox
0b4dfe812b Updated the NEWS file due to reversion of CMR Refs trac:1054 in the 1.2 branch.
This commit was SVN r15522.

The following Trac tickets were found above:
  Ticket 1054 --> https://svn.open-mpi.org/trac/ompi/ticket/1054
2007-07-19 23:36:27 +00:00
Jeff Squyres
0c321d798f Group the "expected" NEWS items just so it's easier to see when
changes are expected to hit releases

This commit was SVN r15485.
2007-07-18 15:42:29 +00:00
Tim Mattox
bfe682b6c7 Added a udapl NEWS item for v1.2.4
This commit was SVN r15415.
2007-07-13 20:24:14 +00:00
Tim Mattox
bc3adb98c5 Added a bunch of NEWS items for v1.2.4
This commit was SVN r15410.
2007-07-13 18:46:09 +00:00
Jeff Squyres
5c0d727129 Add bullet about DDT/orterun
This commit was SVN r15325.
2007-07-10 12:58:04 +00:00
Brian Barrett
4b67939641 update NEWS
This commit was SVN r15318.
2007-07-09 20:55:39 +00:00
Tim Mattox
df666a1092 Open MPI v1.2.3 is out the door, put in a placeholder for 1.2.4 NEWS.
Plus a spelling fix.

This commit was SVN r15149.
2007-06-20 18:52:35 +00:00
Rainer Keller
8d24934a80 - Add the missing parts: add MPI_REAL2 to the end of the list
of Fortran datatypes (mpif-common.h) and the list of registered
   datatypes: MOOG(REAL2).
   Configure and Compilation with ia32/gcc just finished, naturally
   without real2.

This commit was SVN r15137.
2007-06-19 20:41:28 +00:00
Jeff Squyres
bde0321cfa Add bullet about btl_openib_if_[in|ex]clude
This commit was SVN r15135.
2007-06-19 13:40:48 +00:00
Rainer Keller
9b91ac2fa3 Thanks to Daniel Spangberg for noticing this problem in the f77
interface:
 - Fix the handling of MPI_BOTTOM in various places
   Update of r15030
 - While being at it, handle MPI_IN_PLACE in the same way.
   Convert OMPI_ADDR -> OMPI_F2C_BOTTOM
   Convert OMPI_IN_PLACE -> OMPI_F2C_IN_PLACE
   and have them converted before the actual call.
 - Approved by George and tested with icc and simple f77 mpi-program and
   with program by Daniel.

This commit was SVN r15129.

The following SVN revision numbers were found above:
  r15030 --> open-mpi/ompi@15f9e58c68
2007-06-18 22:33:54 +00:00
Jeff Squyres
05526d4208 Clean / fix a few bullets. Add in some OMPI user credit -- spread the
love.

This commit was SVN r15096.
2007-06-15 13:20:28 +00:00
Tim Mattox
6fdea38601 Add two entries to the NEWS file's 1.2.3 section.
This commit was SVN r15090.
2007-06-15 01:32:18 +00:00
Galen Shipman
fa85d86e5a update news file for MPI_IPROBE fix
This commit was SVN r15016.
2007-06-12 20:08:46 +00:00
Tim Mattox
d3c01a6978 The openib compiler warning was not in a 1.2.x release... removing NEWS entry.
This commit was SVN r14977.
2007-06-09 13:16:19 +00:00
Tim Mattox
bcf9fb6fda Add two entries to the NEWS file's 1.2.3 section.
This commit was SVN r14975.
2007-06-09 13:04:35 +00:00
Jeff Squyres
c64fc30b41 Add note about removing sysfsutils dependency.
This commit was SVN r14972.
2007-06-09 02:41:43 +00:00
Jeff Squyres
6710f202d9 Add note about IOF/stdin fixes.
This commit was SVN r14970.
2007-06-08 23:15:42 +00:00
Jeff Squyres
dc88b79a9c Add bullet about PLPA addition.
This commit was SVN r14945.
2007-06-07 01:01:05 +00:00
Tim Mattox
eee0c31a73 Add one entry to the NEWS file's 1.2.3 section.
This commit was SVN r14941.
2007-06-07 00:58:31 +00:00
Tim Mattox
a5a7ccd7ec Add three entries to the NEWS file's 1.2.3 section.
This commit was SVN r14885.
2007-06-05 21:18:07 +00:00
Brian Barrett
644708a4b4 For modern MACOSX_DEPLOYMENT_TARGETs, allow the Fortran 90 bindings to be
built as shared libraries.

This commit was SVN r14859.
2007-06-05 04:04:44 +00:00
Brian Barrett
2c7b0f6df7 add note related to r14857
This commit was SVN r14858.

The following SVN revision numbers were found above:
  r14857 --> open-mpi/ompi@508da4e959
2007-06-05 03:10:04 +00:00
Brian Barrett
beb6dd1924 Include the C++ bindings from mpi.h in a way that doesn't require an extra
-I for ${includedir}/openmpi.  Solves many problems, and with just a tad
bit of hackery.  Don't know why I didn't just do this earlier.

Refs trac:542

This commit was SVN r14853.

The following Trac tickets were found above:
  Ticket 542 --> https://svn.open-mpi.org/trac/ompi/ticket/542
2007-06-05 01:42:47 +00:00
Rainer Keller
7575b66131 - The optional Fortran datatypes may not be available
Do not initialize them, if not.
   If initializing them, check for the correct C-equivalent type
   to copy from...
   Issue a warning, when a type (e.g. REAL*16) is not available to
   build the type (here COMPLEX*32).
   This fixes issues with ompi and pacx.

   Works with intel-compiler and FCFLAGS="-i8 -r8" on ia32.

This commit was SVN r14818.

The following SVN revision numbers were found above:
  r8 --> open-mpi/ompi@e952ab1f88
2007-05-31 12:52:06 +00:00
Tim Mattox
e6dc427e8b Update the NEWS entry for 1.2.3's latest additions/changes.
This commit was SVN r14810.
2007-05-30 21:08:28 +00:00
Jeff Squyres
d627918678 Add item about ompi_info fix
This commit was SVN r14772.
2007-05-24 21:37:47 +00:00
Tim Mattox
a65d1d6acc Add the first NEWS entry for 1.2.3
This commit was SVN r14696.
2007-05-18 14:34:11 +00:00
Jeff Squyres
af7f56c179 Really. We can spell his name right. Really. :-)
This commit was SVN r14677.
2007-05-16 20:30:06 +00:00
Brian Barrett
52fd5b15bd Tarballs now built with 2.61, 1.10, 2.1a. Add news item about it
This commit was SVN r14620.
2007-05-08 20:29:27 +00:00
Tim Mattox
4d6955886e Update the 1.2.2 section of the NEWS file.
This commit was SVN r14611.
2007-05-08 17:49:33 +00:00
Brian Barrett
b05ee939dd Update news with change in r14600 (Refs trac:1021)
This commit was SVN r14601.

The following SVN revision numbers were found above:
  r14600 --> open-mpi/ompi@36b5db6b39

The following Trac tickets were found above:
  Ticket 1021 --> https://svn.open-mpi.org/trac/ompi/ticket/1021
2007-05-08 02:19:58 +00:00
Jeff Squyres
823d26544e Add note about ordering of f90 status arrays.
This commit was SVN r14592.
2007-05-05 05:03:19 +00:00
Tim Mattox
97664b686c Updated the 1.2.2 section of the NEWS file.
This commit was SVN r14586.
2007-05-04 18:00:10 +00:00
Sven Stork
a04c8eb39a - Bring over the visibility feature, for a finer symbol export control
via the visibility feature that is provided by some compilers.

  Per default this feature is disabled, to enable it you need to
  configure with --enable-visibility and obviously you need a compiler
  with visibility support. Please refer to the wiki for more information.
  https://svn.open-mpi.org/trac/ompi/wiki/Visibility

This commit was SVN r14582.
2007-05-04 09:03:37 +00:00
Tim Mattox
9f7231c592 Update the 1.2.2 section of the NEWS file.
This commit was SVN r14563.
2007-05-01 19:44:29 +00:00
Tim Mattox
cc1b1818d3 Update the NEWS file for the first few fixes that will be in 1.2.2
This commit was SVN r14559.
2007-05-01 17:46:00 +00:00
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
Tim Mattox
d00844ea5e Added a thankyou to the NEWS file for a memory leak fix.
This commit was SVN r12567.
2006-11-13 12:17:46 +00:00
Jeff Squyres
5419219041 * Move one more item down into 1.2
* Add future bullet about threaded openib btl progress

This commit was SVN r12539.
2006-11-10 17:28:29 +00:00
Jeff Squyres
113fc131ef - Remove some pending items
- Sync with 1.1.3 NEWS
- Add udapl bullet
- Add MPI_STATUS_SET_ELEMENTS bullet

This commit was SVN r12538.
2006-11-10 17:07:51 +00:00
Brian Barrett
1addeb118e * Already a note about this in the 1.2 section (Added a bunch of missing
C++ constants).

This commit was SVN r12488.
2006-11-08 14:29:30 +00:00
Jeff Squyres
705295ebee Sync with 1.1 NEWS
This commit was SVN r12371.
2006-10-31 12:05:34 +00:00
Jeff Squyres
c5d21d852d Added section for items on the trunk that are not yet on release
branches.

This commit was SVN r12340.
2006-10-27 13:59:03 +00:00
Jeff Squyres
533b4db7b5 Fix a problem when $FC/$F77 were multiple tokens.
This commit was SVN r12246.
2006-10-21 14:24:30 +00:00
Jeff Squyres
06d1c11efd Add MPI_GROUP_TRANSLATE_RANKS to the list.
This commit was SVN r12239.
2006-10-20 20:21:16 +00:00
Jeff Squyres
407b3cb788 Fix some problems with errhandlers:
* Fix MPI-2 page number in comments for a specific reference in the
   spec
 * Allow getting/setting the errhandler on MPI_FILE_NULL
 * Allow freeing of intrinsic errhandlers, per MPI-2 errata (if you GET
   an errhandler on a communicator, you must be able to FREE it, even
   if it's an intrinsic).

Thanks to Lisandro Dalcin for reporting these problems.

This commit was SVN r12122.
2006-10-16 12:58:40 +00:00
Jeff Squyres
cae4573304 Add some items that eagle eyed-Tim M noticed were missing from the
trunk (i.e., sync with NEWS on 1.1 branch).

This commit was SVN r12036.
2006-10-06 01:23:33 +00:00
Tim Mattox
b7f85f807c Removed reference to DR PML from the 1.1 section of NEWS, it wasn't in 1.1
This commit was SVN r12031.
2006-10-05 20:55:05 +00:00
Tim Mattox
a039aaff4e Removed duplicate NEWS entry in v1.1.2 section regarding Fortran LOGICALs.
This commit was SVN r12029.
2006-10-05 20:39:16 +00:00
Jeff Squyres
2b85844d8b - Sync with 1.1
- Remove heterogeneous comment from 1.3 and push down to 1.1.2
- Add man page comment

This commit was SVN r12018.
2006-10-05 17:00:09 +00:00
Jeff Squyres
5f0f2fd13a Sync NEWS against v1.1 branch.
This commit was SVN r11952.
2006-10-03 16:48:39 +00:00
George Bosilca
6f73504ef2 Update for commit r11945.
This commit was SVN r11946.

The following SVN revision numbers were found above:
  r11945 --> open-mpi/ompi@f4da7a80bd
2006-10-03 08:16:18 +00:00
Jeff Squyres
17539dc154 Fixes trac:430. Fix a few places where optimization checking conflicted
with the use of MPI_IN_PLACE, and make some optimization checks more
correct.  Thanks to Lisandro Dalcin for reporting the problems.

This commit was SVN r11904.

The following Trac tickets were found above:
  Ticket 430 --> https://svn.open-mpi.org/trac/ompi/ticket/430
2006-09-29 22:49:04 +00:00
Brian Barrett
bc9c6d65c6 The last of the Alpha fixes. The Alpha sh shell's builtin test doesn't
like == that much...

Refs trac:380

This commit was SVN r11860.

The following Trac tickets were found above:
  Ticket 380 --> https://svn.open-mpi.org/trac/ompi/ticket/380
2006-09-28 03:45:27 +00:00
Brian Barrett
4d7f221f86 There are some compilers (with the right options) that make LOGICALS
8 bytes.  Adjust the configure tests to allow for this case.

Refs trac:427

This commit was SVN r11859.

The following Trac tickets were found above:
  Ticket 427 --> https://svn.open-mpi.org/trac/ompi/ticket/427
2006-09-28 03:25:18 +00:00
Jeff Squyres
953ccb7e0a Sync with 1.1
This commit was SVN r11858.
2006-09-27 21:35:17 +00:00
Jeff Squyres
c03fb5bae8 Update NEWS
This commit was SVN r11854.
2006-09-27 21:31:59 +00:00
Jeff Squyres
cd6a20dc05 Update to NEWS.
This commit was SVN r11775.
2006-09-25 14:53:29 +00:00
Brian Barrett
10a230373b Add a number of missing constants to the C++ bindings
refs trac:322

This commit was SVN r11720.

The following Trac tickets were found above:
  Ticket 322 --> https://svn.open-mpi.org/trac/ompi/ticket/322
2006-09-19 22:28:21 +00:00
Jeff Squyres
8226dab86c Fixes trac:377
Add --enable-orterun-prefix-by-default (and a synonym:
--enable-mpirun-prefix-by-default) to make orterun always behave as if
"--prefix $prefix" was given on the command line (where $prefix is the
value given to the --prefix option to configure).  This prevents many
rsh/ssh users from needing to modify their shell startup files to set
the LD_LIBRARY_PATH for Open MPI (they will still need to set PATH or
otherwise find the OMPI executables to mpicc/mpirun/etc. their MPI
applications).

Also added --noprefix option to orterun to disable this behavior.
Finally, note that even if --enable-orterun-prefix-by-default is
specified, if the user specifies --prefix or /path/to/mpirun, these
options will override the default value of the prefix ($prefix).

This commit was SVN r11669.

The following Trac tickets were found above:
  Ticket 377 --> https://svn.open-mpi.org/trac/ompi/ticket/377
2006-09-15 02:52:08 +00:00
Jeff Squyres
8248252ec6 Sync with 1.1 NEWS.
This commit was SVN r11612.
2006-09-11 11:18:45 +00:00
Jeff Squyres
80dbc826f4 Sync with 1.1 NEWS.
This commit was SVN r11599.
2006-09-09 01:18:21 +00:00
Jeff Squyres
612007845d Reflect that we never released 1.0.3
This commit was SVN r11497.
2006-08-29 21:05:23 +00:00
Jeff Squyres
a00dd86b88 George found a great way to avoid warnings from flex for that unused
function.  Woo hoo!

This commit was SVN r11480.
2006-08-28 22:48:13 +00:00
Jeff Squyres
76b3821b06 Sync with 1.1 branch NEWS.
This commit was SVN r11361.
2006-08-23 13:57:30 +00:00
Brian Barrett
66c53dccdc * add section for 1.3 NEWS items
This commit was SVN r11206.
2006-08-15 20:23:39 +00:00
Brian Barrett
0d41890768 * update to match today's upgrade of libevent
This commit was SVN r11173.
2006-08-14 16:11:38 +00:00
Pak Lui
08352878cc * Added in new ras and pls components to support Sun N1 Grid Engine (N1GE)
6 and its open source version as the job launchers for ORTE.

This commit was SVN r11153.
2006-08-10 21:46:52 +00:00
Brian Barrett
4176e61049 * Add support for building the F90 bindings library as a shared library
on almost all platforms (except OS X... sigh...).  This is the merge 
  of r10846 - 10894 from the tmp/f90-shared branch to the trunk.

This commit was SVN r11103.

The following SVN revisions from the original message are invalid or
inconsistent and therefore were not cross-referenced:
  r10846
2006-08-03 00:17:31 +00:00
Jeff Squyres
7aac77a37c When on the IA64 platform, if we're using the Intel 9.0 v20051201
compiler, automatically disable the ptmalloc component.  It seems that
optimization level -O2 or higher will cause the generated code to do
Bad Things (e.g., opalcc will segv).  Upgrading to the Intel 9.1
compiler seems to fix the problem.

This closes ticket #227.

This commit was SVN r11076.
2006-08-01 18:48:34 +00:00
Jeff Squyres
7784f1a818 Fix a problem noted by Chris Hennes that MPI_INFO_SET would mistakenly
disallow setting long info values.

This commit was SVN r11074.
2006-08-01 16:07:56 +00:00
Jeff Squyres
a181a0ee1e Move dr back up to 1.2
This commit was SVN r11049.
2006-07-28 18:44:47 +00:00
Jeff Squyres
6918a3d6f5 Added bullet about host info key to MPI_COMM_SPAWN[_MULTIPLE]
This commit was SVN r11041.
2006-07-28 14:52:52 +00:00
Brian Barrett
aaf31c6ade * Make the backtrace printing functionality a framework
* Copy Linux and Solaris backtrace support from util/stacktrace.c
* Added backtrace support for Mac OS X.

This commit was SVN r11023.
2006-07-27 02:56:02 +00:00
Brian Barrett
7ea33eac02 Merge in rest of event library update branch, updating the event library to
libevent-1.1a.

svn merge -r10917:11006 https://svn.open-mpi.org/svn/ompi/tmp/libevent-update

This commit was SVN r11022.

The following SVN revisions from the original message are invalid or
inconsistent and therefore were not cross-referenced:
  r10917
  r11006
2006-07-27 01:51:18 +00:00
Jeff Squyres
7c0d95a0c3 Sync with 1.1.1 NEWS.
This commit was SVN r11016.
2006-07-26 21:50:35 +00:00
Jeff Squyres
95851353e9 Add note about OSX F77 issue.
This commit was SVN r11004.
2006-07-26 15:48:17 +00:00
Jeff Squyres
9c0a2d8916 Fix a note in the file to attribute the help correctly.
This commit was SVN r11003.
2006-07-26 15:47:51 +00:00
Brian Barrett
4ac0867ef3 * update NEWS file with some features that have been added recently
This commit was SVN r10996.
2006-07-26 14:18:34 +00:00
Jeff Squyres
0aead324a1 Add note about the gpr compound command fix in the 1.0.3 section
This commit was SVN r10831.
2006-07-15 10:33:37 +00:00
Jeff Squyres
b1fcb62cdf Update NEWS with C++ compiler check bullet
This commit was SVN r10830.
2006-07-15 10:30:26 +00:00
Jeff Squyres
be0fc135c6 Update NEWS to reflect that a TM bug really was fixed, and Martin
Schaffoner really gets credit for first reporting it.

This commit was SVN r10821.
2006-07-14 22:12:12 +00:00
Jeff Squyres
9f0c607ece Moved items from 1.2 to 1.1.1
This commit was SVN r10797.
2006-07-14 13:54:30 +00:00
Jeff Squyres
bb2122fd9d Update a bunch of 1.1.1 items and a few items on the trunk.
This commit was SVN r10756.
2006-07-12 11:57:55 +00:00
Brian Barrett
4b70bb92db * Per ticket #112, localhost checks should check against 127.0.0.1/8, rather
than just 127.0.0.1.

This commit was SVN r10750.
2006-07-11 20:54:49 +00:00
Jeff Squyres
789dd47d1b Sync NEWS with 1.1.1
This commit was SVN r10654.
2006-07-05 13:23:43 +00:00
Brian Barrett
0bd5acc51f * Fix for bus error in XGrid starter
This commit was SVN r10615.
2006-07-01 16:16:46 +00:00
Jeff Squyres
4f47069aa6 Add in a bunch of missing items to NEWS. Subject to corrections from
the rest of the group.

This commit was SVN r10396.
2006-06-16 13:37:25 +00:00
Jeff Squyres
5f356edb64 Bring over changes from the /tmp/fortran-stuff series:
- Make the F90 bindings compile and link properly with gfortran 4.0,
  4.1, Intel 9.0, PGI 6.1, Sun (don't know version offhand -- the most
  current as of this writing, I think), and NAG 5.2, although some
  have limitations (e.g., NAG can't seem to handle the medium and
  large sizes)
- Building the F90 "small" module size is now the default, even for
  developers
- Split up mpif.h into multiple files because parts of it were toxic
  to the F90 bindings
- Properly specify unsized/unshaped arrays to make the bindings work
  on all known compilers
- Make ompi_info show Fortran 90 bindings size
- XML somewhat lags the generated scripts as of this commit, but
  functionality was my main goal -- the XML can be updated later (if
  at all).

This commit was SVN r10118.
2006-05-30 14:37:41 +00:00
Jeff Squyres
b4f83aa471 Add bullet about MPI_LONG_LONG and MPI_LONG_LONG_INT.
This commit was SVN r10091.
2006-05-26 12:21:52 +00:00
Jeff Squyres
6125fc73d3 Sync with 1.0 NEWS.
This commit was SVN r10089.
2006-05-26 12:09:41 +00:00
Jeff Squyres
8c1b89d98a Slight re-wording of this bullet
This commit was SVN r10064.
2006-05-25 12:29:17 +00:00
Jeff Squyres
3f93d32dfa - Add note about sm async progress fix
- Ammend note about ROMIO fixes to include mention of "run-time" fixes

This commit was SVN r10063.
2006-05-25 12:28:04 +00:00
Jeff Squyres
8ccafdb521 Updates NEWS for MPI_PROD fix
This commit was SVN r10024.
2006-05-23 18:28:41 +00:00
Jeff Squyres
58c8478bcd Add note about Torque 2.1.0p0
This commit was SVN r9977.
2006-05-18 21:25:56 +00:00
Brian Barrett
7000cecf78 Fix for standard output / standard error truncation issue when in a shell
pipeline.  See lengthy comment in iof_base_endpoint.c for the details, but
the short version is that we shouldn't set O_NONBLOCK on standard I/O 
file descriptors, so we no longer do.

Closes ticket:9

This commit was SVN r9966.
2006-05-18 15:43:32 +00:00
Jeff Squyres
5e232ca578 Add NEWS item for the leave_pinned/malloc fix
This commit was SVN r9947.
2006-05-17 00:06:30 +00:00
Jeff Squyres
453682ec9b Updates w.r.t. ROMIO fixes.
This commit was SVN r9917.
2006-05-15 16:45:32 +00:00
Jeff Squyres
3d76bd83cb Sync with latest NEWS
This commit was SVN r9888.
2006-05-11 03:05:09 +00:00
Jeff Squyres
0bd5a5c03b Add bullet about ROMIO fixes
This commit was SVN r9872.
2006-05-10 11:33:52 +00:00
Jeff Squyres
07f1eed04d Update NEWS w.r.t. MPI_COMM_SPLIT intercomm fix
This commit was SVN r9834.
2006-05-05 12:00:33 +00:00
Jeff Squyres
5e6188a4a8 Update NEWS for INTERCOMM_MERGE fix
This commit was SVN r9824.
2006-05-05 02:27:43 +00:00
Brian Barrett
1aa13c1e5c * do proper fortran string handling for the MPI-IO functions that take string
arguments.  Thanks to Bernard Knaepen for bringing this to our attention.

This commit was SVN r9792.
2006-05-02 14:39:11 +00:00
Jeff Squyres
bb3e8dd3cd Add notes about the F90 module sizes.
This commit was SVN r9710.
2006-04-25 16:58:27 +00:00
Gleb Natapov
10ae27dd25 Add NEWS item and copyright.
This commit was SVN r9697.
2006-04-24 14:15:22 +00:00
Brian Barrett
9befdc7d9f * Ensure that mca_common_sm_mmap_seg_alloc() always returns a word-aligned
pointer.  Otherwise, we can end up segfaulting when the memory area is
  used by the caller.  Fixes a bug reported by Alex Spiegel.

This commit was SVN r9692.
2006-04-23 21:14:03 +00:00
Brian Barrett
575b3571a6 update to match last patch
This commit was SVN r9637.
2006-04-14 15:46:30 +00:00
Jeff Squyres
c07cff349d The COMM_SELF / attribute / FINALIZE fixes were approved for v1.0.3.
So move the NEWS item.

This commit was SVN r9630.
2006-04-13 18:56:02 +00:00
Jeff Squyres
b1ed81920a Minor updates
This commit was SVN r9624.
2006-04-13 04:24:32 +00:00
Jeff Squyres
201f8bb602 Properly delete attributes on MPI_COMM_SELF as the very first thing in
MPI_FINALIZE, per MPI-2:4.8.

This commit was SVN r9618.
2006-04-12 01:16:45 +00:00
George Bosilca
7055e9765e Add the OMPI_SKIP_MPICXX to allow the user to avoid the inclusion of the
CXX bindings if a C code is compiled with a CXX compiler.

This commit was SVN r9567.
2006-04-07 04:57:53 +00:00
Jeff Squyres
9c89a0b6ef Sync with v1.0 NEWS.
This commit was SVN r9547.
2006-04-06 11:43:24 +00:00
Brian Barrett
ae3cd41eaa * update to match the v1.0 NEWS
This commit was SVN r9525.
2006-04-04 04:34:08 +00:00
George Bosilca
285b1af2a7 Follow the standard when the count is set to zero. Or let me say it differently,
follow the statement from the standard that make the most sense to me. In this
particular case this statement is:
If there is no active handle in the list it returns outcount = MPI_UNDEFINED.

This commit was SVN r9512.
2006-04-01 07:39:55 +00:00
George Bosilca
65058d65e8 Update the NEWS to include PERUSE.
This commit was SVN r9502.
2006-03-31 17:20:11 +00:00
Brian Barrett
8258a998ab * added NEWS items for the one-sided implementation and the heterogeneous
support.

This commit was SVN r9423.
2006-03-25 03:02:44 +00:00
Jeff Squyres
bc96040e1c - Add Cisco copyright
- Add comment explaining why we used INT_MAX
- Update NEWS

This commit was SVN r9415.
2006-03-24 15:39:09 +00:00
Jeff Squyres
820548a84a Sync against v1.0 NEWS
This commit was SVN r9305.
2006-03-16 14:46:58 +00:00
Jeff Squyres
b00e69bfa8 Add Linux PPC assembly comment
This commit was SVN r9302.
2006-03-16 14:40:03 +00:00
Brian Barrett
6b0069b820 * We don't need the ttcompat module loaded into the stream on Solaris, and it
was causing problems (indeed, we don't have it in LAM and it hasn't caused
  problems in the last many many years).  Standard I/O forwarding now works
  properly on Solaris in both 32 and 64 bit builds
* Add NEWS item about standard I/O on platforms without openpty()

This commit was SVN r9255.
2006-03-11 17:56:30 +00:00
Jeff Squyres
4c4cdd549c Add bullet about PGI compilers and inline assemblyx
This commit was SVN r9243.
2006-03-10 04:09:41 +00:00
Jeff Squyres
a5ca20ec87 Add bullet about MPI_UNSIGNED_CHAR MPI_SIGNED_CHAR and reduction
operations

This commit was SVN r9231.
2006-03-09 17:07:29 +00:00
Jeff Squyres
38ff4ce871 Add bullet about opal_vasprintf() fix
This commit was SVN r9225.
2006-03-09 12:14:16 +00:00
Jeff Squyres
a192af34e7 Shame on me for not looking at the expanded collective datatype tables
for the C++ bindings in MPI-2 p276-278 to see that MPI_BOOL should
work with MPI_LAND, MPI_LOR, and MPI_LXOR.  Thanks to Andy Selle for
pointing this out.

This commit was SVN r9200.
2006-03-04 18:35:33 +00:00
Jeff Squyres
9d119109b6 Change the types of some of the "special" constants in mpif.h so that
they will match the prototypes in the [styictly-typed] MPI F90
bindings.  Specifically, fix up MPI_COMM_SPAWN and
MPI_COMM_SPAWN_MULTIPLE so that the constants MPI_ARGV_NULL,
MPI_ERRCODES_IGNORE, and MPI_ARGVS_NULL can be used in the F90
bindings.  Thanks to Michael Kluskens for pointing this out to us.

Some work still remains in the F90 bindings -- we are missing all
places where choice buffers can be of type CHARACTER.

This commit was SVN r9198.
2006-03-04 14:24:44 +00:00
Jeff Squyres
481832068d Add bullet about TCL BTL network matching during setup.
This commit was SVN r9120.
2006-02-23 02:03:59 +00:00
Jeff Squyres
c2c2daa966 Change the behavior of orterun (mpirun, mpirexec) to search for
argv[0] and the cwd on the target node (i.e., the node where the
executable will be running in all systems except BProc, where the
searches are run on the node where orterun is invoked).
- fork pls now does cwd and argv[0] search in orted
- bproc pls does cwd and argv[0] search in orterun
- cwd behavior slightly different:
  - if user specifies a -wdir to orterun, we chdir() to there; if we
    can't for some reason, abort
  - if user does not specify a -wdir, try to chdir() to the dir where
    orterun was invoked.  If we can't for some reason (e.g., it
    doesn't exist on the target node), then try to chdir($HOME).  If
    we can't do that, then just live with whatever default directory
    we were put in.

This commit was SVN r9068.
2006-02-16 20:40:23 +00:00
Brian Barrett
34c901dcb2 * fix race condition due to poorly placed memory barriers that was causing
crashes with the shared memory btl

This commit was SVN r9066.
2006-02-16 20:14:33 +00:00
Jeff Squyres
b8ae4060b2 Fix warnings about setting read-only MCA parameters on bproc systems.
This commit was SVN r9057.
2006-02-16 04:41:38 +00:00
David Daniel
650dc99387 - Change the exit status set by mpirun when an application process is
killed by a signal.  The exit status is now set to signo + 128, which
  conforms with the behavior of (almost) all shells.

This commit was SVN r9051.
2006-02-15 22:46:40 +00:00
George Bosilca
6323b47af5 Sooner is better. This fix has to go in the 1.0.2.
This commit was SVN r9000.
2006-02-12 21:25:11 +00:00
George Bosilca
45aa6914b6 Update the NEWS file.
This commit was SVN r8999.
2006-02-12 21:06:11 +00:00
Jeff Squyres
6668c43d65 Add note about cross-compilation.
This commit was SVN r8992.
2006-02-12 15:13:14 +00:00
Jeff Squyres
b8f99ddbba Sync with v1.0 NEWS.
This commit was SVN r8980.
2006-02-11 00:19:57 +00:00
Brian Barrett
d19109bdf3 * Update NEWS file with standard input changes.
This should go to the v1.0 branch after the actual fixes go.

This commit was SVN r8895.
2006-02-04 23:28:48 +00:00
Jeff Squyres
cc1ee11eeb Fix issues with tcsh and LD_LIBRARY_PATH when using --prefix. See
lengthy comment inside for details.  Thanks to Glen Morris for finding
this issue and suggesting the fix.

This commit was SVN r8880.
2006-02-02 06:26:55 +00:00
Jeff Squyres
f7097d34c8 Remove some \n typos. Thanks to Glenn Morris for finding these.
This commit was SVN r8878.
2006-02-02 05:50:15 +00:00
Brian Barrett
4f88f8954e * Fix missing / wrong constants in MPI C++ bindings. Thanks to Brian
Granger for bringing this to our attention.

  This needs to be modified slightly to go to the v1.0 branch.  Will
  submit patch via e-mail.

This commit was SVN r8872.
2006-02-01 16:01:32 +00:00
Jeff Squyres
89a008480b Sync with v1.0 branch.
This commit was SVN r8767.
2006-01-20 12:33:31 +00:00
Jeff Squyres
c4757e3bf3 Add NEWS items for openib btl changes.
This commit was SVN r8751.
2006-01-19 15:34:41 +00:00
Jeff Squyres
ed0fa9720d Incorporate fix suggested by Chris Gottbratch.
This commit was SVN r8750.
2006-01-19 15:21:53 +00:00
Jeff Squyres
f5efb70252 Sync with v1.0 NEWS.
This commit was SVN r8679.
2006-01-12 03:39:51 +00:00
Jeff Squyres
dd142673f4 Add missing MPI::Request::Get_status methods.
This commit was SVN r8663.
2006-01-09 18:10:12 +00:00
Jeff Squyres
d2897b54d7 Sync with 1.0 NEWS
This commit was SVN r8652.
2006-01-05 14:55:00 +00:00
Jeff Squyres
e11f2cefca Partial sync with v1.0 NEWS; still need to bring over some r's from
trunk to v1.0.

This commit was SVN r8562.
2005-12-20 13:39:00 +00:00
Brian Barrett
79396ea5a5 * Fix small issues when using an assembler directly, rather than through
a compiler
* Work around fact that ias (Intel Assembler) emits a banner at all times...

This commit was SVN r8555.
2005-12-20 00:49:59 +00:00
Jeff Squyres
2bae18fd91 Fix MPI_IN_PLACE handling for Fortran collectives
This commit was SVN r8526.
2005-12-16 19:19:14 +00:00
Jeff Squyres
4379be6edc Fix some more const_cast issues. Thanks to Martin Audet for helping
with this.

This commit was SVN r8516.
2005-12-15 21:24:42 +00:00
Jeff Squyres
bedf0d2224 Move ROMIO bullet down to v1.0.2
This commit was SVN r8512.
2005-12-15 19:24:50 +00:00
Jeff Squyres
529012e89b Sync with v1.0 NEWS
This commit was SVN r8494.
2005-12-13 20:30:36 +00:00
Jeff Squyres
690edd5015 Sync with v1.0.x NEWS
This commit was SVN r8474.
2005-12-12 22:15:29 +00:00
Jeff Squyres
02d48d2b50 Sync with v1.0 NEWS
This commit was SVN r8415.
2005-12-08 13:04:38 +00:00
Jeff Squyres
e00c677da2 Sync with v1.0 NEWS
This commit was SVN r8395.
2005-12-06 19:13:42 +00:00
Jeff Squyres
1c6ec30a33 Added bullet about IRIX
This commit was SVN r8365.
2005-12-01 18:37:32 +00:00
Jeff Squyres
3f891879b0 Added bullets for integer hostnames and out-of-order fragment matching
This commit was SVN r8360.
2005-12-01 18:07:15 +00:00
Jeff Squyres
abf06b9f38 Add bullets about MPI_Offset and C++ bindings const casting
This commit was SVN r8333.
2005-11-30 11:07:40 +00:00
Jeff Squyres
f12bd6f442 Sync with v1.0 NEWS
This commit was SVN r8323.
2005-11-29 23:44:56 +00:00
Jeff Squyres
4220a5cd95 Add bullet about Fortran arguments
This commit was SVN r8315.
2005-11-29 18:43:27 +00:00
Brian Barrett
5e0c779974 * add note to NEWS about updated ROMIO release
This commit was SVN r8301.
2005-11-29 02:07:34 +00:00
Jeff Squyres
8c31ab1dee Update README and NEWS about Fortran .TRUE. handling.
This commit was SVN r8297.
2005-11-29 01:06:44 +00:00
Jeff Squyres
63a7ea98e2 Added bullet about MX startup scalability
This commit was SVN r8286.
2005-11-28 20:09:46 +00:00
Jeff Squyres
09325ebb92 Be a bit more precise on the MPI_SCATTERV bullet.
This commit was SVN r8281.
2005-11-28 19:39:07 +00:00
Jeff Squyres
170bff7f7e Add bullets for MPI_SCATTERV and iof fixes
This commit was SVN r8280.
2005-11-28 19:36:59 +00:00
Jeff Squyres
2dec4df0b5 Update NEWS
This commit was SVN r8233.
2005-11-22 15:33:04 +00:00
Jeff Squyres
c82a18a0a1 Add a NEWS file for keeping track of user-visible changes between
versions.

This commit was SVN r8220.
2005-11-21 23:00:12 +00:00