File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change 1
1
# -*- shell-script -*-
2
2
#
3
- # Copyright (c) 2011 Cisco Systems, Inc. All rights reserved.
3
+ # Copyright (c) 2011 Cisco Systems, Inc. All rights reserved.
4
+ # Copyright (c) 2016 Research Organization for Information Science
5
+ # and Technology (RIST). All rights reserved.
4
6
#
5
7
# $COPYRIGHT$
6
8
#
13
15
# -------------------------------------------
14
16
AC_DEFUN([MCA_ompi_fs_CONFIG],
15
17
[
16
- # An AC-ARG-ENABLE for mpi-io was set in ompi/mca/io/configure.m4.
17
- # If it's no, we shouldn't bother building anything in fcoll.
18
- AS_IF([test " $enable_mpi_io " != " no" ],
19
- [want_mpi_io= 1],
20
- [want_mpi_io= 0])
21
- MCA_CONFIGURE_FRAMEWORK([$1 ], [$2 ], [$want_mpi_io ])
18
+ OPAL_VAR_SCOPE_PUSH([want_io_ompio])
19
+
20
+ AS_IF([test " $enable_mpi_io " != " no" &&
21
+ test " $enable_io_ompio " != " no" ],
22
+ [want_io_ompio= 1],
23
+ [want_io_ompio= 0])
24
+
25
+ MCA_CONFIGURE_FRAMEWORK([$1 ], [$2 ], [$want_io_ompio ])
26
+
27
+ OPAL_VAR_SCOPE_POP
22
28
])
You can’t perform that action at this time.
0 commit comments