summaryrefslogtreecommitdiffstats
path: root/fortran/test
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r26594] Merge macros and fortran changes from dual_binary feature.Allen Byrne2015-03-251-19/+39
| | | | Tested: local linux
* [svn-r26509] Run reconfigure after merges from autotools_rework branch.Jerome Soumagne2015-03-201-2/+0
|
* [svn-r26481] Removed compiler warnings. HDF5-239Scot Breitenfeld2015-03-198-16/+9
| | | | Tested: h5committest.
* [svn-r26479] Fix for: HDFFV-9162Scot Breitenfeld2015-03-1911-918/+946
| | | | | | | | 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-r26329] Merge of r26069, r26070, and r26072 from the ↵Dana Robinson2015-02-271-5/+0
| | | | | | | | | | | | | | | | | | features/autotools_rework branch. Removed the configure option that allows selective disabling of individual internal filters (fletcher32, shuffle, etc.). This feature mucked up the code with a lot of #ifdefs, saved very little space, and was not scalable to a general scheme for library size reduction. We've decided to remove the feature while we investigate a more general scheme for decreasing the library size. Part of: HDFFV-9086 Tested on: h5committest
* [svn-r26303] remove files with .clog2 extension generated by MPE when doing ↵Mohamad Chaarawi2015-02-251-2/+2
| | | | make clean.
* [svn-r26253] Update CMake with fortran source properties and defines, ↵Allen Byrne2015-02-204-23/+27
| | | | correct name of hl fortran examples option check
* [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-r26208] Update cmake minimumsAllen Byrne2015-02-181-1/+1
|
* [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-r26188] Merged autotools fixes into the trunk:Scot Breitenfeld2015-02-161-1/+2
| | | | HDFFV-9089, HDFFV-9091, HDFFV-9092, HDFFV-9094, HDFFV-9095
* [svn-r26180] merge configure fixes for HDFFV-9068,9069,9096,9097,9135 from ↵Mohamad Chaarawi2015-02-161-1/+0
| | | | | | | | | | | | autotools_rework branch: - Remove Infering parallel compilers (C and Fortran) from configure.ac - Remove restriction to build shared with parallel - Cleanup parallel sections in configure.ac - remove large file support checks - MPE fixes. tested with h5committest.
* [svn-r26161] Fix cmake case. Allen Byrne2015-02-121-0/+2
| | | | | Turn on F2003 by default. Set source properties in fortran cmake files.
* [svn-r25929] Description:Quincey Koziol2014-12-291-1/+1
| | | | | | | | | | Clean up EOF code within library and add 'mem_type' parameter to 'get_eof' VFD callback, to avoid various ambiguous situations, particularly with the multi VFD. (Supports changes for 'avoid_truncate' feature also) Tested on: MacOSX/64 10.10.1 (amazon) w/serial & parallel h5committest forthcoming
* [svn-r25626] Changed the callback function integer type from INTEGER to ↵Scot Breitenfeld2014-09-261-1/+1
| | | | INTEGER(C_INT) for portability, HDFFV-8909.
* [svn-r25618] Added tests for HDFFV-8879Scot Breitenfeld2014-09-251-0/+39
|
* [svn-r25473] Added VALUE to callback group_id type. Needed to fix problem ↵Scot Breitenfeld2014-07-231-1/+1
| | | | | | when hid_t is 64-bit. Tested: jam (intel, gnu)
* [svn-r25469] Removed duplicate BIND(C) type defintion.Scot Breitenfeld2014-07-221-9/+4
| | | | Tested: (jam: gnu, intel)
* [svn-r25397] - remove configure checks for MPI_File_get_size and BigMohamad Chaarawi2014-07-071-1/+0
| | | | | MPI_File_set_size as they are supported by most MPI implementations. - fix bug in t_mpi.c (HDFFV-8856)
* [svn-r25304] Fixes latest check-in errors for:Scot Breitenfeld2014-06-173-44/+42
| | | | | | | | | | | | | | HDFFV-8653 replace non-standard sizeof in the fortran tests with c_sizeof (1) Removed the overloaded h5_sizeof functions for characters and integer arrays since Sun compilers don't allow them to be passed into a function that uses sizeof. (2) Requested min. precision for reals to avoid duplicate interfaces when the flag -r8 (or equiv.) is set. tested: *jam: intel, -i8 -r8 --enable-fortran2003 *jam: pgi, --enable-fortran2003 *emu: sun, --enable-fortran2003
* [svn-r25294] added implicit noneScot Breitenfeld2014-06-161-0/+1
|
* [svn-r25291] Fix for:Scot Breitenfeld2014-06-161-1/+6
| | | | | HDFFV-8653 replace non-standard sizeof in the fortran tests with c_sizeof
* [svn-r25290] Fix for:Scot Breitenfeld2014-06-163-9/+56
| | | | | HDFFV-8653 replace non-standard sizeof in the fortran tests with c_sizeof
* [svn-r25286] Fix for:Scot Breitenfeld2014-06-168-32/+330
| | | | | | | HDFFV-8653 replace non-standard sizeof in the fortran tests with c_sizeof Tested: jam (gnu, intel) with make and cmake.
* [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-r25181] Snapshot version 1.9 release 180HDF Tester2014-05-111-1/+0
|
* [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-r25117] Removed LT_ADD_LIBHDF5_DEPENDENCY configure conditional to roll ↵Larry Knox2014-04-251-1/+0
| | | | | | | | | | | 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-r25001] Cast as integer to verify routine to remove intel warning.Scot Breitenfeld2014-04-091-4/+4
| | | | Tested: jam (intel)
* [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-r24967] Maintenance: Reorganized and cleaned the code to remove ↵Elena Pourmal2014-04-0635-826/+1139
| | | | | | | | | | 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-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-022-11/+11
| | | | | | 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-012-9/+86
| | | | | | | functions Tested: jam (gnu, intel, pgi)
* [svn-r24932] HDFFV-8290: Remove unnecessary $(srcdir) and use AM_CPPFLAGS ↵Allen Byrne2014-03-312-61/+479
| | | | | | instead of INCLUDES. Update automake to 1.14.1 h5committest
* [svn-r24895] Add INTERFACE properties to libsAllen Byrne2014-03-251-2/+8
|
* [svn-r24864] Description:Quincey Koziol2014-03-211-1/+0
| | | | | | | | | | | | | | | | | | 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-r24789] Bump up the minimum cmake versionAllen Byrne2014-03-131-1/+1
|
* [svn-r24783] fixed typoScot Breitenfeld2014-03-121-1/+1
|