forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8652 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
dd51b1a0c8
commit
10d0ca126d
|
@ -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
|
<P>Again, you may need to prefix this with "sudo". In this mode you
|
||||||
cannot control which Python root invokes.
|
cannot control which Python root invokes.
|
||||||
</P>
|
</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>
|
<HR>
|
||||||
|
|
||||||
<A NAME = "py_3"></A><H4>11.3 Extending Python with MPI to run in parallel
|
<A NAME = "py_3"></A><H4>11.3 Extending Python with MPI to run in parallel
|
||||||
|
|
|
@ -143,6 +143,12 @@ You can also invoke install.py from the src directory as
|
||||||
Again, you may need to prefix this with "sudo". In this mode you
|
Again, you may need to prefix this with "sudo". In this mode you
|
||||||
cannot control which Python root invokes.
|
cannot control which Python root invokes.
|
||||||
|
|
||||||
|
Note that if you want Python to be able to load different versions of
|
||||||
|
the LAMMPS shared library (see "this section"_#py_5 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.
|
||||||
|
|
||||||
:line
|
:line
|
||||||
|
|
||||||
11.3 Extending Python with MPI to run in parallel :link(py_3),h4
|
11.3 Extending Python with MPI to run in parallel :link(py_3),h4
|
||||||
|
|
Loading…
Reference in New Issue