summaryrefslogtreecommitdiffstats
path: root/fortran
Commit message (Collapse)AuthorAgeFilesLines
* fixed sp.M. Scot Breitenfeld2018-11-091-1/+1
|
* HDFFV-10511 -- Make fortran specific subroutines names PRIVATEM. Scot Breitenfeld2018-11-096-44/+178
| | | | Made non-public APIs private.
* TRILABS-34 add batch option. Also fix cmakedefine01 usageAllen Byrne2018-10-111-1/+1
|
* VOL FEATUREDana Robinson2018-10-105-62/+105
|
* Fix defines for XL compilerAllen Byrne2018-10-031-17/+19
|
* 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.
* 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.
* HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F does ↵M. Scot Breitenfeld2018-06-082-6/+6
| | | | | | not work properly misc. clean-up
* HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F ↵M. Scot Breitenfeld2018-06-081-1/+1
| | | | | | does not work properly added dependency on H5ff.F90 for H5_ff.F90
* HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F does ↵M. Scot Breitenfeld2018-06-083-2/+90
| | | | | | 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-062-4/+6
|
* Add mpi include folders for fortran C objectsAllen Byrne2018-06-061-3/+3
|
* Fix the error found after earlier checkin.Vailin Choi2018-06-011-2/+2
|
* (1) Made the change according to the pull request feedback.Vailin Choi2018-05-311-2/+1
| | | | (2) Removed the performance test form test/th5o.c: will decide on what needs to be done to show speedup via HDFFV-10463.
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Vailin Choi2018-05-301-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | * commit 'd184e6db94163dcc8761182744a6c524a4850887': Removed unused H5MF functions and updated FUNC_ENTER macros and naming in H5MFsection.c. Correct script names Fix typo Minor H5FS tweaks. Put back CTRL-L chars Update support link Update text Valgrind fixed by checking for prefix_len of 0
| * Fix typoAllen Byrne2018-05-241-1/+1
| |
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Vailin Choi2018-05-233-10/+0
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '2b0fb7e3f1f7da5b23d430702493ed4fb7f87166': (21 commits) HDFFV-9739 only executes H5E tests in production Remove link flag from compile command fix typo Add release note Correct attribute location HDFFV-9739 fix copy testfiles command HDFFV-9739 remove obsolete test files HDFFV-9739 dup test file for concurrent tests HDFFV-9739 Fix autotools script HDFFV-9739 Change autotools test scripts Fix typo HDFFV-9739 Update test reference Update current windows test machines HDFFV-9739 Grab err number before API call HDFFV-9739 Add release note Adjust test names for concurrent tests Fix soversion HDFFV-9739 Fix copy name HDFFV-9739 factor out tests into separate JUnit Updated the threadsafety test to use error macros instead of asserts. ...
| * Remove link flag from compile commandAllen Byrne2018-05-223-10/+0
| |
* | Changes made based on feedback from pull request #1039.Vailin Choi2018-05-142-12/+6
| |
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Vailin Choi2018-05-146-311/+589
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'dcc66a4f157ace0858b788228550f3e104df3242': (35 commits) GGC requires attribute before function Correct COMPILE defs usage Add missing module_dir property Text cleanup Correct sentence punctuation. Add release note. Use set_property for MT flag Correct command usage Remove APPEND Fix typo Add missing test lib add missing folder to path Fix another command revert Missed a command revert Revert to old style for LINK_FLAGS gen expr not working LINK_FLAGS must be separate property sets Fix link flags syntax Revert refactor link flags refactor link flags to interface Refactor link flags ...
| * Add missing module_dir propertyAllen Byrne2018-05-091-0/+1
| |
| * Use set_property for MT flagAllen Byrne2018-05-072-12/+18
| |
| * Correct command usageAllen Byrne2018-05-074-21/+21
| |
| * Remove APPENDAllen Byrne2018-05-034-33/+39
| |
| * 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-034-121/+176
| |
| * LINK_FLAGS must be separate property setsAllen Byrne2018-05-034-71/+143
| |
| * Fix link flags syntaxAllen Byrne2018-05-034-70/+70
| |
| * Revert refactor link flagsAllen Byrne2018-05-024-74/+70
| |
| * refactor link flags to interfaceAllen Byrne2018-05-024-75/+85
| |
| * Refactor link flagsAllen Byrne2018-05-021-9/+11
| |
| * Fix defs and additional MSVC itemsAllen Byrne2018-05-022-9/+7
| |
| * TRILABS-19 fix syntax for windowsAllen Byrne2018-05-023-10/+10
| |
| * TRILABS-19 Link flags need - characterAllen Byrne2018-05-024-23/+23
| |
| * TRILABS-19 fix fortran link flagsAllen Byrne2018-04-303-23/+23
| |
| * TRILABS-19 Refactor fortran propertiesAllen Byrne2018-04-304-164/+324
| |
| * TRILABS-19 fix typosAllen Byrne2018-04-271-1/+1
| |
| * TRILABS-19 remove add_defintions and use generator expressionsAllen Byrne2018-04-264-186/+149
| |
| * TRILABS-20 Fix fortran configure during fix of CXX configureAllen Byrne2018-04-243-49/+49
| |
* | Fix for HDFFV-10180 Performance issues with H5Oget_info.Vailin Choi2018-04-243-10/+17
|/
* TRILABS-20 set a compiler name on all project commandsAllen Byrne2018-04-205-5/+5
|
* TRILABS-19 All c code INCLUDE_DIRECTORIES convertedAllen Byrne2018-04-181-6/+6
|
* TRILABS-19 Initial conversion of include_directories to targetsAllen Byrne2018-04-173-17/+20
|
* Merge pull request #1024 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-04-112-8/+8
|\ | | | | | | | | | | | | | | | | | | | | * commit '34e3e3ef17f29b721780941866a3ad4c261b7c05': Whitespace changes Whitespace and test reclassify Move two more functions from unit tests Reorder of tests for debug APIs option HDFFV-10444 fix soversion numbers for libraries Fix Java test for DEBUG_APIS Use var instead of absolute number
| * HDFFV-10444 fix soversion numbers for librariesAllen Byrne2018-04-102-8/+8
| |
* | fixed return integer type of C functionM. Scot Breitenfeld2018-04-101-2/+2
|/
* Revert some tangential code cleanups.Quincey Koziol2018-03-232-0/+452
|
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-03-1815-804/+1020
|\ | | | | | | | | | | merge_func_enter_vol Plus initial steps toward merging API context push into FUNC_ENTER_API* macros
| * HDFFV-10418 adjust build commands to match main library buildAllen Byrne2018-03-121-2/+2
| |