diff options
Diffstat (limited to 'TRNS')
-rw-r--r-- | TRNS/host/app.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TRNS/host/app.c b/TRNS/host/app.c index 50c0de1..758f355 100644 --- a/TRNS/host/app.c +++ b/TRNS/host/app.c @@ -131,6 +131,7 @@ int main(int argc, char **argv) { DPU_ASSERT(dpu_load(dpu_set, DPU_BINARY, NULL)); stop(&timer, 2); DPU_ASSERT(dpu_get_nr_dpus(dpu_set, &nr_of_dpus)); + active_dpus_before = active_dpus; } else if (first_round){ start(&timer, 1, 0); DPU_ASSERT(dpu_alloc(active_dpus, NULL, &dpu_set)); |