summaryrefslogtreecommitdiffstats
path: root/fortran/examples
Commit message (Collapse)AuthorAgeFilesLines
* Make these scripts relocatable again: derive a relative path for theDavid Young2019-12-191-1/+24
| | | | | | | original installation prefix from the examples prefix. Use that relative path to locate the current installation prefix, always. Fall back to an absolute installation prefix if the relative path cannot be derived.
* Let us override the examples directory using --with-examplesdir=DIR.David Young2019-12-192-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-12-191-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.
* Revert "Merge branch 'hdf5_1_12' of ↵Jerome Soumagne2019-12-092-27/+4
| | | | | | | https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into hdf5_1_12" This reverts commit 9f9336a5bd541752f472bab4c93da8de89f862cd, reversing changes made to 437a1919e7ba60fe75a33a466d264183a0255319.
* Merged HDFFV-10929_2GB_testing to hdf5_1_12Richard Warren2019-12-062-4/+27
|
* Merge pull request #1826 in HDFFV/hdf5 from ↵Dana Robinson2019-08-011-1/+1
|\ | | | | | | | | | | | | | | ~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-011-1/+1
| | | | | | | | the changes to config/gnu-fflags.
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-07-291-1/+1
|\ \ | |/ | | | | | | | | | | | | * 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-291-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | ~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-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * 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-231-27/+25
|/ /
* | HDFFV-10845 use of TARGETFILE disables auto emulatorAllen Byrne2019-07-171-2/+4
|/
* HDFFV-10805 Add option to only build shared targetsAllen Byrne2019-06-182-170/+65
| | | | | 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
* HDFFV-10703 Update CMake commands to latest standardAllen Byrne2019-02-151-6/+6
|
* Refactor mpi test namesAllen Byrne2019-02-111-2/+2
|
* Rename parallel tests to start with PAR_Allen Byrne2019-02-111-2/+2
|
* Remove F2003 Option and referencesAllen Byrne2019-02-062-46/+32
|
* 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 fortran MPI to test and exampleAllen Byrne2018-06-061-2/+4
|
* Fix typoAllen Byrne2018-05-241-1/+1
|
* Remove link flag from compile commandAllen Byrne2018-05-221-3/+0
|
* Correct command usageAllen Byrne2018-05-071-6/+6
|
* Remove APPENDAllen Byrne2018-05-031-16/+22
|
* Fix another command revertAllen Byrne2018-05-031-12/+18
|
* Missed a command revertAllen Byrne2018-05-031-6/+9
|
* Revert to old style for LINK_FLAGS gen expr not workingAllen Byrne2018-05-031-16/+19
|
* LINK_FLAGS must be separate property setsAllen Byrne2018-05-031-18/+36
|
* Fix link flags syntaxAllen Byrne2018-05-031-18/+18
|
* Revert refactor link flagsAllen Byrne2018-05-021-18/+18
|
* refactor link flags to interfaceAllen Byrne2018-05-021-18/+18
|
* TRILABS-19 fix syntax for windowsAllen Byrne2018-05-021-3/+3
|
* TRILABS-19 Link flags need - characterAllen Byrne2018-05-021-6/+6
|
* TRILABS-19 fix fortran link flagsAllen Byrne2018-04-301-9/+9
|
* TRILABS-19 Refactor fortran propertiesAllen Byrne2018-04-301-36/+81
|
* TRILABS-19 fix typosAllen Byrne2018-04-271-1/+1
|
* TRILABS-19 remove add_defintions and use generator expressionsAllen Byrne2018-04-261-24/+30
|
* TRILABS-20 set a compiler name on all project commandsAllen Byrne2018-04-201-1/+1
|
* TRILABS-19 All c code INCLUDE_DIRECTORIES convertedAllen Byrne2018-04-181-6/+6
|
* TRILABS-19 Initial conversion of include_directories to targetsAllen Byrne2018-04-171-1/+2
|
* Change CMake min to 3.10Allen Byrne2018-03-091-1/+1
|
* Inc CMake min, Add new tests, rework test CMake filesAllen Byrne2018-02-271-1/+1
|
* HDFFV-10385 rework java namesAllen Byrne2018-01-171-6/+0
|
* HDFFV-10385 fix fortran referencesAllen Byrne2018-01-101-0/+4
|
* HDFFV-10223 Shared libraries fail test on OSX with fortran enabled with cmakeM. Scot Breitenfeld2017-12-072-7/+7
| | | | This is now fixed via the HDFFV-10325 fix.
* Add missing dir referenceAllen Byrne2017-11-021-1/+1
|
* Remove incorrect link varAllen Byrne2017-11-011-2/+0
|
* Correct usage of MPI varsAllen Byrne2017-11-011-2/+2
|
* Convert to use MPI:: for linkAllen Byrne2017-11-011-2/+2
|
* Removed FCFLAGS when building the examples since they should already be ↵M. Scot Breitenfeld2017-07-271-2/+2
| | | | included the h5fc wrapper. NAG complains about doubly declared options.
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-2524-138/+103
| | | | | | | | | | 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.