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