[svn-r24974] Maintenance: Fixed daily tests parallel tests compilation failures

Platforms tested: jam
This commit is contained in:
Elena Pourmal 2014-04-07 08:49:00 -05:00
parent 607634a69b
commit c455fdc4f1
4 changed files with 8 additions and 4 deletions

View File

@ -21,7 +21,8 @@
include $(top_srcdir)/config/commence.am
# Include files
AM_FCFLAGS+=-I$(top_srcdir)/fortran/src -I$(top_srcdir)/fortran/test $(F9XMODFLAG)$(top_builddir)/fortran/src
AM_FCFLAGS+=-I$(top_srcdir)/fortran/src -I$(top_srcdir)/fortran/test $(F9XMODFLAG)$(top_builddir)/fortran/src \
$(F9XMODFLAG)$(top_builddir)/fortran/test
# Some Fortran compilers can't build shared libraries, so sometimes we
# want to build a shared C library and a static Fortran library. If so,

View File

@ -399,7 +399,8 @@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
# Include files
AM_FCFLAGS = @AM_FCFLAGS@ @H5_FCFLAGS@ -I$(top_srcdir)/fortran/src \
-I$(top_srcdir)/fortran/test \
$(F9XMODFLAG)$(top_builddir)/fortran/src
$(F9XMODFLAG)$(top_builddir)/fortran/src \
$(F9XMODFLAG)$(top_builddir)/fortran/test
AM_LDFLAGS = @AM_LDFLAGS@ @H5_LDFLAGS@ $(am__append_1)
AM_MAKEFLAGS = @AM_MAKEFLAGS@
AR = @AR@

View File

@ -19,7 +19,8 @@
!//////////////////////////////////////////////////////////
SUBROUTINE hyper(length,do_collective,do_chunk, mpi_size, mpi_rank, nerrors)
USE hdf5
USE HDF5
USE TH5_MISC
IMPLICIT NONE
INCLUDE 'mpif.h'

View File

@ -19,7 +19,8 @@
!//////////////////////////////////////////////////////////
SUBROUTINE multiple_dset_write(length, do_collective, do_chunk, mpi_size, mpi_rank, nerrors)
USE hdf5
USE HDF5
USE TH5_MISC
IMPLICIT NONE
INCLUDE 'mpif.h'