- 23 Nov, 2015 2 commits
-
-
Jason Rhinelander authored
-O3 -march=native seems to make no performance difference (and actually slows some parts of eris down--plus seems to introduce non-reproducibility in RNG when -march=native enables AVX instructions)
-
Jason Rhinelander authored
-
- 10 Jul, 2015 3 commits
-
-
Jason Rhinelander authored
The threading overhead and locking seems to make threaded runs slower, so default to no threads.
-
Jason Rhinelander authored
Leaving the cursor hidden after a Ctrl-C aborting a simulation run was really annoying.
-
Jason Rhinelander authored
-
- 26 Mar, 2014 2 commits
-
-
Jason Rhinelander authored
These were still erroneously being predeclared in some eris header, which is why this wasn't caught before. That got fixed in eris, and needs to be fixed here, too.
-
Jason Rhinelander authored
-
- 25 Mar, 2014 2 commits
-
-
Jason Rhinelander authored
-
Jason Rhinelander authored
-
- 21 Feb, 2014 3 commits
-
-
Jason Rhinelander authored
-
Jason Rhinelander authored
add_definitions() was being misused instead.
-
Jason Rhinelander authored
-
- 07 Jan, 2014 1 commit
-
-
Jason Rhinelander authored
-
- 07 Dec, 2013 1 commit
-
-
Jason Rhinelander authored
- Optimizer overhaul (gets rid of PartyMover in favour of having parties register themselves as interoptimizers and handle movement themselves). - Eris interface change, getting rid of seperate createThis, createThat in favour of a single create<...> method. - Got rid of short-lived (now removed) simulation->threadModel - Locate eris via a symlink rather than looking at ../eris - Updated for PositionalAgent interface change (no longer accepting double arguments, instead requiring Position-convertible arguments such as initializer_list<double>s). - Added --skip-file option to skip creating a results file
-
- 20 Nov, 2013 1 commit
-
-
Jason Rhinelander authored
-
- 01 Oct, 2013 1 commit
-
-
Jason Rhinelander authored
-
- 30 Sep, 2013 1 commit
-
-
Jason Rhinelander authored
clang-3.2 (which is the latest in Ubuntu 13.04, the latest release as of this writing) doesn't support inherited constructors (it was added in clang-3.3).
-
- 23 Sep, 2013 13 commits
-
-
Jason Rhinelander authored
-
Jason Rhinelander authored
-
Jason Rhinelander authored
-
Jason Rhinelander authored
-
Jason Rhinelander authored
-
Jason Rhinelander authored
-
Jason Rhinelander authored
-
Jason Rhinelander authored
-
Jason Rhinelander authored
-
Jason Rhinelander authored
-
Jason Rhinelander authored
-
Jason Rhinelander authored
Replaced enums with strongly typed enums, catching (and fixing) the bug that caused "beta55" to always be used for output, regardless of what the actual distribution used was. (This happened because `int == enumval' was allowed, but shouldn't have been)
-
Jason Rhinelander authored
-
- 22 Sep, 2013 7 commits
-
-
Jason Rhinelander authored
-
Jason Rhinelander authored
-
Jason Rhinelander authored
-
Jason Rhinelander authored
-
Jason Rhinelander authored
-
Jason Rhinelander authored
-
Jason Rhinelander authored
FPTP = First Past The Post
-
- 21 Sep, 2013 1 commit
-
-
Jason Rhinelander authored
-
- 20 Sep, 2013 1 commit
-
-
Jason Rhinelander authored
-
- 15 Sep, 2013 1 commit
-
-
Jason Rhinelander authored
-