- 27 Jan, 2014 1 commit
-
-
peastman authored
Tabulated function parameters are hardcoded in the kernel instead of being stored in an array. This makes the code simpler and may help performance slightly.
-
- 25 Jan, 2014 1 commit
-
-
peastman authored
-
- 24 Jan, 2014 2 commits
- 11 Jan, 2014 1 commit
-
-
peastman authored
-
- 13 Dec, 2013 1 commit
-
-
peastman authored
-
- 08 Nov, 2013 1 commit
-
-
peastman authored
-
- 07 Aug, 2013 1 commit
-
-
peastman authored
-
- 01 Aug, 2013 1 commit
-
-
peastman authored
Converted the routine for identifying molecules from a recursion to a loop. This avoids stack overflows with very long linear molecules.
-
- 30 Jul, 2013 1 commit
-
-
peastman authored
-
- 08 Jul, 2013 1 commit
-
-
peastman authored
Platform specific header files get installed. This allows plugins to be built with just an OpenMM installation, not a full source tree.
-
- 27 Jun, 2013 2 commits
- 24 Jun, 2013 1 commit
-
-
peastman authored
-
- 08 Apr, 2013 1 commit
-
-
Peter Eastman authored
-
- 04 Apr, 2013 1 commit
-
-
Peter Eastman authored
-
- 28 Mar, 2013 1 commit
-
-
Peter Eastman authored
-
- 22 Mar, 2013 1 commit
-
-
Peter Eastman authored
-
- 12 Dec, 2012 1 commit
-
-
Peter Eastman authored
-
- 28 Sep, 2012 2 commits
-
-
Peter Eastman authored
-
Peter Eastman authored
-
- 15 Nov, 2011 1 commit
-
-
Peter Eastman authored
-
- 18 Jun, 2010 1 commit
-
-
Peter Eastman authored
-
- 04 Jun, 2010 1 commit
-
-
Mark Friedrichs authored
-
- 21 May, 2010 2 commits
-
-
Mark Friedrichs authored
-
Mark Friedrichs 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.
-
- 25 Nov, 2009 1 commit
-
-
Peter Eastman authored
Added a version of Platform::getPlatform() that looks up platforms by name. Added a Context constructor that allows platform-specific properties to be specified.
-
- 22 Sep, 2009 1 commit
-
-
Peter Eastman authored
-
- 19 Sep, 2009 1 commit
-
-
Peter Eastman authored
Restructured how force and energy computations are done to make it easier to write plugins for the CUDA platform
-
- 11 Aug, 2009 1 commit
-
-
Peter Eastman authored
-
- 06 Aug, 2009 1 commit
-
-
Peter Eastman authored
-
- 28 Jul, 2009 1 commit
-
-
Peter Eastman authored
Created a CudaPlatform property for specifying whether CUDA should sync or spin loop while waiting for results
-
- 16 Jul, 2009 1 commit
-
-
Peter Eastman authored
-
- 14 Jul, 2009 1 commit
-
-
Peter Eastman authored
-
- 10 Jul, 2009 1 commit
-
-
Peter Eastman authored
-
- 26 Jun, 2009 1 commit
-
-
Peter Eastman authored
-
- 18 Jun, 2009 1 commit
-
-
Peter Eastman authored
-
- 14 May, 2009 1 commit
-
-
Peter Eastman authored
-
- 23 Apr, 2009 1 commit
-
-
Michael Sherman authored
(2) Changed erfc.cpp to a header file which defines missing erf() and erfc() as static functions when using VC++ but otherwise does nothing. (3) Replaced all nonstandard uses of real() and imag() methods as lvalues; instead work directly with the complex values. (4) Fixed a bug in TestFindExclusions which was caught by VC++'s extensive STL debug mode self-examination. There are still problems in hilbert.c and not all CUDA tests pass.
-