Network

 
AuthorCommitMessageCommit Date
Jordan HendersonJordan Henderson
2485fcb40ebRemove unnecessary num_chunks_selected_array from H5D__construct_filtered_io_info_list
Jordan HendersonJordan Henderson
b5b6b2d4e2eMultiple Bug Fixes Add comments explaining different variables Check more overflow/conversion sign change issues
Jordan HendersonJordan Henderson
00f3c187527Fix bug with chunk data updating
Jordan HendersonJordan Henderson
2469d1a3cd4Test code for sending chunk modification data around
Jordan HendersonJordan Henderson
edf390e1a44Clean up H5Dmpio.c warnings
Jordan HendersonJordan Henderson
a93e36e07efFor sake of complexity, force multi chunk IO for parallel filtered read
Jordan HendersonJordan Henderson
5ae19479909Code refactoring Modify single chunk entry function to handle both read and write cases Store array of MPI derived types in Multi-chunk IO so that all freeing can be done at end instead of during processing Add read support for Multi-chunk IO only currently
Jordan HendersonJordan Henderson
b49dd4583fcClean up const and other warnings Add notes about need for another minor error code
Jordan HendersonJordan Henderson
9c5b4e07461Update documentation for link and multi chunk IO
Jordan HendersonJordan Henderson
16b6ca0aa9dMajor cleanup Separate update phase for chunk entry into its own function, since code for multi-chunk IO and link-chunk IO is exactly the same Remove last IO mode code from multi-chunk IO, since filtered collective writes cannot break to independent IO mode Fix collective overlapping IO for multi-chunk IO by iterating equal to the max number of chunks on any process Make hard separation between collective read and write since trying to mix the two into one loop becomes messy Add prelimin...
Jordan HendersonJordan Henderson
57006adbdb0Add chunk redistribution for shared chunks Remove check for process having a selection as this needs to be reworked
Jordan HendersonJordan Henderson
480ef3b976cEliminate owner field Work on redistributing shared chunks
Jordan HendersonJordan Henderson
51fdc37cecaSwitch working branch from master to develop
Jordan HendersonJordan Henderson
cdf0951c7abAdd data verification for first half of tests
Jordan HendersonJordan Henderson
e10cd3bdcf0Start adding data verification
Jordan HendersonJordan Henderson
98427ceef02Switch tests over to use testing macros
Allen ByrneAllen Byrne
44f265750c5HDFFV-10188 error on NULL dataspace
Jordan HendersonJordan Henderson
64f6c146d9dUpdates to parallel filters tests
Jordan HendersonJordan Henderson
e1965979264Move test files to testpar directory
Jordan HendersonJordan Henderson
022053ecb9fAdd test file to build process
Scot BreitenfeldScot Breitenfeld
fe4194ae5eechanged comments, (HDFFV-10037)
Scot BreitenfeldScot Breitenfeld
f52a32e119dchanged the test for NAG fortran compiler, (HDFFV-10037)
Allen ByrneAllen Byrne
9c428094b73Fix misnamed file in test script
Allen ByrneAllen Byrne
d61ea0fce99Add h5repack tests for paged aggregation
Dana RobinsonDana Robinson
77b2493be06Moved H5PL diagnostic pragmas to comply with old gcc requirements that they be outside of functions.
Allen ByrneAllen Byrne
6865f7979ebHDFFV-10256 add release note
Scot BreitenfeldScot Breitenfeld
c9ffcbcfd9aadded test for NAG compiler and use the FC_BASENAME for NAG detection, (HDFFV-10037)
Scot BreitenfeldScot Breitenfeld
b97f1281a64added test for NAG compiler and use the FC_BASENAME for NAG detection, (HDFFV-10037)
Allen ByrneAllen Byrne
33ed5fb5370HDFFV-10256 Add test
Allen ByrneAllen Byrne
331d52e3145HDFFV-10256 correct len of string copy to the len of esc string
Scot BreitenfeldScot Breitenfeld
905a5131f07Removed extra Fortran flags, (HDFFV-10037)
Dana RobinsonDana Robinson
f9bf2c42390Minor tweaks in response to code review.
Vailin ChoiVailin Choi
7b4ddb79837Add h5repack tests for paged aggregation Add tests to h5repack.sh.in to verify options added for paged aggregation work as expected.
Scot BreitenfeldScot Breitenfeld
6efa8b4bcab Rearranged where the substitution occurs. libtool does not pass the correct argument linking (-WL,-WL,,) for the NAG Fortran compiler on Linux (other OSs have not been tested). Therefore, detect if we are using the NAG Fortran compiler, and replace the wl="-Wl," for Fortran to wl="-Wl,-WL,," in the libtool file. (HDFFV-10037)
Scot BreitenfeldScot Breitenfeld
5d80e4b1de6added chmod 755 for h5fc
Scot BreitenfeldScot Breitenfeld
2351ed42d7bremoved chmod 755 for h5fc
Scot BreitenfeldScot Breitenfeld
f9de2dbdef2libtool does not pass the correct argument linking (-WL,-WL,,) for the NAG Fortran compiler on Linux (other OSs have not been tested). Therefore, detect if we are using the NAG Fortran compiler, and replace the wl="-Wl," for Fortran to wl="-Wl,-WL,," in the libtool file. (HDFFV-10037)
Allen ByrneAllen Byrne
d3372d44791if PARALLEL copy seconf file to PAR folder
Scot BreitenfeldScot Breitenfeld
c0f9acc5ad2Removed FCFLAGS when building the examples since they should already be included the h5fc wrapper. NAG complains about doubly declared options.
Allen ByrneAllen Byrne
f9fbcbe48bbAdd test header for log
Allen ByrneAllen Byrne
4dfccf17689Verify default paths exist in table
Allen ByrneAllen Byrne
161e3ff64dfMake sure zip_perf program does not run concurrently
Allen ByrneAllen Byrne
b81949260bbAdd the release note
Allen ByrneAllen Byrne
d1eb6fbd36cCorrect copy to file name
Allen ByrneAllen Byrne
cd7a113b39fHDFFV-10246 Add check for string not null before use
Allen ByrneAllen Byrne
ebac8abcca6Correct case of var
Dana RobinsonDana Robinson
9f1fbf52940Closed a wayward fapl ID in tools/test/misc/repart_test.c and tidied.
Dana RobinsonDana Robinson
d43eefb0f3fStripped C standard library headers from tools test code.
Vailin ChoiVailin Choi
686fd30b009Skip test in test/fheap.c when: a) multi/split drivers and b) persisting free-space or using paged aggregation strategy because the library will fail file creation (temporary) for the above conditions.
Vailin ChoiVailin Choi
c3a6ea5dd71Changes made based on RFC review comments Test the changes in a branch via daily testing.