git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8652 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2012-08-14 16:22:04 +00:00
parent dd51b1a0c8
commit 10d0ca126d
2 changed files with 12 additions and 0 deletions

View File

@ -147,6 +147,12 @@ E.g. you may need to do something like
<P>Again, you may need to prefix this with "sudo". In this mode you
cannot control which Python root invokes.
</P>
<P>Note that if you want Python to be able to load different versions of
the LAMMPS shared library (see <A HREF = "#py_5">this section</A> below), you will
need to manually copy files like lmplmp_g++.so into the site-packages
directory as well. This is not needed if you set the LD_LIBRARY_PATH
environment variable as described above.
</P>
<HR>
<A NAME = "py_3"></A><H4>11.3 Extending Python with MPI to run in parallel