File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 9
9
* University of Stuttgart. All rights reserved.
10
10
* Copyright (c) 2004-2005 The Regents of the University of California.
11
11
* All rights reserved.
12
- * Copyright (c) 2010-2015 Sandia National Laboratories. All rights reserved.
12
+ * Copyright (c) 2010-2019 Sandia National Laboratories. All rights reserved.
13
13
* Copyright (c) 2014 Intel, Inc. All rights reserved.
14
14
* $COPYRIGHT$
15
15
*
@@ -551,12 +551,12 @@ ompi_mtl_portals4_finalize(struct mca_mtl_base_module_t *mtl)
551
551
if (0 == ompi_mtl_portals4 .need_init ) {
552
552
opal_progress_unregister (ompi_mtl_portals4_progress );
553
553
while (0 != ompi_mtl_portals4_progress ()) { }
554
- }
555
554
556
555
#if OMPI_MTL_PORTALS4_FLOW_CONTROL
557
- ompi_mtl_portals4_flowctl_fini ();
556
+ ompi_mtl_portals4_flowctl_fini ();
558
557
#endif
559
- ompi_mtl_portals4_recv_short_fini ();
558
+ ompi_mtl_portals4_recv_short_fini ();
559
+ }
560
560
561
561
if (!PtlHandleIsEqual (ompi_mtl_portals4 .long_overflow_me_h , PTL_INVALID_HANDLE )) {
562
562
PtlMEUnlink (ompi_mtl_portals4 .long_overflow_me_h );
Original file line number Diff line number Diff line change 11
11
# Copyright (c) 2004-2005 The Regents of the University of California.
12
12
# All rights reserved.
13
13
# Copyright (c) 2010 Cisco Systems, Inc. All rights reserved.
14
- # Copyright (c) 2010 Sandia National Laboratories. All rights reserved.
14
+ # Copyright (c) 2010-2019 Sandia National Laboratories. All rights reserved.
15
15
# Copyright (c) 2014 Bull SAS. All rights reserved.
16
16
# $COPYRIGHT$
17
17
#
@@ -44,9 +44,9 @@ AC_DEFUN([MCA_opal_btl_portals4_CONFIG],[
44
44
[AC_HELP_STRING([--enable-btl-portals4-flow-control],
45
45
[enable flow control for Portals 4 BTL (default: disabled)])])
46
46
AC_MSG_CHECKING([whether to enable flow control])
47
- if test " $enable_btl_portals4_flow_control " ! = " yes " ; then
48
- AC_MSG_RESULT([no ])
49
- btl_portals4_flow_control_enabled=0
47
+ if test " $enable_btl_portals4_flow_control " ! = " no " ; then
48
+ AC_MSG_RESULT([yes ])
49
+ btl_portals4_flow_control_enabled=1
50
50
else
51
51
AC_MSG_RESULT([no])
52
52
btl_portals4_flow_control_enabled=0
You can’t perform that action at this time.
0 commit comments