summaryrefslogtreecommitdiffstats
path: root/HDF5Examples/FORTRAN
Commit message (Collapse)AuthorAgeFilesLines
* Replace deprecated Fortran 'include mpif.h' with 'USE mpi' (#4031)Christoph Niethammer2024-02-211-1/+1
| | | | | | With MPI 4.1 the use of the mpif.h include file has been deprecated. Codes should transition to USE mpi or USE mpi_f08. Signed-off-by: Christoph Niethammer <niethammer@hlrs.de>
* Fixed spacing issues in example tests. (#3979)Scot Breitenfeld2024-02-0210-33/+43
| | | * The space difference in the Fortran examples must be fixed to match the expected output for compression filter examples.
* Replace 'T2' with ' ' to avoid failure to match expected output due to (#3975)Larry Knox2024-01-315-25/+25
| | | system tab difference.
* Explicitly use PROJECT_BINARY_DIR in target copy location (#3974)Allen Byrne2024-01-301-16/+16
|
* Use props for includes and remove global includes (#3921)Allen Byrne2024-01-044-17/+8
|
* New Fortran Examples added (#3916)Scot Breitenfeld2024-01-0311-32/+893
| | | | | * added subfiling example * Added filtered writes with no selection example
* Added new H5G Fortran HDF5examples (#3908)Scot Breitenfeld2023-12-2226-94/+767
| | | | | | | * updated traverse example * added H5PAR success statement * skipping H5_f90_h5ex_g_traverse
* Add VDS examples and fix non-standalone build (#3898)Allen Byrne2023-12-214-16/+16
| | | | | | | | * Choose a size for rdata dimension * Fix platform naming conflicts * Fix doxygen references to point within library repo
* Add variable option syncing for examples (#3885)Allen Byrne2023-12-145-17/+26
|
* Develop merge examples (#3851)Allen Byrne2023-11-27182-0/+12342
* Merge examples repo into library * Change grepTest to be more fault-tolerant * Update examples macro file * Exclude all Fortran examples from doxygen