nightmorph 10/06/07 09:08:37
Modified: hpc-howto.xml
Log:
spruced up the hpc guide, punting dead USE flags and fixing redundant installation steps
Revision Changes Path
1.15 xml/htdocs/doc/en/hpc-howto.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/hpc-howto.xml?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/hpc-howto.xml?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/hpc-howto.xml?r1=1.14&r2=1.15
Index: hpc-howto.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/hpc-howto.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- hpc-howto.xml 19 May 2008 20:56:20 -0000 1.14
+++ hpc-howto.xml 7 Jun 2010 09:08:37 -0000 1.15
@@ -1,8 +1,8 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/hpc-howto.xml,v 1.14 2008/05/19 20:56:20 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/hpc-howto.xml,v 1.15 2010/06/07 09:08:37 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<guide link="/doc/en/hpc-howto.xml">
+<guide>
<title>High Performance Computing on Gentoo Linux</title>
<author title="Author">
@@ -20,6 +20,9 @@
<author title="Reviewer">
<mail link="dberkholz@g.o">Donnie Berkholz</mail>
</author>
+<author title="Editor">
+ <mail link="nightmorph"/>
+</author>
<!-- No licensing information; this document has been written by a third-party
organisation without additional licensing information.
@@ -35,8 +38,8 @@
System into a High Performance Computing (HPC) system.
</abstract>
-<version>1.6</version>
-<date>2006-12-18</date>
+<version>1.7</version>
+<date>2010-06-07</date>
<chapter>
<title>Introduction</title>
@@ -88,17 +91,17 @@
During the installation process, you will have to set your USE variables in
<path>/etc/make.conf</path>. We recommended that you deactivate all the
defaults (see <path>/etc/make.profile/make.defaults</path>) by negating them in
-make.conf. However, you may want to keep such use variables as x86, 3dnow, gpm,
+make.conf. However, you may want to keep such use variables as 3dnow, gpm,
mmx, nptl, nptlonly, sse, ncurses, pam and tcpd. Refer to the USE documentation
for more information.
</p>
<pre caption="USE Flags">
-USE="-oss 3dnow -apm -arts -avi -berkdb -crypt -cups -encode -gdbm -gif gpm -gtk
+USE="-oss 3dnow -apm -avi -berkdb -crypt -cups -encode -gdbm -gif gpm -gtk
-imlib -java -jpeg -kde -gnome -libg++ -libwww -mikmod mmx -motif -mpeg ncurses
--nls nptl nptlonly -oggvorbis -opengl pam -pdflib -png -python -qt3 -qt4 -qtmt
--quicktime -readline -sdl -slang -spell -ssl -svga tcpd -truetype -X -xml2 -xv
--zlib"
+-nls nptl nptlonly -ogg -opengl pam -pdflib -png -python -qt4 -qtmt
+-quicktime -readline -sdl -slang -spell -ssl -svga tcpd -truetype -vorbis -X
+-xml2 -xv -zlib"
</pre>
<p>
@@ -121,7 +124,7 @@
</p>
<pre caption="Installing vanilla-sources">
-# <i>emerge -p syslog-ng vanilla-sources</i>
+# <i>emerge -a syslog-ng vanilla-sources</i>
</pre>
<p>
@@ -130,7 +133,7 @@
</p>
<pre caption="Installing necessary packages">
-# <i>emerge -p nfs-utils portmap tcpdump ssmtp iptables xinetd</i>
+# <i>emerge -a nfs-utils portmap tcpdump ssmtp iptables xinetd</i>
</pre>
</body>
@@ -259,8 +262,7 @@
</p>
<pre caption="Ebuilds for NFS-support">
-# <i>emerge -p nfs-utils portmap</i>
-# <i>emerge nfs-utils portmap</i>
+# <i>emerge -a nfs-utils portmap</i>
</pre>
<p>
@@ -406,14 +408,12 @@
<p>
If your application require RSH communications, you will need to emerge
-net-misc/netkit-rsh and sys-apps/xinetd.
+<c>net-misc/netkit-rsh</c> and <c>sys-apps/xinetd</c>.
</p>
<pre caption="Installing necessary applicaitons">
-# <i>emerge -p xinetd</i>
-# <i>emerge xinetd</i>
-# <i>emerge -p netkit-rsh</i>
-# <i>emerge netkit-rsh</i>
+# <i>emerge -a xinetd</i>
+# <i>emerge -a netkit-rsh</i>
</pre>
<p>
@@ -623,8 +623,7 @@
</p>
<pre caption="Installing iptables">
-# <i>emerge -p iptables</i>
-# <i>emerge iptables</i>
+# <i>emerge -a iptables</i>
</pre>
<p>
@@ -699,7 +698,7 @@
</p>
<pre caption="Installing openpbs">
-# <i>emerge -p openpbs</i>
+# <i>emerge -a openpbs</i>
</pre>
<note>
@@ -816,8 +815,7 @@
</p>
<pre caption="Installing the mpich application">
-# <i>emerge -p mpich</i>
-# <i>emerge mpich</i>
+# <i>emerge -a mpich</i>
</pre>
<p>
|