Skip to content

Commit 40f2ec9

Browse files
Merge pull request #7205 from ggouaillardet/topic/configury_shortfloat
configury: fix a typo in mpiext/shortfloat
2 parents 032a396 + 967cf68 commit 40f2ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mpiext/shortfloat/configure.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ AC_DEFUN([OMPI_MPIEXT_shortfloat_CONFIG],[
3434
AS_IF([test "$opal_short_float_type" = "_Float16"],
3535
[AC_SUBST([OMPI_MPIX_SHORT_FLOAT_IS_C_FLOAT16], 1)
3636
AC_SUBST([OMPI_MPIX_C_FLOAT16_FORTRAN_COMMENT_OUT], [])],
37-
[AC_SUBST([OMPI_MPIX_SHORT_FLOAT_IS_C_FLOAT16], 0),
37+
[AC_SUBST([OMPI_MPIX_SHORT_FLOAT_IS_C_FLOAT16], 0)
3838
AC_SUBST([OMPI_MPIX_C_FLOAT16_FORTRAN_COMMENT_OUT], [!])])
3939
])
4040

0 commit comments

Comments
 (0)