mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
Restore fix of test assert fail eror undone by later commit.
This commit is contained in:
parent
5638d8860f
commit
1c812fcd5d
@ -351,7 +351,7 @@ static int test_mpio_gb_file(char *filename) {
|
||||
mrc = MPI_File_read_at(fh, mpi_off, buf, MB, MPI_BYTE,
|
||||
&mpi_stat);
|
||||
INFO((mrc == MPI_SUCCESS), "GB size file read");
|
||||
H5_CHECKED_ASSIGN(expected, int8_t, i * mpi_size + (mpi_size - mpi_rank - 1), int);
|
||||
expected = (int8_t)(i * mpi_size + (mpi_size - mpi_rank - 1));
|
||||
vrfyerrs = 0;
|
||||
for (j = 0; j < MB; j++) {
|
||||
if ((*(buf + j) != expected)
|
||||
|
Loading…
x
Reference in New Issue
Block a user