| 1 | <?xml version='1.0' encoding="UTF-8"?> |
1 | <?xml version='1.0' encoding="UTF-8"?> |
| 2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/hpc-howto.xml,v 1.12 2006/11/02 19:13:17 nightmorph Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/hpc-howto.xml,v 1.13 2006/12/18 21:47:19 nightmorph Exp $ --> |
| 3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 4 | |
4 | |
| 5 | <guide link="/doc/en/hpc-howto.xml"> |
5 | <guide link="/doc/en/hpc-howto.xml"> |
| 6 | <title>High Performance Computing on Gentoo Linux</title> |
6 | <title>High Performance Computing on Gentoo Linux</title> |
| 7 | |
7 | |
| … | |
… | |
| 33 | This document was written by people at the Adelie Linux R&D Center |
33 | This document was written by people at the Adelie Linux R&D Center |
| 34 | <http://www.adelielinux.com> as a step-by-step guide to turn a Gentoo |
34 | <http://www.adelielinux.com> as a step-by-step guide to turn a Gentoo |
| 35 | System into a High Performance Computing (HPC) system. |
35 | System into a High Performance Computing (HPC) system. |
| 36 | </abstract> |
36 | </abstract> |
| 37 | |
37 | |
| 38 | <version>1.5</version> |
38 | <version>1.6</version> |
| 39 | <date>2006-11-02</date> |
39 | <date>2006-12-18</date> |
| 40 | |
40 | |
| 41 | <chapter> |
41 | <chapter> |
| 42 | <title>Introduction</title> |
42 | <title>Introduction</title> |
| 43 | <section> |
43 | <section> |
| 44 | <body> |
44 | <body> |
| … | |
… | |
| 83 | We refer to the <uri link="/doc/en/handbook/">Gentoo Linux Handbooks</uri> in |
83 | We refer to the <uri link="/doc/en/handbook/">Gentoo Linux Handbooks</uri> in |
| 84 | this section. |
84 | this section. |
| 85 | </note> |
85 | </note> |
| 86 | |
86 | |
| 87 | <p> |
87 | <p> |
| 88 | During the installation process, you will have to set your USE variables in |
88 | During the installation process, you will have to set your USE variables in |
| 89 | <path>/etc/make.conf</path>. We recommended that you deactivate all the |
89 | <path>/etc/make.conf</path>. We recommended that you deactivate all the |
| 90 | defaults (see <path>/etc/make.profile/make.defaults</path>) by negating them |
90 | defaults (see <path>/etc/make.profile/make.defaults</path>) by negating them in |
| 91 | in make.conf. However, you may want to keep such use variables as x86, 3dnow, |
91 | make.conf. However, you may want to keep such use variables as x86, 3dnow, gpm, |
| 92 | gpm, mmx, sse, ncurses, pam and tcpd. Refer to the USE documentation for more |
92 | mmx, nptl, nptlonly, sse, ncurses, pam and tcpd. Refer to the USE documentation |
| 93 | information. |
93 | for more information. |
| 94 | </p> |
94 | </p> |
| 95 | |
95 | |
| 96 | <pre caption="USE Flags"> |
96 | <pre caption="USE Flags"> |
| 97 | USE="-oss 3dnow -apm -arts -avi -berkdb -crypt -cups -encode -gdbm |
97 | USE="-oss 3dnow -apm -arts -avi -berkdb -crypt -cups -encode -gdbm -gif gpm -gtk |
| 98 | -gif gpm -gtk -imlib -java -jpeg -kde -gnome -libg++ -libwww -mikmod |
98 | -imlib -java -jpeg -kde -gnome -libg++ -libwww -mikmod mmx -motif -mpeg ncurses |
| 99 | mmx -motif -mpeg ncurses -nls -oggvorbis -opengl pam -pdflib -png |
99 | -nls nptl nptlonly -oggvorbis -opengl pam -pdflib -png -python -qt3 -qt4 -qtmt |
| 100 | -python -qt3 -qt4 -qtmt -quicktime -readline -sdl -slang -spell -ssl |
100 | -quicktime -readline -sdl -slang -spell -ssl -svga tcpd -truetype -X -xml2 -xv |
| 101 | -svga tcpd -truetype -X -xml2 -xv -zlib" |
101 | -zlib" |
| 102 | </pre> |
102 | </pre> |
| 103 | |
103 | |
| 104 | <p> |
104 | <p> |
| 105 | Or simply: |
105 | Or simply: |
| 106 | </p> |
106 | </p> |