Skip to content
Snippets Groups Projects
  1. May 22, 2017
  2. May 17, 2017
  3. May 15, 2017
  4. May 14, 2017
  5. May 12, 2017
  6. Apr 12, 2017
  7. Mar 29, 2017
    • Richard Berger's avatar
      Support mixed Python use by honoring Python GIL · 1544b51d
      Richard Berger authored
      This enables support to both drive LAMMPS with a Python interpreter and
      evaluating Python expressions inside of LAMMPS using that same interpreter.
      Previously this has been avoided through an error message because the
      binding code did not ensure that the necessary GIL (global interpreter lock)
      structures exist (see issue #438).
      
      All code paths which call Python C API functions must first acquire the
      GIL through a call PyGILState_Ensure and release it with PyGILState_Release.
      1544b51d
  8. Mar 07, 2017
  9. Dec 16, 2016
  10. Oct 30, 2015
  11. Oct 22, 2015
  12. Mar 24, 2015
  13. Mar 23, 2015
  14. Mar 17, 2015
Loading