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

125 Коммитов

Автор SHA1 Сообщение Дата
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