summaryrefslogtreecommitdiffstats
path: root/fortran/test
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r27794] Reintegration merge of features/autotools_rework branch with trunkDana Robinson2015-09-151-1564/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOTES: - Developers will have to run autogen.sh before building with the autotools. - autogen.sh takes the -p option to mimic the old bin/reconfigure behavior. - The generated error, overflow and version headers have been left in place. - The generated H5LT parser code has also been left in place. - There are no changes for CMake users at this time. Tested on: h5committest
| * [svn-r27745] Merge trunk revision 27744Allen Byrne2015-09-103-43/+74
| |
| * [svn-r27683] Restored the _POSIX_C_SOURCE flag that had been commented outDana Robinson2015-09-051-2/+2
| | | | | | | | | | | | | | and modified the fortran/test/ Makefile.am to remove the build error with Intel Fortran. Tested on: h5committest
| * [svn-r27638] Merged r27500-27631 from trunk.Dana Robinson2015-09-0133-98/+222
| |\
| * \ [svn-r27507] Merge of r27237-27500 from the trunk.Dana Robinson2015-08-1429-2027/+2069
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested w/ h5committest NOTES: - The manifest may still be messed up. - Cmake fails since the dual binary work needs to be merged with this repo's CMake externals.
| * \ \ [svn-r27222] Merge of r27035-27221 from the trunk.Dana Robinson2015-06-171-1/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Tested on 64-bit linux VM: Serial: C++ and Fortran 2003 Parallel: Fortran
| * \ \ \ [svn-r27038] Merge of r26393-27031 from the trunk.Dana Robinson2015-05-0718-956/+1012
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Tested on 64-bit linux VM w/ C++ and Fortran 2003
| * \ \ \ \ [svn-r26274] Merge of r26096 to r26271 from trunk.Dana Robinson2015-02-226-32/+42
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested on: jam - serial: C++/Fortran parallel: Fortran
| * | | | | | [svn-r26132] reverted change 26177Scot Breitenfeld2015-02-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn merge -c -26117 . Shared Fortran libraries don't work on Mac, the check for building shared on Mac needs to stay in.
| * | | | | | [svn-r26117] Autotools work HDFFV-9067,Scot Breitenfeld2015-02-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed restiction of disabling shared libraries on the MAC, H5_FORTRAN_SHARED was replaced with HAVE_SHARED_CONDITIONAL since H5_FORTRAN_SHARED was removed. tested: jam
| * | | | | | [svn-r26097] Removed configure and Makefile.in files from version control.Dana Robinson2015-02-021-1665/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Developers will now have to run bin/reconfigure (deprecated, will be removed soon) or autogen.sh after checking out code. Part of: HDFFV-9120 Tested on: jam with Fortran and C++
| * | | | | | [svn-r26069] Removed the option to selectively disable internal filters like ↵Dana Robinson2015-01-291-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | n-bit at compile time. Fixes HDFFV-9086 Tested on: jam, both serial and parallel w/ fortran & C++
| * | | | | | [svn-r26051] Fix for HDFFV-9092Scot Breitenfeld2015-01-271-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change AC_TRY_RUN TO AC_TRY_COMPILE Changed all the instances of AC_TRY_RUN for the Fortran and C++ tests to use AC_COMPILE_IFELSE and moved all the tests to new files in m4 directory: aclocal_cxx.m4 (for C++ tests) aclocal_fc.m4 (for Fortran tests) tested: jam
* | | | | | | [svn-r27768] Description:Quincey Koziol2015-09-141-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Complete revamp of package initialization/shutdown mechanism in the library. Each package now has a single init/term routine. This new way should avoid packages being re-initialized during library shutdown and is also be _much_ more proactive about giving feedback for resource leaks internal to the library. Introduces a new "module" header file for packages in the library (e.g src/H5Fmodule.h) which sets up some necessary package configuration macros for the FUNC_ENTER/LEAVE macros. (The VFL drivers have their own slightly modified version of this header, src/H5FDdrvr_module.h) Also cleaned up a bunch of resources leaks all across the library and tests, along with addressing many warnings, as I encountered them. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel Linux/64 3.10.x (kituo) w/serial & parallel Linux/64 2.6.x (ostrich) w/serial
* | | | | | | [svn-r27676] Fix dependencies of generated fileAllen Byrne2015-09-041-17/+20
| | | | | | |
* | | | | | | [svn-r27674] Attempt to fix race condition on windowsAllen Byrne2015-09-031-28/+44
| | | | | | |
* | | | | | | [svn-r27663] Removed the lines:Scot Breitenfeld2015-09-022-114/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Source files are used for both the library and fortranlib_test. # Automake will complain about this without the following workaround. fortranlib_test_FCFLAGS=$(AM_FCFLAGS) fortranlib_test_CFLAGS=$(AM_CFLAGS) because they caused Fortran build rules (.f90.o, .F90.o) to be ignored, causing the CPP flags to be passed to the Fortran compiler, causing the xlf compiler to fail. Tested: ostrich (xlf), h5committest
* | | | | | | [svn-r27648] Fortran executables depend on modules created by test library, ↵Allen Byrne2015-09-011-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | add command to explictly enforce the building of the library before building executables.
* | | | | | | [svn-r27647] Added compiler check for PGI and CMake version.Scot Breitenfeld2015-09-011-0/+2
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | CMake must be > v3.3 to compile with PGI due to CMake bug in earlier versions.
* | | | | | [svn-r27625] Added preprocessor commands for PGI compiler.Scot Breitenfeld2015-08-3133-168/+159
| | | | | | | | | | | | | | | | | | | | | | | | tested: h5committest
* | | | | | [svn-r27586] HDFFV-9497: Add back ALLOW_UNSUPPORTED OPTION.Allen Byrne2015-08-262-28/+28
| | | | | | | | | | | | | | | | | | | | | | | | Added new option SKIP_HDF5_FORTRAN_SHARED
* | | | | | [svn-r27585] disabled the test "test_userblock_offset"; it fails for unknown ↵Scot Breitenfeld2015-08-261-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | reasons on platypus with pgf90 compiler when reading the streamed file back.
* | | | | | [svn-r27580] Fix for: Scot Breitenfeld2015-08-252-1/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HDFFV-9283 Add H5Dget_offset fortran wrapper tested: h5committest
* | | | | | [svn-r27537] Added new FCCPPFLAGS to avoid passing CPPFLAGS to the fortran ↵Scot Breitenfeld2015-08-202-15/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pre-processor compiler (This mainly causes issues with the xlf compilers) Tested: h5committest
* | | | | | [svn-r27517] Removed all perl scripts from configure.Scot Breitenfeld2015-08-171-1/+0
| |_|_|_|/ |/| | | | | | | | | | | | | | Tested: h5committest
* | | | | [svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk.Scot Breitenfeld2015-08-1129-2138/+2000
| | | | | | | | | | | | | | | | | | | | Tested: h5committest --PASSED--
* | | | | [svn-r27489] reverted merge of branchScot Breitenfeld2015-08-1129-2000/+2138
| | | | |
* | | | | [svn-r27470] svn merge -r27425:27460 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-08-051-4/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
* | | | | [svn-r27469] Merge from trunk with dual-binary CMake code.Allen Byrne2015-08-053-34/+232
| | | | | | | | | | | | | | | | | | | | Tested: local linux with CMake
* | | | | [svn-r27418] format clean-upScot Breitenfeld2015-07-211-489/+462
| | | | |
* | | | | [svn-r27405] added implicit noneScot Breitenfeld2015-07-171-3/+3
| | | | |
* | | | | [svn-r27404] Implemented new function to compare reals with adjustible ↵Scot Breitenfeld2015-07-171-3/+37
| | | | | | | | | | | | | | | | | | | | precision tolerance.
* | | | | [svn-r27375] Moved generating Fortran 'test' code from the fortran src ↵Scot Breitenfeld2015-07-133-21/+109
| | | | | | | | | | | | | | | | | | | | directory to the fortran 'test' directory. Updated autotools and cmake.
* | | | | [svn-r27373] moved building generated test APIs to a sperated build program ↵Scot Breitenfeld2015-07-131-0/+272
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (was in fortran/src/H5_buildiface.F90)
* | | | | [svn-r27326] Working version of cmake on linux.Scot Breitenfeld2015-07-021-2/+2
| | | | |
* | | | | [svn-r27221] Reworked Fortran autools REAL KIND detection.Scot Breitenfeld2015-06-161-0/+5
| | | | |
* | | | | [svn-r27188] Switch to using parameters for SELECTED_*_KIND and instead use ↵Scot Breitenfeld2015-06-101-19/+14
| | | | | | | | | | | | | | | | | | | | numerical precision.
* | | | | [svn-r27186] added fix for jam with promoted reals and integersScot Breitenfeld2015-06-102-1/+1
| | | | |
* | | | | [svn-r27176] Removed debugging statements.Scot Breitenfeld2015-06-091-2/+0
| | | | |
* | | | | [svn-r27167] more DT fixesScot Breitenfeld2015-06-091-0/+1
| | | | |
* | | | | [svn-r27164] various bug fixes for DTScot Breitenfeld2015-06-083-1/+19
| | | | |
* | | | | [svn-r27154] fixed issue with mis-matching long double between Fortran and CScot Breitenfeld2015-06-053-47/+48
| | | | |
* | | | | [svn-r27151] fixed __float128 errorsScot Breitenfeld2015-06-041-0/+1
| | | | |
* | | | | [svn-r27140] fixed interger*16 supportScot Breitenfeld2015-06-034-194/+190
| | | | |
* | | | | [svn-r27137] svn merge -r27115:27135 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-06-021-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | [svn-r27133] - Add a new attribute function characterstic for format:Mohamad Chaarawi2015-06-011-1/+1
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | * H5_ATTR_FORMAT(X,Y,Z) __attribute__((format(X, Y, Z))) - Rename UNUSED attribute characterstic to H5_ATTR_UNUSED. - Rename NORETURN attribute characterstic to H5_ATTR_NORETURN tested with h5committest.
* | | | [svn-r27134] Switched to uses a verify for each kind for the tests. Testing ↵Scot Breitenfeld2015-06-0122-866/+584
| | | | | | | | | | | | | | | | quad precision.
* | | | [svn-r27122] removed dependency on generatored fortran source codeScot Breitenfeld2015-05-281-1/+0
| | | |
* | | | [svn-r27115] Moved testing KINDs and SIZEOFs to configure.Scot Breitenfeld2015-05-275-13/+21
| | | |
* | | | [svn-r26989] Changed the BIND(C) derived types from:Scot Breitenfeld2015-05-013-5/+5
| | | | | | | | | | | | | | | | CHARACTER(LEN=1) to CHARACTER(KIND=C_CHAR) to make Sun compilers happy.