summaryrefslogtreecommitdiffstats
path: root/fortran/test/tH5T_F03.f90
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk.Scot Breitenfeld2015-08-111-3453/+0
| | | | Tested: h5committest --PASSED--
* [svn-r27489] reverted merge of branchScot Breitenfeld2015-08-111-0/+3453
|
* [svn-r27134] Switched to uses a verify for each kind for the tests. Testing ↵Scot Breitenfeld2015-06-011-3453/+0
| | | | quad precision.
* [svn-r27115] Moved testing KINDs and SIZEOFs to configure.Scot Breitenfeld2015-05-271-9/+9
|
* [svn-r26479] Fix for: HDFFV-9162Scot Breitenfeld2015-03-191-2/+2
| | | | | | | | h5pget_class_f should return hid_t for classtype Also removed all left over C comment artifacts /* and */ in the Fortran comments. Tested: h5committest
* [svn-r26241] Fixed issue with default 8 byte integers using xlf compilers.Scot Breitenfeld2015-02-191-7/+11
|
* [svn-r26214] Fix for HDFFV-8908:Scot Breitenfeld2015-02-181-1/+1
| | | | h5tenum_insert_f does not work with default 8 byte integers (xlf compiler)
* [svn-r26211] revert ci 26204Scot Breitenfeld2015-02-181-21/+4
|
* [svn-r26205] Fix for HDFFV-8908:Scot Breitenfeld2015-02-181-4/+21
| | | | | h5tenum_insert_f does not work with default 8 byte integers (xlf compiler)
* [svn-r25286] Fix for:Scot Breitenfeld2014-06-161-8/+5
| | | | | | | HDFFV-8653 replace non-standard sizeof in the fortran tests with c_sizeof Tested: jam (gnu, intel) with make and cmake.
* [svn-r24986] Comparing REALs now converts all REALs to double precision and ↵Scot Breitenfeld2014-04-081-25/+13
| | | | | | then compares if the two numbers are equivalent. Tested: jam (gnu, intel)
* [svn-r24985] reverted the r24984 update.Scot Breitenfeld2014-04-081-13/+24
|
* [svn-r24984] Added overload operatorZ to compare REALs for tests.Scot Breitenfeld2014-04-081-24/+13
| | | | Tested on jam (gfortran, (-r8))
* [svn-r24967] Maintenance: Reorganized and cleaned the code to remove ↵Elena Pourmal2014-04-061-104/+122
| | | | | | | | | | 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-r23585] changed the integer kind in the enum to satisfy g95.Scot Breitenfeld2013-04-141-4/+9
| | | | Tested: jam (g95, gfortran)
* [svn-r23296] Fix HDFFV-8312: Problem using NAG compiler and F2003 interface Scot Breitenfeld2013-02-181-17/+17
| | | | | | added character bounds for C_LOC arguments. Tested: jam (gnu)
* [svn-r23236] Fix for: HDFFV-8223Scot Breitenfeld2013-02-081-2/+349
| | | | | | Write a Fortran test for conversion fron enum to numeric type Tested (jam, gnu, intel)
* [svn-r22854] Fixed issues with default 8-byte real and default 8-byte ↵Scot Breitenfeld2012-10-031-4/+8
| | | | | | integers and the new H5O routines. Tested: jam (gcc,intel)
* [svn-r22839] removed unused variable.Scot Breitenfeld2012-09-281-1/+0
| | | | tested: jam (pgi compiler)
* [svn-r22829] Fixed merge mistake, merge removed part of the subroutine.Scot Breitenfeld2012-09-271-0/+100
| | | | tested: jam (intel)
* [svn-r22827] HDFFV-8007: Add missing H5O Fortran functions.Scot Breitenfeld2012-09-271-2/+3
| | | | | Tested: jam(gnu,intel)
* [svn-r22825] Fix for: HDFFV-7903 Fortran problem writing control character ↵Scot Breitenfeld2012-09-271-0/+41
| | | | | | to a dataset Tested: (jam, gfortran)
* [svn-r22824] FIX: HDFFV-8118: Support Fortran compiler flags that change the ↵Scot Breitenfeld2012-09-271-6/+152
| | | | | | default size of integer and real Tested: jam(gnu,intel), machine with gcc 4.7 and C long double = 16 bytes.
* [svn-r21720] Description:Scot Breitenfeld2011-11-051-1/+1
| | | | | | Renamed hdf file dsetf.h5 to dsetf_F03.h5 to avoid a possible conflict with the same file created in the fortranlib_test.f90 test. Tested: jam (pgi)
* [svn-r21339] Description: Added test for reading and writing vl strings in ↵Scot Breitenfeld2011-08-311-1/+252
| | | | | | | fortran (using F2003), for both 1D and 2D array of vl strings. Tested: jam (pgi, gfortran 4.5, ifort) linew (12.3 beta)
* [svn-r21312] Description: fixed un-initialized errors for strings and ↵Scot Breitenfeld2011-08-251-6/+9
| | | | | | changed the INTEGER type getting passed the verify* programs in the test programs. Fixes problems with Sun compilers 12.3 beta with the -m64 flag. Tested: linew( 12.3 beta)
* [svn-r21248] Mereged the F2003 branch into the trunk.Scot Breitenfeld2011-08-181-0/+2549
Items merged: fortran directory, src/libhdf5.settings.in configure.in configure MANIFEST Tested: (all platforms used by daily tests, both with --enable-fortran and --enable-fortran2003)