mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[svn-r24974] Maintenance: Fixed daily tests parallel tests compilation failures
Platforms tested: jam
This commit is contained in:
parent
607634a69b
commit
c455fdc4f1
@ -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,
|
||||
|
@ -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@
|
||||
|
@ -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'
|
||||
|
||||
|
@ -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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user