summaryrefslogtreecommitdiffstats
path: root/fortran/testpar/CMakeTests.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Subfiling Fortran wrapper work. (#2143)Scot Breitenfeld2022-10-061-0/+1
| | | | | | | | | | | | | | | | | * added C ref. for Fortran constants * added C ref. for Fortran constants * move constant paramters to H5* module listing * added back comment * Fortran subfiling and ioc FD with tests. H5Pset/get_mpi_params wrappers with tests, misc.. parallel test clean-up. * misc. fixes * fixed CMake testpar issues, formatted, misc. updates * updated tests
* Update license url part2 (#333)Larry Knox2021-02-171-1/+1
| | | | | | * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - files not in src or test.
* Refactor mpi test namesAllen Byrne2019-02-111-1/+1
|
* Rename parallel tests to start with PAR_Allen Byrne2019-02-111-1/+1
|
* Correct usage of MPI varsAllen Byrne2017-11-011-1/+1
|
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-251-0/+11
| | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
* [svn-r24948] Group tests by Common nameAllen Byrne2014-04-021-1/+1
| | | | | | Remove WIN32 AND NOT CYGWIN if blocks - should be just WIN32 Tested: local linux CMake
* [svn-r24782] HDFFV-8700 -Allen Byrne2014-03-111-1/+1
| | | | KitWare recommendations: Change CMake commands to lower case.
* [svn-r24029] Move TESTS to seperate file to allow easier editing by all ↵Allen Byrne2013-08-191-0/+7
developers. Tested: local linux