| Commit message (Expand) | Author | Age |
* | Fix bug with processing times < 1s | David Phillips | 2016-05-11 |
* | Check cluster ID against node count | David Phillips | 2016-05-06 |
* | Revert "Revert to thread 0 for progress monitoring" | David Phillips | 2016-05-06 |
* | Revert to thread 0 for progress monitoring | David Phillips | 2016-05-06 |
* | Invert load sharing for thread vs cluster node | David Phillips | 2016-05-05 |
* | Fix float arguments, fix -T argument | David Phillips | 2016-04-22 |
* | Bail out properly when no args supplied | David Phillips | 2016-04-19 |
* | Change error message for invalid generator | David Phillips | 2016-04-18 |
* | Ditch stdbool and EXIT_* | David Phillips | 2016-04-13 |
* | Improve error messages for command line arguments | David Phillips | 2016-04-08 |
* | Bump copyright date | David Phillips | 2016-04-08 |
* | Explicitly set fallback/default values for all options | David Phillips | 2016-04-08 |
* | Tidy up declarations | David Phillips | 2016-04-08 |
* | Clear trailing whitespace | David Phillips | 2016-04-04 |
* | Update usage/syntax | David Phillips | 2016-04-04 |
* | Use getopt(3) to parse arguments instead | David Phillips | 2016-04-04 |
* | Remove crusty comment | David Phillips | 2016-04-04 |
* | Replace assertions with useful error messages, tidy header file up | David Phillips | 2016-03-30 |
* | Fixing | David Phillips | 2015-07-28 |
* | Reverted to max threads when clustering | David Phillips | 2015-07-27 |
* | Fixed the goddamned thing | David Phillips | 2015-07-24 |
* | Started work on cluster-style parallel processing | David Phillips | 2015-07-24 |
* | Added license to top of all sources | David Phillips | 2015-07-07 |
* | Fixed broken algo | David Phillips | 2015-06-10 |
* | Made it easier to add new algos, added tricorn algo, burning ship lattice shi... | David Phillips | 2015-06-10 |
* | Moved mallocs inside their if()s, various whitespace removals | David Phillips | 2015-06-09 |
* | Fixed a few known bugs when threads wasn't a multiple of the size | David Phillips | 2015-06-09 |
* | Changed syntax to allow optional thread count | David Phillips | 2015-06-08 |
* | Changed to output PGMs | David Phillips | 2015-06-07 |
* | Pulled malloc calls out of threads into main | David Phillips | 2015-06-07 |
* | Switched to using basename | David Phillips | 2015-06-06 |
* | Updated Makefile, added missing files | David Phillips | 2015-06-06 |