"platforms/reference/include/ObcParameters.h" did not exist on "8086b2013a7d2663e9ad80118402debf3ef67da1"
  1. 17 Nov, 2009 1 commit
  2. 12 Nov, 2009 1 commit
  3. 10 Nov, 2009 1 commit
  4. 03 Nov, 2009 1 commit
    • Mark Friedrichs's avatar
      dded GB/VI to Cuda platform · 7a36f461
      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 
      7a36f461
  5. 28 Oct, 2009 1 commit
  6. 23 Oct, 2009 1 commit
  7. 22 Sep, 2009 1 commit
  8. 19 Sep, 2009 1 commit
  9. 12 Sep, 2009 1 commit
  10. 11 Sep, 2009 1 commit
  11. 10 Sep, 2009 1 commit
  12. 08 Sep, 2009 1 commit
  13. 28 Aug, 2009 1 commit
  14. 27 Aug, 2009 1 commit
  15. 24 Aug, 2009 1 commit
  16. 21 Aug, 2009 1 commit
  17. 11 Aug, 2009 2 commits
  18. 08 Aug, 2009 1 commit
  19. 07 Aug, 2009 1 commit
  20. 06 Aug, 2009 1 commit
  21. 17 Jul, 2009 1 commit
  22. 14 Jul, 2009 3 commits
  23. 10 Jul, 2009 1 commit
  24. 08 Jul, 2009 1 commit
  25. 02 Jul, 2009 2 commits
  26. 26 Jun, 2009 1 commit
  27. 24 Jun, 2009 1 commit
  28. 23 Jun, 2009 1 commit
  29. 18 Jun, 2009 1 commit
  30. 13 Jun, 2009 1 commit
  31. 12 Jun, 2009 1 commit
  32. 04 Jun, 2009 1 commit
  33. 19 May, 2009 1 commit
  34. 14 May, 2009 1 commit
  35. 06 May, 2009 1 commit
  36. 23 Apr, 2009 1 commit
    • Michael Sherman's avatar
      (1) Fixed more VC++ warnings; this is almost clean now. · f6352d88
      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.
      f6352d88