diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2000-10-31 15:40:57 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2000-10-31 15:40:57 (GMT) |
commit | 7c2e453bee84fc5c44870b7aeeec46ecfa23ecee (patch) | |
tree | ce23e6af246e43621b9517800c8f13a041583bf9 | |
parent | 10a40a09e4219677ae7e409170bc26a6d35e6bda (diff) | |
download | hdf5-7c2e453bee84fc5c44870b7aeeec46ecfa23ecee.zip hdf5-7c2e453bee84fc5c44870b7aeeec46ecfa23ecee.tar.gz hdf5-7c2e453bee84fc5c44870b7aeeec46ecfa23ecee.tar.bz2 |
[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.
-rw-r--r-- | doc/html/TechNotes/openmp-hdf5.html (renamed from doc/html/TechNotes/openmp-test.txt) | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/html/TechNotes/openmp-test.txt b/doc/html/TechNotes/openmp-hdf5.html index 686e647..c404e85 100644 --- a/doc/html/TechNotes/openmp-test.txt +++ b/doc/html/TechNotes/openmp-hdf5.html @@ -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> |