Skip to content

Commit 1bed9fd

Browse files
authored
Merge pull request #1799 from hppritcha/topic/help_aries_with_knl
common/ugni: help out knl with aries
2 parents 0ba0282 + 8b53487 commit 1bed9fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

opal/mca/common/ugni/common_ugni.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,8 @@ int opal_common_ugni_init (void)
258258
/* Create a communication domain */
259259

260260
modes = GNI_CDM_MODE_FORK_FULLCOPY | GNI_CDM_MODE_CACHED_AMO_ENABLED |
261-
GNI_CDM_MODE_ERR_NO_KILL | GNI_CDM_MODE_FAST_DATAGRAM_POLL;
261+
GNI_CDM_MODE_ERR_NO_KILL | GNI_CDM_MODE_FAST_DATAGRAM_POLL |
262+
GNI_CDM_MODE_FMA_SHARED;
262263

263264
/* collect uGNI information */
264265
rc = get_ptag(&opal_common_ugni_module.ptag);

0 commit comments

Comments
 (0)