[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1.2-69-g805167c

Service Account noreply at mpich.org
Tue Aug 5 16:11:16 CDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "MPICH primary repository".

The branch, master has been updated
       via  805167c81bb53423bde2d6d95047c94669e29e47 (commit)
      from  b95c5fa2fd3aff6c235ab9e5ae9afba3b142198a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.mpich.org/mpich.git/commitdiff/805167c81bb53423bde2d6d95047c94669e29e47

commit 805167c81bb53423bde2d6d95047c94669e29e47
Author: Rob Latham <robl at mcs.anl.gov>
Date:   Tue Aug 5 13:02:13 2014 -0500

    missing header file for time() routine
    
    Signed-off-by: Huiwei Lu <huiweilu at mcs.anl.gov>

diff --git a/src/mpi/romio/adio/common/shfp_fname.c b/src/mpi/romio/adio/common/shfp_fname.c
index e788d30..3761cf8 100644
--- a/src/mpi/romio/adio/common/shfp_fname.c
+++ b/src/mpi/romio/adio/common/shfp_fname.c
@@ -14,6 +14,9 @@
 #include <sys/types.h>
 #endif
 
+#ifdef HAVE_TIME_H
+#include <time.h>
+#endif
 /* The following function selects the name of the file to be used to 
    store the shared file pointer. The shared-file-pointer file is a 
    hidden file in the same directory as the real file being accessed.
diff --git a/src/mpi/romio/configure.ac b/src/mpi/romio/configure.ac
index 6da8836..1fe952d 100644
--- a/src/mpi/romio/configure.ac
+++ b/src/mpi/romio/configure.ac
@@ -437,7 +437,7 @@ AC_TYPE_OFF_T
 # Header files
 # Find the CPP before the header check
 AC_PROG_CPP
-AC_CHECK_HEADERS([unistd.h fcntl.h malloc.h stddef.h sys/types.h limits.h])
+AC_CHECK_HEADERS([unistd.h fcntl.h malloc.h stddef.h sys/types.h limits.h time.h])
 AC_CHECK_HEADERS(mpix.h,,,[#include <mpi.h>])
 #
 

-----------------------------------------------------------------------

Summary of changes:
 src/mpi/romio/adio/common/shfp_fname.c |    3 +++
 src/mpi/romio/configure.ac             |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list