Ralph Castain
f5e6e001d7
Do the same for the other class of machines
...
This commit was SVN r20807.
2009-03-17 18:02:53 +00:00
Ralph Castain
2f26873682
Update LANL platformm files to turn off valgrind as none of our installations are current enough anyway
...
This commit was SVN r20806.
2009-03-17 18:01:16 +00:00
Aurelien Bouteiller
3cd5a0d833
Support for the MPI event logger improving event logging perfs.
...
This commit was SVN r20804.
2009-03-17 17:35:28 +00:00
Pavel Shamis
c6d038a8e8
Adding vendor_error code to error report.
...
This commit was SVN r20803.
2009-03-17 15:47:34 +00:00
Rainer Keller
481b801720
- In opal/class/opal_object.h we don't have the extern "C" {
...
Use BEGIN_C_DECLS/END_C_DECLS
- Adapt the other headers as well
This commit was SVN r20802.
2009-03-17 15:11:48 +00:00
Pavel Shamis
5afa2988f1
Updating RNR/IB timeout for openib btl
...
This commit was SVN r20801.
2009-03-17 15:03:06 +00:00
Rainer Keller
f5b4e250cb
- By include "mpi.h" tell the compiler to look in local include dirs,
...
first.
This commit was SVN r20800.
2009-03-17 14:44:04 +00:00
Shiqing Fan
7d6e8b6c76
Correctly set up the windows registry entry.
...
This commit was SVN r20799.
2009-03-17 14:30:37 +00:00
Ralph Castain
4af623076d
Add a test for hanging in a loop over mpi_reduce
...
This commit was SVN r20798.
2009-03-17 13:57:23 +00:00
Rainer Keller
7390b3476e
- If we collect a return value, let the caller at least know about it...
...
This commit was SVN r20797.
2009-03-17 13:52:59 +00:00
Jeff Squyres
b5c38f74b0
Always tie the child stdin to /dev/null.
...
This commit was SVN r20796.
2009-03-17 03:17:50 +00:00
Rainer Keller
6a72c0f4d1
- As long as a header declares _DECLSPEC functionality
...
it should include the corresponding _config.h header file.
Tested on Linux/x86-64
This commit was SVN r20795.
2009-03-17 01:45:19 +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
7ec52bc5a4
Per the lengthy discussion on this thread:
...
http://www.open-mpi.org/community/lists/users/2009/03/8402.php
Just #define away restrict in C++ because we don't have an
AC_CXX_RESTRICT test to see what the C++ compilers needs to support
"restrict".
This commit was SVN r20792.
2009-03-16 21:09:54 +00:00
Jeff Squyres
27bacbee3c
Per discussion on #1833 , we should ''always'' dup /dev/null into ssh's
...
stdin.
This commit was SVN r20790.
2009-03-16 19:12:48 +00:00
Ralph Castain
6c639ea86c
Update LANL platform files
...
This commit was SVN r20787.
2009-03-16 15:50:41 +00:00
Rainer Keller
b0615f3385
- replace Tab
...
This commit was SVN r20786.
2009-03-16 04:22:22 +00:00
Donald Kerr
d29a5e57c1
remove superfluous define
...
This commit was SVN r20785.
2009-03-16 02:24:01 +00:00
Rainer Keller
e4ebd56722
- AC_MSG_RESULT([$OMPI_F90_BUILD_SIZE]), only if F90-bindings enabled.
...
- All user output is named Fortran...
This commit was SVN r20784.
2009-03-16 02:07:33 +00:00
Rainer Keller
cf9db6bb3c
- White spaces
...
This commit was SVN r20783.
2009-03-16 02:04:22 +00:00
Rainer Keller
64f041922c
- Another side-effect of the previous work...
...
- Any $ac_cv-variable does not need to be converted into strings
before checking
- That's funny: The check for ac_cv_sizeof_int =... always was wrong.
We have to DEREF $ac_cv_sizeof_int, dollar missing.
We always ran on arches, where MPI_OFFSET_TYPE=long was selected...
- Overly long lines should be split into several AC_MSG_WARN.
This commit was SVN r20782.
2009-03-16 02:00:27 +00:00
George Bosilca
02bee12de8
Small cleanup.
...
This commit was SVN r20781.
2009-03-14 23:11:24 +00:00
George Bosilca
a9be1b1dde
Set the mem_node to a more meaningful value, as suggested by Ake Sandgren.
...
This commit was SVN r20780.
2009-03-14 22:08:26 +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
Brian Barrett
716b505789
Fix for #1832 . The stdin for the forked ssh wasn't being closed, so it was
...
"eating" all the stdin, leaving nothing for mpirun to forward on to the child
process
This commit was SVN r20776.
2009-03-13 22:34:56 +00:00
Rainer Keller
8b45fe1e7e
- Update the cray_xt_cnl_romio; include logical values
...
and provide something for COMPLEXp32 (which is then ignored anyway).
- Provide a self-contained script, which does not depend on platform
files and cross-compilation, aka it should be able to compile Fortran...
ornl_configure_self_contained.gnu
ornl_configure_self_contained.pgi
This commit was SVN r20775.
2009-03-13 22:30:34 +00:00
Eugene Loh
64f52b0168
Clean up in response to code review on CMR 1825:
...
minor changes in comments and edge-case handling.
This commit was SVN r20774.
2009-03-13 18:11:41 +00:00
Rainer Keller
d8cf4c0fec
- Get pgcc on XT to complain less:
...
In case we use memcmp, strlen, strup and friends include <string.h>
Also several constants.h are not included directly
- Let's have mca_topo_base_cart_create return ompi-errors in
ompi/mca/topo/base/topo_base_cart_create.c
This commit was SVN r20773.
2009-03-13 02:10:32 +00:00
Donald Kerr
ef55aae401
fix #1829 : udapl btl support for relaxed ordering
...
This commit was SVN r20772.
2009-03-13 01:01:00 +00:00
Rainer Keller
04585ed8e3
- Explicit mark dependency
...
This commit was SVN r20771.
2009-03-12 22:48:41 +00:00
Rainer Keller
6fca443a71
- No, we don't want to have a notion of an MPI_Comm in this layer
...
We want ompi_communicator_t instead, rrrrrr.
This commit was SVN r20770.
2009-03-12 22:38:14 +00:00
Rainer Keller
0b59a59129
- Rather have 0xff instead of 0Xff...
...
This commit was SVN r20769.
2009-03-12 22:17:42 +00:00
George Bosilca
b29da4744f
Amazing that there is only one compiler complaining about this ...
...
This commit was SVN r20768.
2009-03-12 21:30:08 +00:00
Rainer Keller
74b3acd4bd
- No need to declare struct mca_mpool_base_resources_t;
...
Already in
#include "ompi/mca/mpool/mpool.h"
This commit was SVN r20767.
2009-03-12 20:27:16 +00:00
Rainer Keller
296a6fb275
- So much fun along the way:
...
we normally don't do opal/include/opal/...
Just use the std. opal/...
This commit was SVN r20766.
2009-03-12 19:21:11 +00:00
Rainer Keller
29b1b205fd
- Remove two headers (and actually include rml.h) prior to test of
...
removal script...
This commit was SVN r20765.
2009-03-12 17:58:39 +00:00
Jeff Squyres
0ff8930c66
Add some additional explanations of what the configure options are
...
for, and add a note about the --with-esmtp option.
This commit was SVN r20764.
2009-03-12 16:05:51 +00:00
Jeff Squyres
14ee1b7ba2
Refs trac:1826: remove barriers before all non-rooted collective ops.
...
This commit was SVN r20763.
The following Trac tickets were found above:
Ticket 1826 --> https://svn.open-mpi.org/trac/ompi/ticket/1826
2009-03-12 02:23:08 +00:00
Terry Dontje
d97e398b49
Clarify the error message for out of pipes condition.
...
This commit was SVN r20762.
2009-03-11 17:48:46 +00:00
Ralph Castain
22bb995439
Add platform files for embedded operations.
...
Update the slave platform file to specify script wrapper compilers.
This commit was SVN r20761.
2009-03-11 16:05:17 +00:00
Rolf vandeVaart
4d7071dadb
Add some explanation of the -x flag as we have
...
gotten questions on its use.
This commit was SVN r20760.
2009-03-11 13:25:03 +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
Rolf vandeVaart
2b365d7d90
Fix so it builds on Solaris.
...
This commit was SVN r20758.
2009-03-10 18:38:42 +00:00
Jeff Squyres
7bdc298bb5
Update some svn:ignore's
...
This commit was SVN r20757.
2009-03-09 15:37:37 +00:00
Jeff Squyres
4e53885f73
Fix a compiler warning and ensure that "sent" is initialized to 0.
...
This commit was SVN r20756.
2009-03-09 15:37:04 +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
Jeff Squyres
c17616c332
Change the ordering slightly; don't save anything until we know all
...
went well.
This commit was SVN r20748.
2009-03-06 21:49:38 +00:00