File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- Copyright (c) 2003-2009 High Performance Computing Center Stuttgart,
1
+ Copyright (c) 2003-2017 High Performance Computing Center Stuttgart,
2
2
University of Stuttgart. All rights reserved.
3
3
Copyright (c) 2005-2009 The University of Tennessee and The University
4
4
of Tennessee Research Foundation. All rights
Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ LIBS=${old_LIBS}
309
309
AC_CHECK_MPI_VERSION
310
310
311
311
if test "x$ENABLE_MPI2" = "xyes" ; then
312
- if test "x $ac_cv_mpi_major_version" != "x2" ; then
312
+ if test "$ac_cv_mpi_major_version" -lt 2 ; then
313
313
AC_MSG_ERROR([MPI Version does not seem to be supporting MPI2 features (maybe version check went wrong -- see config.log for details)...])
314
314
fi
315
315
AC_DEFINE(HAVE_MPI2, 1, [Define if MPI library supports MPI2])
You can’t perform that action at this time.
0 commit comments