We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0520f7 commit 3ea2c5aCopy full SHA for 3ea2c5a
tests/unit/test_helpers.h
@@ -131,7 +131,7 @@ inline std::string getUniqueFilename(const std::string& ext = "") {
131
*/
132
#define SET_MIN_NUM_NODES_CONSTRAINT(min_req_num_nodes) \
133
{ \
134
- auto const num_nodes = comm.numRanks(); \
+ auto const num_nodes = this->comm.numRanks(); \
135
if (num_nodes < min_req_num_nodes) { \
136
GTEST_SKIP() << fmt::format( \
137
"Skipping the run on {} nodes. This test should run on at least {} "\
0 commit comments