1655 |
|
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
1656 |
|
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu |
1657 |
|
if test -n "$ac_tool_prefix"; then |
1658 |
< |
for ac_prog in $CCC icpc icc pgCC pathCC c++ xlc++ xlC g++ CC |
1658 |
> |
for ac_prog in $CCC mpicxx icpc pathCC pgCC c++ xlc++ xlC g++ CC |
1659 |
|
do |
1660 |
|
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. |
1661 |
|
set dummy $ac_tool_prefix$ac_prog; ac_word=$2 |
1697 |
|
fi |
1698 |
|
if test -z "$CXX"; then |
1699 |
|
ac_ct_CXX=$CXX |
1700 |
< |
for ac_prog in $CCC icpc icc pgCC pathCC c++ xlc++ xlC g++ CC |
1700 |
> |
for ac_prog in $CCC mpicxx icpc pathCC pgCC c++ xlc++ xlC g++ CC |
1701 |
|
do |
1702 |
|
# Extract the first word of "$ac_prog", so it can be a program name with args. |
1703 |
|
set dummy $ac_prog; ac_word=$2 |
2211 |
|
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
2212 |
|
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
2213 |
|
if test -n "$ac_tool_prefix"; then |
2214 |
< |
for ac_prog in icc pgcc pathcc cc xlc gcc |
2214 |
> |
for ac_prog in mpicc icc pathcc pgcc cc xlc gcc |
2215 |
|
do |
2216 |
|
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. |
2217 |
|
set dummy $ac_tool_prefix$ac_prog; ac_word=$2 |
2253 |
|
fi |
2254 |
|
if test -z "$CC"; then |
2255 |
|
ac_ct_CC=$CC |
2256 |
< |
for ac_prog in icc pgcc pathcc cc xlc gcc |
2256 |
> |
for ac_prog in mpicc icc pathcc pgcc cc xlc gcc |
2257 |
|
do |
2258 |
|
# Extract the first word of "$ac_prog", so it can be a program name with args. |
2259 |
|
set dummy $ac_prog; ac_word=$2 |
2722 |
|
ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5' |
2723 |
|
ac_compiler_gnu=$ac_cv_fc_compiler_gnu |
2724 |
|
if test -n "$ac_tool_prefix"; then |
2725 |
< |
for ac_prog in ifort ifc pgf95 pathf95 xlf95 lf95 epcf90 pathf90 xlf90 f95 f90 gfortran g95 fort |
2725 |
> |
for ac_prog in mpif90 ifort ifc pathf95 pgf95 xlf95 lf95 epcf90 pathf90 xlf90 f95 f90 gfortran g95 fort |
2726 |
|
do |
2727 |
|
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. |
2728 |
|
set dummy $ac_tool_prefix$ac_prog; ac_word=$2 |
2764 |
|
fi |
2765 |
|
if test -z "$FC"; then |
2766 |
|
ac_ct_FC=$FC |
2767 |
< |
for ac_prog in ifort ifc pgf95 pathf95 xlf95 lf95 epcf90 pathf90 xlf90 f95 f90 gfortran g95 fort |
2767 |
> |
for ac_prog in mpif90 ifort ifc pathf95 pgf95 xlf95 lf95 epcf90 pathf90 xlf90 f95 f90 gfortran g95 fort |
2768 |
|
do |
2769 |
|
# Extract the first word of "$ac_prog", so it can be a program name with args. |
2770 |
|
set dummy $ac_prog; ac_word=$2 |
12998 |
|
MPI_INC_DIR="$MPI/include" |
12999 |
|
|
13000 |
|
|
13001 |
+ |
|
13002 |
+ |
ac_ext=c |
13003 |
+ |
ac_cpp='$CPP $CPPFLAGS' |
13004 |
+ |
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
13005 |
+ |
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
13006 |
+ |
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
13007 |
|
|
13008 |
|
echo "$as_me:$LINENO: checking for mpi.h" >&5 |
13009 |
|
echo $ECHO_N "checking for mpi.h... $ECHO_C" >&6 |
13010 |
|
have_mpi_h=0 |
13011 |
|
rm -f conftest* |
13012 |
< |
echo '#include <mpi.h>' > conftest.cc |
13013 |
< |
if ${CXX} -I${MPI_INC_DIR} -c conftest.cc 2>&1 ; then |
13012 |
> |
echo '#include <mpi.h>' > conftest.c |
13013 |
> |
if ${CC} -I${MPI_INC_DIR} -c conftest.c 2>&1 ; then |
13014 |
|
echo "$as_me:$LINENO: result: yes" >&5 |
13015 |
|
echo "${ECHO_T}yes" >&6 |
13016 |
|
have_mpi_h=1 |
13074 |
|
fi |
13075 |
|
FCFLAGS=$ac_save_FCFLAGS |
13076 |
|
ac_ext=$ac_save_ext |
13077 |
< |
ac_ext=cc |
13078 |
< |
ac_cpp='$CXXCPP $CPPFLAGS' |
13079 |
< |
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
13080 |
< |
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
13081 |
< |
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu |
13077 |
> |
ac_ext=c |
13078 |
> |
ac_cpp='$CPP $CPPFLAGS' |
13079 |
> |
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
13080 |
> |
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
13081 |
> |
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
13082 |
|
|
13083 |
|
|
13084 |
|
ac_ext=c |
13170 |
|
fi |
13171 |
|
$as_unset ac_cv_lib_mpich_MPI_Init |
13172 |
|
if test x = x"$MPI_LIB"; then |
13167 |
– |
# absolute insanity if profiling libraries are required to get mpich to work |
13173 |
|
echo "$as_me:$LINENO: checking for MPI_Init in -lpmpich" >&5 |
13174 |
|
echo $ECHO_N "checking for MPI_Init in -lpmpich... $ECHO_C" >&6 |
13175 |
|
if test "${ac_cv_lib_pmpich_MPI_Init+set}" = set; then |
13176 |
|
echo $ECHO_N "(cached) $ECHO_C" >&6 |
13177 |
|
else |
13178 |
|
ac_check_lib_save_LIBS=$LIBS |
13179 |
< |
LIBS="-lpmpich "-lmpich -lpmpich -lmpich" $LIBS" |
13179 |
> |
LIBS="-lpmpich -lmpich -lpmpich -lmpich $LIBS" |
13180 |
|
cat >conftest.$ac_ext <<_ACEOF |
13181 |
|
/* confdefs.h. */ |
13182 |
|
_ACEOF |
13333 |
|
echo $ECHO_N "(cached) $ECHO_C" >&6 |
13334 |
|
else |
13335 |
|
ac_check_lib_save_LIBS=$LIBS |
13336 |
< |
LIBS="-lmpi "-llam" $LIBS" |
13336 |
> |
LIBS="-lmpi -llam $LIBS" |
13337 |
|
cat >conftest.$ac_ext <<_ACEOF |
13338 |
|
/* confdefs.h. */ |
13339 |
|
_ACEOF |