[cig-commits] r11225 - short/3D/PyLith/trunk/doc/install

brad at geodynamics.org brad at geodynamics.org
Thu Feb 21 10:13:49 PST 2008


Author: brad
Date: 2008-02-21 10:13:49 -0800 (Thu, 21 Feb 2008)
New Revision: 11225

Modified:
   short/3D/PyLith/trunk/doc/install/Linux_Fedora8-AMD64_Aagaard.txt
   short/3D/PyLith/trunk/doc/install/MacBookPro_Aagaard.txt
Log:
Fixed some typos.

Modified: short/3D/PyLith/trunk/doc/install/Linux_Fedora8-AMD64_Aagaard.txt
===================================================================
--- short/3D/PyLith/trunk/doc/install/Linux_Fedora8-AMD64_Aagaard.txt	2008-02-21 18:05:50 UTC (rev 11224)
+++ short/3D/PyLith/trunk/doc/install/Linux_Fedora8-AMD64_Aagaard.txt	2008-02-21 18:13:49 UTC (rev 11225)
@@ -1,5 +1,5 @@
 I place applications that are rarely updated in /tools/common. This
-directory is in a seperate /tools partition from system and user
+directory is in a separate /tools partition from system and user
 files; this is why I don't use /usr/local. For CIG source code, I
 separate the source code, build directories, and installed code. The
 source code sits in $HOME/src/cig, I build the packages under
@@ -109,7 +109,7 @@
     COPTIONS = -fPIC
     INCDIR = -I${MPI_INCDIR}
     LD = gcc
-    LIBDIR = -L${MLI_LIBDIR} -lmpich -lpthread -lrt
+    LIBDIR = -L${MPI_LIBDIR} -lmpich -lpthread -lrt
 
   c. Create shared libraries by hand.
 

Modified: short/3D/PyLith/trunk/doc/install/MacBookPro_Aagaard.txt
===================================================================
--- short/3D/PyLith/trunk/doc/install/MacBookPro_Aagaard.txt	2008-02-21 18:05:50 UTC (rev 11224)
+++ short/3D/PyLith/trunk/doc/install/MacBookPro_Aagaard.txt	2008-02-21 18:13:49 UTC (rev 11225)
@@ -81,7 +81,7 @@
 
   b. Verify the shared libraries (lib*.dyllib) are created.
   c. If any of the dylib files are missing, create them by hand from the 
-     static libraies.
+     static libraries.
 
     export MPI_DIR=$TOOLS_DIR/mpich2-1.0.5/${TOOLS_FORMAT}
     PATH=$PATH:$MPI_DIR/bin
@@ -99,7 +99,7 @@
     COPTIONS = -fPIC
     INCDIR = -I${MPI_INCDIR}
     LD = gcc
-    LIBDIR = -L${MLI_LIBDIR} -lmpich -lpmpich
+    LIBDIR = -L${MPI_LIBDIR} -lmpich -lpmpich
 
   c. Create shared libraries by hand.
 



More information about the cig-commits mailing list