- 12 Dec, 2012 1 commit
-
-
Peter Eastman authored
-
- 28 Sep, 2012 1 commit
-
-
Peter Eastman authored
-
- 08 Feb, 2010 1 commit
-
-
Christopher Bruns authored
Exported some symbols from Cuda plugin, for use by external NML plugin. cudaOpenMMInitializeIntegration, gpuSetConstants, CudaPlatform (but I couldn't figure out how to export kGenerateRandoms) Also turned off TestRandomCuda on Windows, since it always fails and makes the dashboard look bad. Renamed InitializeIntegration method to cudaOpenMMInitializeIntegration, now that symbol is being exported.
-
- 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
-