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.
1 parent bed572c commit f666b0dCopy full SHA for f666b0d
ompi/mca/mtl/portals4/mtl_portals4.c
@@ -86,9 +86,11 @@ portals4_init_interface(void)
86
87
/* Create send and long message (read) portal table entries */
88
ret = PtlPTAlloc(ompi_mtl_portals4.ni_h,
89
+#if OMPI_MTL_PORTALS4_FLOW_CONTROL
90
+ PTL_PT_FLOWCTRL |
91
+#endif
92
PTL_PT_ONLY_USE_ONCE |
- PTL_PT_ONLY_TRUNCATE |
- PTL_PT_FLOWCTRL,
93
+ PTL_PT_ONLY_TRUNCATE,
94
ompi_mtl_portals4.recv_eq_h,
95
REQ_RECV_TABLE_ID,
96
&ompi_mtl_portals4.recv_idx);
0 commit comments