From 47ced4e96bbb782b9e780e8f2cfc637b2c21ff44 Mon Sep 17 00:00:00 2001 From: Joshua Bakita Date: Mon, 19 Oct 2020 01:30:29 -0400 Subject: Enable internal DIS job looping and port to new extra.h API Changes to DIS code: - field, pointer, transitive, and update's random initialization steps moved the main job loop (so that they run on fresh state each job). - Moved free() calls outside of the job loop in matrix - Removed loose clock() call in pointer Misc fixes: - Added input file for neighborhood - Log status before, rather than after, printing in gen_input.py --- dis/inputs/Neighborhood/test1.in | 1 + 1 file changed, 1 insertion(+) create mode 100644 dis/inputs/Neighborhood/test1.in (limited to 'dis/inputs') diff --git a/dis/inputs/Neighborhood/test1.in b/dis/inputs/Neighborhood/test1.in new file mode 100644 index 0000000..ef34bad --- /dev/null +++ b/dis/inputs/Neighborhood/test1.in @@ -0,0 +1 @@ +-12789 15 5000 3000 5 200 5 20 -- cgit v1.2.2