Skip to content

Commit b7da296

Browse files
authored
Reenable flood_put/get testers on mlx5 since they should work after pr2732 (#3748)
Reenable flood_put/get testers on mlx5 since they should work after pr2732 (#3748)
1 parent 000e24d commit b7da296

File tree

1 file changed

+1
-3
lines changed
  • projects/rocshmem/scripts/functional_tests

1 file changed

+1
-3
lines changed

projects/rocshmem/scripts/functional_tests/driver.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ TestOnStream() {
472472
ExecTest "signal_wait_until_on_stream" 2 1 1
473473
if [[ $TEST != ro* ]]; then #AIROCSHMEM-217
474474
ExecTest "putmem_signal_on_stream" 2 1 1 1048576
475-
else echo "Skip: putmem_signal_on_stream (AIROCSHMEM-217: RO some% abort)"; fi
475+
else echo "Skip: putmem_signal_on_stream (AIROCSHMEM-217: RO sometimes abort)"; fi
476476

477477
ExecTest "barrier_all_on_stream" 2 1 1
478478
ExecTest "alltoallmem_on_stream" 2 1 64 1048576
@@ -495,7 +495,6 @@ TestOther() {
495495
ExecTest "pingall" 2 32 1
496496

497497
################################ Flood test ##################################
498-
if [[ $TEST != gda-mlx5* ]]; then #AIROCSHMEM-234
499498
ExecTest "flood_put" 2 64 1024
500499
ExecTest "flood_put" 8 64 1024
501500
ExecTest "flood_putnbi" 8 64 1024
@@ -507,7 +506,6 @@ TestOther() {
507506
if [[ $TEST != gda* ]]; then #AIROCSHMEM-162
508507
ExecTest "flood_g" 8 64 1024
509508
else echo "Skip: flood_g (AIROCSHMEM-162: GDA _g not implemented)"; fi
510-
else echo "Skip: flood_* (AIROCSHMEM-234: GDA_mlx5 flood test deadlock)"; fi
511509

512510
# This test requires more contexts than workgroups
513511
export ROCSHMEM_MAX_NUM_CONTEXTS=1024

0 commit comments

Comments
 (0)