configure.ac
 configure

Use MPI_MOD even if MPI_MOD_F08 is available; proper usage of the F08
interface will require a lot more work (maybe for PSBLAS 4?)
psblas3-accel
Salvatore Filippone 10 years ago
parent a614b5342d
commit e25a71eec6

8006
configure vendored

File diff suppressed because it is too large Load Diff

@ -517,7 +517,8 @@ if test x"$pac_cv_serial_mpi" == x"yes" ; then
else
PAC_FORTRAN_CHECK_HAVE_MPI_MOD_F08()
if test x"$pac_cv_mpi_f08" == x"yes" ; then
FDEFINES="$psblas_cv_define_prepend-DMPI_MOD_F08 $FDEFINES";
dnl FDEFINES="$psblas_cv_define_prepend-DMPI_MOD_F08 $FDEFINES";
FDEFINES="$psblas_cv_define_prepend-DMPI_MOD $FDEFINES";
else
PAC_FORTRAN_CHECK_HAVE_MPI_MOD(
[FDEFINES="$psblas_cv_define_prepend-DMPI_MOD $FDEFINES"],

Loading…
Cancel
Save