Merge branch 'master' into host-layer-renaming-2020-11-24

This commit is contained in:
jpekkila
2020-11-24 22:00:30 +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;