1
1
openmpi/opal
Jeff Squyres 21bc9042e1 mtl/ofi: check for FI_LOCAL_COMM+FI_REMOTE_COMM
Make sure to get an RDM provider that can provide both local and
remote communication.  We need this check because some providers could
be selected via RXD or RXM, but can't provide local communication, for
example.

Add OPAL_CHECK_OFI_VERSION_GE() m4 macro to check that the Libfabric
we're building against is >= a target version.  Use this check in two
places:

1. MTL/OFI: Make sure it is >= v1.5, because the FI_LOCAL_COMM /
   FI_REMOTE_COMM constants were introduced in Libfabric API v1.5.
2. BTL/usnic: It already had similar configury to check for Libfabric
   >= v1.1, but the usnic component was checking for >= v1.3.  So
   update the btl/usnic configury to use the new macro and check for
   >= v1.3.

Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
2020-01-13 08:19:53 -08:00
..
class Fix a type in comments: insertted -> inserted 2019-11-24 00:36:06 -05:00
datatype Swap the 2 fields to maintain the size of the struct. 2019-11-07 11:25:03 -05:00
dss Ensure buffer_unload leaves the buffer in a clean state 2019-09-04 08:32:27 -07:00
etc Correct the comment in the default MCA param template - we do not support a param called "component_path". The correct syntax is "mca_base_component_path" 2018-01-05 08:46:44 -08:00
include clang: pacify clang wrt ompi use of c11 atomics 2019-11-21 15:14:45 -06:00
mca mtl/ofi: check for FI_LOCAL_COMM+FI_REMOTE_COMM 2020-01-13 08:19:53 -08:00
memoryhooks opal: clean up init/finalize 2018-12-18 14:37:04 -07:00
runtime misc fixes 2019-02-08 11:11:25 -08:00
test/reachable opal/util: Change opal/util/if.h macro IF_NAMESIZE to OPAL_IF_NAMESIZE 2019-07-29 21:24:39 +00:00
threads opal/threads: reverted #6199 2019-01-29 13:34:44 -05:00
tools Fix typo and update URLs (https, redirection) [skip ci] 2020-01-07 03:52:25 +09:00
util Merge pull request #7192 from gvallee/contiaing_typo 2019-11-25 14:40:08 -06:00
win32 opal: convert from strncpy() -> opal_string_copy() 2018-09-27 11:56:18 -07:00
common_sym_whitelist.txt opal: add code patcher framework 2016-04-13 17:16:13 -06:00
Makefile.am opal: remove generated asm code 2017-08-03 09:18:58 -06:00
win_makefile Purge whitespace from the repo 2015-06-23 20:59:57 -07:00