rane        05/10/04 22:39:48

  Modified:    xml/htdocs/doc/en hpc-howto.xml
  Log:
  fixed bunch of typos, removed forbidden tabs, no other content change

Revision  Changes    Path
1.6       +36 -36    xml/htdocs/doc/en/hpc-howto.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/hpc-howto.xml?rev=1.6&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/hpc-howto.xml?rev=1.6&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/hpc-howto.xml.diff?r1=1.5&r2=1.6&cvsroot=gentoo

Index: hpc-howto.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/hpc-howto.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hpc-howto.xml       4 Oct 2005 19:05:41 -0000       1.5
+++ hpc-howto.xml       4 Oct 2005 22:39:47 -0000       1.6
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/hpc-howto.xml,v 1.5 
2005/10/04 19:05:41 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/hpc-howto.xml,v 1.6 
2005/10/04 22:39:47 rane Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/hpc-howto.xml">
@@ -162,7 +162,7 @@
 <p>
 The slave nodes listen for instructions (via ssh/rsh perhaps) from the master 
 node.  They should be dedicated to crunching results and therefore should not
-run any unecessary services.
+run any unnecessary services.
 </p>
 
 <p>
@@ -176,12 +176,12 @@
 # Adelie Linux Research &amp; Development Center
 # /etc/hosts
 
-127.0.0.1      localhost
+127.0.0.1       localhost
 
-192.168.1.100  master.adelie master
+192.168.1.100   master.adelie master
 
-192.168.1.1    node01.adelie node01
-192.168.1.2    node02.adelie node02
+192.168.1.1     node01.adelie node01
+192.168.1.2     node02.adelie node02
 </pre>
 
 <p>
@@ -223,12 +223,12 @@
         option routers 192.168.1.100;
 
         host node01.adelie {
-               # MAC address of network card on node 01
+                # MAC address of network card on node 01
                 hardware ethernet 00:07:e9:0f:e2:d4;
                 fixed-address 192.168.1.1;
         }
         host node02.adelie {
-               # MAC address of network card on node 02
+                # MAC address of network card on node 02
                 hardware ethernet 00:07:e9:0f:e2:6b;
                 fixed-address 192.168.1.2;
         }
@@ -291,11 +291,11 @@
 
 <p>
 Edit the <path>/etc/exports</path> file of the master node to export a work 
-directory struture (/home is good for this).
+directory structure (/home is good for this).
 </p>
 
 <pre caption="/etc/exports">
-/home/ *(rw)
+/home/  *(rw)
 </pre>
 
 <p>
@@ -313,7 +313,7 @@
 </p>
 
 <pre caption="/etc/fstab">
-master:/home/  /home   nfs     rw,exec,noauto,nouser,async     0 0
+master:/home/  /home  nfs  rw,exec,noauto,nouser,async  0 0
 </pre>
 
 <p>
@@ -350,7 +350,7 @@
 </ul>
 
 <p>
-For user based authentification, generate and copy as follows:
+For user based authentication, generate and copy as follows:
 </p>
 
 <pre caption="SSH key authentication">
@@ -378,7 +378,7 @@
 
 <note>
 Host keys must have an empty passphrase. RSA is required for host-based 
-authentification.
+authentication.
 </note>
 
 <p>
@@ -465,7 +465,7 @@
 </pre>
 
 <p>
-Finally, configure host authentification from <path>/etc/hosts.equiv</path>.
+Finally, configure host authentication from <path>/etc/hosts.equiv</path>.
 </p>
 
 <pre caption="hosts.equiv">
@@ -536,7 +536,7 @@
 # Options to pass to the above command
 # Most people should just uncomment this variable and
 # change 'someserver' to a valid hostname which you
-# can aquire from the URL's below
+# can acquire from the URL's below
 NTPDATE_OPTS="-b ntp1.cmc.ec.gc.ca"
 
 ##
@@ -657,7 +657,7 @@
 
 <pre caption="rule-save">
 # Adelie Linux Research &amp; Development Center
-# /var/lib/iptbles/rule-save
+# /var/lib/iptables/rule-save
 
 *filter
 :INPUT ACCEPT [0:0]
@@ -720,11 +720,11 @@
 </p>
 
 <ul>
-       <li>/etc/pbs_environment</li>
-       <li>/var/spool/PBS/server_name</li>
-       <li>/var/spool/PBS/server_priv/nodes</li>
-       <li>/var/spool/PBS/mom_priv/config</li>
-       <li>/var/spool/PBS/sched_priv/sched_config</li>
+  <li>/etc/pbs_environment</li>
+  <li>/var/spool/PBS/server_name</li>
+  <li>/var/spool/PBS/server_priv/nodes</li>
+  <li>/var/spool/PBS/mom_priv/config</li>
+  <li>/var/spool/PBS/sched_priv/sched_config</li>
 </ul>
 
 <p>
@@ -770,9 +770,9 @@
 
 <p>
 To submit a task to OpenPBS, the command <c>qsub</c> is used with some 
-optional parameters.  In the exemple below, "-l" allows you to specify 
+optional parameters.  In the example below, "-l" allows you to specify 
 the resources required, "-j" provides for redirection of standard out and
-standard error, and the "-m" will e-mail the user at begining (b), end (e) 
+standard error, and the "-m" will e-mail the user at beginning (b), end (e) 
 and on abort (a) of the job.
 </p>
 
@@ -833,7 +833,7 @@
 </p>
 
 <pre caption="/etc/exports">
-/home  *(rw)
+/home  *(rw)
 </pre>
 
 <p>
@@ -917,17 +917,17 @@
 </p>
 
 <ul>
-       <li>
+  <li>
     <e>Can processes be started on remote machines?</e> tstmachines attempts 
     to run the shell command true on each machine in the machines files by 
     using the remote shell command.
   </li>
-       <li>
+  <li>
     <e>Is current working directory available to all machines?</e> This 
     attempts to ls a file that tstmachines creates by running ls using the 
     remote shell command.
   </li>
-       <li>
+  <li>
     <e>Can user programs be run on remote systems?</e> This checks that shared
     libraries and other components have been properly installed on all 
     machines.
@@ -988,35 +988,35 @@
 </p>
 
 <ul>
-       <li><uri>http://www.gentoo.org</uri>, Gentoo Technologies, Inc.</li>
-       <li>
+  <li><uri>http://www.gentoo.org</uri>, Gentoo Technologies, Inc.</li>
+  <li>
     <uri link="http://www.adelielinux.com";>http://www.adelielinux.com</uri>, 
     Adelie Linux Research and Development Centre
   </li>
-       <li>
+  <li>
     <uri link="http://nfs.sourceforge.net/";>http://nfs.sourceforge.net</uri>, 
     Linux NFS Project
   </li>



-- 
[email protected] mailing list

Reply via email to