Fixed Spelling Errors (#1166)
* fixed missed closing of a dataset * fixed missed closing of a dataset * fixed typo in error return * Committing clang-format changes * minor edits * code format * Committing clang-format changes * code format * minor edit * switched from using MPI_count, to actual bytes written for H5FD_mpio_debug rw debugging * Committing clang-format changes * changed size_i in printf to reflect the I/O. * Committing clang-format changes * Fixed seg fault with xlf on BE with -qintsize=8 * fixed error function string * spelling corrections via codespell, added new spell check github actions * Committing clang-format changes * misc * misc * misc * misc * misc * misc * misc * misc * misc * misc * misc * misc * misc * misc * Committing clang-format changes * misc * misc * misc * misc * misc * misc * Committing clang-format changes * misc * work around for https://github.com/codespell-project/codespell/issues/2137 * misc * added missing file * misc * misc. * misc * switch to using Codespell with GitHub Actions * misc. * misc. * fixed more sp errors * Fix new typos found by codespell. * fixed proceed with precede * fixed variable in fortran test * fixed minnum * updated spelling list Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Larry Knox <lrknox@hdfgroup.org>
This commit is contained in:
@@ -455,7 +455,7 @@ done
|
||||
|
||||
# RUNSERIAL is used. Check if it can return exit code from executalbe correctly.
|
||||
if [ -n "$RUNSERIAL_NOEXITCODE" ]; then
|
||||
echo "***Warning*** Serial Exit Code is not passed back to shell corretly."
|
||||
echo "***Warning*** Serial Exit Code is not passed back to shell correctly."
|
||||
echo "***Warning*** Exit code checking is skipped."
|
||||
h5haveexitcode=no
|
||||
fi
|
||||
@@ -518,7 +518,7 @@ TOOLTEST() {
|
||||
# don't add exit code check in pmode, as it causes failure. (exit code
|
||||
# is from mpirun not tool)
|
||||
# if any problem occurs relate to an exit code, it will be caught in
|
||||
# serial mode, so the test is fullfilled.
|
||||
# serial mode, so the test is fulfilled.
|
||||
if test $h5haveexitcode = 'yes' -a -z "$pmode"; then
|
||||
echo "EXIT CODE: $EXIT_CODE" >> $actual
|
||||
fi
|
||||
@@ -926,7 +926,7 @@ TOOLTEST h5diff_207.txt -c h5diff_basic2.h5 h5diff_basic2.h5 g2/dset8 g2/dset9
|
||||
TOOLTEST h5diff_208.txt -c h5diff_dset_zero_dim_size1.h5 h5diff_dset_zero_dim_size2.h5
|
||||
|
||||
# non-comparable dataset with comparable attribute, and other comparable datasets.
|
||||
# Also test non-compatible attributes with different type, dimention, rank.
|
||||
# Also test non-compatible attributes with different type, dimension, rank.
|
||||
# All the comparables should display differences.
|
||||
TOOLTEST h5diff_220.txt -c non_comparables1.h5 non_comparables2.h5 /g1
|
||||
|
||||
@@ -1089,7 +1089,7 @@ TOOLTEST h5diff_474.txt -v h5diff_danglelinks1.h5 h5diff_danglelinks2.h5 /ext_li
|
||||
TOOLTEST h5diff_475.txt -v h5diff_danglelinks1.h5 h5diff_danglelinks2.h5 /ext_link1
|
||||
|
||||
# ##############################################################################
|
||||
# # test for group diff recursivly
|
||||
# # test for group diff recursively
|
||||
# ##############################################################################
|
||||
# root
|
||||
TOOLTEST h5diff_500.txt -v h5diff_grp_recurse1.h5 h5diff_grp_recurse2.h5 / /
|
||||
|
||||
Reference in New Issue
Block a user