From 202b9ec55ccd7077c4201497f762cf1e341f30a1 Mon Sep 17 00:00:00 2001 From: Leon Arber Date: Thu, 29 Sep 2005 13:54:57 -0500 Subject: [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: --- testpar/t_mpi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12