summaryrefslogtreecommitdiffstats
path: root/fortran/test
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Fix defs and additional MSVC itemsAllen Byrne2018-05-021-4/+3
|
* TRILABS-19 fix syntax for windowsAllen Byrne2018-05-021-6/+6
|
* TRILABS-19 Link flags need - characterAllen Byrne2018-05-021-13/+13
|
* TRILABS-19 fix fortran link flagsAllen Byrne2018-04-301-12/+12
|
* TRILABS-19 Refactor fortran propertiesAllen Byrne2018-04-301-99/+188
|
* TRILABS-19 remove add_defintions and use generator expressionsAllen Byrne2018-04-261-113/+77
|
* TRILABS-20 set a compiler name on all project commandsAllen Byrne2018-04-201-1/+1
|
* TRILABS-19 Initial conversion of include_directories to targetsAllen Byrne2018-04-171-8/+11
|
* HDFFV-10444 fix soversion numbers for librariesAllen Byrne2018-04-101-4/+4
|