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

292 Коммитов

Автор SHA1 Сообщение Дата
Tim Mattox
07eda5d696 Resync the NEWS file with the 1.2 branch.
This commit was SVN r19774.
2008-10-20 15:33:39 +00:00
Tim Mattox
f6a6c0a74b Bring the trunk NEWS file up to date with the 1.3 NEWS file.
This commit was SVN r19737.
2008-10-14 19:24:15 +00:00
Tim Mattox
4ff6bb924f Fix a typo in the NEWS file.
This commit was SVN r19734.
2008-10-14 19:19:56 +00:00
Tim Mattox
0e2f6ebd9e Resync the trunk NEWS file for the v1.2.8 release.
This commit was SVN r19731.
2008-10-14 16:52:46 +00:00
Tim Mattox
4602b0e94a Adjust NEWS items about a SLURM fix.
This commit was SVN r19678.
2008-10-03 19:01:12 +00:00
Tim Mattox
1995fb23cb Resync the NEWS file for a 1.2.8 change.
This commit was SVN r19662.
2008-10-01 00:01:01 +00:00
Jeff Squyres
c11bee41da Add bullet about updated SLURM support
This commit was SVN r19648.
2008-09-26 12:36:59 +00:00
Tim Mattox
aaae28b6c7 Resync the NEWS file with the 1.2 branch.
This commit was SVN r19646.
2008-09-25 21:48:17 +00:00
Tim Mattox
821d81304f Testing...
This commit was SVN r19641.
2008-09-25 20:34:00 +00:00
Tim Mattox
6a3e28a3b6 Resync the NEWS file with the 1.3 branch.
This commit was SVN r19635.
2008-09-24 21:06:34 +00:00
Tim Mattox
fae18d1ea2 Ugh, whitespace differences suck... fixing.
This commit was SVN r19632.
2008-09-24 20:51:18 +00:00
Tim Mattox
1d5a6602b6 Resync the NEWS on the trunk with the 1.2 branch.
This commit was SVN r19631.
2008-09-24 20:41:17 +00:00
Jeff Squyres
02f2cbe85a * Added bullet about upgrading autotools
* Added bullet about removing duplicate error messages
 * Some minor grammar and syntax fixes.

This commit was SVN r19597.
2008-09-20 11:42:59 +00:00
Jeff Squyres
2f50fc8b92 Add comment about MPI::Comm::Call_errhandler.
This commit was SVN r19515.
2008-09-08 14:43:22 +00:00
Jeff Squyres
e01e8c82ee 1.2.7 ''has'' been released.
This commit was SVN r19514.
2008-09-08 14:42:13 +00:00
Jeff Squyres
008fa8c5cc Fixes trac:1236, #1237.
* Various changes to enable 0-dimensional cartesian communicators:
   * Set various mtc_* members to NULL when there are 0 dimensions (and
     don't bother trying to memcpy these arrays when duplicating the
     communicator -- because they're NULL)
   * adjust topo_base_cart_sub to correctly handle 0 dimensions
     (simplified it a bit)
   * adjust a few error codes to return ERR_OUT_OF_RESOURCE
   * adjust error checking of CART_CREATE, CART_RANK
 * Allow MPI_GRAPH_CREATE to accept 0 == nnodes.
 * Bump reported MPI version in mpi.h to 2.1

This commit was SVN r19461.

The following Trac tickets were found above:
  Ticket 1236 --> https://svn.open-mpi.org/trac/ompi/ticket/1236
2008-08-31 19:31:10 +00:00
Jeff Squyres
fcdbc0da27 Add a news item about MPI::IN_PLACE. Refs trac:1465.
This commit was SVN r19421.

The following Trac tickets were found above:
  Ticket 1465 --> https://svn.open-mpi.org/trac/ompi/ticket/1465
2008-08-26 17:36:55 +00:00
Tim Mattox
ef610bea0e Resync the trunk NEWS file with the 1.2 branch.
This commit was SVN r19149.
2008-08-04 18:32:52 +00:00
Jeff Squyres
63b63d48c3 Fixes trac:1370, #1147
Update the version of ROMIO to that which was contained in
MPICH2-1.0.7, plus a few patches from the upstream ROMIO maintainers
(because OMPI uses a few code paths in ROMIO that MPICH2 does not;
there were a few compile bugs in the ROMIO from MPICH2-1.0.7).

Added an info MCA param to be able to tell which version of ROMIO is
contained in OMPI: io_romio_version.

Many, many thanks to romio-maint@mcs.anl.gov for all their help in
integrating this new version of ROMIO into Open MPI.

This commit was SVN r19045.

The following Trac tickets were found above:
  Ticket 1370 --> https://svn.open-mpi.org/trac/ompi/ticket/1370
2008-07-26 12:23:30 +00:00
Jeff Squyres
31df89ccb2 Add bullet about mpi_leave_pinned and the openib BTL
This commit was SVN r19029.
2008-07-25 11:29:37 +00:00
Jeff Squyres
c08dbbdfa9 Neither of these features are complete, so let's not advertise them in
NEWS.

This commit was SVN r18922.
2008-07-16 11:17:49 +00:00
Jeff Squyres
9827f8ed91 Add a v1.3 section, since we have branched
This commit was SVN r18893.
2008-07-13 13:20:16 +00:00
Tim Mattox
5dbbc6c37b Resync the NEWS file from the v1.2 branch.
This commit was SVN r18853.
2008-07-09 20:13:39 +00:00
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