summaryrefslogtreecommitdiffstats
path: root/fortran/test
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix fortran test and test library linkingAllen Byrne2019-06-231-6/+6
|
* Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-211-2/+0
| | | | clean up warnings.
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-06-191-26/+28
|\ | | | | | | | | * commit 'b9ec6a6400a556b1250c249e158c4fffafccd550': fixed pass_through vol
| * Merge pull request #1746 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2019-06-191-26/+28
| |\ | | | | | | | | | | | | * commit 'a67c578e4b9275fa12b427b6e13021536838a448': fixed pass_through vol
| | * fixed pass_through volM. Scot Breitenfeld2019-06-181-26/+28
| | |
* | | Cleanup possible CMake target conflictsAllen Byrne2019-06-191-5/+4
|/ /
* | HDFFV-10805 Add option to only build shared targetsAllen Byrne2019-06-182-487/+238
|/ | | | | HDFFV-10805 Add ONLY_SHARED_LIBS option and prefer shared over static HDFFV-10803 Update FindSZIP.cmake find module Remove unneeded modules and update java modules
* fixed linked library for testingM. Scot Breitenfeld2019-06-141-1/+1
|
* added missing MOD dependencyM. Scot Breitenfeld2019-06-143-7/+5
|
* added missing MOD dependencyM. Scot Breitenfeld2019-06-141-2/+0
|
* updated static vol_connector buildM. Scot Breitenfeld2019-06-131-1/+1
|
* Merge branch 'develop' of ↵M. Scot Breitenfeld2019-06-133-24/+29
|\ | | | | | | ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into develop
| * Merge branch 'develop' of ↵M. Scot Breitenfeld2019-06-131-7/+20
| |\ | | | | | | | | | ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into develop
| | * fixed invalid pointerM. Scot Breitenfeld2019-06-131-7/+20
| | |
| * | fixed dependenciesM. Scot Breitenfeld2019-06-132-5/+9
| |/
| * removed unregistering native volM. Scot Breitenfeld2019-06-131-12/+0
| |
* | updated static vol_connector buildM. Scot Breitenfeld2019-06-131-2/+18
|/
* fix for cycle dependencyM. Scot Breitenfeld2019-06-131-0/+21
|
* makefile clean-upM. Scot Breitenfeld2019-06-121-2/+0
|
* move the vol_info to an optional parameterM. Scot Breitenfeld2019-06-111-7/+5
|
* added H5Pset_volM. Scot Breitenfeld2019-05-221-0/+97
|
* added vol connectorM. Scot Breitenfeld2019-05-161-0/+8
|
* added test for vol_connectorM. Scot Breitenfeld2019-05-161-0/+61
|
* removed H5VL constantsM. Scot Breitenfeld2019-05-163-259/+0
|
* removed VOLL NULL connector and replaced it with native VOLM. Scot Breitenfeld2019-05-163-51/+23
|
* added connector_name testM. Scot Breitenfeld2019-04-241-2/+10
|
* added missing filesM. Scot Breitenfeld2019-04-244-0/+444
|
* Merge branch 'develop' into H10621M. Scot Breitenfeld2019-04-242-7/+55
|\
| * Add C++, Java, and FORTRAN wrappers and tests for H5Fget_filenoQuincey Koziol2019-04-141-0/+29
| |
| * HDFFV-10365: Changes as described in the RFC: H5Sencode/H5Sdecode Format Change.Vailin Choi2019-04-061-7/+26
| | | | | | | | This also addresses HDFFV-10255: H5Sencode/decode performance issue.
* | added more testsM. Scot Breitenfeld2019-03-111-0/+24
|/
* HDFFV-10703 Update CMake commands to latest standardAllen Byrne2019-02-151-1/+1
|
* Remove F2003 Option and referencesAllen Byrne2019-02-061-37/+33
|
* Fix for Fortran failures.Dana Robinson2019-01-111-4/+4
|
* Merge pull request #1409 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:J10443 to developScot Breitenfeld2019-01-081-22/+368
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b4d4d371a03158c39f120b1bde6c4bd51f1b2eb6': HDFFV-10443: Add "field" parameter to H5Oinfo* and H5Ovisit* APIs. Added chunked dataset, H5S_ALL test typo typo updated defined constants Documented HDFFV-10652 HDFFV-10652 Implemented a process-0 read and then broadcast for collective read of full datasets (H5S_ALL) by all the processes in the file communicator. Removed reason for breaking read-proc0-and-bcast switched to using CX instead of a global var. HDFFV-10652 Implemented a process-0 read and then broadcast for collective read of full datasets (H5S_ALL) by all the processes in the file communicator.
| * HDFFV-10443: Add "field" parameter to H5Oinfo* and H5Ovisit* APIs.Scot Breitenfeld2019-01-081-22/+368
| |
* | Fortran wrappers for dataset obj header minimization API calls.Dana Robinson2019-01-082-1/+52
|/
* VOL FEATUREDana Robinson2018-10-101-1/+18
|
* Develop normalization with vol_integration.Dana Robinson2018-09-191-2/+0
| | | | | Mostly peripheral things like the tools and wrappers, with just enough core library code to support that.
* HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F does ↵M. Scot Breitenfeld2018-06-081-1/+75
| | | | | | not work properly h5fget_obj_count_f with H5F_OBJ_ALL_F counted objects created in h5open_f, which should not be included in the count. The function now returns the correct number of objects (i.e., objects created in h5open are not included in the total).
* Add fortran MPI to test and exampleAllen Byrne2018-06-061-2/+2
|
* Remove link flag from compile commandAllen Byrne2018-05-221-6/+0
|
* Use set_property for MT flagAllen Byrne2018-05-071-6/+9
|
* Correct command usageAllen Byrne2018-05-071-12/+12
|
* Remove APPENDAllen Byrne2018-05-031-13/+13
|
* Revert to old style for LINK_FLAGS gen expr not workingAllen Byrne2018-05-031-78/+117
|
* LINK_FLAGS must be separate property setsAllen Byrne2018-05-031-40/+80
|
* Fix link flags syntaxAllen Byrne2018-05-031-39/+39
|
* Revert refactor link flagsAllen Byrne2018-05-021-41/+39
|
* refactor link flags to interfaceAllen Byrne2018-05-021-46/+51
|