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

This commit is contained in:
sjplimp
2011-11-28 17:25:54 +00:00
parent cf631219bc
commit f6c92890f1
10 changed files with 53 additions and 16 deletions

View File

@ -176,7 +176,7 @@ by Argonne National Labs. From within the mpich directory, type
</P>
<PRE>./configure --enable-sharedlib=gcc
<PRE>./configure --enable-shared
make
make install
</PRE>
@ -189,8 +189,8 @@ static and shared MPI library. This will be fine for running LAMMPS
from Python since it only uses the shared library. But if you now try
to build LAMMPS by itself as a stand-alone program (cd lammps/src;
make foo) or build other codes that expect to link against libmpich.a,
then those builds will typically fail if the linker uses libmpich.so
instead. This means you will need to remove the file
then those builds may fail if the linker uses libmpich.so instead. If
this happens, it means you will need to remove the file
/usr/local/lib/libmich.so before building LAMMPS again as a
stand-alone code.
</P>