Brian Barrett
e9e4d2a4bc
Handle asprintf errors with opal_asprintf wrapper
...
The Open MPI code base assumed that asprintf always behaved like
the FreeBSD variant, where ptr is set to NULL on error. However,
the C standard (and Linux) only guarantee that the return code will
be -1 on error and leave ptr undefined. Rather than fix all the
usage in the code, we use opal_asprintf() wrapper instead, which
guarantees the BSD-like behavior of ptr always being set to NULL.
In addition to being correct, this will fix many, many warnings
in the Open MPI code base.
Signed-off-by: Brian Barrett <bbarrett@amazon.com>
2018-10-08 16:43:53 -07:00
Ralph Castain
1e2019ce2a
Revert "Update to sync with OMPI master and cleanup to build"
...
This reverts commit cb55c88a8b
.
2016-11-22 15:03:20 -08:00
Ralph Castain
cb55c88a8b
Update to sync with OMPI master and cleanup to build
...
Signed-off-by: Ralph Castain <rhc@open-mpi.org>
2016-11-22 14:24:54 -08:00
Gilles Gouaillardet
1e26f9cda4
test/dss: update tests to make them usable again, and run them
2016-02-17 11:27:00 +09:00
Ralph Castain
869041f770
Purge whitespace from the repo
2015-06-23 20:59:57 -07:00
Rainer Keller
583bb42739
- Adapt for changed opal_init() arguments -- takes argc&argv
...
It's orte/constants.h not orte/orte_constants.h
This commit was SVN r22594.
2010-02-10 18:29:01 +00:00
Ralph Castain
e1673778be
Replace missing headers
...
This commit was SVN r21136.
2009-05-01 15:09:10 +00:00
Ralph Castain
d70e2e8c2b
Merge the ORTE devel branch into the main trunk. Details of what this means will be circulated separately.
...
Remains to be tested to ensure everything came over cleanly, so please continue to withhold commits a little longer
This commit was SVN r17632.
2008-02-28 01:57:57 +00:00
Tim Prins
7445a11f61
Remove duplicate tests. The current version of the dss tests are in orte/test/unit/dss
...
Remove defunct testing matrix
This commit was SVN r15535.
2007-07-20 13:37:44 +00:00
Brian Barrett
1398169700
* forgot to fix up includes in the test directory with yesterday's commit.
...
This commit was SVN r8996.
2006-02-12 19:51:24 +00:00
Ralph Castain
4b9f015c0b
Merge in the new data support subsystem for ORTE. MPI folks should not notice a difference. Longer explanation will be sent to developers mailing list.
...
This commit was SVN r8912.
2006-02-07 03:32:36 +00:00