Skip to content
Snippets Groups Projects
  1. Jul 27, 2018
    • julient31's avatar
      Commit JT 072618 · 28993d98
      julient31 authored
      - improvements documentation (dmi and exchange)
      - correction error cross product in pair_spin_dmi.cpp
      - implementation mech. part in pair_spin_dmi.cpp
      - correction in all pairs: init_one for [j][i] couples
      - correction in atom_vec_spin.cpp: index error in read_data
      - some improvements in pair_spin_dmi.cpp and pair_spin_magelec.cpp
      28993d98
  2. Jul 25, 2018
  3. Jul 24, 2018
  4. Jul 23, 2018
  5. Jul 22, 2018
  6. Jul 21, 2018
  7. Jul 20, 2018
  8. Jul 19, 2018
  9. Jul 18, 2018
    • Richard Berger's avatar
      Fixes a memory leak when using OpenCL · 2eb8d779
      Richard Berger authored
      The GPU package uses OpenCL events for measuring time. These have to be
      released to free up memory. I removed the clReleaseEvent() calls in the
      clear() method because in some cases they don't exist yet and I couldn't
      find a way to check for a valid event (clRetainEvent didn't work). This
      at least fixes the massive leak during simulations.
      
      See issue #1006
      2eb8d779
Loading