- Mar 29, 2017
-
-
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.
-
- Mar 07, 2017
-
-
Richard Berger authored
-
- Dec 16, 2016
-
-
Steve Plimpton authored
-
- Oct 30, 2015
-
-
sjplimp authored
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14220 f3b2605a-c512-4ea7-a41b-209d697bcdaa
-
- Oct 22, 2015
-
-
sjplimp authored
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14164 f3b2605a-c512-4ea7-a41b-209d697bcdaa
-
- Mar 24, 2015
-
-
sjplimp authored
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13282 f3b2605a-c512-4ea7-a41b-209d697bcdaa
-
- Mar 23, 2015
-
-
sjplimp authored
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13278 f3b2605a-c512-4ea7-a41b-209d697bcdaa
-
- Mar 17, 2015
-
-
sjplimp authored
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13235 f3b2605a-c512-4ea7-a41b-209d697bcdaa
-