Skip to content

Commit

Permalink
#1328: Make the test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobDomagala committed Mar 16, 2021
1 parent b5bd803 commit 5339d92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/unit/sequencer/test_sequencer_vrt.extended.cc
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ TEST_F(TestSequencerVirtual, test_seq_vc_2) {
}

TEST_F(TestSequencerVirtual, test_seq_vc_distinct_inst_3) {
SET_MIN_NUM_NODES_CONSTRAINT(2);
//SET_MIN_NUM_NODES_CONSTRAINT(2);
auto const& my_node = theContext()->getNode();

runInEpochCollective([my_node]{
Expand Down
8 changes: 4 additions & 4 deletions tutorial/tutorial_main.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ int main(int argc, char** argv) {
::vt::CollectiveOps::initialize(argc, argv);

// Tutorial code is meant to be run on at least 2 nodes
if(::vt::theContext()->getNumNodes() < 2){
::vt::CollectiveOps::finalize();
return 0;
}
// if(::vt::theContext()->getNumNodes() < 2){
// ::vt::CollectiveOps::finalize();
// return 0;
// }

/*
* The tutorial pieces generate work for many nodes, but they all stem from
Expand Down

0 comments on commit 5339d92

Please sign in to comment.