summaryrefslogtreecommitdiffstats
path: root/fortran
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r25238] Removed warning about the data type of the actual argument does ↵Scot Breitenfeld2014-06-041-1/+1
| | | | | | not match the definition to verify function. Trivial fix. tested: jam (gnu)
* [svn-r25216] Snapshot version 1.9 release 182HDF Tester2014-05-251-1/+1
|
* [svn-r25199] Snapshot version 1.9 release 181HDF Tester2014-05-181-1/+1
|
* [svn-r25181] Snapshot version 1.9 release 180HDF Tester2014-05-112-2/+1
|
* [svn-r25173] Removed unused module TH5F.Scot Breitenfeld2014-05-071-1/+0
| | | | Tested: jam (intel, pgi)
* [svn-r25169] Removed duplicate tests in fortranlib_test_1_8.f90 and ↵Scot Breitenfeld2014-05-064-17/+15
| | | | | | fortranlib_test.f90. Thus removing the dependency on tH5F.f90, which was causing compilation race-conditions in cmake. Tested: jam (gnu)
* [svn-r25158] Snapshot version 1.9 release 179HDF Tester2014-05-041-1/+1
|
* [svn-r25133] Rudimentary changes; changed the casting of hid_t_f variables ↵Scot Breitenfeld2014-04-282-15/+15
| | | | | | that used a casting of int_f to use a casting of hid_t_f. Tested: jam (gnu)
* [svn-r25126] Snapshot version 1.9 release 178HDF Tester2014-04-271-1/+1
|
* [svn-r25117] Removed LT_ADD_LIBHDF5_DEPENDENCY configure conditional to roll ↵Larry Knox2014-04-256-14/+4
| | | | | | | | | | | back fix for removing rpaths from l ib files. The fix also removed dependencies on libhdf5, etc. when the --disable-sharedlib-rpath co nfigure option was invoked. Added instead configure variable hardcode_into_lib=no. This removes rpath from lib files on Linux and solaris machines. Tested with h5committest on jam, koala, ostrich and platypus (cmake), and with configure option --disable-sharedlib-rpath on emu, platypus and quail.
* [svn-r25113] Fixed Subversion EOL and executable attributes. No code changes.Dana Robinson2014-04-252-703/+703
|
* [svn-r25034] Snapshot version 1.9 release 177HDF Tester2014-04-131-1/+1
|
* [svn-r25009] Add missing mod file to installAllen Byrne2014-04-101-0/+4
| | | | Tested: local linux
* [svn-r25002] By Permission: Add missing mod file to installAllen Byrne2014-04-091-0/+2
| | | | Tested: local linux
* [svn-r25001] Cast as integer to verify routine to remove intel warning.Scot Breitenfeld2014-04-091-4/+4
| | | | Tested: jam (intel)
* [svn-r24997] Added compiler versions for mpich to settings file and ↵Larry Knox2014-04-093-17/+43
| | | | | | | | | | | | | configure summary. For make installcheck, compile and run installed examples using the installed scripts. They were being compiled but not run. Add Fortran2003 examples to the run-ex-fortran script when fortran2003 is enabled. Set flag to -O3 in production mode for Intel compilers other than those with specified other settings. Gentoo patches: Remove unnecessary setting of LD_LIBRARY_PATH from configure. Prevent potential array subscript out of bounds error in perform/pio_engine.c and sio_engine.c. Tested with h5committest on jam, koala, ostrich and platypus, on emu and kite, and parallel tests on jam, koala and platypus with mpich built with gnu 4.8.2 and with intel compilers.
* [svn-r24986] Comparing REALs now converts all REALs to double precision and ↵Scot Breitenfeld2014-04-087-287/+214
| | | | | | then compares if the two numbers are equivalent. Tested: jam (gnu, intel)
* [svn-r24985] reverted the r24984 update.Scot Breitenfeld2014-04-088-136/+96
|
* [svn-r24984] Added overload operatorZ to compare REALs for tests.Scot Breitenfeld2014-04-088-96/+136
| | | | Tested on jam (gfortran, (-r8))
* [svn-r24979] Maintenance: Addressed DT failures on emu in 64-bit mode and on ↵Elena Pourmal2014-04-0712-31/+50
| | | | | | | | macs, linux, powerpc for non-standard sizes of reals. Platforms tested: jam, ostrich, platypus, kite, quail, emu
* [svn-r24978] Removed the .mod (and .raw) files when make clean is issued.Scot Breitenfeld2014-04-072-14/+38
| | | | tested (emu).
* [svn-r24974] Maintenance: Fixed daily tests parallel tests compilation failuresElena Pourmal2014-04-074-4/+8
| | | | Platforms tested: jam
* [svn-r24972] Maintenance: Fixed another typo; see HDFFV-8714Elena Pourmal2014-04-061-1/+1
|
* [svn-r24970] Maintenance: Fixed a typo in a comment line (see HDFFV-8714)Elena Pourmal2014-04-061-1/+1
|
* [svn-r24967] Maintenance: Reorganized and cleaned the code to remove ↵Elena Pourmal2014-04-0639-844/+1150
| | | | | | | | | | compiler warnings in the Fortran test code and examples. Platforms tested: Manual testing in place and using srcdir on jam, platypus, and emu with default and PGI, Intel and new GNU compilers. ifort compiler was also tested with -i8 and -r8 flags on jam. CMake tested on jam.
* [svn-r24966] Snapshot version 1.9 release 176HDF Tester2014-04-061-1/+1
|
* [svn-r24959] Updated the development procedures.Scot Breitenfeld2014-04-031-12/+14
|
* [svn-r24954] HDFFV-8700: lowercase CMake commandsAllen Byrne2014-04-031-4/+4
|
* [svn-r24953] Fixed --enable-production compilation error using Sun compilers.Scot Breitenfeld2014-04-032-4/+4
| | | | Tested (emu)
* [svn-r24952] Fixed -i8 -r8 error with optimization on jam using intel compiler.Scot Breitenfeld2014-04-031-1/+1
| | | | Tested: jam (intel)
* [svn-r24951] Changed ordering of initiation of variable to remove warnings ↵Scot Breitenfeld2014-04-031-2/+2
| | | | | | using sun compilers. Tested: emu
* [svn-r24948] Group tests by Common nameAllen Byrne2014-04-024-18/+18
| | | | | | Remove WIN32 AND NOT CYGWIN if blocks - should be just WIN32 Tested: local linux CMake
* [svn-r24945] Fixed failed test on jam with intel compilers and -i8 -r8Scot Breitenfeld2014-04-021-2/+1
| | | | Tested: jam (intel)
* [svn-r24939] Fix for HDFFV-8309 Fortran wrappers for H5Pget/set_file_image ↵Scot Breitenfeld2014-04-017-16/+272
| | | | | | | functions Tested: jam (gnu, intel, pgi)
* [svn-r24937] Adds an H5free_memory() function to the library for use withDana Robinson2014-03-313-9/+9
| | | | | | | | | | | | functions that return library-allocated memory. The test and tool code were modified to use this new function where it's appropriate. Fixes HDFFV-7710, HDFFV-8519, and HDFFV-8551 Tested on: 64-bit Windows 7 w/ VS2012 32-bit LE linux w/ parallel and fortran (jam) 32-bit LE linux w/ fortran and C++ (jam)
* [svn-r24932] HDFFV-8290: Remove unnecessary $(srcdir) and use AM_CPPFLAGS ↵Allen Byrne2014-03-317-317/+2200
| | | | | | instead of INCLUDES. Update automake to 1.14.1 h5committest
* [svn-r24924] Snapshot version 1.9 release 175HDF Tester2014-03-301-1/+1
|
* [svn-r24904] Revert includes moveAllen Byrne2014-03-261-2/+2
|
* [svn-r24903] Correct mod install listsAllen Byrne2014-03-261-15/+14
| | | | Tested: local linux
* [svn-r24899] Add msmpi fortran libs to FindMPIAllen Byrne2014-03-251-1/+5
|
* [svn-r24895] Add INTERFACE properties to libsAllen Byrne2014-03-252-5/+17
|
* [svn-r24888] Cleaned-up warning errors using --enable-fortran only and gcc 4.8.2Scot Breitenfeld2014-03-241-4/+6
| | | | tested: gcc (4.8.2, jam)
* [svn-r24886] Fix fortran mod file handling and packingAllen Byrne2014-03-241-4/+55
|
* [svn-r24876] Move includes command up before all programsAllen Byrne2014-03-241-2/+2
|
* [svn-r24866] Fixed compiler warnings using gnu 4.8.1 Scot Breitenfeld2014-03-228-58/+65
| | | | Tested: jam( intel, gnu, pgi)
* [svn-r24864] Description:Quincey Koziol2014-03-219-162/+1
| | | | | | | | | | | | | | | | | | Remove all traces of MPI-POSIX VFD and GPFS detection/code. Remove remaining traces of stream VFD. Remove testpar/t_posix_compliant test (it's not actually verifying anything). Clean up H5D__mpio_opt_possible() further. Moved environment variable that disables MPI collective operations into MPI-IO VFD (instead of it being in src/H5S.c). A few other small code cleanups. Tested on: Mac OSX/64 10.9.2 (amazon) w/parallel & serial
* [svn-r24859] Remove unnecessary use of $(srcdir).before_removing_mpiposix_vfdAllen Byrne2014-03-212-18/+5
| | | | Tested: local linux, h5committest
* [svn-r24856] added missing common statementScot Breitenfeld2014-03-211-0/+1
|
* [svn-r24855] added missing dllexportScot Breitenfeld2014-03-211-0/+1
|
* [svn-r24846] Bug fix for HDFFV-8689 : Mix-match of type in ↵Scot Breitenfeld2014-03-204-44/+57
| | | | | | H5D_CHUNK_CACHE_NBYTES_DEFAULT, Review HDF5-184 Tested with -i8 flag with intel compilers and --enable-production