Made strong scaling benchmark the default (was weak for some reason)

This commit is contained in:
jpekkila
2020-11-23 12:19:16 +02:00
parent 11eddabbd6
commit 850394760a

View File

@@ -107,7 +107,7 @@ main(int argc, char** argv)
}
}
const TestType test = TEST_WEAK_SCALING;
const TestType test = TEST_STRONG_SCALING;
if (test == TEST_WEAK_SCALING) {
uint3_64 decomp = decompose(nprocs);
info.int_params[AC_nx] *= decomp.x;