Fix checks for Intel MPI wrappers.

psblas-3.5-maint
Salvatore Filippone 6 years ago
parent 42d5a85e25
commit 3d355e1f4a

8399
configure vendored

File diff suppressed because it is too large Load Diff

@ -144,7 +144,7 @@ else
AC_LANG([C])
if test "X$MPICC" = "X" ; then
# This is our MPICC compiler preference: it will override ACX_MPI's first try.
AC_CHECK_PROGS([MPICC],[mpxlc mpcc mpiicc mpicc cc])
AC_CHECK_PROGS([MPICC],[mpxlc mpiicc mpcc mpicc cc])
fi
ACX_MPI([], [AC_MSG_ERROR([[Cannot find any suitable MPI implementation for C]])])
AC_PROG_CC_STDC

Loading…
Cancel
Save