Merge branch 'alt_bcond_2020_09'

8503947 did not get merged for some reason, fixed with this.
This commit is contained in:
jpekkila
2020-11-24 21:59:09 +02:00

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;