Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: hpc-howto.xml
Date: Mon, 07 Jun 2010 09:08:42
Message-Id: 20100607090837.B38722CE3C@corvid.gentoo.org
1 nightmorph 10/06/07 09:08:37
2
3 Modified: hpc-howto.xml
4 Log:
5 spruced up the hpc guide, punting dead USE flags and fixing redundant installation steps
6
7 Revision Changes Path
8 1.15 xml/htdocs/doc/en/hpc-howto.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/hpc-howto.xml?rev=1.15&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/hpc-howto.xml?rev=1.15&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/hpc-howto.xml?r1=1.14&r2=1.15
13
14 Index: hpc-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/hpc-howto.xml,v
17 retrieving revision 1.14
18 retrieving revision 1.15
19 diff -u -r1.14 -r1.15
20 --- hpc-howto.xml 19 May 2008 20:56:20 -0000 1.14
21 +++ hpc-howto.xml 7 Jun 2010 09:08:37 -0000 1.15
22 @@ -1,8 +1,8 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/hpc-howto.xml,v 1.14 2008/05/19 20:56:20 swift Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/hpc-howto.xml,v 1.15 2010/06/07 09:08:37 nightmorph Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 -<guide link="/doc/en/hpc-howto.xml">
29 +<guide>
30 <title>High Performance Computing on Gentoo Linux</title>
31
32 <author title="Author">
33 @@ -20,6 +20,9 @@
34 <author title="Reviewer">
35 <mail link="dberkholz@g.o">Donnie Berkholz</mail>
36 </author>
37 +<author title="Editor">
38 + <mail link="nightmorph"/>
39 +</author>
40
41 <!-- No licensing information; this document has been written by a third-party
42 organisation without additional licensing information.
43 @@ -35,8 +38,8 @@
44 System into a High Performance Computing (HPC) system.
45 </abstract>
46
47 -<version>1.6</version>
48 -<date>2006-12-18</date>
49 +<version>1.7</version>
50 +<date>2010-06-07</date>
51
52 <chapter>
53 <title>Introduction</title>
54 @@ -88,17 +91,17 @@
55 During the installation process, you will have to set your USE variables in
56 <path>/etc/make.conf</path>. We recommended that you deactivate all the
57 defaults (see <path>/etc/make.profile/make.defaults</path>) by negating them in
58 -make.conf. However, you may want to keep such use variables as x86, 3dnow, gpm,
59 +make.conf. However, you may want to keep such use variables as 3dnow, gpm,
60 mmx, nptl, nptlonly, sse, ncurses, pam and tcpd. Refer to the USE documentation
61 for more information.
62 </p>
63
64 <pre caption="USE Flags">
65 -USE="-oss 3dnow -apm -arts -avi -berkdb -crypt -cups -encode -gdbm -gif gpm -gtk
66 +USE="-oss 3dnow -apm -avi -berkdb -crypt -cups -encode -gdbm -gif gpm -gtk
67 -imlib -java -jpeg -kde -gnome -libg++ -libwww -mikmod mmx -motif -mpeg ncurses
68 --nls nptl nptlonly -oggvorbis -opengl pam -pdflib -png -python -qt3 -qt4 -qtmt
69 --quicktime -readline -sdl -slang -spell -ssl -svga tcpd -truetype -X -xml2 -xv
70 --zlib"
71 +-nls nptl nptlonly -ogg -opengl pam -pdflib -png -python -qt4 -qtmt
72 +-quicktime -readline -sdl -slang -spell -ssl -svga tcpd -truetype -vorbis -X
73 +-xml2 -xv -zlib"
74 </pre>
75
76 <p>
77 @@ -121,7 +124,7 @@
78 </p>
79
80 <pre caption="Installing vanilla-sources">
81 -# <i>emerge -p syslog-ng vanilla-sources</i>
82 +# <i>emerge -a syslog-ng vanilla-sources</i>
83 </pre>
84
85 <p>
86 @@ -130,7 +133,7 @@
87 </p>
88
89 <pre caption="Installing necessary packages">
90 -# <i>emerge -p nfs-utils portmap tcpdump ssmtp iptables xinetd</i>
91 +# <i>emerge -a nfs-utils portmap tcpdump ssmtp iptables xinetd</i>
92 </pre>
93
94 </body>
95 @@ -259,8 +262,7 @@
96 </p>
97
98 <pre caption="Ebuilds for NFS-support">
99 -# <i>emerge -p nfs-utils portmap</i>
100 -# <i>emerge nfs-utils portmap</i>
101 +# <i>emerge -a nfs-utils portmap</i>
102 </pre>
103
104 <p>
105 @@ -406,14 +408,12 @@
106
107 <p>
108 If your application require RSH communications, you will need to emerge
109 -net-misc/netkit-rsh and sys-apps/xinetd.
110 +<c>net-misc/netkit-rsh</c> and <c>sys-apps/xinetd</c>.
111 </p>
112
113 <pre caption="Installing necessary applicaitons">
114 -# <i>emerge -p xinetd</i>
115 -# <i>emerge xinetd</i>
116 -# <i>emerge -p netkit-rsh</i>
117 -# <i>emerge netkit-rsh</i>
118 +# <i>emerge -a xinetd</i>
119 +# <i>emerge -a netkit-rsh</i>
120 </pre>
121
122 <p>
123 @@ -623,8 +623,7 @@
124 </p>
125
126 <pre caption="Installing iptables">
127 -# <i>emerge -p iptables</i>
128 -# <i>emerge iptables</i>
129 +# <i>emerge -a iptables</i>
130 </pre>
131
132 <p>
133 @@ -699,7 +698,7 @@
134 </p>
135
136 <pre caption="Installing openpbs">
137 -# <i>emerge -p openpbs</i>
138 +# <i>emerge -a openpbs</i>
139 </pre>
140
141 <note>
142 @@ -816,8 +815,7 @@
143 </p>
144
145 <pre caption="Installing the mpich application">
146 -# <i>emerge -p mpich</i>
147 -# <i>emerge mpich</i>
148 +# <i>emerge -a mpich</i>
149 </pre>
150
151 <p>