1
1

* fix dumb warning printing mistake

This commit was SVN r4466.
Этот коммит содержится в:
Brian Barrett 2005-02-18 20:26:46 +00:00
родитель 927c5be6c8
Коммит dc3165f1ea

Просмотреть файл

@ -687,8 +687,8 @@ case "${host}" in
ompi_cv_asm_arch="SPARC"
AC_MSG_WARN([Using SPARC V8 assembly for atomic operations. This])
AC_MSG_WARN([may result in reduced performance on UltraSparc platforms.])
AC_MSG_WARN([If you are compiling for the UltraSparc, consider
AC_MSG_WARN([specifying the architecture v8plus (cc: -xarch=v8plus,
AC_MSG_WARN([If you are compiling for the UltraSparc, consider ])
AC_MSG_WARN([specifying the architecture v8plus (cc: -xarch=v8plus, ])
AC_MSG_WARN([gcc: -mv8plus) when compiling Open MPI, as you may see a])
AC_MSG_WARN([significant performance increase.])