Skip to content

Commit

Permalink
scripts/runfabtests.sh: add more multi_ep tests
Browse files Browse the repository at this point in the history
As the most OFI resource intensive test, this test is a good test
for testing different combinations of resource binding, especially
with FI_THREAD_COMPLETION turned on.

Applications that utilize threads will likely use a combination of
separate domains, EPs, CQs, and AVs. Even though this test does not
use threads and cannot test the protection against these resources,
it can test different optimization paths within providers that may
be triggered based on the threading level requested.

Signed-off-by: Alexia Ingerson <[email protected]>
  • Loading branch information
aingerson committed Jul 30, 2024
1 parent 3e9f8ed commit 32c8b0f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions fabtests/scripts/runfabtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,18 @@ functional_tests=(
"fi_multi_mr -e rdm -V"
"fi_multi_ep -e msg -v --shared-av"
"fi_multi_ep -e rdm -v --shared-av"
"fi_multi_ep -e msg -v --shared-cq"
"fi_multi_ep -e rdm -v --shared-cq"
"fi_multi_ep -e msg -v --shared-av --shared-cq"
"fi_multi_ep -e rdm -v --shared-av --shared-cq"
"fi_multi_ep -e msg -v -T completion"
"fi_multi_ep -e rdm -v -T completion"
"fi_multi_ep -e msg -v --shared-av -T completion"
"fi_multi_ep -e rdm -v --shared-av -T completion"
"fi_multi_ep -e msg -v --shared-cq -T completion"
"fi_multi_ep -e rdm -v --shared-cq -T completion"
"fi_multi_ep -e msg -v --shared-av --shared-cq -T completion"
"fi_multi_ep -e rdm -v --shared-av --shared-cq -T completion"
"fi_recv_cancel -e rdm -V"
"fi_unexpected_msg -e msg -I 10 -v"
"fi_unexpected_msg -e rdm -I 10 -v"
Expand Down

0 comments on commit 32c8b0f

Please sign in to comment.