[svn-r2756] Purpose:

"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.
This commit is contained in:
Albert Cheng 2000-10-31 10:40:57 -05:00
parent 10a40a09e4
commit 7c2e453bee

View File

@ -1,3 +1,7 @@
<pre>
Using HDF5 with OpenMP
----------------------
Attached are three OpenMP-HDF5 test programs. The purpose of these tests is to
experience OpenMP parallelism with HDF5. All the tests were run on modi4 with
SGI MPISpro compiler(cc) and make. The first one is the working
@ -282,4 +286,7 @@ main (void)
return 0;
}
---
Updated: 2000/10/31
Contact: hdfhelp@ncsa.uiuc.edu
</pre>