- 10 May, 2010 1 commit
-
-
Peter Eastman authored
-
- 21 Apr, 2010 1 commit
-
-
Christopher Bruns authored
-
- 14 Apr, 2010 1 commit
-
-
Christopher Bruns authored
based on the FindCUDA.cmake that was in the platforms/cuda/cuda-make directory. Setting of CUDA_NVCC_FLAGS is now in top-level CMakeLists.txt, in case I ever figure out how to get this working with the cmake 2.8 installed system version of FindCUDA.cmake. Before this change, there were three separate FindCUDA.cmake areas. Now there is just one.
-
- 05 Apr, 2010 1 commit
-
-
Mark Friedrichs authored
-
- 24 Feb, 2010 1 commit
-
-
Christopher Bruns authored
Downgraded recent cmake changes to ghastly compliance with cmake 2.4, for the benefit of the simtk dart server.
-
- 23 Feb, 2010 1 commit
-
-
Christopher Bruns authored
Modified Cuda FreeEnergy plugin to use a different windows export macro than main openmm library and cuda library. Modified CUDA_NVCC_FLAGS to be consistent with Peter's latest version in all three locations they are defined. Added "-Xcompiler '/MD'" to CUDA_NVCC_FLAGS on Windows to avoid link error in Cuda FreeEnergy plugin.
-
- 19 Feb, 2010 1 commit
-
-
Christopher Bruns authored
Export CudaFreeEnergyKernelFactory symbols to avoid link error in test program.
-
- 09 Feb, 2010 1 commit
-
-
Christopher Bruns authored
Still doesn't build on windows, but might help with linux (todo next)
-
- 16 Dec, 2009 1 commit
-
-
John Chodera authored
Fixed uninitialized value problem with setting box vectors. This caused sporadic multithreading issues on Linux platforms.
-
- 04 Dec, 2009 1 commit
-
-
Mark Friedrichs authored
Removed static variables in CudaFreeEnergyKernels.cpp Moved declaration of global feSim to within method where actually used in kCalculateNonbondedSoftcore.cu
-
- 03 Dec, 2009 3 commits
-
-
John Chodera authored
Replace Platform::getPlatform by Platform::getPlatformByName where necessary, due to recently changed interface.
-
Mark Friedrichs authored
Removed cruft from Cmake file Modified the way platform is specified in TstFreeEnergyCudaUsingParameterFile.cpp
-
Peter Eastman authored
-
- 26 Nov, 2009 2 commits
-
-
Mark Friedrichs authored
-
Mark Friedrichs authored
-
- 20 Nov, 2009 1 commit
-
-
Mark Friedrichs authored
removed some cruft
-
- 19 Nov, 2009 3 commits
-
-
Mark Friedrichs authored
-
Mark Friedrichs authored
Fixed bug: was calling kReduceObcGbsaSoftcoreBornForces instead of kReduceGBVISoftcoreBornForces in GB/VI force calculation
-
Mark Friedrichs authored
-
- 18 Nov, 2009 4 commits
-
-
Mark Friedrichs authored
-
Mark Friedrichs authored
Mods to get Free energy plugin libs to compile on Windows; still problem w/ kCalculateLocalSoftcoreForces.cu and hence OpenMMFreeEnergyCuda lib
-
Mark Friedrichs authored
Added #include <typeinfo> to see if it removes errors associated w/ std::bad_cast on Linux Ubuntu 4.3.2
-
Mark Friedrichs authored
-
- 17 Nov, 2009 1 commit
-
-
Mark Friedrichs authored
Changed ReferenceFreeEnergyPlatform name to ReferenceFreeEnergy Removed references to ParameterFileName in GB/VI
-
- 12 Nov, 2009 1 commit
-
-
Mark Friedrichs authored
-
- 11 Nov, 2009 1 commit
-
-
Mark Friedrichs authored
-
- 10 Nov, 2009 1 commit
-
-
Mark Friedrichs authored
-
- 09 Nov, 2009 3 commits
-
-
Mark Friedrichs authored
-
Mark Friedrichs authored
-
Mark Friedrichs authored
Removed references to softCoreLJLambda in NonbondedSoftcoreForce
-
- 06 Nov, 2009 1 commit
-
-
Mark Friedrichs authored
Removed print cruft
-
- 03 Nov, 2009 3 commits
-
-
Mark Friedrichs authored
-
Mark Friedrichs authored
-
Mark Friedrichs authored
Free energy plugin added Plugin will not run w/ Obc or GB/VI forces unless line 2004 of gpu.cpp (gpu->sim.totalNonbondOutputBuffers = 2*gpu->sim.nonbondOutputBuffers;) is commented in -- working on removing this constraint Also unit tests for GB/VI currently fail
-