Skip to content

Commit

Permalink
suppress warning
Browse files Browse the repository at this point in the history
  • Loading branch information
qtcwt committed Jun 3, 2022
1 parent 2d89987 commit 8a863a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TestConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ void GlobalTestConfig::buildAffinity(std::vector<hwloc_obj_t>& aff){
buildDefaultAffinity(aff);
}
// extendAffinity() shoud be called to cover oversubscription.
assert(aff.size() >= task_num);
assert(aff.size() >= (uint64_t)task_num);
}


Expand Down

0 comments on commit 8a863a9

Please sign in to comment.