File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ dnl University Research and Technology
5
5
dnl Corporation. All rights reserved.
6
6
dnl Copyright (c) 2009-2017 Cisco Systems, Inc. All rights reserved
7
7
dnl Copyright (c) 2011-2012 Oak Ridge National Labs. All rights reserved.
8
- dnl Copyright (c) 2015-2017 Research Organization for Information Science
9
- dnl and Technology (RIST). All rights reserved.
8
+ dnl Copyright (c) 2015-2018 Research Organization for Information Science
9
+ dnl and Technology (RIST). All rights reserved.
10
10
dnl Copyright (c) 2017 The University of Tennessee and The University
11
11
dnl of Tennessee Research Foundation. All rights
12
12
dnl reserved.
568
568
if test " $enabled_mpifh " = 1; then
569
569
mpifh_component_header=" mpiext_${component} _mpifh.h"
570
570
cat >> $mpiusempi_ext_h << EOF
571
- include ' ${srcdir} /ompi/mpiext/$component /mpif-h/$mpifh_component_header '
571
+ # include " ${srcdir} /ompi/mpiext/$component /mpif-h/$mpifh_component_header "
572
572
EOF
573
573
fi
574
574
621
621
if test " $enabled_mpifh " = 1; then
622
622
mpifh_component_header=" mpiext_${component} _mpifh.h"
623
623
cat >> $mpiusempif08_ext_h << EOF
624
- include ' ${srcdir} /ompi/mpiext/$component /mpif-h/$mpifh_component_header '
624
+ # include " ${srcdir} /ompi/mpiext/$component /mpif-h/$mpifh_component_header "
625
625
EOF
626
626
fi
627
627
You can’t perform that action at this time.
0 commit comments