"examples/benchmark/benchmark.py" did not exist on "72fd80066da0800c132fae2343f12d336744d433"
- 24 Jun, 2013 1 commit
-
-
peastman authored
-
- 18 Aug, 2009 1 commit
-
-
Peter Eastman authored
-
- 22 Apr, 2009 1 commit
-
-
Michael Sherman authored
(2) I disabled the block of code in the main CMakeLists file that tries to second guess VC++'s choices for runtime libraries. This was required for me to get CUDA to work in VC 2005 where the compiler always chooses multithreaded libraries. I verified that Brook will still build this way, but I haven't tested it.
-
- 21 Apr, 2009 1 commit
-
-
Peter Eastman authored
-
- 23 Jun, 2008 2 commits
-
-
Christopher Bruns authored
-
Christopher Bruns authored
1) Added DLL export macros to many classes; enough to get tests to compile 2) Cosmetic changes to reduce warnings in Visual Studio: a) change many "for (int i ="... to "for (size_t i ="... to avoid unsigned mismatch warnings b) included many explicit static_cast<OpenMMReal>() casts to document places where double->float conversion warnings occur
-