summaryrefslogtreecommitdiffstats
path: root/fortran
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r8753] Nat Furrer2004-06-286-3/+128
| | | | | | | | | | | | | | | | | | | Purpose: Handled SZIP without the encoder present. Description: It is now an error for a user to try to create, extend, or write to a dataset without the encoder present in their SZIP library. Added H5Zget_filter_info to provide users with a way to query HDF5 about the presence (or lack thereof) of the SZIP encoder. Platforms tested: Windows Verbena Arabica Copper Misc. update:
* [svn-r8710] Snapshot version 1.6 release 2 (post7)HDF Admin2004-06-212-10/+10
|
* [svn-r8685] Purpose:Quincey Koziol2004-06-142-10/+10
| | | | Bump version # after making snapshot for user.
* [svn-r8621] Snapshot version 1.6 release 2 (post5)HDF Admin2004-06-072-10/+10
|
* [svn-r8550] Purpose:Albert Cheng2004-05-201-5/+0
| | | | | | | | | | | | | | | Bug fix. Description: Removed an extra !DEC$ ENDIF from previous checkin. Platforms tested: Tested in TG-NCSA only since it was the one detected and complained about the source error. Misc. update:
* [svn-r8530] Snapshot version 1.6 release 2 (post4)HDF Admin2004-05-162-10/+10
|
* [svn-r8419] Snapshot version 1.6 release 2 (post3)HDF Admin2004-04-262-10/+10
|
* [svn-r8417] Purpose:Quincey Koziol2004-04-243-449/+0
| | | | | | | | | | | | | | | Code cleanup Description: Remove "NEW_HYPERSLAB_API" code from release branch, since it was leftover from when we branched the 1.6 branch from the main development trunk and will never be activated in the 1.6 branch. (And I'm tired of maintaining it in both branches when I'm optimizing the library :-) Platforms tested: FreeBSD 4.9 (sleipnir) Linux 2.4 (verbena) w/FORTRAN too minor to require full h5committest
* [svn-r8401] Purpose:MuQun Yang2004-04-221-18/+18
| | | | | | | | | | | | | | | | macro change Description: $FOODEC cannot be recognized by DEC visual fortran. change it back to $DEC. Solution: Platforms tested: windows 2000 visual fortran, doesn't need to be tested on other platforms since it is windows specific. Misc. update:
* [svn-r8400] Purpose:MuQun Yang2004-04-2213-2582/+2582
| | | | | | | | | | | | | | | | $FOODEC macro cannot be recongnized by visual fortran. Description: The $DEC is the keyword that Dec visual fortran can recongnize. Solution: Use shell script by Elena to change $FOODEC to $DEC in all .f90. Platforms tested: windows 2000 visual fortran Since this change only happens on the specific macro for windows, it doesn't need to be tested on other platforms. Misc. update:
* [svn-r8384] Purpose:Quincey Koziol2004-04-181-5/+3
| | | | | | | | | | | | | Code cleanup Description: Clean up lots of warnings based on those reported from the SGI compilers as well as gcc. Platforms tested: SGI O3900, IRIX64 6.5 (Cheryl's SGI machine) FreeBSD 4.9 (sleipnir) w/ & w/o parallel h5committest
* [svn-r8358] Purpose: Bug fixElena Pourmal2004-04-161-1/+1
| | | | | | | | | | | | | Description: Fortran parallel test was using h5dwrite_f function with the wrong parameter type. Solution: Fixed. Platforms tested: copper parallel; sequential was tested yesterday I run out of time yesterday and didn't test parallel ;-) Misc. update:
* [svn-r8357] Elena Pourmal2004-04-1541-10380/+2937
| | | | | | | | | | | | | | | | | | | | | Purpose: Maintenance Description: Fortran functions h5dwrite/read_f and h5awrite/read_f were overloaded with the dims parameter being of type INTEGER. It was a design flaw. dims should be of type INTEGER(HSIZE_T). Overloading was done to assure backward compatibility of 1.4.* branch with hdf5 1.2.* branch. We promised to remove the old function with INTEGER dims in 1.6.0. It was removed from the documentation but was not removed from the source code. Solution: Finally cleaned up the code. Platforms tested: Windows 2000 with DEC Fortran, LInux with Intel Fortran, Solaris 2.7 32/64-bit mode. Misc. update:
* [svn-r8237] Snapshot version 1.6 release 2 (post2)HDF Admin2004-03-082-10/+10
|
* [svn-r8217] Snapshot version 1.6 release 2 (post1)HDF Admin2004-02-232-10/+10
|
* [svn-r8205] Snapshot version 1.6 release 2 (post0)HDF Admin2004-02-162-10/+10
|
* [svn-r8202] Purpose:Quincey Koziol2004-02-131-4/+4
| | | | | | | | | | | | | | | | | | Code cleanup/bug fix Description: Fix configuration files to allow 64-bit compilation of the library with a 64-bit version of zlib. Solution: Moved important compiler flags settings from CC macro to CFLAGS macro. Instead of setting CC (F9X, CXX) environment variable for compiling for 64-bit code, users should just set the CFLAGS (FFLAGS, CXXFLAGS) to -q64. Updated INSTALL file to reflect this change. Platforms tested: IBM p690 (copper) w/parallel, FORTRAN, C++, srcdir. Platforms specific - h5committest does not apply.
* [svn-r8195] Purpose: Maintenance after hdf5-1.6.2 releaseElena Pourmal2004-02-122-10/+10
| | | | | | | | | | | Description: I updated HISTORY.txt and RELEASE.txt files, and ran bin/h5vers to change version number to 1.6.2-post0 Solution: Platforms tested: Misc. update:
* [svn-r8193] Purpose: Maintenance for hdf5-1.6.2 releaseElena Pourmal2004-02-122-10/+10
| | | | | | | | | | | | Description: Changed version to be 1.6.2 and ran bin/release. Since several files are changed, I am checking them in before tagging the release Solution: Platforms tested: eirene Misc. update:
* [svn-r8177] Purpose:Albert Cheng2004-02-101-84/+84
| | | | | | | | | | | | | | | | | | Bug fix. Description: "make check" failed because the macro "$<" is not known to those makes. Solution: Replace that macro with a string name in the form of a more basic macro of "$@". Platforms tested: Using make in sol, copper. Using gmake in eirene (serial and PP). Misc. update:
* [svn-r8147] Purpose: MiantenanceElena Pourmal2004-02-022-10/+10
| | | | | | | | | | | Description: Changed version to 1.6.2-pre2 after creating a tar ball for testing. Tar ball is on the FTP site, testing announcement will follow. Solution: Used bin/h5vers on eirene Platforms tested: N/A Misc. update:
* [svn-r8146] Purpose: Maintenance for hdf5-1.6.2-pre1 testingElena Pourmal2004-02-022-10/+10
| | | | | | | | | | | Description: Changed version number to 1.6.2-pre1 before creating a tar ball for testing. Solution: Used bin/h5vers script on eirene Platforms tested: N/A Misc. update:
* [svn-r8081] Purpose:Quincey Koziol2004-01-192-10/+10
| | | | Bump version number after creating snapshot for user.
* [svn-r8078] Snapshot version 1.6 release 1 (post18)HDF Admin2004-01-192-10/+10
|
* [svn-r8073] Purpose:Albert Cheng2004-01-161-1/+1
| | | | | | | | | | | | | | | | | | Bug fix. Description: OSF1 machine at PSC barked at "make install" because an intended comment was inserted in the middle of the column. This is not kosher because officially, make comments should be started with # at column 1. Solution: Moved the comment of installing h5fc as h5pfc to start at column 1. Platforms tested: Not h5committested since this is exposed by the PSC machine and Elena has tested the fix there. Misc. update:
* [svn-r8059] Purpose:Quincey Koziol2004-01-132-10/+10
| | | | Bump version # after creating another snapshot for a user.
* [svn-r8055] Purpose:Quincey Koziol2004-01-132-10/+10
| | | | Bump revision number after creating snapshot for user testing.
* [svn-r8052] Snapshot version 1.6 release 1 (post15)HDF Admin2004-01-122-10/+10
|
* [svn-r8042] Purpose:Albert Cheng2004-01-081-0/+16
| | | | | | | | | | | | | Feature Description: Added option -showconfig which Shows the HDF5 library configuration summary Platforms tested: No h5committest test which does not test these tools. Tested in eirene by hand. Misc. update:
* [svn-r8035] Purpose:Albert Cheng2004-01-072-15/+105
| | | | | | | | | | | feature Description: Install the C and Fortran compiler commands as h5pcc and h5pfc if parallel mode is used. Platforms tested: "h5committested"
* [svn-r8034] Purpose: MaintenanceElena Pourmal2004-01-072-10/+10
| | | | | | | | | | | Description: Bump up the version number before giving a tar ball to the MAC HDF5 Fortran user. Solution: run bin/h5vers on eirene Platforms tested: N/A Misc. update:
* [svn-r8031] Elena Pourmal2004-01-063-1/+86
| | | | | | | | | | | | | | | | | | | | Purpose: Maintenance Description: Added Fortran support for MAC OS X Solution: This port was tested only for IBM XL Fortran compiler version 8.1 Beta. Few things to remember: 1. do not use AFS to build Fortran; compiler for some reason cannot find *.mod files that were successfully compiled. 2. Fortran Library can be built only with --disable-shared --enable-static flags. Platforms tested: pommier, h5committested (it is amasing, but iot works really nicely! Albert, Thank you!) Misc. update:
* [svn-r8029] Purpose:Quincey Koziol2004-01-062-10/+10
| | | | Bump version number after making a snapshot for a user.
* [svn-r8016] Snapshot version 1.6 release 1 (post12)HDF Admin2004-01-052-10/+10
|
* [svn-r8012] Purpose:Quincey Koziol2004-01-021-3/+12
| | | | | | | | | | | | | | | | Bug fix Description: Fix szip FORTRAN tests.. Solution: Increase the chunk size to be bigger than the szip 'pixels per block'. Also add in code that checks for a maximum number of errors and doesn't keep reporting that thousands of errors have occurred. Platforms tested: Linux 2.4 (verbena) w/szip & FORTRAN Not tested w/h5committest since this combination isn't covered by it.
* [svn-r8002] Purpose:Quincey Koziol2003-12-312-10/+10
| | | | Bump snapshot version after creating bugfix snapshot for user.
* [svn-r7983] Snapshot version 1.6 release 1 (post9)HDF Admin2003-12-292-10/+10
|
* [svn-r7975] Snapshot version 1.6 release 1 (post8)HDF Admin2003-12-222-10/+10
|
* [svn-r7956] Snapshot version 1.6 release 1 (post7)HDF Admin2003-12-152-10/+10
|
* [svn-r7952] Purpose:Quincey Koziol2003-12-132-10/+10
| | | | Bug snapshot version after creating tar file for user to test bugfix.
* [svn-r7945] Purpose:Quincey Koziol2003-12-132-10/+10
| | | | Bump snapshot version number after giving a snapshot w/bugfix to a user.
* [svn-r7936] Purpose:Quincey Koziol2003-12-112-34/+75
| | | | | | | | | | | Add new feature Description: Add FORTRAN wrappers for new H5I routines. Platforms tested: FreeBSD 4.9 (sleipnir) h5committest
* [svn-r7935] Purpose:Quincey Koziol2003-12-113-3/+243
| | | | | | | | | | | Add new feature Description: Add FORTRAN wrappers for new H5I routines. Platforms tested: FreeBSD 4.9 (sleipnir) h5committest
* [svn-r7919] Snapshot version 1.6 release 1 (post4)HDF Admin2003-12-082-10/+10
|
* [svn-r7902] Snapshot version 1.6 release 1 (post3)HDF Admin2003-12-012-10/+10
|
* [svn-r7874] Snapshot version 1.6 release 1 (post2)HDF Admin2003-11-242-10/+10
|
* [svn-r7855] Snapshot version 1.6 release 1 (post1)HDF Admin2003-11-172-10/+10
|
* [svn-r7851] Purpose:Bill Wendling2003-11-1417-19/+20
| | | | | | | | | | | | | | | | | | | Buglet Fix Description: The FFLAGS environment variable wasn't being passed to the Makefiles. The config files weren't including it when they set the FFLAGS variable. Solution: Changed the FFLAGS="..." command to FFLAGS="$FFLAGS ..." instead. Platforms tested: Copper Arabica Verbena Misc. update:
* [svn-r7808] Snapshot version 1.6 release 1 (post0)HDF Admin2003-11-032-10/+10
|
* [svn-r7661] Purpose: Maintenance after 1.6.1 releaseElena Pourmal2003-10-172-10/+10
| | | | | | | | | | | Description: Changes version to 1.6.1-post0 and updated RELEASE.txt and HISTORY.txt filese fro the new version. Solution: N/A Platforms tested: N/A Misc. update: