Network

 
AuthorCommitMessageCommit Date
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 upda...
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_perf.c where it...
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 h5committest
Albert ChengAlbert Cheng
91f7c2797f2[svn-r25909] HDFFV-8156: perform/benchpar failed to run Benchpar.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.
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.
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.
Private HDFPrivate HDF
118710f3606[svn-r25886] Snapshot version 1.9 release 206
Quincey KoziolQuincey Koziol
c0ec3bf38eb[svn-r25884] Description: Minor code cleanups found while reviewing 'avoid truncate' branch. Tested on: MacOSX/64 10.10.1 (amazon) w/serial & parallel (too minor to require h5committest)
Quincey KoziolQuincey Koziol
8368e9b6844[svn-r25881] Description: Minor code/comment cleanups, found while reviewing 'avoid truncate' code. Tested on: MacOSX/64 10.10.1 (amazon) w/serial & parallel (Too minor to require h5committest)
Allen ByrneAllen Byrne
bb9460b27de[svn-r25880] Test if binary folder exists
Albert ChengAlbert Cheng
609636acaa9[svn-r25876] DAILYTEST-31: Fix cmakehdf5 for Daily Test use Fix cmakehdf5 so that it can figure out where the source directory is. It expects cmakehdf5 itself resides at $srcdir/bin/cmamkehdf5. Tested: Jam by invoking cmakehdf4 with different paths.
Albert ChengAlbert Cheng
ff7783bbc86[svn-r25871] Updated with new options of cmakehdf5.
Albert ChengAlbert Cheng
b3852a9f1e4[svn-r25870] HDFFV-8932: configure options added to enable or disable the building of different language API's and testings. See "cmakehdf5 --help" for details. Tested: jam using different combinations of option and verified correctness by inspeacting libhdf5.settings output.
Allen ByrneAllen Byrne
b21f51c38fe[svn-r25868] HDFFV-9041: Definitions needed to be a semi-colon separated list.
Private HDFPrivate HDF
c1763bef531[svn-r25864] Snapshot version 1.9 release 205
Mohamad ChaarawiMohamad Chaarawi
13f92a76dd3[svn-r25584] need to use MPI_Count and corresponding _x check routines post read/write to handle big counts.
Mohamad ChaarawiMohamad Chaarawi
d77d30d7e2eM[svn-r25581] merge from trunk.
Mohamad ChaarawiMohamad Chaarawi
a40b10629f8M[svn-r25558] merge from trunk.
Mohamad ChaarawiMohamad Chaarawi
741cec54fbaM[svn-r25517] merge from trunk.
Mohamad ChaarawiMohamad Chaarawi
abed4072a66[svn-r25413] minor update.
Mohamad ChaarawiMohamad Chaarawi
774e15eb868M[svn-r25410] merge from trunk.
Mohamad ChaarawiMohamad Chaarawi
3bd0ea86b66[svn-r25406] - adding more BigIO support - handle point selections - add standalone test for now - many pieces still not tested
Mohamad ChaarawiMohamad Chaarawi
4e15275bf45[svn-r25391] minor changes.
Mohamad ChaarawiMohamad Chaarawi
4e4c450da09M[svn-r25387] some fixes
Mohamad ChaarawiMohamad Chaarawi
13639700cd6M[svn-r25385] merge from trunk.
Mohamad ChaarawiMohamad Chaarawi
305e7f0fa75[svn-r20912] - handling large conversions to MPI_Datatypes in all & hyperslab selection - add a simple test case - don't bother testing now as ROMIO does not support writing more than 2GB per function call
Binh-Minh RiblerBinh-Minh Ribler
2591f6965ba[svn-r27474] Description: Reversed the previous commit because the PROJECT_NUMBER string is generated by h5vers and Larry will fix h5vers to put the "" in.
Binh-Minh RiblerBinh-Minh Ribler
a46a7d4ab6d[svn-r27472] Description: Put "" around PROJECT_NUMBER string, otherwise, Doxygen would remove all the spaces when displaying. Platform tested: Re-run Doxygen on cpp_doc_config and verified the html files on a Windows 7 machine.
Elena PourmalElena Pourmal
83f201f08b0[svn-r27149] Maintenance: changed suffix to post1 after tagging the HDF5 1.8.15-patch1 release.