summaryrefslogtreecommitdiffstats
path: root/dis/inputs/Neighborhood/test1.in
Commit message (Collapse)AuthorAge
* Enable internal DIS job looping and port to new extra.h APIJoshua Bakita2020-10-19
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