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

336 Коммитов

Автор SHA1 Сообщение Дата
Brian Barrett
0278b86456 Pass visibility flags to libltdl's CFLAGS, which will result in libltdl
being hidden in libopal.  This seems to make applications which also
use libltdl play nicer.

This commit was SVN r21731.
2009-07-24 04:12:29 +00:00
Jeff Squyres
bfd689f0ef Per discussion on the mailing list, backing out r21723.
This commit was SVN r21725.

The following SVN revision numbers were found above:
  r21723 --> open-mpi/ompi@2250be582d
2009-07-22 00:02:00 +00:00
Iain Bason
2250be582d Added autodetect installdirs component. Currently supports Solaris and Linux.
* Installation directories will be inferred from the actual location
  of the shared library that contains the component.

* OPAL_PREFIX and other environment variables allow users to override
  the inferred directories.  They should no longer be necessary in
  most cases, though.

* Any directories that cannot be inferred will fall back to whatever
  is provided by the config installdirs component.

This commit was SVN r21723.
2009-07-21 20:19:38 +00:00
Jeff Squyres
a7fb3c29fe Add (expected) to 1.3.4
This commit was SVN r21631.
2009-07-10 13:52:20 +00:00
Jeff Squyres
cc4ad02d42 A bunch of updates for 1.3.3.
This commit was SVN r21628.
2009-07-10 13:33:43 +00:00
Brian Barrett
d88dcb9ee3 Update NEWS with IB fixes
This commit was SVN r21621.
2009-07-09 22:18:32 +00:00
Jeff Squyres
30c126f45b Add note about Fortran EXTRA_STATE stuff
This commit was SVN r21251.
2009-05-18 15:27:37 +00:00
Jeff Squyres
94ff03a3eb Add bullet about MPI_GROUP_COMPARE
This commit was SVN r21193.
2009-05-08 14:01:41 +00:00
Greg Koenig
60485ff95f This is a very large change to rename several #define values from
OMPI_* to OPAL_*.  This allows opal layer to be used more independent
from the whole of ompi.

NOTE: 9 "svn mv" operations immediately follow this commit.

This commit was SVN r21180.
2009-05-06 20:11:28 +00:00
Jeff Squyres
a827fd0f4e Clarify notifier bullets
This commit was SVN r21169.
2009-05-05 16:52:16 +00:00
Jeff Squyres
85269bad58 Add some 1.3.3 bullets
This commit was SVN r21168.
2009-05-05 16:48:36 +00:00
Jeff Squyres
26d6f37d42 Add bullet about openib infinite loop fix.
This commit was SVN r21048.
2009-04-21 17:00:21 +00:00
Eugene Loh
2b8b48e46d Add a NEWS item for autosizing of the shared-memory area.
This commit was SVN r21039.
2009-04-17 21:02:12 +00:00
Ralph Castain
543287e599 Add news items on checksum, openib padding options
This commit was SVN r21032.
2009-04-16 15:36:28 +00:00
Jeff Squyres
93c36bcc0f Add bullet about LSF fix (the problem does not exist on the trunk;
must be some transcription error or we had already fixed it on the
trunk and forgot to move it over to 1.3).

This commit was SVN r21017.
2009-04-15 17:46:46 +00:00
Jeff Squyres
c1206fac4b Use a better word. :-)
This commit was SVN r21006.
2009-04-14 20:37:06 +00:00
Jeff Squyres
df2ace7a55 Add a bunch of 1.3.2 bullets.
This commit was SVN r21005.
2009-04-14 20:34:19 +00:00
Jeff Squyres
175018291d Added bullet about fixing the posix paffinity configure test.
This commit was SVN r20976.
2009-04-10 21:21:54 +00:00
Jeff Squyres
b934f1e64e Add --with-libnuma bullet.
This commit was SVN r20973.
2009-04-10 20:27:11 +00:00
Jeff Squyres
5498f93a50 Gaah -- get the bug reporter's name right!
This commit was SVN r20893.
2009-03-28 01:29:01 +00:00
Jeff Squyres
1be70da78c Add note about fix for MPI_REQUEST_GET_STATUS. Tentatively marking
this for 1.3.3 -- I don't know if the door for 1.3.2 is still open or
not...

This commit was SVN r20892.
2009-03-28 01:28:09 +00:00
Jeff Squyres
99d881b620 Add some more bullets about things that have been moved to the 1.3.1
branch.

This commit was SVN r20823.
2009-03-18 14:40:49 +00:00
Jeff Squyres
b44df42ac2 Add note about Mostyn's compiler error (the "restrict" C++ issue).
This commit was SVN r20793.
2009-03-16 21:34:16 +00:00
Jeff Squyres
44ffb120a2 Add a bullet from v1.3.1 that was forgotten here on the trunk.
This commit was SVN r20779.
2009-03-14 12:27:13 +00:00
Jeff Squyres
205ab748b3 Add credit for finding the rsh problem.
This commit was SVN r20778.
2009-03-14 12:14:16 +00:00
Brian Barrett
f04da9fec8 Update NEWS to reflect change in r20776. Part of the fix for #1832.
This commit was SVN r20777.

The following SVN revision numbers were found above:
  r20776 --> open-mpi/ompi@716b505789
2009-03-13 22:37:31 +00:00
Jeff Squyres
af450bca3a These notifier components are not intended for 1.4; they're intended
for the next feature release series (1.5).

This commit was SVN r20759.
2009-03-10 21:15:38 +00:00
Jeff Squyres
8b5e6c0425 Because I could. :-)
Relevant MCA params:

 * notifier_twitter_username: Twitter username
 * notifier_twitter_password: Twitter password

This commit was SVN r20750.
2009-03-06 22:02:17 +00:00
Jeff Squyres
2373bc36e2 Add the "smtp" notifier component. It uses libesmtp
(http://www.stafford.uklinux.net/libesmtp/) via the --with-esmtp(=DIR)
configure option.  Several MCA parameters must be set in order to use
this component:

 * notifier_smtp_server: SMTP server IP address or name; must be supplied
 * notifier_smtp_port: port to talk to on the server; defaults to 25
 * notifier_smtp_to: comma-delimited list of email addresses to send
   the mail to; must be supplied
 * notifier_smtp_from_name: free-form "name" who the mail is from;
   defaults to "Open MPI Notifier"
 * notifier_smtp_from_addr: email address from the mail is from; must
   be supplied
 * notifier_smtp_subject: subject of the mail; defaults to "Open MPI
   notifier"
 * notifier_smtp_body_prefix: prefix of the body of the mail; defaults
   to a sensible value
 * notifier_smtp_body_suffix: suffix of the body of the mail; defaults
   to a sensible value

Also libesmtp supports SMTP AUTH protocols, this component does not.
If people want/need those kinds of features, they're relatively easy
to add -- I just didn't bother [yet] before I knew if anyone cared.

This commit was SVN r20749.
2009-03-06 21:59:19 +00:00
Ralph Castain
5fff87f183 Remove a couple of duplicate entries. Add an entry about comm_spawn limits being removed
This commit was SVN r20680.
2009-03-02 20:57:12 +00:00
Jeff Squyres
9b82da56d8 Add a bunch of bullets for the things that happened in 1.3.1.
This commit was SVN r20678.
2009-03-02 19:53:25 +00:00
Jeff Squyres
9e62cbbfb3 Add note about MPI_File_c2f(MPI_FILE_NULL).
This commit was SVN r20512.
2009-02-11 00:48:57 +00:00
Jeff Squyres
e6398979ef Add note about btl_openib_warn_no_device_params_found.
This commit was SVN r20387.
2009-01-30 11:38:37 +00:00
Jeff Squyres
43984092ca Added note about RTLD_NEXT.
This commit was SVN r20344.
2009-01-25 16:39:15 +00:00
Jeff Squyres
a6d02dacf3 Update note about C++ constants
This commit was SVN r20311.
2009-01-21 23:05:18 +00:00
Jeff Squyres
084de9e245 Add some NEWS items for things that have CMRs filed and are expected
in v1.3.1.

This commit was SVN r20308.
2009-01-21 18:49:59 +00:00
Tim Mattox
1ff9e884b8 Resync the 1.2.9 section of the NEWS file from the 1.2 branch.
This commit was SVN r20225.
2009-01-07 22:57:51 +00:00
Jeff Squyres
b65796b906 Minor update to bullet in NEWS file.
This commit was SVN r20139.
2008-12-16 18:05:39 +00:00
Tim Mattox
7b25f1189b Resync the trunk NEWS file with the v1.2 branch NEWS file.
This commit was SVN r20136.
2008-12-16 15:24:52 +00:00
Jeff Squyres
c7917db672 Back out the NEWS change from r20096 and make it its own proper entry
in the v1.3 section (not the v1.2.5 section -- thanks for noticing,
Tim!).  Refs trac:1705 -- this commit should be considered part of that
CMR.

This commit was SVN r20115.

The following SVN revision numbers were found above:
  r20096 --> open-mpi/ompi@cad0f41391

The following Trac tickets were found above:
  Ticket 1705 --> https://svn.open-mpi.org/trac/ompi/ticket/1705
2008-12-11 15:51:48 +00:00
Jeff Squyres
cad0f41391 Also strip out -g[0-9] (in addition to -g) from CCASFLAGS on Leopard. Fixes trac:1701. Thanks to Barry Smith for reporting the problem.
This commit was SVN r20096.

The following Trac tickets were found above:
  Ticket 1701 --> https://svn.open-mpi.org/trac/ompi/ticket/1701
2008-12-09 23:42:16 +00:00
Jeff Squyres
ecd0b12576 Add note about MPI_REAL16 support.
This commit was SVN r19955.
2008-11-08 00:54:15 +00:00
Tim Mattox
f24c93f915 Sync the trunk NEWS file with the 1.2 branch.
This commit was SVN r19925.
2008-11-04 19:00:26 +00:00
Tim Mattox
56c014a3a2 Resync the NEWS with the 1.2 branch.
This commit was SVN r19780.
2008-10-21 18:30:19 +00:00
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