Skip to content

Commit

Permalink
skip snb test on multi-rank runs
Browse files Browse the repository at this point in the history
  • Loading branch information
plavin committed Aug 2, 2024
1 parent 954dca1 commit 0e7ce72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sst/elements/ariel/tests/testsuite_default_Ariel.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ def test_Ariel_test_ivb(self):
@unittest.skipIf(testing_check_get_num_ranks() > 1, "Ariel: test_Ariel_test_snb skipped if ranks > 1 - Sandy Bridge test is incompatible with Multi-Rank.")
def test_Ariel_test_snb(self):
self.ariel_Template("ariel_snb")

@unittest.skipIf(not pin_loaded, "Ariel: Requires PIN, but Env Var 'INTEL_PIN_DIRECTORY' is not found or path does not exist.")
@unittest.skipIf(testing_check_get_num_ranks() > 1, "Ariel: test_Ariel_test_snb_mlm skipped if ranks > 1 - Sandy Bridge test is incompatible with Multi-Rank.")
def test_Ariel_test_snb_mlm(self):
self.ariel_Template("ariel_snb_mlm", app="stream_mlm")
#####
Expand Down

0 comments on commit 0e7ce72

Please sign in to comment.