Jeff Squyres
6319292170
fcoll/static: fix CID 1413066
...
local_iov_array is unconditionally allocated, so unconditionally
de-allocate it, too.
Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
2018-03-26 14:21:21 -07:00
Jeff Squyres
2968ffa296
fcoll/static: remove useless/dead code
...
Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
2018-03-26 14:21:21 -07:00
Jeff Squyres
3003be14f3
btl/sm: fix CID 1415105
...
Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
2018-03-26 14:21:21 -07:00
Jeff Squyres
a17f4afdc7
btl/tcp: fix CID 1416634
...
Fix resource leak in the TCP BTL. Also add a little defensive programming.
Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
2018-03-26 14:21:21 -07:00
Jeff Squyres
8e925b4f17
fbtl/posix: fix CID 1419954
...
Ensure to initialized ret_code. This problem will likely never occur
in practice, but we might as well be defensive about it.
Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
2018-03-26 14:21:21 -07:00
Jeff Squyres
124208198c
osc/rdma: fix CID 1424327
...
Fix minor memory leak.
Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
2018-03-26 14:21:21 -07:00
Nathan Hjelm
1c75aa82fc
use-mpi-f08: fix rma function signatures
...
The various RMA functions need to have the asynchronous property on
all buffers. This property was missing and some buffers were
incorrectly marked as intent(in). This commit fixes the function
signatures.
Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
2018-03-26 15:11:07 -06:00
Nathan Hjelm
7f761d8434
opal_free_list: use lifo atomic functions in opal_free_list_wait_mt
...
This commit fixes a multi-threading bug when using the thread-safe
free list functions. opal_free_list_wait_mt() was using the
conditional version of opal_lifo_pop() and not the thread-safe call.
Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
2018-03-26 10:16:42 -06:00
Ralph Castain
19e85a3298
Merge pull request #4966 from rhc54/topic/platform
...
Update default MCA params in platform file
2018-03-25 20:24:41 -05:00
Ralph Castain
538fd18fad
Update default MCA params in platform file
...
Signed-off-by: Ralph Castain <rhc@open-mpi.org>
2018-03-25 17:14:01 -07:00
Ralph Castain
fd704d8708
Add NEWS item
...
Signed-off-by: Ralph Castain <rhc@open-mpi.org>
2018-03-25 16:20:38 -07:00
Ralph Castain
3a93b535ec
Silence the flood of OSC/RDMA warnings
...
Fixes #4950
Signed-off-by: Ralph Castain <rhc@open-mpi.org>
2018-03-25 16:12:41 -07:00
Ralph Castain
322f6c5056
Fix a breakage in the ranking system
...
While it may be faster to reverse the order of the assignment loops, it also results in the wrong answer
Signed-off-by: Ralph Castain <rhc@open-mpi.org>
2018-03-25 15:55:56 -07:00
Ralph Castain
c1c0c02f06
Merge pull request #4964 from rhc54/ompi/reset
...
Reset OMPI master to PMIx master
2018-03-25 12:40:56 -05:00
Ralph Castain
8454fc8a65
Allow oversubscription on managed allocations
...
Fixes https://github.com/pmix/pmix-reference-server/issues/42
Signed-off-by: Ralph Castain <rhc@open-mpi.org>
2018-03-25 08:37:51 -07:00
Ralph Castain
e443adc7a1
Reset OMPI master to PMIx master
...
Track PMIx master instead of the reference server - fixes problem of external PMIx master builds.
Signed-off-by: Ralph Castain <rhc@open-mpi.org>
2018-03-25 08:36:46 -07:00
Artem Polyakov
77ff99e9ee
Merge pull request #4933 from karasevb/timings_update
...
timings: added new timing points
2018-03-25 00:10:49 -07:00
Jeff Squyres
65525434e3
Merge pull request #4961 from jsquyres/pr/cid-1430413-fix
...
util/fd: fix CID 1430413
2018-03-24 08:45:08 -05:00
Jeff Squyres
06ec93a61a
util/fd: fix CID 1430413
...
Take multiple defensive steps to fix CID 1430413 and ensure that ret
is always initialized upon return.
Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
2018-03-24 04:25:26 -07:00
Jeff Squyres
871e5c76bc
Merge pull request #4960 from jsquyres/pr/warnings-fixes
...
Coverity fix + compiler warning fixes
2018-03-23 14:47:56 -05:00
Jeff Squyres
c3adcb05eb
Miscellaneous compiler warnings fixes
...
Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
2018-03-23 11:45:30 -07:00
Artem Polyakov
714c8c7381
Merge pull request #4957 from open-mpi/host_filtering
...
plm/base: fixed the hosts filtering
2018-03-23 10:27:04 -07:00
Jeff Squyres
f66ac43fbc
opal/util: fix CID 1430381
...
Fix minor resource leak.
Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
2018-03-23 08:48:11 -07:00
Nathan Hjelm
5f7ff5307e
fcoll/two_phase: do not use removed function (MPI_Address)
...
Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
2018-03-23 08:43:24 -06:00
Boris Karasev
6afc7099a0
plm/base: fixed the hosts filtering
...
Reseting the `ORTE_NODE_FLAG_MAPPED` flag after hosts filtering, this
flag is used subsequently and can be affect to the node mapping logic
Signed-off-by: Boris Karasev <karasev.b@gmail.com>
2018-03-23 09:41:16 +03:00
Jeff Squyres
1e56023ea4
Merge pull request #4951 from jsquyres/pr/contribution-consolidation
...
CONTRIBUTING: Consolidate the 2 files
2018-03-22 10:53:08 -05:00
Jeff Squyres
8ada4e48a5
CONTRIBUTING: Consolidate the 2 files
...
We accidentally had 2 CONTRIBUTING.md files. Consolidate the content
of both of them.
Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
2018-03-22 08:56:35 -05:00
Jeff Squyres
023a4a82d3
Merge pull request #4942 from jsquyres/pr/tcp-btl-help-message-updates
...
TCP help message updates
2018-03-22 08:53:04 -05:00
Jeff Squyres
0f8077ace6
oob/tcp: add show_help message about version mismatch
...
Be more explicit about version mismatch between ORTE processes.
Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
2018-03-21 20:18:28 -07:00
Jeff Squyres
a15d8233c9
Merge pull request #3434 from dsharma283/pr-3431
...
ompi/opal: add support for HDR link speeds
2018-03-21 21:57:20 -05:00
Jeff Squyres
40afd525f8
btl/tcp: make error messages more specific
...
Convert some verbose messages to opal_show_help() messages.
Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
2018-03-21 19:34:03 -07:00
Jeff Squyres
e0d86b1c72
opal/util/fd: add opal_fd_get_peer_name(()
...
Returns a string name (either a resolved name or IPv4/IPv6 name in a
string if unresolvable. The caller is responsible for freeing the
string.
Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
2018-03-21 19:34:03 -07:00
Devesh Sharma
90e9b22196
ompi/opal: add support for HDR link speeds
...
This patch enables to use adapters with HDR speeds.
issue id 3431
Signed-off-by: Devesh Sharma <devesh.sharma@broadcom.com>
2018-03-21 19:15:41 -07:00
Edgar Gabriel
c23dff24bc
Merge pull request #4940 from edgargabriel/topic/ompi-cleanup-march-2018
...
Topic/ompio cleanup march 2018
2018-03-21 13:47:41 -05:00
Edgar Gabriel
36747cca67
io/ompio: disable the fcoll timing by default
...
somehow the flag indicating to gather performance data
on collective io operations has changed to 1 accidentally.
Should be 0 ( false) by default.
Signed-off-by: Edgar Gabriel <egabriel@central.uh.edu>
2018-03-21 11:34:35 -05:00
Edgar Gabriel
aae8c6c6ad
remove addproc sharedfp component
...
never got to move this sharedfp component into anything
usable. Can easily be restored if necessary.
Signed-off-by: Edgar Gabriel <egabriel@central.uh.edu>
2018-03-21 11:27:01 -05:00
Edgar Gabriel
e703ac2da8
remove plfs components
...
plfs components are at this point not utilized by anybody as far as I know.
Easy to bring back if we want to.
Signed-off-by: Edgar Gabriel <egabriel@central.uh.edu>
2018-03-21 11:27:01 -05:00
Howard Pritchard
ade280eb7c
Merge pull request #3292 from markalle/pr/ibv_reg_mr__fork
...
IB fork
2018-03-21 09:39:08 -06:00
Boris Karasev
85ce76fa36
Merge pull request #4926 from karasevb/pmix_dstore_enable
...
pmix: dstore returned for direct modex
2018-03-21 14:24:51 +07:00
Boris Karasev
3796307a57
timings: added new timing points
...
Signed-off-by: Boris Karasev <karasev.b@gmail.com>
2018-03-21 05:16:25 +02:00
Jeff Squyres
5ad796259c
Merge pull request #4931 from jsquyres/pr/contributing-guideliens
...
CONTRIBUTING.md: add Github contribution guidelines
2018-03-20 16:49:25 -05:00
Jeff Squyres
ed3aa63a96
CONTRIBUTING.md: add Github contribution guidelines
...
We have a small number of requirements for contributions (e.g.,
"Signed-off-by"), so let's make sure that people have an easy way of
knowing these things.
Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
2018-03-20 07:10:38 -07:00
Jeff Squyres
dd620049cd
Merge pull request #4925 from jsquyres/pr/mpool-memkind-typo-fix
...
mpool/memkind: fix typo in partition page sizes
2018-03-19 22:07:00 -05:00
Boris Karasev
dca3dd2ea4
pmix: dstore returned for direct modex
...
Signed-off-by: Boris Karasev <karasev.b@gmail.com>
2018-03-20 04:56:48 +02:00
Jeff Squyres
cc4bb433bc
mpool/memkind: fix typo in partition page sizes
...
Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
2018-03-19 16:33:08 -05:00
Ralph Castain
9eb426e288
Merge pull request #4924 from karasevb/pmix_fix_dmdx
...
Sync to PMIx master PR pmix/pmix#697
2018-03-19 06:24:06 -07:00
Boris Karasev
36a0c6a794
pmix: fixed the direct modex request
...
This commit fixes the case when local client asks for the key from the
process on the remote node. The local server don't have commit count for
remote ranks, it is maintained by another PMIx server, so commit count
should be ignored for remote requests.
Signed-off-by: Boris Karasev <karasev.b@gmail.com>
2018-03-19 11:51:03 +02:00
Brian Barrett
a2d1419185
Merge pull request #4921 from bwbarrett/master-NEWS
...
dist: Sync 2.1.3 NEWS items into master
2018-03-16 21:01:17 -07:00
Brian Barrett
ab19602752
dist: Sync 2.1.3 NEWS items into master
...
Signed-off-by: Brian Barrett <bbarrett@amazon.com>
2018-03-16 12:28:41 -07:00
bosilca
bf3dd8af19
Merge pull request #4884 from bosilca/topic/fix_wtime
...
Improve the range and accuracy of MPI_Wtime.
2018-03-16 14:09:33 +09:00