[mvapich-discuss] Configure bug in romio

Glaesemann, Kurt R Kurt.Glaesemann at pnnl.gov
Thu Aug 24 09:59:03 EDT 2017


This file:

src/mpi/romio/confdb/aclocal_romio.m4



Has the following code in it (which is then used to generate the configure script).  The last line needs to add $FFLAGS so that compiler options the effect KIND will be in effect.  This is useful for the nagfor -kind=byte option, which seems to work everywhere else in the MVAPICH2 configure process.





AC_MSG_CHECKING([for Fortran 90 KIND parameter for 8-byte integers])

cat <<EOF > conftest.$ac_f90ext

      program main

      integer i

      i = selected_int_kind(16)

      open(8, file="conftest.out", form="formatted")

      write (8,*) i

      close(8)

      stop

      end

EOF

if test -z "$FC" ; then

   FC=f90

fi
if $FC -o conftest$EXEEXT conftest.$ac_f90ext >/dev/null 2>&1 ; then


Kurt

______________________

Kurt R. Glaesemann, Ph.D.

Senior IT Engineer and Physical Chemist
High Performance Computing and Cloud Services

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.cse.ohio-state.edu/pipermail/mvapich-discuss/attachments/20170824/c2f2292e/attachment.html>


More information about the mvapich-discuss mailing list