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