summaryrefslogtreecommitdiff
path: root/cacount.cpp
AgeCommit message (Collapse)Author
2013-06-14set default bit-width to 16Jan Huwald
Default value should be quick to see what the program does.
2013-06-14remove packed_arrayJan Huwald
In addition to being broken by design it was order_s_ of magnitude to slow. Adding cores to the computation increased runtime.
2013-06-07add mmalloc.hpp, support hugetlbfs allocationJan Huwald
2013-06-04add verbose timer function, replace bitset w/ packed_arrayJan Huwald
Replacing bitset with packed_array is neccessary to allow parallel access to proximate array cells.
2013-06-04go to 64-bit State, use bit-packed arrayJan Huwald
2013-06-03more parallelism, cheap race checkJan Huwald
Assure that at last each parallel thread processes at least maxWorkdSize elements. This garantues that even for packed arrays of bit-sized elements that thread boundaries lie on machine word boundaries.
2013-06-03count garden of eden statesJan Huwald
2013-03-06add compile-time variable bit lengthJan Huwald
2013-02-28.Jan Huwald
2013-02-28add parallel executionJan Huwald
2013-02-28get memory via mmap, try huge tables and prepopulationJan Huwald
2013-02-27merge symmetric cyclesJan Huwald
2013-02-27make iterTrans verboseJan Huwald
2013-02-27add cycle statistics functionJan Huwald
2013-02-27Initial commitJan Huwald
contact: Jan Huwald // Impressum