summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r1292] Changes since 19990430Robb Matzke1999-06-0212-59/+676
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ---------------------- Remove changes from CVS ./bin/release Added a `--nocheck' switch which causes the script to not check the contents of the MANIFEST file against CVS. This is sometimes useful when you need to make a quick snapshot but the MANIFEST file is not quite up to date. ./src/H5D.c Removed warnings for unused variables ./src/H5Fprivate.h Removed the WIN32 definition for `uint' and changed the data type for `eof_written' from `uint' to `uintn'. Shouldn't this really be `hbool_t'? ./src/H5Odtype.c ./src/H5T.c ./src/H5Tconv.c ./src/H5Tpkg.h ./src/H5Tpublic.h ./test/dtypes.c ./doc/html/H5.format.html Added support for bitfields and opaque data types.
* [svn-r1291] Patrick Lu1999-06-011-0/+3
| | | | added a typedef for windows. uint is UINT on windows.
* [svn-r1290] TFLOPS needs a launching problem even for single process execution.Albert Cheng1999-05-281-1/+1
| | | | Use RUNSERIAL to launch it.
* [svn-r1289] Removed RUNTEST before the /bin/sh because all the systems that isAlbert Cheng1999-05-281-1/+2
| | | | | | | | | | known so far do not need a "launching command" to run shell script. (If a future system needs it, maybe we should use a new VARIABLE called RUNSHELL, default to /bin/sh, to do the launching.) Then inside the test shell script, it needs to know how to launch serial or parallel executions. So, pass the RUNSERIAL and RUNPARALLEL variables to the /bin/sh command.
* [svn-r1288] Updated TFLOPS location for the newer MPIO library.Albert Cheng1999-05-281-9/+4
|
* [svn-r1287] Frank Baker1999-05-282-5/+5
| | | | | | | Attributes.html RM_H5A.html Fix bug #326, which pointed out that the H5Aget_name parameters were listed in the wrong order.
* [svn-r1286] Patrick Lu1999-05-281-3/+4
| | | | added a line i thought was there but I must have removed it by accident
* [svn-r1285] Patrick Lu1999-05-271-52/+44
| | | | | | | fixed the last bug with the repeating in the tstr.h5 test added an extra parameter to the h5dump_sprint function. it was for the repeat_threshold before it was hardcoded as 8 but now i let it be a parameter so that if it is set to a negative number then it will not count the repeats and print all the values out.
* [svn-r1284] Pass $AR setting to libtool. A cross-compiler (e.g., TFLOPS) wouldAlbert Cheng1999-05-262-2/+2
| | | | like use a "cross-compiling ar" to create the library archive.
* [svn-r1283] Changed the shell to exit with number of errors encountered duringAlbert Cheng1999-05-262-2/+4
| | | | test. This would signal to make something is incorrect.
* [svn-r1282] Patrick Lu1999-05-261-31/+53
| | | | | | fixed the null pad error and the extra quotes that were appearing in the strings. still need to get rid of the part where it will say something repeats x amount of times
* [svn-r1281] SnapshotRobb Matzke1999-05-262-2/+2
|
* [svn-r1280] Added some extra debugging output.Quincey Koziol1999-05-261-3/+3
|
* [svn-r1279] Fixed bug in new optimized hyperslab code.Quincey Koziol1999-05-261-4/+8
|
* [svn-r1278] Added size of userblock to base address of the low-level eof to ↵Quincey Koziol1999-05-261-3/+12
| | | | correct bug.
* [svn-r1277] Added additional checks into the dataspace code to determine if ↵Albert Cheng1999-05-257-18/+237
| | | | | | | | | the hyperslabs being written out are contiguous in memory and on disk and write/read them as one I/O operation (if the datatypes don't require conversion). This should be a good performance boost for those situations. It's especially needed on the ASCI Red (TFlops) machine. - QAK (from Albert's account on modi4 :-)
* [svn-r1276] H5D.c:Albert Cheng1999-05-254-44/+39
| | | | | | | | | | | | | | | | H5F.c: H5Flow.c: H5Fprivate.h: Joined work by Quincey, Robb and me to eliminate the initial writes of BOOTBLOCK when the file is first created. Also, eliminate the repeatedly encoding of BOOTBLOCK in the flushing code. Introduced the eof_written flag to indicate when it is not necessary to go do a dumb write at eof. (But something is not right if the userblock is not zero.) H5Fmpio.c: Added code to allow setting the MPIO debug output mask via the environment variable H5F_mpio_Debug.
* [svn-r1275] SnapshotRobb Matzke1999-05-252-2/+2
|
* [svn-r1274] Added code to delete the core file that maybe generated byAlbert Cheng1999-05-251-0/+2
| | | | SIGFPE during the test.
* [svn-r1273] SnapshotRobb Matzke1999-05-222-2/+2
|
* [svn-r1272] Basically rewrote the whole instruction. Good enough to helpAlbert Cheng1999-05-221-21/+67
| | | | | TFLOPS, T3E, O2K and SP2 users to do parallel configuration. Still need to fill in more information.
* [svn-r1271] h5tools.c:Albert Cheng1999-05-211-2/+2
| | | | | | fixed a typo of pointer comparing with char. h5tools.h: Removed ^M from the file. SGI does not like them.
* [svn-r1270] SnapshotRobb Matzke1999-05-212-2/+2
|
* [svn-r1269] Patrick Lu1999-05-201-187/+187
| | | | i forgot to remove an extra if else that isn't needed anymore
* [svn-r1268] Patrick Lu1999-05-201-95/+63
| | | | | | | | | | | | | changing the display_numeric_data abd the display_string to use the h5dump_sprint from the tools lib. added a section to initialize the h5dump_t variable in both these functions. in the display_string had to remove the extra quotes that gets displayed when printing. in h5dump_sprint i changed the for loop in the case of the string. I added a check to see if the last character is a \0. it was being printed before.
* [svn-r1267] Patrick Lu1999-05-201-0/+0
| | | | fixed a typo in the bat file i just put in
* [svn-r1266] Patrick Lu1999-05-201-0/+0
| | | | added a the h5dump batch file i created to test the the dumper
* [svn-r1265] SnapshotRobb Matzke1999-05-202-2/+2
|
* [svn-r1264] Fixed output of hdp comparison files to align with the output ↵Quincey Koziol1999-05-2010-90/+72
| | | | | | from the v4.1r3 dumper.
* [svn-r1263] SnapshotRobb Matzke1999-05-182-2/+2
|
* [svn-r1262] Patrick Lu1999-05-171-34/+40
| | | | fixed another bug that i made when I started to merge the 2 libs together.
* [svn-r1261] SnapshotRobb Matzke1999-05-172-2/+2
|
* [svn-r1260] Corrected H5Iget_type so error value isn't always returned.Quincey Koziol1999-05-161-1/+2
|
* [svn-r1259] SnapshotRobb Matzke1999-05-152-2/+2
|
* [svn-r1258] Fixed a bug that caused an ID to be added to the cache twice. ThanksRobb Matzke1999-05-141-43/+36
| | | | for noticing it, Nancy.
* [svn-r1257] fixed a bug I introduced when i removed the h5dump_sprint fromt ↵Patrick Lu1999-05-141-31/+33
| | | | he dump tool
* [svn-r1256] SnapshotRobb Matzke1999-05-142-2/+2
|
* [svn-r1255] changed a typo in the include file here tooPatrick Lu1999-05-131-1/+1
|
* [svn-r1254] changed a type in the include file namePatrick Lu1999-05-131-1/+1
|
* [svn-r1253] started to bring the tools lib and the dumputil file together. ↵Patrick Lu1999-05-136-1053/+1036
| | | | | | | | | | | | | | | | | | incorportated all the constants and from dumputil to to the tools lib and merged h5dump_fixtype together. I had to add an extra parameter to the function to specify what action should be taken when it hits H5T_STRING in the case statement. if the parameter (strDUAction) is true then it does what it use to do in dumputil but if it is false then it will do what it originally did in this file. I also put the h5dump_sprint functions into the same file. it isn't really merged yet. i just wanted to get everything into a file and then worry about the merging of this function. The toolslib way of h5dump_sprint takes an extra parameter. If this parameter is set to NULL then it will do the dumputil's version of this function. like i said this is just the first step i am taking. it will be merged better later. the rest of the changes to the other files were related to the above changes.
* [svn-r1252] SnapshotRobb Matzke1999-05-072-2/+2
|
* [svn-r1251] SnapshotQuincey Koziol1999-05-062-2/+2
|
* [svn-r1250] Added DatatypesEnum.html and EnumMap.gifQuincey Koziol1999-05-061-0/+2
|
* [svn-r1249] SnapshotQuincey Koziol1999-05-061-1/+1
|
* [svn-r1248] SnapshotRobb Matzke1999-05-051-1/+1
|
* [svn-r1247] Checked in againRobb Matzke1999-05-041-2/+2
|
* [svn-r1246] Removed deprecated constants that were already commented outRobb Matzke1999-05-041-11/+0
|
* [svn-r1245] SnapshotRobb Matzke1999-05-041-1/+1
|
* [svn-r1244] Datatypes.htmlFrank Baker1999-05-035-11/+949
| | | | | | | | | | | | | | DatatypesEnum.html EnumMap.gif Added enumeration datatypes -- First pass, only minimal editing. Intro paragraph in Datatypes.html; details in DatatypesEnum.html. EnumMap.gif is a figure for DatatypesEnum.html. Tools.html Added new h5toh4 supported object and data type. H5.intro.html Corrected transposed "start coordinates" in Example 1.
* [svn-r1243] SnapshotRobb Matzke1999-05-012-2/+2
|