This PR moves gcm_regress.j to use nccmp instead of cmp for comparison of restarts (non-MOM).
It also changes NUM_READERS and NUM_WRITERS to 6 for the 1x6 layout test as a test of that.
NOTE: We move to use nccmp as it was found that there seem to be differences in the HDF5 Superblock when written with multiple writers. The data and metadata is all the same, but something changes and then, boom, different files technically such that cmp will not work.
Closes #571 Closes #572
This PR moves
gcm_regress.j
to usenccmp
instead ofcmp
for comparison of restarts (non-MOM).It also changes
NUM_READERS
andNUM_WRITERS
to 6 for the 1x6 layout test as a test of that.NOTE: We move to use
nccmp
as it was found that there seem to be differences in the HDF5 Superblock when written with multiple writers. The data and metadata is all the same, but something changes and then, boom, different files technically such thatcmp
will not work.