We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ba0282 + 8b53487 commit 1bed9fdCopy full SHA for 1bed9fd
opal/mca/common/ugni/common_ugni.c
@@ -258,7 +258,8 @@ int opal_common_ugni_init (void)
258
/* Create a communication domain */
259
260
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;
+ GNI_CDM_MODE_ERR_NO_KILL | GNI_CDM_MODE_FAST_DATAGRAM_POLL |
262
+ GNI_CDM_MODE_FMA_SHARED;
263
264
/* collect uGNI information */
265
rc = get_ptag(&opal_common_ugni_module.ptag);
0 commit comments