"platforms/cuda/vscode:/vscode.git/clone" did not exist on "26c51a0c4ea5e610b2fb1ea6a0bb7a86f3bafdd0"
- 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.
-
- 10 Feb, 2010 1 commit
-
-
Peter Eastman authored
-
- 09 Feb, 2010 1 commit
-
-
Christopher Bruns authored
Still doesn't build on windows, but might help with linux (todo next)
-
- 08 Feb, 2010 1 commit
-
-
Christopher Bruns authored
Cast exponent in pow() function to RealOpenMM, to avoid overload ambiguity error on Windows when RealOpenMM is defined as double.
-
- 02 Feb, 2010 1 commit
-
-
Mark Friedrichs authored
Associated code will be removed once confirmed deletions do not break builds
-
- 18 Dec, 2009 1 commit
-
-
Peter Eastman authored
-
- 16 Dec, 2009 1 commit
-
-
John Chodera authored
Fixed uninitialized value problem with setting box vectors. This caused sporadic multithreading issues on Linux platforms.
-
- 11 Dec, 2009 2 commits
-
-
Peter Eastman authored
Use a consistent (and more accurate) value for electric constant everywhere. Also cleaned up handling of constants and units in various places.
-
Peter Eastman authored
-
- 04 Dec, 2009 2 commits
-
-
Mark Friedrichs authored
Removed static variables in CudaFreeEnergyKernels.cpp Moved declaration of global feSim to within method where actually used in kCalculateNonbondedSoftcore.cu
-
Christopher Bruns authored
windows export macro on ReferenceFreeEnergyKernelFactory, to avoid link error on TestReferenceGBVISoftcoreForce
-
- 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
-
- 01 Dec, 2009 1 commit
-
-
Peter Eastman authored
-
- 26 Nov, 2009 3 commits
-
-
Mark Friedrichs authored
-
Mark Friedrichs authored
-
Mark Friedrichs authored
-
- 23 Nov, 2009 1 commit
-
-
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 2 commits
-
-
Mark Friedrichs authored
-
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
-