summaryrefslogtreecommitdiffstats
path: root/doc/html/TechNotes
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r3108] Purpose:Bill Wendling2000-12-111-27/+84
| | | | | | Reformatted Platforms tested: Netscape
* [svn-r3103] Frank Baker2000-12-081-0/+4
| | | | | | | Purpose: Moved H5Pset_driver and H5Pget_driver_info from RM to TechNotes. Platforms tested: IE 5
* [svn-r3012] Purpose:Albert Cheng2000-11-282-404/+405
| | | | | | | | | | | | | New doc and update Description: The original openmp-hdf5.html contains a bunch of C source code. HTML does not like source code, especially C-code that contained <...>. It gobbled it badly. Solution: Moved the source code to a new file, openmp-hdf5.c and make a reference to it from openmp-hdf5.html. Platforms tested: Viewed via IE on an NT box.
* [svn-r3011] Purpose:Albert Cheng2000-11-281-23/+50
| | | | | | Update Platforms tested: Viewed via IE.
* [svn-r2997] Raymond Lu2000-11-221-5/+136
| | | | | | | | Purpose: Update Description: Added a new testing program into this file. It shows the way that does parallel computation and serialized I/O.
* [svn-r2780] Raymond Lu2000-10-311-0/+19
| | | | | | | | | | Purpose: Update This Tech Note. Description: Added some introduction to OpenMP and its programming requirements. Solution: Platforms tested:
* [svn-r2761] Purpose:Frank Baker2000-10-311-17/+16
| | | | | | TechNotes/VFLfunc.html: Minor reformatting for ease of reference Platforms tested: IE5
* [svn-r2756] Purpose:Albert Cheng2000-10-311-1/+8
| | | | | | | | | | | | | | | | "New" document Description: Raymond has prepared and added a new document reporting his experience of using HDF5 with OpenMP. It was checked in as a .txt file but browsers could not display it properly, at least not for the MS-IE. Solution: I renamed the file from openmp-test.txt to openmp-hdf5.html, added in simple mind html control statement (<pre>), added an entry to the TechNote.html so that it can be found with other technical notes. Platforms tested: Viewed by MS-IE.
* [svn-r2742] Forgot some < and >'s.Bill Wendling2000-10-271-1/+1
|
* [svn-r2740] Purpose:Bill Wendling2000-10-271-0/+794
| | | | | | | | | | Documentation of TS Library Description: This is the document Chee Wai wrote up about the thread safe version of the HDF5 library. I just put it in HTML format and checked it in... Platforms tested: Netscrape
* [svn-r2727] Raymond Lu2000-10-241-0/+285
| | | | | | | | | | | | | Purpose: This file describes the experiencing of OpenMP with hdf5. Description: All detailed description is in the file. Solution: [details about the changes, algorithm, etc...] [Please as detail as you can since your own explanation is better than others guessing it from the code.] Platforms tested: Everything was done on modi4.
* [svn-r2721] Purpose:Quincey Koziol2000-10-241-13/+74
| | | | | | | | | | Feature symmetry Description: A while ago I needed to get the 'type' of data being accessed during writes to the VFL driver, so I put in code to get the information down there. Albert asked for the same information during reads, so I've added that in. Tested: Netscape
* [svn-r2701] Purpose:Frank Baker2000-10-191-0/+61
| | | | | | | | Adding new document Description: Adding VFLfunc.html, a list of VFL functions, to HDF5 Technical Notes. Platforms tested: IE 5
* [svn-r2697] Purpose:Frank Baker2000-10-181-0/+1482
| | | | | | | | | Adding new document Description: Adding VFL.html (Virtual File Layer) to HDF5 Technical Notes. August 1999 version. Will be updated for R1.4 by developer. Platforms tested: IE 5
* [svn-r2639] Purpose:Albert Cheng2000-10-091-0/+2
| | | | | | | | | Update Description: Added the description of the environment variable HDF5_MPI_OPT_TYPES which controls the use of optimized MPIO routines. Platforms tested: Viewed via IE.
* [svn-r2595] Purpose:Albert Cheng2000-09-261-0/+37
| | | | | | | | | | Feature Description: Added a new document of all the controls (compiler macros, environment variables, ...) that affect the functionality of the libraries and tools. Platforms tested: Viewed with MS IE.
* [svn-r2482] Bringing "HDF5 Technical Notes" into development branch (from ↵Frank Baker2000-08-2535-0/+4108
R1.2 branch)