Skip to content
Snippets Groups Projects
  1. Apr 11, 2017
  2. Apr 10, 2017
  3. Apr 07, 2017
  4. Apr 06, 2017
  5. Apr 05, 2017
  6. Apr 04, 2017
  7. Apr 03, 2017
  8. Mar 30, 2017
  9. Mar 29, 2017
    • Oliver Henrich's avatar
      Updated README · ac1aa9ed
      Oliver Henrich authored
      ac1aa9ed
    • Oliver Henrich's avatar
      Updated lammps.book and install script · c733204a
      Oliver Henrich authored
      c733204a
    • 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
  10. Mar 28, 2017
Loading