Skip to content

Commit

Permalink
fabtests/runfabtests.sh: add rdm_atomic validation tests
Browse files Browse the repository at this point in the history
Run fi_rdm_atomic with data validation in standard and short test suites

Signed-off-by: Alexia Ingerson <[email protected]>
  • Loading branch information
aingerson committed Sep 19, 2024
1 parent 881fdf5 commit be4ef93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fabtests/scripts/runfabtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ short_tests=(
"fi_rma_bw -e rdm -o writedata -I 5 -U"
"fi_rdm_atomic -I 5 -o all"
"fi_rdm_atomic -I 5 -o all -U"
"fi_rdm_atomic -I 5 -o all -v"
"fi_rdm_atomic -I 5 -o all -U -v"
"fi_rdm_cntr_pingpong -I 5"
"fi_multi_recv -e rdm -I 5"
"fi_multi_recv -e msg -I 5"
Expand Down Expand Up @@ -209,6 +211,8 @@ standard_tests=(
"fi_rma_bw -e rdm -o writedata -U"
"fi_rdm_atomic -o all -I 1000"
"fi_rdm_atomic -o all -I 1000 -U"
"fi_rdm_atomic -o all -I 1000 -v"
"fi_rdm_atomic -o all -I 1000 -U -v"
"fi_rdm_cntr_pingpong"
"fi_multi_recv -e rdm"
"fi_multi_recv -e msg"
Expand Down

0 comments on commit be4ef93

Please sign in to comment.