test: fix typos related to testlist.collalgo

Esse commit está contido em:
Hui Zhou
2024-06-19 12:02:07 -05:00
commit 9c48a130ad
3 arquivos alterados com 3 adições e 3 exclusões
+1 -1
Ver Arquivo
@@ -587,7 +587,7 @@ Makefile.am-stamp
# /test/mpi/
/test/mpi/libtool
/test/mpi/coll/testlist.cvar
/test/mpi/coll/testlist.collalgo
/test/mpi/attr/testlist.dtp
/test/mpi/pt2pt/testlist.dtp
/test/mpi/coll/testlist.dtp
+1 -1
Ver Arquivo
@@ -4,7 +4,7 @@
##
# This config file is used by maint/gen_coll_cvar.py to generate
# coll/testlist.cvar, which include tests that test specific collective
# coll/testlist.collalgo, which include tests that test specific collective
# algorithms controlled by using CVARs.
# The basic format are indentation-based hierarchy. There are 2 top level
+1 -1
Ver Arquivo
@@ -102,7 +102,7 @@ mpich-.*-arm.* * * * * /^reduce 10/ xfail=ticket0 coll/testlist.
* * * * * /^(inter|sub)comm_abort/ xfail=ticket6634 errors/comm/testlist
# The pipelined_tree bcast algorithm may flood unexpected messages to children processes
* * * * * /^bcasttest 10 .*ALGORITHM=pipelined_tree/ xfail=ticket4474
* * * * * /^bcasttest 10 .*ALGORITHM=pipelined_tree/ xfail=ticket4474 coll/testlist.collalgo
# IPC read bcast, alltoall, allgather and allgatherv fail as MPL_gpu_imemcpy is not implemented in CUDA
# https://github.com/pmodels/mpich/issues/6657