1. 08 Jun, 2015 2 commits
  2. 06 Jun, 2015 1 commit
  3. 05 Jun, 2015 3 commits
  4. 04 Jun, 2015 4 commits
  5. 03 Jun, 2015 7 commits
  6. 02 Jun, 2015 2 commits
  7. 01 Jun, 2015 1 commit
  8. 30 May, 2015 2 commits
  9. 28 May, 2015 1 commit
  10. 27 May, 2015 6 commits
    • peastman's avatar
      Disabled PME stream on CUDA 7 · 1b1ea94f
      peastman authored
      1b1ea94f
    • peastman's avatar
      GBn now uses Discrete2DFunctions · dafd0f97
      peastman authored
      dafd0f97
    • peastman's avatar
      Merge pull request #934 from swails/ncwarn · c9fc6ed8
      peastman authored
      Eliminate scipy RuntimeWarning when reading NetCDF restart files
      c9fc6ed8
    • peastman's avatar
      Merge pull request #935 from swails/gmx-genpairs · 77524af3
      peastman authored
      support gen-pairs=no in Gromacs
      77524af3
    • Jason Swails's avatar
      support gen-pairs=no in Gromacs · deb6d66c
      Jason Swails authored
      This was actually fully supported already, since it parsed pairtypes and
      assigned the exception parameters correctly from there. All this does is throw
      an exception when pair parameters are not defined and gen-pairs=no.
      deb6d66c
    • Jason Swails's avatar
      Eliminate scipy RuntimeWarning when reading NetCDF restart files · 8908f33b
      Jason Swails authored
      Due to a bug that was uncovered in mdtraj with scipy's NetCDF implementation
      regarding mmapping, scipy started issuing the following warning if any NetCDF
      variable objects had references remaining after closing the file:
      
      /.../lib/python2.7/site-packages/scipy/io/netcdf.py:287:
      RuntimeWarning: Cannot close a netcdf_file opened with mmap=True, when
      netcdf_variables or arrays referring to its data still exist. All data arrays
      obtained from such files refer directly to data on disk, and must be copied
      before the file can be cleanly closed. (See netcdf_file docstring for more
      information on mmap.)
      
      We were already copying data to avoid segfaults on some scipy versions, but
      there were still references to variables that went out of scope shortly after
      the NetCDF file was closed.  Simply deleting these references gets rid of the
      warning.
      8908f33b
  11. 26 May, 2015 7 commits
  12. 21 May, 2015 1 commit
  13. 19 May, 2015 1 commit
  14. 18 May, 2015 2 commits