summaryrefslogtreecommitdiffstats
path: root/testpar
Commit message (Collapse)AuthorAgeFilesLines
* TRILAB-192 - merge changes from developAllen Byrne2020-04-071-0/+2
| | | | Single source, config files, for warnings for both autotools and CMake. Update CMake libraries, tools, tests to use correct flags.
* Autotools reconfigure updateAllen Byrne2020-03-311-1/+3
|
* Merge changes from other branchesAllen Byrne2020-02-291-1/+1
|
* revert type castkmu2020-02-281-3/+3
|
* Merfge changes to CMake test options and add sanitizersAllen Byrne2020-01-201-1/+3
|
* Merge pull request #2244 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings ↵Kimmy Mu2020-01-101-2/+2
| | | | | | | to develop * commit '6b1b4b3c0bdd803835efe8c531965bb9900a5363': fix test assert fail error
* Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings ↵Kimmy Mu2020-01-102-6/+6
| | | | | | | | | | | | | | | | | | | | | | to develop * commit '0a2bb11b248df6841daabca3970df5d8504adfc7': address problems from comments fix and address comments change according to previous comments add missing piece remove unnecessary check macro fix intel compile warnings Revert "fix warnings from Intel compiler" Revert "fix warnings and some text alignment" Revert "let hdf5 pick up the right compiler in Intel environment" Revert "fix issues from previous PR comments" Revert "using a different MACRO" using a different MACRO fix issues from previous PR comments let hdf5 pick up the right compiler in Intel environment fix warnings and some text alignment fix warnings from Intel compiler
* Fix MPI depends nameAllen Byrne2019-10-231-0/+3
|
* Ran bin/reconfigurebyrn2019-10-071-0/+3
|
* make check should run testpflush1 and 2 with testpflush.sh script instead of ↵Larry Knox2019-08-282-12/+28
| | | | running them directly.
* Add changes to Makefile.in files and four H5e*.h files from running ↵Larry Knox2019-08-281-4/+5
| | | | bin/reconfigur.
* Add script and update mostly whitespaceAllen Byrne2019-08-2810-293/+274
|
* fix get gethostname for windowsAllen Byrne2019-08-281-0/+2
|
* OESS-29 Fix shared MPI builds, more HD prefixAllen Byrne2019-08-226-155/+156
|
* Fix parallel compile errorsAllen Byrne2019-08-212-583/+560
|
* Mostly whitespace plus fix broken perf_serialAllen Byrne2019-08-1511-4786/+4635
|
* Merge of HDFFV-10845, 10529 from developAllen Byrne2019-07-273-68/+148
|
* Reconfigured autoconf filesdpopat2019-07-191-0/+2
|
* Correct cmake syntaxAllen Byrne2019-04-111-1/+1
|
* Correct test nameAllen Byrne2019-04-101-1/+1
|
* Merge in CMake changes from developAllen Byrne2019-04-042-8/+64
|
* Merge CMake changes from 1.10 to 1.8Allen Byrne2018-10-021-20/+17
|
* Change CMake min to 3.10Allen Byrne2018-03-091-1/+1
|
* HDFFV-10392,10393,01385 merge from developAllen Byrne2018-01-221-2/+0
|
* Fix link_libs and static CRT fortranAllen Byrne2018-01-051-2/+2
|
* Update link target commandsAllen Byrne2017-12-211-2/+8
|
* Add assignment to get value from environment variable realtimeOutput.lrknox2017-12-041-22/+56
| | | | Propagate changes to Makefile.ins with bin/reconfigure.
* HDFFV-10321 merge from developAllen Byrne2017-11-022-5/+5
|
* Merge branch '1.8/master' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 ↵lrknox2017-08-251-4/+2
|\ | | | | | | into hdf5_1_8
| * Disable building of libdynlib* dynamically loaded plugin test librarieslrknox2017-06-141-0/+1
| | | | | | | | | | | | | | on CYGWIN. Added known problem entry to RELEASE.txt. Set version for 1.8.19 release. Barbara updated contents of README.txt file.
| * Moved libdynlib* plugin test libraries to noist_LT_LIBRARIES with addedlrknox2017-06-121-4/+1
| | | | | | | | | | | | | | flag '-rpath /nowhere' to stop them being installed while keeping them from linking with libhdf5, etc. Incremented version to 1.8.19-pre1 and ran bin/release to create tar and zip files for testing.
* | generated reconfigure files for configure changesM. Scot Breitenfeld2017-08-041-0/+1
|/
* Update text in COPYING files in subdirectories to match changes tolrknox2017-05-242-7/+15
| | | | | | | | | copyright notices in source files. Update Copyright notices in acsite.m4 and bin/yodconfigure that were overlooked by chkcopyright. Remove broken and unnecessary urls from comments in hl/fortran/src/H5IMcc.c and hl/src/H5IM.c. Commit bin/reconfigure changes to generated files.
* Change copyright headers to replace url referring to file to belrknox2017-05-1622-132/+88
| | | | removed and replace it with new url for COPYING file.
* Move libdynlib* test lib files from lib_LTLIBRARIES to dyn_LTLIBRARIESlrknox2017-05-101-2/+5
| | | | | | and other changes to Makefiles and config/conclude.am to eliminate link errors with new libdynlib*_la_LDFLAGS which were added to stop libdynlib* files linking to external libraries.
* Merge/port changes from develop back to 1.8 for tools and cmakeAllen Byrne2017-03-296-8/+8
|
* HDFFV-9875 Bring changes from develop branchAllen Byrne2017-02-061-10/+10
|
* Update CMake required to version 3.2.2Allen Byrne2017-01-181-1/+1
|
* Update shared object file numbers according to changes in v1.8.18 release.lrknox2016-11-011-11/+23
| | | | | Update autotools and libtool versions. Run bin/reconfigure.
* [svn-r30278] Merge revision 30270 to the 1.8 branchNeil Fortner2016-08-113-0/+92
| | | | | | | | Fix an issue that could occur when allocating a chunked dataset in parallel, with an alignment threshold set to be larger than the chunk size but smaller than the size of the small data aggregator. Tested: h5committest, jelly, ummon (trunk); h5committest, jelly, ummon (1.8)
* [svn-r27532] Merge of CMake dual-binary changes from CMake branch to 1.8Allen Byrne2015-08-191-4/+4
| | | | Tested: local linux (CMake branch has been tested on Windows)
* [svn-r27429] merge 27427 from trunk:Mohamad Chaarawi2015-07-241-0/+3
| | | | | | | - free comm keyval after setting atribute on comm_self - free allocated buffer in t_file_image test tested on jam with parallel.
* [svn-r27179] Merge 27162 & 27163 from trunk:Mohamad Chaarawi2015-06-104-9/+97
| | | | | | | | fix for HDFFV-9412: - Check for mpi is_initialized and is_finalized before making MPI calls in init/terminate of HDF5. - Add a test to make sure we can make serial HDF5 calls from rank 0 after MPI_Finalize is called. tested with h5committest
* [svn-r27165] Merge 27133 & 27158 from trunk:Mohamad Chaarawi2015-06-081-12/+12
| | | | | | | | | - Add a new attribute function characterstic for format: * H5_ATTR_FORMAT(X,Y,Z) __attribute__((format(X, Y, Z))) - Rename UNUSED attribute characterstic to H5_ATTR_UNUSED. - Rename NORETURN attribute characterstic to H5_ATTR_NORETURN tested with h5committest.
* [svn-r26728] Merge trunk reviwions 26669 and 26670.Larry Knox2015-04-041-1/+0
| | | | | | Removed from configure.ac VPATH section, LONE_COLON check and checks for redundant addition of /usr/include and /usr/lib to compile flags, with reconfigure. Tested h5committest
* [svn-r26697] HDFFV-9131: Remove obsolete/unneeded sections.Allen Byrne2015-04-011-2/+0
|
* [svn-r26600] Fix CMake target calls to add new parameterAllen Byrne2015-03-261-2/+2
|
* [svn-r26582] Merge r26509 from trunkJerome Soumagne2015-03-251-2/+0
| | | | Run reconfigure after merges from autotools_rework branch
* [svn-r26413] Merge of r26276 from trunk.Dana Robinson2015-03-101-2/+1
| | | | | | | | | | | | | | | | | | | | | | Cleans up time functions in the autotools input files. - Lumps all the time functionality together in configure.ac. This was previously more spread out due to Solaris issues with the ordering of certain checks. - Removes processing that handles __tm_gmtoff members of struct tm. (libc-4) - Removes BSDgettimeofday(). (IRIX 5.3) - Removes timezone struct processing in gettimeofday(). (considered harmful) Fixes: HDFFV-9083 and HDFFV-9085 Tested on: h5committest OS X (quail) Solaris (emu)
* [svn-r26395] Merges r26329 from trunkDana Robinson2015-03-093-36/+24
| | | | | | | | | | | | | | Removed the configure option that allows selective disabling of individual internal filters (fletcher32, shuffle, etc.). This feature mucked up the code with a lot of #ifdefs, saved very little space and was not scalable to a general scheme for library size reduction. We've decided to remove the feature while we investigate a more general scheme for decreasing the library size. Fixes: HDFFV-9086 Tested on: h5committest