summaryrefslogtreecommitdiffstats
path: root/fortran
Commit message (Collapse)AuthorAgeFilesLines
* [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:
* [svn-r7659] Purpose: MaintenanceElena Pourmal2003-10-172-10/+10
| | | | | | | | | | | | Description: I run bin/release to create an hdf5-1.6.1 release tar ball. Now I am checking in modified files before tagging the release. Solution: N/A Platforms tested: N/A Misc. update:
* [svn-r7633] Purpose: MaintenanceElena Pourmal2003-10-152-10/+10
| | | | | | | | | | Description: Bumped the version number to 1.6.1-pre2 after creating a tar ball for the third round of testing Platforms tested: bin/h5vers -s 1.6.1-pre2 on eirene Misc. update:
* [svn-r7632] Purpose:Albert Cheng2003-10-142-10/+10
| | | | | | | Changed version to 1.6.1-pre1 to prepare for release. Platforms tested: "h5committested"
* [svn-r7627] Purpose:Bill Wendling2003-10-141-490/+490
| | | | | | | | | | | | | | | | | | Bug Fix Description: The Dependencies files for fortran/ weren't being generated properly. The "top_srcdir" variable was pointing to the src/fortran directory instead of the src/ directory. This is correct as far as configure's concerned, but our code needs the src/ directory to work. Solution: Remove the /fortran/.. from the end of top_srcdir if it exists there. Platforms tested: Arabica (just needed to check that Fortran compiles okay). Misc. update:
* [svn-r7625] Purpose: MaintenanceElena Pourmal2003-10-142-10/+10
| | | | | | | | | | | Description: Bumped up the version number after creating a tar ball for the second round of testing Solution: N/A Platforms tested: done with bin/h5vers on eirene Misc. update:
* [svn-r7624] Purpose:Quincey Koziol2003-10-141-452/+493
| | | | | | | Updated dependencies and tracing information Platforms tested: Not necessary.
* [svn-r7617] Purpose:Quincey Koziol2003-10-131-1/+1
| | | | | | | | | | Bug fix Description: "group" test was not updating total number of errors correctly. Platforms tested: None, just eyeballed it - too minor of a fix to require testing
* [svn-r7609] Purpose:Bill Wendling2003-10-132-4/+4
| | | | | | | | | | | | Update Description: Changed default to "production" mode instead of "development" mode. Platforms tested: Linux. Simple fix. Misc. update:
* [svn-r7606] Elena Pourmal2003-10-134-11/+11
| | | | | | | | | | | | | | | | | | | | | Purpose: Bug fix Description: Type of the third argument to the h5pset(get)_cache_f subroutines was incorrect (INTEGER instead of INTEGER(SIZE_T)). I was confused while doing my previous change since fortran docs were wrong, and the type of the same argument in 1_4 branch is INTEGER. I forgot to check carefully #if def for 1_4 branch in the C code, and encountered only int type for the corresponding C functions. Since Fortran doesn't support backward compatibility, type of the argument should be always in sync with the latest branch. Solution: ALWAYS, ALWAYS pay attention to compiler's warning. Fixed type to be INTEGER(SIZE_T). Platforms tested: kelgia, copper 64-bit mode, solaris 2.7 64-bit mode. Misc. update:
* [svn-r7602] Elena Pourmal2003-10-102-1/+19
| | | | | | | | | | | | | | Purpose: Bug fix Description: Parameter rdcc_nelmts of the h5pget_cache_f subroutine had wrong INTEGER(SIZE_T) instead of INTEGER type. Solution: Fixed the type Platforms tested: arabica in 64-bit mode (where INTEGER(SIZE_T) is not the same as INTEGER) Misc. update:
* [svn-r7563] Purpose: MaintenanceElena Pourmal2003-10-072-10/+10
| | | | | | | | | | Description: Increased version number to 1.6.0-post11 after creating a tar ball for testing Platforms tested: eirene Misc. update:
* [svn-r7560] Purpose:Quincey Koziol2003-10-075-8/+165
| | | | | | | | | | | | | | Add feature Description: Add H5Fget_freespace() routine, to check the amount of free space in a file. This information is only valid until the file is closed currently, however (until we start recording the free space information in the file itself). Platforms tested: FreeBSD 4.9 (sleipnir) h5committest
* [svn-r7555] Purpose:Bill Wendling2003-10-062-13/+889
| | | | | | | | | | | | | | | | | Bug Fix Description: The h5fc script was failing to compile if --with-mpe was set. Solution: Added the "--with-mpe" check to the fortran library. This puts mpe-specific libraries in the LIBS macro which is included into the h5fc script. Platforms tested: Linux (verbena) Small change, so no need for full h5committesting. Misc. update:
* [svn-r7531] Elena Pourmal2003-10-012-10/+10
| | | | | | | | | | Purpose: Maintenance Description: Changed version to 1.6.0-post10 after creating a release tar ball for a Fortran user. Misc. update:
* [svn-r7530] Purpose: Code cleanupElena Pourmal2003-10-014-35/+37
| | | | | | | | | | | | | Description: On Linux systems valgrind tool complained about memory leaks in the statements like if(!a) free(a); Solution: Replaced with if(a != NULL) free(a); Platforms tested: eirene (too small for committest) Misc. update:
* [svn-r7503] Snapshot version 1.6 release 0 (post8)HDF Admin2003-09-222-10/+10
|
* [svn-r7486] Purpose:Quincey Koziol2003-09-172-10/+10
| | | | | | | Bump version # after creating bugfix snapshot Platforms tested: None necessary.
* [svn-r7470] Purpose:Quincey Koziol2003-09-122-10/+10
| | | | | | | Increment version info after making snapshot for bug #1017 fix. Platforms tested: No testing necessary.
* [svn-r7459] Purpose:Quincey Koziol2003-09-102-10/+10
| | | | | | | Increment version info after making snapshot for bug #1021 fix. Platforms tested: No testing necessary.
* [svn-r7447] Snapshot version 1.6 release 0 (post4)HDF Admin2003-09-082-10/+10
|
* [svn-r7443] Purpose:Quincey Koziol2003-09-042-10/+10
| | | | Snapshot repo for bug fix testing
* [svn-r7437] Snapshot version 1.6 release 0 (post2)HDF Admin2003-09-012-10/+10
|