summaryrefslogtreecommitdiffstats
path: root/hl/fortran
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r25302] Add nounistd option to flex command for windows caompatibilityAllen Byrne2014-06-171-1/+1
|
* [svn-r25285] Snapshot version 1.9 release 184HDF Tester2014-06-151-1/+1
|
* [svn-r25241] Snapshot version 1.9 release 183HDF Tester2014-06-081-1/+1
|
* [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-111-1/+1
|
* [svn-r25158] Snapshot version 1.9 release 179HDF Tester2014-05-041-1/+1
|
* [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-255-13/+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-r25034] Snapshot version 1.9 release 177HDF Tester2014-04-131-1/+1
|
* [svn-r24997] Added compiler versions for mpich to settings file and ↵Larry Knox2014-04-092-7/+16
| | | | | | | | | | | | | 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-r24989] Problem:Albert Cheng2014-04-091-1/+1
| | | | | | | | | | | | | AIX compiler complains that: ex_ds1.f90, line 89.16: 1512-050 (W) Field separator is missing, in literal FMT specifier, after edit descriptor X. A comma is assumed. Line 89: WRITE(*,'(/,5X 3(A,1X),I0,A,L1)') 'Is',TRIM(DS_1_NAME),& Solution: Added the missing comma after "5X". Tested: AIX system.
* [svn-r24966] Snapshot version 1.9 release 176HDF Tester2014-04-061-1/+1
|
* [svn-r24948] Group tests by Common nameAllen Byrne2014-04-023-13/+17
| | | | | | Remove WIN32 AND NOT CYGWIN if blocks - should be just WIN32 Tested: local linux CMake
* [svn-r24932] HDFFV-8290: Remove unnecessary $(srcdir) and use AM_CPPFLAGS ↵Allen Byrne2014-03-315-258/+1753
| | | | | | instead of INCLUDES. Update automake to 1.14.1 h5committest
* [svn-r24931] Add interface property to targetAllen Byrne2014-03-311-3/+9
|
* [svn-r24924] Snapshot version 1.9 release 175HDF Tester2014-03-301-1/+1
|
* [svn-r24889] Fix fortran mod file handling and packingAllen Byrne2014-03-241-8/+8
|
* [svn-r24887] Fix fortran mod file handling and packingAllen Byrne2014-03-241-4/+10
|
* [svn-r24864] Description:Quincey Koziol2014-03-214-4/+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-r24826] HDFFV-8700 -Allen Byrne2014-03-181-3/+4
| | | | | | | | KitWare recommendations: Change CMake commands to lower case. Bump up CMake minimum versions. Split test file into separate file for h5repack test. Tested: local linux
* [svn-r24824] HDFFV-8700 -Allen Byrne2014-03-181-3/+3
| | | | | | | | KitWare recommendations: Change CMake commands to lower case. Bump up CMake minimum versions. Split test file into separate file for h5repack test. Tested: local linux
* [svn-r24789] Bump up the minimum cmake versionAllen Byrne2014-03-134-4/+4
|
* [svn-r24782] HDFFV-8700 -Allen Byrne2014-03-112-6/+6
| | | | KitWare recommendations: Change CMake commands to lower case.
* [svn-r24781] HDFFV-8700 -Allen Byrne2014-03-115-67/+67
| | | | | | | KitWare recommendations: Change CMake commands to lower case. Remove INCLUDE_DIRECTORIES in src for target level includes. Change ADD_DEFINITIONS package debug defines into CMake option. Remove -DNDEBUG
* [svn-r24770] Snapshot version 1.9 release 174HDF Tester2014-03-091-1/+1
|
* [svn-r24753] Snapshot version 1.9 release 173HDF Tester2014-03-021-1/+1
|
* [svn-r24716] Snapshot version 1.9 release 172HDF Tester2014-02-161-1/+1
|
* [svn-r24698] Snapshot version 1.9 release 171HDF Tester2014-02-091-1/+1
|
* [svn-r24676] Snapshot version 1.9 release 170HDF Tester2014-02-021-1/+1
|
* [svn-r24465] Snapshot version 1.9 release 169HDF Tester2013-11-251-1/+1
|
* [svn-r24400] Maintenance: When the libraries are built and tested in place, ↵Elena Pourmal2013-11-032-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | several files are left behind by "make distclean" (see below); modified appropriate Makefile.am files and ran bin/reconfigure to create Makefile.in to fix the problem. Here is the list of the files "make disclean" doesn't remove: tools/h5dump/testfiles tools/h5repack/testfiles/h5diff_attr1.h5 tools/h5repack/testfiles/tfamily00000.h5 tools/h5repack/testfiles/tfamily00010.h5 tools/h5repack/testfiles/tfamily00002.h5 tools/h5repack/testfiles/tfamily00004.h5 tools/h5repack/testfiles/tfamily00006.h5 tools/h5repack/testfiles/tfamily00008.h5 tools/h5repack/testfiles/tfamily00001.h5 tools/h5repack/testfiles/tfamily00003.h5 tools/h5repack/testfiles/tfamily00005.h5 tools/h5repack/testfiles/tfamily00007.h5 tools/h5repack/testfiles/tfamily00009.h5 tools/h5jam/testfiles/h5jam-ub-nohdf5.txt.err-sav tools/h5jam/testfiles/h5jam-help.txt.err-sav tools/h5jam/testfiles/h5unjam-help.txt.err-sav tools/h5jam/testfiles/h5jam-ub-nohdf5.txt.out-sav tools/h5jam/testfiles/h5jam-help.txt.out-sav tools/h5jam/testfiles/h5unjam-help.txt.out-sav hl/fortran/test/dsetf5.h5 c++/test/tattr_multi.h5 c++/test/tattr_scalar.h5 c++/test/tfattrs.h5 c++/test/tattr_basic.h5 c++/test/tattr_compound.h5 c++/test/tattr_dtype.h5 Tested on jam and emu in place and using srcdir with the svn stat command. This fix doesn't address two problems: tool/h5dump/testfiles directory is not removed by "make distclean" and it should be tools/misc/testfiles directory is removed by "make distclean" and it shouldn't be
* [svn-r24392] Cleanup testfiles from scripts. Update lists of files to be ↵Allen Byrne2013-11-011-1/+2
| | | | | | cleaned. CMake update to clean testfiles. Tested: local cmake, autools, and h5committest
* [svn-r24376] Updated all code to use HDmalloc, HDcalloc, and HDfree.Dana Robinson2013-10-313-51/+51
| | | | | | | | | | | | | Prep work for adding a memory free function, part of HDFFV-8551. Tested on: 32-bit LE linux (jam) * with C++, Fortran * with thread safety on These are minor changes (almost entirely renaming foo functions to HDfoo) that don't change functionality. This should not require a full commit test.
* [svn-r24362] Snapshot version 1.9 release 168HDF Tester2013-10-271-1/+1
|
* [svn-r24334] Snapshot version 1.9 release 167HDF Tester2013-10-201-1/+1
|
* [svn-r24287] Snapshot version 1.9 release 166HDF Tester2013-10-131-1/+1
|
* [svn-r24218] Snapshot version 1.9 release 165HDF Tester2013-09-291-1/+1
|
* [svn-r24194] Don't add hdf5 library dependencies to lib files when ↵Larry Knox2013-09-245-4/+13
| | | | | | --disable-sharedlib-rpath configure option is invoked. Fix for HDFFV-8276. Tested with h5committest and on hdf-duck.
* [svn-r24186] Snapshot version 1.9 release 164HDF Tester2013-09-221-1/+1
|
* [svn-r24092] Snapshot version 1.9 release 163HDF Tester2013-09-011-1/+1
|
* [svn-r24068] Snapshot version 1.9 release 162HDF Tester2013-08-251-1/+1
|
* [svn-r24029] Move TESTS to seperate file to allow easier editing by all ↵Allen Byrne2013-08-194-25/+45
| | | | | | developers. Tested: local linux
* [svn-r24020] Description:Quincey Koziol2013-08-171-8/+3
| | | | | | | | Clean up compiler warnings Tested on: Mac OSX/64 10.8.4 (amazon) w/C++ & FORTRAN (too minor to require h5committest)
* [svn-r23989] Snapshot version 1.9 release 161HDF Tester2013-08-111-1/+1
|
* [svn-r23968] Snapshot version 1.9 release 160HDF Tester2013-08-041-1/+1
|
* [svn-r23926] Snapshot version 1.9 release 159HDF Tester2013-07-211-1/+1
|
* [svn-r23895] Snapshot version 1.9 release 158HDF Tester2013-07-141-1/+1
|
* [svn-r23865] Snapshot version 1.9 release 157HDF Tester2013-07-071-1/+1
|
* [svn-r23849] Snapshot version 1.9 release 156HDF Tester2013-06-301-1/+1
|