summaryrefslogtreecommitdiffstats
path: root/hl/fortran
Commit message (Collapse)AuthorAgeFilesLines
* Clang-format of source filesAllen Byrne2020-09-307-2265/+1870
|
* OESS-98 merge with clang-format changesAllen Byrne2020-09-251-3/+3
|
* CMake and script changes for clang-formatAllen Byrne2020-09-041-2/+13
|
* Removes staff email addresses from the repositoryDana Robinson2020-08-077-80/+80
| | | | Removes redundant C library headers from hl library
* HDFFV-11116 Add option for install location of Fortran MOD filesAllen Byrne2020-07-091-1/+20
|
* Merge pull request #2610 in HDFFV/hdf5 from ↵David Young2020-06-161-2/+2
|\ | | | | | | | | | | | | ~DYOUNG/werror:hdffv-11060-examples-destdir to develop * commit '4cebd8aa6c965fe2e5dde6dbff36b2be3ca58bf1': Make examples installation respect DESTDIR. Fixes HDFFV-11060.
| * Make examples installation respect DESTDIR. FixesDavid Young2020-05-261-2/+2
| | | | | | | | HDFFV-11060.
* | Removed trailing space from Fortran files.Dana Robinson2020-05-268-252/+252
|/
* Trim trailing whitespaceQuincey Koziol2020-04-208-72/+72
|
* Remove overzealous additionsAllen Byrne2020-04-052-3/+1
|
* Flag construction must be after compiler detectionAllen Byrne2020-04-053-59/+27
|
* TRILAB-192 add c++ and fortran warnings build systems one fileAllen Byrne2020-04-053-43/+24
|
* TRILAB-142 Change minimum CMake version to 3.12Allen Byrne2020-02-214-4/+4
|
* HDFFV-11012 - add correct fortran include path propertiesAllen Byrne2020-02-041-2/+2
|
* HDFFV-11001 fix if blockAllen Byrne2020-01-151-3/+2
|
* HDFFV-11001 need to qualify all by parallel or serial typesAllen Byrne2020-01-152-2/+2
|
* HDFFV-11001 Add fine control over testingAllen Byrne2020-01-153-4/+7
|
* Let us override the examples directory using --with-examplesdir=DIR.David Young2019-10-032-3/+3
| | | | | | | | | This is handy for NetBSD where HDF5 examples are installed by convention in $prefix/share/examples/hdf5/ rather than in ${prefix}/share/hdf5_examples/, which is the HDF5 default. Place hdf5_examples/ under ${datarootdir} which on most systems will be ${prefix}/share/, anyway.
* Under the examples directories, always find the installed HDF5David Young2019-10-031-1/+1
| | | | | | | | | | executables and scripts using @prefix@ instead of a relative path, because the number of ../ in the relative path will be different on NetBSD than on other systems. Examples on NetBSD are installed at ${prefix}/share/examples/hdf5/ instead of at ${prefix}/share/hdf5_examples/, by convention. It may be the same on other BSDs, I'm not sure.
* Merge pull request #1826 in HDFFV/hdf5 from ↵Dana Robinson2019-08-013-4/+3
|\ | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:develop_minor_pr to develop * commit '4227b8948d7091205b4f8dc1271d7dcae01bb0fb': Reverts the removal of config/conclude_fc.am while keeping the changes to config/gnu-fflags. Fixed a couple of typos.
| * Reverts the removal of config/conclude_fc.am while keepingDana Robinson2019-08-013-4/+3
| | | | | | | | the changes to config/gnu-fflags.
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-07-293-3/+4
|\ \ | |/ | | | | | | | | | | | | * commit 'd169391529f253a9903b8e6cacf38c59ceefab07': Parallel Fortran tests now use the MPI module instead of including mpif.h. First stab at gfortran versions. Tested on gfortran 7-9 so far. Moved the -std=f2008 option to gfortran 9 for now. Updated gfortran options. * Removed conclude_fc.am, which was causing verbose builds. Need to investigate more, though. * Added gfortran 9 warnings and flags. This will need to be separated into other version blocks based on when the options first appeared. * The standard is now explicitly set at 2008.
| * Merge pull request #1808 in HDFFV/hdf5 from ↵Dana Robinson2019-07-293-3/+4
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:gnu-flags-work to develop * commit '7d291d059da6287f769951c4854c566da0b93ce8': Parallel Fortran tests now use the MPI module instead of including mpif.h. First stab at gfortran versions. Tested on gfortran 7-9 so far. Moved the -std=f2008 option to gfortran 9 for now. Updated gfortran options. * Removed conclude_fc.am, which was causing verbose builds. Need to investigate more, though. * Added gfortran 9 warnings and flags. This will need to be separated into other version blocks based on when the options first appeared. * The standard is now explicitly set at 2008.
| | * Updated gfortran options.Dana Robinson2019-07-173-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | * Removed conclude_fc.am, which was causing verbose builds. Need to investigate more, though. * Added gfortran 9 warnings and flags. This will need to be separated into other version blocks based on when the options first appeared. * The standard is now explicitly set at 2008.
* | | HDFFV-10529 Update CMake tests to use test fixturesAllen Byrne2019-07-232-13/+18
|/ /
* | HDFFV-10845 use of TARGETFILE disables auto emulatorAllen Byrne2019-07-172-2/+4
| |
* | HDFFV-10845 add_custom_command requires emulatorAllen Byrne2019-07-171-2/+2
|/
* HDFFV-10581 fix locations for static pdb filesAllen Byrne2019-07-081-2/+2
|
* Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-213-4/+4
| | | | clean up warnings.
* HDFFV-10805 Add option to only build shared targetsAllen Byrne2019-06-184-187/+166
| | | | | 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
* Add options to enable or disable building tools and tests. The defaultLarry Knox2019-06-061-1/+7
| | | | is enabled for each.
* HDFFV-10738 Wrong INTENT for H5LTread_dataset_double_fM. Scot Breitenfeld2019-03-254-31/+31
| | | | | | Fixed. Also fixed INTENT issues for H5DS, H5IM and H5TB when reading or getting.
* HDFFV-10703 Update CMake commands to latest standardAllen Byrne2019-02-152-4/+4
|
* Remove install-exec-hook from hl/fortran/Makefile.am.Larry Knox2019-01-072-14/+4
| | | | Add check for existing links in hl/fortran/src/Makefile.am.
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Larry Knox2019-01-051-0/+14
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '0e34f0feaaeb6d2286f87f695f25fae45c070a42': (26 commits) HDFFV-10664 update reference file HDFFV-10664 update reference files HDFFV-10664 add missing function and check for restriction Remove "bad" statements at end of TEST_ERROR. Formerly arguments to FAIL_PUTS_ERROR Add RELEASE.txt entry for HDFFV-10596. Add semicolon at end of TEST_ERROR() invocation for consistency. Uninstall should remove the libhdf5_hl_fortran links. Add symlinks named libhdf5_hl_fortran* to libhdf5hl_fortran in Makefile.am to match cmake install and the name pattern for other hl lib files. Change FAIL_PUTS_ERROR to TEST_ERROR. Cleaned up the parallel flush test and set t_pflush1 to always fail. Also set CMake to handle this. Update calls: H5Dcreate to H5Dcreate2, H5Acreate to H5Acreate2. Removed a comment. Fix comment Align H5Lcreate_ud behavior with documentation for NULL udata pointer Update toolchain comment Use c99 standard cmake variable Add PGI toolchain Correction based on code review. HDFFV-10664 add check for state before set call HDFFV-10546 refactor variable name ...
| * Uninstall should remove the libhdf5_hl_fortran links.Larry Knox2019-01-041-0/+1
| |
| * Add symlinks named libhdf5_hl_fortran* to libhdf5hl_fortran inLarry Knox2019-01-041-0/+13
| | | | | | | | | | | | | | Makefile.am to match cmake install and the name pattern for other hl lib files. Add missing ';' to test/dsets.c line 13075.
* | Add libhdf5_hl_fortran symlinks for libhdf5hl_fortran files.Larry Knox2018-12-311-0/+12
|/ | | | | Set ctest*.lsf.in.cmake scripts for sierra. Correct src/CMakelists.txt syntax error.
* HDFFV-10537: Remove installation of Fortran test mod filesM. Scot Breitenfeld2018-11-091-12/+0
| | | | Removed from autools install, cmake does not have this issue.
* Change prefix in example scripts to relative path to bin. This was doneLarry Knox2018-08-231-1/+1
| | | | | for 1.8, and works wherever installed without the need to replace the original prefix.
* Add mpi include folders for fortran C objectsAllen Byrne2018-06-061-2/+2
|
* Remove link flag from compile commandAllen Byrne2018-05-222-2/+0
|
* Add missing module_dir propertyAllen Byrne2018-05-092-0/+2
|
* Correct command usageAllen Byrne2018-05-073-5/+5
|
* Remove APPENDAllen Byrne2018-05-033-6/+6
|
* Fix typoAllen Byrne2018-05-031-1/+1
|
* Add missing test libAllen Byrne2018-05-031-2/+2
|
* add missing folder to pathAllen Byrne2018-05-031-2/+2
|
* Revert to old style for LINK_FLAGS gen expr not workingAllen Byrne2018-05-033-39/+57
|
* LINK_FLAGS must be separate property setsAllen Byrne2018-05-034-313/+114
|