summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2016-01-13 22:03:49 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2016-01-13 22:03:49 (GMT)
commit61b6ca5a3d4c73ebe4e49e6b0b702149653f21f0 (patch)
treeca52d408dd86eabd3b28ba43525668333b33b410 /src
parent5236a028acd3aeb94c2dff712178fc8f991d21fe (diff)
downloadhdf5-61b6ca5a3d4c73ebe4e49e6b0b702149653f21f0.zip
hdf5-61b6ca5a3d4c73ebe4e49e6b0b702149653f21f0.tar.gz
hdf5-61b6ca5a3d4c73ebe4e49e6b0b702149653f21f0.tar.bz2
[svn-r28893] Merge of r28863, 28872, 28874, 28879, 28880, 28889 from revise_chunks.
Brings all recent changes from trunk/revise_chunks. autogen.sh -p run on THG machines. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 cmake serial w/ C++ and Fortran autotools serial w/ C++ and Fortran autotools parallel w/ Fortran
Diffstat (limited to 'src')
-rw-r--r--src/H5AClog.c32
-rw-r--r--src/H5Eprivate.h2
2 files changed, 17 insertions, 17 deletions
diff --git a/src/H5AClog.c b/src/H5AClog.c
index 11579d8..cdfb932 100644
--- a/src/H5AClog.c
+++ b/src/H5AClog.c
@@ -116,7 +116,7 @@ H5AC__write_create_cache_log_msg(H5AC_t *cache)
\"messages\":\n\
[\n\
"
- , (long long)time(NULL));
+ , (long long)HDtime(NULL));
/* Since we're about to override the current logging flag,
* check the "log enabled" flag to see if we didn't get here
@@ -170,7 +170,7 @@ H5AC__write_destroy_cache_log_msg(H5AC_t *cache)
\"close_time\":%lld,\n\
}\n\
"
- , (long long)time(NULL));
+ , (long long)HDtime(NULL));
/* Since we're about to override the current logging flag,
* check the "log enabled" flag to see if we didn't get here
@@ -226,7 +226,7 @@ H5AC__write_evict_cache_log_msg(const H5AC_t *cache,
\"returned\":%d\
},\n\
"
- , (long long)time(NULL), (int)fxn_ret_value);
+ , (long long)HDtime(NULL), (int)fxn_ret_value);
/* Write the log message to the file */
if(H5C_write_log_message(cache, msg) < 0)
@@ -274,7 +274,7 @@ H5AC__write_expunge_entry_log_msg(const H5AC_t *cache,
\"returned\":%d\
},\n\
"
- , (long long)time(NULL), (unsigned long)address, (int)type_id, (int)fxn_ret_value);
+ , (long long)HDtime(NULL), (unsigned long)address, (int)type_id, (int)fxn_ret_value);
/* Write the log message to the file */
@@ -319,7 +319,7 @@ H5AC__write_flush_cache_log_msg(const H5AC_t *cache,
\"returned\":%d\
},\n\
"
- , (long long)time(NULL), (int)fxn_ret_value);
+ , (long long)HDtime(NULL), (int)fxn_ret_value);
/* Write the log message to the file */
if(H5C_write_log_message(cache, msg) < 0)
@@ -372,7 +372,7 @@ H5AC__write_insert_entry_log_msg(const H5AC_t *cache,
\"returned\":%d\
},\n\
"
- , (long long)time(NULL), (unsigned long)address, flags, type_id,
+ , (long long)HDtime(NULL), (unsigned long)address, flags, type_id,
(int)size, (int)fxn_ret_value);
/* Write the log message to the file */
@@ -420,7 +420,7 @@ H5AC__write_mark_dirty_entry_log_msg(const H5AC_t *cache,
\"returned\":%d\
},\n\
"
- , (long long)time(NULL), (unsigned long)entry->addr, (int)fxn_ret_value);
+ , (long long)HDtime(NULL), (unsigned long)entry->addr, (int)fxn_ret_value);
/* Write the log message to the file */
if(H5C_write_log_message(cache, msg) < 0)
@@ -470,7 +470,7 @@ H5AC__write_move_entry_log_msg(const H5AC_t *cache,
\"returned\":%d\
},\n\
"
- , (long long)time(NULL), (unsigned long)old_addr,
+ , (long long)HDtime(NULL), (unsigned long)old_addr,
(unsigned long)new_addr, type_id, (int)fxn_ret_value);
/* Write the log message to the file */
@@ -518,7 +518,7 @@ H5AC__write_pin_entry_log_msg(const H5AC_t *cache,
\"returned\":%d\
},\n\
"
- , (long long)time(NULL), (unsigned long)entry->addr,
+ , (long long)HDtime(NULL), (unsigned long)entry->addr,
(int)fxn_ret_value);
/* Write the log message to the file */
@@ -570,7 +570,7 @@ H5AC__write_create_fd_log_msg(const H5AC_t *cache,
\"returned\":%d\
},\n\
"
- , (long long)time(NULL), (unsigned long)parent->addr,
+ , (long long)HDtime(NULL), (unsigned long)parent->addr,
(unsigned long)child->addr, (int)fxn_ret_value);
/* Write the log message to the file */
@@ -627,7 +627,7 @@ H5AC__write_protect_entry_log_msg(const H5AC_t *cache,
\"returned\":%d\
},\n\
"
- , (long long)time(NULL), (unsigned long)entry->addr,
+ , (long long)HDtime(NULL), (unsigned long)entry->addr,
rw_s, (int)entry->size, (int)fxn_ret_value);
/* Write the log message to the file */
@@ -677,7 +677,7 @@ H5AC__write_resize_entry_log_msg(const H5AC_t *cache,
\"returned\":%d\
},\n\
"
- , (long long)time(NULL), (unsigned long)entry->addr,
+ , (long long)HDtime(NULL), (unsigned long)entry->addr,
(int)new_size, (int)fxn_ret_value);
/* Write the log message to the file */
@@ -725,7 +725,7 @@ H5AC__write_unpin_entry_log_msg(const H5AC_t *cache,
\"returned\":%d\
},\n\
"
- , (long long)time(NULL), (unsigned long)entry->addr,
+ , (long long)HDtime(NULL), (unsigned long)entry->addr,
(int)fxn_ret_value);
/* Write the log message to the file */
@@ -777,7 +777,7 @@ H5AC__write_destroy_fd_log_msg(const H5AC_t *cache,
\"returned\":%d\
},\n\
"
- , (long long)time(NULL), (unsigned long)parent->addr,
+ , (long long)HDtime(NULL), (unsigned long)parent->addr,
(unsigned long)child->addr, (int)fxn_ret_value);
/* Write the log message to the file */
@@ -829,7 +829,7 @@ H5AC__write_unprotect_entry_log_msg(const H5AC_t *cache,
\"returned\":%d\
},\n\
"
- , (long long)time(NULL), (unsigned long)entry->addr,
+ , (long long)HDtime(NULL), (unsigned long)entry->addr,
type_id, flags, (int)fxn_ret_value);
HDsnprintf(msg, MSG_SIZE, " ");
@@ -878,7 +878,7 @@ H5AC__write_set_cache_config_log_msg(const H5AC_t *cache,
\"returned\":%d\
},\n\
"
- , (long long)time(NULL), (int)fxn_ret_value);
+ , (long long)HDtime(NULL), (int)fxn_ret_value);
/* Write the log message to the file */
diff --git a/src/H5Eprivate.h b/src/H5Eprivate.h
index ba17ada..db413e3 100644
--- a/src/H5Eprivate.h
+++ b/src/H5Eprivate.h
@@ -125,7 +125,7 @@ extern int H5E_mpi_error_str_len;
#define HMPI_ERROR(mpierr){ \
MPI_Error_string(mpierr, H5E_mpi_error_str, &H5E_mpi_error_str_len); \
- HERROR(H5E_INTERNAL, H5E_MPIERRSTR, H5E_mpi_error_str); \
+ HERROR(H5E_INTERNAL, H5E_MPIERRSTR, "%s", H5E_mpi_error_str); \
}
#define HMPI_DONE_ERROR(retcode, str, mpierr){ \
HMPI_ERROR(mpierr); \