summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r3985] Purpose:Quincey Koziol2001-06-111-1/+1
| | | | | | | | Code cleanups Description: Fixed a small number of compiler warnings. Platforms tested: FreeBSD 4.3 (hawkwind)
* [svn-r3984] Purpose:Quincey Koziol2001-06-112-25/+25
| | | | | | | | Code cleanups Description: Fixed a small number of warnings. Platforms tested: FreeBSD 4.3 (hawkwind)
* [svn-r3983] Purpose:Quincey Koziol2001-06-116-18/+17
| | | | | | | | | Code cleanups Description: Fixed a small number of warnings and also took out the H5private.h header from H5Ppublic.h Platforms tested: FreeBSD 4.3 (hawkwind)
* [svn-r3981] no messagePedro Vicente Nunes2001-06-112-0/+603
|
* [svn-r3980] property list modification for image and palettePedro Vicente Nunes2001-06-092-37/+77
|
* [svn-r3979] image examplePedro Vicente Nunes2001-06-091-0/+6
|
* [svn-r3978] manifest add filesPedro Vicente Nunes2001-06-091-4/+6
|
* [svn-r3977] imagePedro Vicente Nunes2001-06-094-0/+1332
|
* [svn-r3976] modified lite filesPedro Vicente Nunes2001-06-092-611/+0
|
* [svn-r3975] added image and lite filesPedro Vicente Nunes2001-06-071-0/+4
|
* [svn-r3974] code warrior portPedro Vicente Nunes2001-06-0717-115/+138
|
* [svn-r3973] Purpose:Albert Cheng2001-06-072-22/+68
| | | | | | | | | | | | | Bug fix Description: The t_mpi used to fail and exit if any error detected. That aborted other process in a "make check" situation. Solution: Introduced a new error verification as INFO. INFO is for information only. It does not increase nerrors count. The program always exits with 0. Platforms tested: eirene with mpich.
* [svn-r3972] my first HDF5 library commitPedro Vicente Nunes2001-06-064-6/+2
|
* [svn-r3971] my first hdf5 library contributionPedro Vicente Nunes2001-06-062-7/+17
|
* [svn-r3970] my first hdf5 library contributionPedro Vicente Nunes2001-06-064-0/+1398
|
* [svn-r3969] test cvsPedro Vicente Nunes2001-06-061-1/+0
|
* [svn-r3968] test cvsPedro Vicente Nunes2001-06-061-0/+1
|
* [svn-r3966] Purpose:Albert Cheng2001-06-063-11/+9
| | | | | | | | | | | | | | | | | | | bug fix Description: The last reported problem that the parallel example program in examples could not be compiled, could not be duplicated again. I guessed maybe Rushad mistook the compile warning messages as error messages. Just a guess. Furthermore, the changed examples/Makefile.in and configure.in, did not work for the parallel case. The examples/ph5example.c was never included for compiling. Solution: Removed the fix in configure.in, put ph5exmple directly back in the examples/Makefile.in but put it in a variable for easier future maintenance. Also, easier to identify the parallel examples too. Platforms tested: Eirene, both serial and parallel modes.
* [svn-r3964] Purpose:Albert Cheng2001-06-061-0/+7
| | | | | | | | | new feature Description: added the command option of "setenv x y" for setting environment variable x=y. Platforms tested: Eirene
* [svn-r3963] Purpose:Quincey Koziol2001-06-051-1/+9
| | | | | | | | | Small code addition Description: Addition logging of seeks during read operations (writes were already logging seeks). Also added a few asserts to check memory allocations... Platforms tested: Solaris 2.6 (baldric)
* [svn-r3962] Purpose:Quincey Koziol2001-06-051-2/+15
| | | | | | | | Code cleanup Description: Incremented error count when error conditions occur. Platforms tested: FreeBSD 4.3 (hawkwind)
* [svn-r3959] Elena Pourmal2001-06-059-23/+23
| | | | | | | | | | | | | Purpose: Bug fix Description: All examples used "FILE" string in the #define preprocessor directive. That caused error on Windows platforms since FILE is a structure returned by fopen calls. Solution: Changed "FILE" to "H5FILE_NAME" Platforms tested: Linux (eirene)
* [svn-r3958] Elena Pourmal2001-06-043-18/+33
| | | | | | | | | | | | | | | | Purpose: HPUX 11.00 port Description: Redundant USE statements triggered a bug in the HP F90 compiler. Solution: Source code was rearranged to avoid redundancy: definitions of the object and dataset region reference types were moved from H5Rff.f90 to H5f90global.f90; "USE H5R" statement was removed from H5Rff.f90. Now H5Rff.f90 uses "USE H5GLOBAL" statement only as the rest of the modules. Platforms tested: HPUX 11.00 (kelgia), Solaris 2.7 (arabica)
* [svn-r3957] Dan Wells2001-06-041-50/+48
| | | | | | | | | | | | Purpose: Bug fix Description: The MPI I/O calls were not being traced. Solution: Changed the calls to traceEvent from the MPI I/O tracing to HDFtraceEvent in the Pablo Traceing. Platforms tested: Irix 32 and 64, HP VClass 32 and 64 bit and Solaris
* [svn-r3955] Purpose:Albert Cheng2001-06-011-0/+6
| | | | | | | | | | | | | | Bug fix Description: This file is not C++ friendly/compliant because the protocols are not bracketed by the #ifdef __cplusplus macro. This was discovered by a user attempting to use C++ with enable-parallel. Solution: Though we are not supporting C++ in parallel mode yet, it is simple to add the macro bracket. It would help if C++ is supported in the future. Platforms tested: modi4 (64,n32) and eirene (mpich).
* [svn-r3952] Purpose:Bill Wendling2001-05-302-2/+11
| | | | | | Update Description: Added the fact that HP V2500 & N4000 are now supported.
* [svn-r3951] Binh-Minh Ribler2001-05-291-4/+0
| | | | | | | | | | | | Purpose: Removing known problem Description: Removed the note about the c++ test compresion failed on Linux. This was meant to be in the RELEASE.txt of 1.4 branch, but I put it here by mistake. The problem is fixed now, I'll make a note in the correct RELEASE.txt. Platforms tested: Keeping my fingers crossed on this!
* [svn-r3950] Purpose:Bill Wendling2001-05-291-1/+0
| | | | | | Updated Description: Showed removal of versinfo
* [svn-r3948] Description:Albert Cheng2001-05-291-32/+0
| | | | | | This script file is not used any more. Platforms tested: "grep versinc *" does not return any reference. Verified with Quincey too.
* [svn-r3946] Purpose:Bill Wendling2001-05-292-11/+2
| | | | | | | | | | | Code Simplification Description: H5Pget_class() was being called from the H5.c module. Changed it so that it calls H5P_get_class() instead. Also, the H5Pget_class() and H5P_get_class() functions were identical. Changed so that H5Pget_class() calls H5P_get_class(). Platforms tested: Linux
* [svn-r3944] Purpose:Bill Wendling2001-05-251-7/+6
| | | | | | | | | | Fixlet Description: Some variables weren't being assigned before being used. Solution: Initialized with '\0'. Platforms tested: Linux
* [svn-r3942] Purpose:Bill Wendling2001-05-251-3/+3
| | | | | | | | Update Description: Updated with the latest/greatest version of install-sh. Platforms tested: Linux
* [svn-r3941] Purpose:Bill Wendling2001-05-251-49/+48
| | | | | | | | | | | | | | Small Fix Description: Don't delete the /tmp/${USER,LOGIN} directory when we're done with it. Also, only do the /tmp/${USER,LOGIN} if this is a parallel configured library. Solution: Removed the removal of the /tmp/${USER,LOGIN} directory and added checks to determine if we're in a parallel configured library before munging the filename... Platforms tested: Linux
* [svn-r3940] Purpose:Bill Wendling2001-05-251-4/+5
| | | | | | Update Description: Added mention of support for Linux 2.4.x machines.
* [svn-r3939] Snapshot version 1.5 release 6Albert Cheng2001-05-254-5/+5
| | | | (Somehow snapshot did not commit these files in the last release.)
* [svn-r3937] Purpose:Bill Wendling2001-05-241-49/+67
| | | | | | | | | Update Description: Described the installation methods for installing parallel HDF5 on Linux 2.4 or greater. Platforms tested: Teletype
* [svn-r3936] Purpose:Bill Wendling2001-05-221-49/+142
| | | | | | | | | | | | | | Feature Add Description: Added the feature (not a bug, a FEATURE!) that, if the person has the env variables USER or LOGIN set, then it will place the temporary files in the "/tmp/$USER" or "/tmp/$LOGIN" directory (in that order). This is only if the prefix the user gives is the default one "/tmp". After the tests are finished, it will remove the directory for the user. Platforms tested: Linux
* [svn-r3935] Purpose:Bill Wendling2001-05-172-1/+67
| | | | | | | | | | | | | | | | | | | | Test Addition Description: I added a small test to determine if the MPI library has a working version of the MPI_Get_count() function. If it does, then I define the macro: MPI_GET_COUNT_WORKS This should (hopefully) take care of the kludges in H5FDmpio.c... NOTE: This isn't implemented in the H5FDmpio.c file since I don't know the code in there and don't know which solution will work. Also, the test program I put into the configure script needs to be checked on a platform which does have a working MPI_Get_count() function...I.e., this is just a first stab. Platforms tested: Linux
* [svn-r3933] Purpose:Bill Wendling2001-05-151-12/+0
| | | | | Updated to reflect removal of bin/ directory in fortran/ and c++/ directories.
* [svn-r3930] Purpose:Bill Wendling2001-05-1514-19694/+6
| | | | | | | | | Fix Description: Removed the redundant executables here. We just use the ones in the top-level of the tree. Platforms tested: Linux
* [svn-r3929] Purpose:Albert Cheng2001-05-131-7/+4
| | | | | | Cleanup old unused code. Edited couple comments. Platforms tested: modi4,pp
* [svn-r3927] Purpose:Albert Cheng2001-05-131-2/+6
| | | | | | | | | | Bug fix Description: Some mpi.h already includes MPI-IO definitions in it (e.g., SGI, SP2). Made the #include of mpio.h be dependent on whether some MPI-IO constant is already defined or not. Platforms tested: modi4 (IRIX64) and IBM SP2.
* [svn-r3926] Description:Albert Cheng2001-05-131-6/+18
| | | | | | | | | | | | Changed MPI_File_seek then MPI_File_write or MPI_File_read to just MPI_File_write_at and MPI_File_read_at. Some compiler, e.g., IBM mpcc_r does not support MPI_File_seek and MPI_File_read or MPI_File_write. This is a better measurement against HDF5 performance since HDF5 uses MPI_File_write_at and MPI_File_read_at all the times. It is a more thread safe to use MPI_xxx_at than the other seek then read/write approaches. Platforms tested: modi4 (irix64 parallel), IBM sp2.
* [svn-r3925] Snapshot version 1.5 release 5HDF Admin2001-05-134-8/+20
|
* [svn-r3922] Elena Pourmal2001-05-121-1/+1
| | | | | | | | | | | Purpose: Bug fix Description: There was a typo in the gif.h path that I overlooked first time. Solution: Fixed a typo. bin/chkmanifest does not complain anymore. Platforms tested: baldric
* [svn-r3921] Elena Pourmal2001-05-122-0/+358
| | | | | | | Purpose: Fooling around Description: Added deleted gif.h file
* [svn-r3920] Elena Pourmal2001-05-122-358/+0
| | | | | | | | | | Purpose: Bug fix Description: Rushabh added new directory tools/gifconv to CVS. He also modified MANIFEST, but bin/chkmanifest complains this file. Solution: I will try to delete gif.h and then to add it once more.
* [svn-r3919] Rushabh Doshi2001-05-1228-2/+5700
| | | | | | | | | | | | | | | | | | | | | Purpose: Adding new feature Description: Added gif2h5 and h52gif conversion utilities Solution: The utilites follow the framework built for the gif2hdf and hdf2gif utilities for hdf4. The main files modified were those that read the H5 file and those that write H5 file. In the future, if you wish to continue with the framework and extend it to .png or some other fileformat the main files to edit will be the gif reader and writer. One point to note with h52gif. You have to specify the exact location of the image and the palette that it links to. You can choose not to specify a palette (uniform grayscale chosen in this case) but you must specify image location. In the future, someone could edit the readhdf.c source to enable the reader to parse the hdf file and select all images with corresponding palettes. Platforms tested: modi4 , eirene , hawkwind , arabica , Ren (NT 4.0) , Personal box (win2k)
* [svn-r3918] Updated.Albert Cheng2001-05-121-0/+5
|
* [svn-r3916] Purpose:Albert Cheng2001-05-122-0/+38
| | | | | | | | New feature Description: Added verification of H5_VERS_INFO in H5check_version(). Platforms tested: Eirene (linux).