Merge branch 'master' into host-layer-renaming-2020-11-24
This commit is contained in:
@@ -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) {
|
if (test == TEST_WEAK_SCALING) {
|
||||||
uint3_64 decomp = decompose(nprocs);
|
uint3_64 decomp = decompose(nprocs);
|
||||||
info.int_params[AC_nx] *= decomp.x;
|
info.int_params[AC_nx] *= decomp.x;
|
||||||
|
Reference in New Issue
Block a user