|
|
@ -728,6 +728,8 @@ with_superluincdir
|
|
|
|
with_superlulibdir
|
|
|
|
with_superlulibdir
|
|
|
|
with_superludist
|
|
|
|
with_superludist
|
|
|
|
with_superludistdir
|
|
|
|
with_superludistdir
|
|
|
|
|
|
|
|
with_superludistincdir
|
|
|
|
|
|
|
|
with_superludistlibdir
|
|
|
|
'
|
|
|
|
'
|
|
|
|
ac_precious_vars='build_alias
|
|
|
|
ac_precious_vars='build_alias
|
|
|
|
host_alias
|
|
|
|
host_alias
|
|
|
@ -1400,6 +1402,10 @@ Optional Packages:
|
|
|
|
--with-superludistdir=DIR
|
|
|
|
--with-superludistdir=DIR
|
|
|
|
Specify the directory for SUPERLUDIST library and
|
|
|
|
Specify the directory for SUPERLUDIST library and
|
|
|
|
includes.
|
|
|
|
includes.
|
|
|
|
|
|
|
|
--with-superludistincdir=DIR
|
|
|
|
|
|
|
|
Specify the directory for SUPERLUDIST includes.
|
|
|
|
|
|
|
|
--with-superludistlibdir=DIR
|
|
|
|
|
|
|
|
Specify the directory for SUPERLUDIST library.
|
|
|
|
|
|
|
|
|
|
|
|
Some influential environment variables:
|
|
|
|
Some influential environment variables:
|
|
|
|
FC Fortran compiler command
|
|
|
|
FC Fortran compiler command
|
|
|
@ -6649,6 +6655,24 @@ else
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Check whether --with-superludistincdir was given.
|
|
|
|
|
|
|
|
if test "${with_superludistincdir+set}" = set; then
|
|
|
|
|
|
|
|
withval=$with_superludistincdir; mld2p4_cv_superludistincdir=$withval
|
|
|
|
|
|
|
|
else
|
|
|
|
|
|
|
|
mld2p4_cv_superludistincdir=''
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Check whether --with-superludistlibdir was given.
|
|
|
|
|
|
|
|
if test "${with_superludistlibdir+set}" = set; then
|
|
|
|
|
|
|
|
withval=$with_superludistlibdir; mld2p4_cv_superludistlibdir=$withval
|
|
|
|
|
|
|
|
else
|
|
|
|
|
|
|
|
mld2p4_cv_superludistlibdir=''
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ac_ext=c
|
|
|
|
ac_ext=c
|
|
|
|
ac_cpp='$CPP $CPPFLAGS'
|
|
|
|
ac_cpp='$CPP $CPPFLAGS'
|
|
|
|
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
|
|
|
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
|
|
@ -6659,14 +6683,24 @@ save_LIBS="$LIBS"
|
|
|
|
save_CPPFLAGS="$CPPFLAGS"
|
|
|
|
save_CPPFLAGS="$CPPFLAGS"
|
|
|
|
save_CC="$CC"
|
|
|
|
save_CC="$CC"
|
|
|
|
CC=${MPICC}
|
|
|
|
CC=${MPICC}
|
|
|
|
if test "x$mld2p4_cv_superludistdir" != "x"; then
|
|
|
|
if test "x$mld2p4_cv_superludistincdir" != "x"; then
|
|
|
|
|
|
|
|
{ $as_echo "$as_me:$LINENO: sludist dir $mld2p4_cv_superludistincdir" >&5
|
|
|
|
|
|
|
|
$as_echo "$as_me: sludist dir $mld2p4_cv_superludistincdir" >&6;}
|
|
|
|
|
|
|
|
SLUDIST_INCLUDES="-I$mld2p4_cv_superludistincdir"
|
|
|
|
|
|
|
|
elif test "x$mld2p4_cv_superludistdir" != "x"; then
|
|
|
|
|
|
|
|
{ $as_echo "$as_me:$LINENO: sludist dir $mld2p4_cv_superludistdir" >&5
|
|
|
|
|
|
|
|
$as_echo "$as_me: sludist dir $mld2p4_cv_superludistdir" >&6;}
|
|
|
|
SLUDIST_INCLUDES="-I$mld2p4_cv_superludistdir"
|
|
|
|
SLUDIST_INCLUDES="-I$mld2p4_cv_superludistdir"
|
|
|
|
SLUDIST_LIBS="-L$mld2p4_cv_superludistdir"
|
|
|
|
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
if test "x$mld2p4_cv_superludistlibdir" != "x"; then
|
|
|
|
|
|
|
|
SLUDIST_LIBS="-L$mld2p4_cv_superludistlibdir"
|
|
|
|
|
|
|
|
elif test "x$mld2p4_cv_superludistdir" != "x"; then
|
|
|
|
|
|
|
|
SLUDIST_LIBS="-L$mld2p4_cv_superludir"
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
LIBS="$SLUDIST_LIBS $LIBS"
|
|
|
|
LIBS="$SLUDIST_LIBS $LIBS"
|
|
|
|
CPPFLAGS="$SLUDIST_INCLUDES $CPPFLAGS"
|
|
|
|
CPPFLAGS="$SLUDIST_INCLUDES $CPPFLAGS"
|
|
|
|
{ $as_echo "$as_me:$LINENO: sludist dir $mld2p4_cv_superludistdir" >&5
|
|
|
|
|
|
|
|
$as_echo "$as_me: sludist dir $mld2p4_cv_superludistdir" >&6;}
|
|
|
|
|
|
|
|
if test "${ac_cv_header_superlu_ddefs_h+set}" = set; then
|
|
|
|
if test "${ac_cv_header_superlu_ddefs_h+set}" = set; then
|
|
|
|
{ $as_echo "$as_me:$LINENO: checking for superlu_ddefs.h" >&5
|
|
|
|
{ $as_echo "$as_me:$LINENO: checking for superlu_ddefs.h" >&5
|
|
|
|
$as_echo_n "checking for superlu_ddefs.h... " >&6; }
|
|
|
|
$as_echo_n "checking for superlu_ddefs.h... " >&6; }
|
|
|
|