Skip to content

Commit 7de7f03

Browse files
committed
output dset through adiak
1 parent b3cae19 commit 7de7f03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/kripke.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,7 @@ int main(int argc, char **argv) {
484484
adiak::value("iterations", vars.niter);
485485
adiak::value("groups", vars.num_groups);
486486
adiak::value("legendre_order", vars.legendre_order);
487+
adiak::value("dset", vars.num_dirsets);
487488

488489
if (vars.parallel_method == PMETHOD_SWEEP)
489490
adiak::value("parallel_method", "sweep");

0 commit comments

Comments
 (0)