AuthorCommitMessageCommit dateIssues
Mohamad ChaarawiMohamad Chaarawi
f4e69ad5794[svn-r26012] make the print format for address overflow error windows friendly.
Scot BreitenfeldScot Breitenfeld
374f064f829[svn-r26011] Added (i.e.re-added) missing h5oget_info_c definition.
Scot BreitenfeldScot Breitenfeld
1e3f530848f[svn-r26010] Fix for:HDFFV-9049 Intel 15.0 15.0.1 Fails with --enable-fortran2003 Added BIND to the Fortran 2003 functions. Tested: windows (tested concept) linux (--enable-fortran and --enable-fortran2003)HDFFV-9049
Scot BreitenfeldScot Breitenfeld
324f087d050[svn-r26009] Code Comment cleanup: ----------------------- Remove the numbers in the comments associated with: H5G_UNKNOWN_F (-1) H5G_LINK_F 0 H5G_GROUP_F 1 H5G_DATASET_F 2 H5G_TYPE_F 3 These should not be defined as a number since they can changed. They should be considered named parameters, not actual values. HDFFV-9040 h5rget_object_type_f returns different types than indicated by APIHDFFV-9040
Mohamad ChaarawiMohamad Chaarawi
543a8d9d865[svn-r26005] fix error return value.minor change.
Mohamad ChaarawiMohamad Chaarawi
5eee1d7d7e3[svn-r26002] move checks on reading/writing beyond file eoa outside of the file drivers and into a centralized place in H5FD_read/write.tested h5committest.
Mohamad ChaarawiMohamad Chaarawi
a24e3e5c866[svn-r25994] revert adding the has_mpi_atomicity feature flag and use the has_mpiflag instead.
Mohamad ChaarawiMohamad Chaarawi
de47d219c9b[svn-r25993] remove last usage of IS_H5FD_MPIO.
Allen ByrneAllen Byrne
21ef17f951a[svn-r25990] Add VFD flush2 depends on flush1 property to test
Allen ByrneAllen Byrne
3b742b733b3[svn-r25987] Use variable instead of hard coded value
Allen ByrneAllen Byrne
aafac8d7701[svn-r25986] HDFFV-9060: Changed test folder to use different test folders for VFDs and regular. Needed to set srcdir env var and specify working folder to the folders where all the reference files were copied.Tested: local linuxHDFFV-9060
Mohamad ChaarawiMohamad Chaarawi
aac2bb61828[svn-r25984] change the message flag H5O_MSG_FLAG_FAIL_IF_UNKNOWN to H5O_MSG_FLAG_FAIL_IF_UNKNOWN_AND_OPEN_FOR_WRITE. Will add a new H5O_MSG_FLAG_FAIL_IF_UNKNOWN_ALWAYS with the new avoid_truncate patch coming later.tested h5committest
Mohamad ChaarawiMohamad Chaarawi
1949c40bfdd[svn-r25983] HDFFV-1125: Eliminate IS_H5FD_MPI() macro use in the library and replace with driver feature flag(s).Add an MPI atomicity feature flag and remove the macro from the library. tested Parallel on Jam.HDFFV-1125
Private HDFPrivate HDF
234e77b3f94[svn-r25981] Snapshot version 1.9 release 211
Scot BreitenfeldScot Breitenfeld
485faa47e78[svn-r25980] Reverting check-in 25978, C_LONG_DOUBLE seems to be 16 bytes sometimes and 10 bytes other times.Not sure why.
Scot BreitenfeldScot Breitenfeld
c6cf45e3e70[svn-r25978] Bug fix for HDFFV-8847Tested: h5committestHDFFV-8847
Private HDFPrivate HDF
d3ddfe842da[svn-r25975] Snapshot version 1.9 release 210
Albert ChengAlbert Cheng
0ebac5f3890[svn-r25971] Update with retirement of AIX 5.3 and addition of AIX 6.1 support.
Mohamad ChaarawiMohamad Chaarawi
50c5f1ab2c7[svn-r25963] Do not remove the prefix in the chunk alloc file, otherwise it makes the H5Fcreate fail when prefix is specified.tested parallel on Jam.
Allen ByrneAllen Byrne
5da20c221e2[svn-r25955] Added Perform and io_timer back into build.Tested: local linux cmake
Albert ChengAlbert Cheng
6a982a7690c[svn-r25954] HDFFV-9046: reorganize hdf5/perform, step 2Last changes had caused problems with Windows platform: 1. H5private.h in io_timer.h is not accessible in the distributed shared library of tools. Need to move it to io_timer.c. 2. debug_start_stop_time() would not be available outside of h5perf. Some favor of compiler does not like it. Screened it out for now. 3. mere "extern" is not good enough for Windows shared library. Must mark the...HDFFV-9046
Allen ByrneAllen Byrne
671006a10da[svn-r25953] Comment out printf statement as it caused system resource issues on Windows. Test now executes in 1/10 of time.Tested: local linux and Windows
Allen ByrneAllen Byrne
6b109315f56[svn-r25951] HDFFV-9054: disable io_timer in tools lib and perform sub-folder due to SHARED compile issues and other issues.HDFFV-9054
Private HDFPrivate HDF
509cd32da25[svn-r25949] Snapshot version 1.9 release 209
Albert ChengAlbert Cheng
fe1bf910425[svn-r25946] Removed debug statments that use //.Tested: env CFLAGS=-ansi buildhdf5 in jam and parallel platypus.
Albert ChengAlbert Cheng
c803666ec23[svn-r25940] HDFFV-9046: reorganize hdf5/perform, step 2 Move timing measurement routines used by h5perf and h5perf_serial to tools/lib so that they can be used by other tools too.tools/lib/io_timer.c tools/lib/io_timer.h tools/perform/io_timer.c tools/perform/io_timer.h renamed perform/io_timer.[ch] to lib/io_timer.[ch] tools/lib/Makefile.am tools/lib/Makefile.in tools/lib/CMakeLists.txt tools/perform/Makefile.in tools/perform/Makefile.am tools/perform/CMakeLists.txt MANIFEST updated due to the move. Tested; h5committest and jam (serial)HDFFV-9046
Allen ByrneAllen Byrne
dcc956f5941[svn-r25938] Remove build and test commands for deleted benchpar.c
Allen ByrneAllen Byrne
7affd93d05d[svn-r25934] Fix incorrectly combined check.
Albert ChengAlbert Cheng
f5d29750185[svn-r25933] updated.
Albert ChengAlbert Cheng
aebc4ae149b[svn-r25932] HDFFV-8902: merge the source code of h5perf and h5perf_serial, stage 1.tools/perform/sio_timer.h: tools/perform/pio_timer.c: tools/perform/io_timer.h: tools/perform/io_timer.c: Renamed pio_timer.[ch] as io_timer.[ch]; merged content of sio_timer.[ch] into io_timer.[ch] so that both h5perf and h5perf_serial call the combined io_timer.[ch]. Moved the debug printing code segment in set_time() in [sp]io_timer.c to as debug_start_stop_time() in [sp]io_p...HDFFV-8902
Quincey KoziolQuincey Koziol
b65eae7aeea[svn-r25929] Description: Clean up EOF code within library and add 'mem_type' parameter to 'get_eof' VFD callback, to avoid various ambiguous situations, particularly with the multi VFD. (Supports changes for 'avoid_truncate' feature also)Tested on: MacOSX/64 10.10.1 (amazon) w/serial & parallel h5committest forthcoming
Quincey KoziolQuincey Koziol
662892e8b18[svn-r25928] Description: Minor code cleanups found while reviewing 'avoid_truncate' changes.Tested on: MacOSX/64 10.10.1 (amazon) w/serial & parallel (too minor to require h5committest)
Private HDFPrivate HDF
b7047b64254[svn-r25924] Snapshot version 1.9 release 208
Scot BreitenfeldScot Breitenfeld
fc8767cf82b[svn-r25923] Added name to the BIND(C) attribute, removed the !DEC$ statements for windows.
Mohamad ChaarawiMohamad Chaarawi
d4e70e8caee[svn-r25922] mpi version check for new mpi 3 features should be >= 3 rather than == 3.
Mohamad ChaarawiMohamad Chaarawi
cbd0460b1b2[svn-r25921] - wrap MPI 3 usage with MPI_VERSION compile time check.- build out unbuffered stdout/err for windows
Scot BreitenfeldScot Breitenfeld
443bc1200f2[svn-r25920] Undo BIND(C) addition.
Allen ByrneAllen Byrne
e0c586cd98d[svn-r25918] If not testing skip building test only programs.
Scot BreitenfeldScot Breitenfeld
51abd359f39[svn-r25917] Added BIND(C) to fortran functions that pass a VALUE.
Private HDFPrivate HDF
c8fea60113a[svn-r25915] Snapshot version 1.9 release 207
Albert ChengAlbert Cheng
9747e63938b[svn-r25913] Updated.
Larry KnoxLarry Knox
1d83ae98b96[svn-r25912] Revert change r25701: Add LD path to HDF5 install directory to address HDFFV-8944.The change broke DESTDIR builds where an older HDF5 is installed in the --prefix directory. The original problem remains. Tested with h5committestHDFFV-8944
Albert ChengAlbert Cheng
91f7c2797f2[svn-r25909] HDFFV-8156: perform/benchpar failed to runBenchpar.c is retired/deleted. If it is ever needed, it can be retrieved from the SVN repository or even previous version of HDF5 source code. Tested: jam parallel make passed.HDFFV-8156
Albert ChengAlbert Cheng
73ccd8a4b32[svn-r25908] Cleaned up typos comments from last commit.Tested: just eyeball since changes are cosmetic.
Allen ByrneAllen Byrne
6b3e39f9e7a[svn-r25905] Fix CMP0054 warning
Allen ByrneAllen Byrne
98958b530a1[svn-r25904] Fix CMP0054 warning
Allen ByrneAllen Byrne
3f2ce7aebc1[svn-r25902] Fix CMP0053 warning
Albert ChengAlbert Cheng
d9ba0ae35fc[svn-r25900] HDFFV-9046: reorganize hdf5/perform/ directory Moved perform/ to tools/perform. Updated all the configure related files for the new location. Tested: h5committested plus tested in jam and kite.HDFFV-9046
Allen ByrneAllen Byrne
4c24346fe1c[svn-r25898] Replace 7zip required command with cmake command
Albert ChengAlbert Cheng
3eaa80b0d34[svn-r25891] Updated online help page to match what the command does now.Tested: "bin/release -h" and visual inspect the output to be correct.