diff options
author | Leon Arber <larber@ncsa.uiuc.edu> | 2005-09-29 18:54:57 (GMT) |
---|---|---|
committer | Leon Arber <larber@ncsa.uiuc.edu> | 2005-09-29 18:54:57 (GMT) |
commit | 202b9ec55ccd7077c4201497f762cf1e341f30a1 (patch) | |
tree | fdc3a4c51ff186f29eb9627fa91ca03c96a9f7d8 /testpar/t_mpi.c | |
parent | 25b5aa05f34d2cdb450d5790145ce53f16cc068a (diff) | |
download | hdf5-202b9ec55ccd7077c4201497f762cf1e341f30a1.zip hdf5-202b9ec55ccd7077c4201497f762cf1e341f30a1.tar.gz hdf5-202b9ec55ccd7077c4201497f762cf1e341f30a1.tar.bz2 |
[svn-r11481] Purpose:
bug fix.
Description:
Fixed typo in a comment. The word "file" was supposed to be "fill." The explanation of
how the complex derived datatype test works is much clearer now.
Solution:
Platforms tested:
minor change.
Misc. update:
Diffstat (limited to 'testpar/t_mpi.c')
-rw-r--r-- | testpar/t_mpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/t_mpi.c b/testpar/t_mpi.c index 8abe9e7..c2be2ff 100644 --- a/testpar/t_mpi.c +++ b/testpar/t_mpi.c @@ -620,7 +620,7 @@ and this platform. 3) Setting MPI file view with advtype 4) Writing 2 bytes 1 to 2 using MPI_File_write to a file 5) File content: -Supposed the file value of the file is 0(most machines indeed do so) +Supposed the fill value of the file is 0(most machines indeed do so) and Fill value is embraced with "() in the following output: Expected output should be: 1,0,2 |