1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
|
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="andre alefeld">
<meta name="GENERATOR" content="Mozilla/4.76C-CCK-MCD Netscape [en] (X11; U; SunOS 5.8 sun4u) [Netscape]">
</head>
<body>
<ul><font size=+2>Module description gridengine/source</font>
<p>This directory contains the source code and other modules which are
needed to compile and build Grid Engine. The file 'README.BUILD' in this
directory contains information how to compile and install Grid Engine.
<br>
<br>
<table BORDER COLS=2 WIDTH="100%" NOSAVE >
<tr>
<td>3rdparty/</td>
<td>contains modules with source code which contains third party copyrighted
source code</td>
</tr>
<tr>
<td>README.BUILD</td>
<td>description of the build process</td>
</tr>
<tr>
<td>README.aimk</td>
<td>description of 'aimk'</td>
</tr>
<tr>
<td>aimk</td>
<td>Architecture Independent Makefile. 'Drives' te Grid Engine compilation
and build process</td>
</tr>
<tr>
<td>aimk.site</td>
<td>used by 'aimk'. Contains paths and definitions for modules which are
not part of a Grid Engine distribution and which are needed to compile
non-standard parts of Grid Engine</td>
</tr>
<tr>
<td>clients/</td>
<td>private and shared code of client commands</td>
</tr>
<tr>
<td>common/</td>
<td>shared code between clients and daemons</td>
</tr>
<tr>
<td>daemons/</td>
<td>private and shared code of daemons</td>
</tr>
<tr>
<td>dist/</td>
<td>files and directories which are part of a distribution</td>
</tr>
<tr>
<td>experimental/</td>
<td>experimental source code not part of the standard build process and
Grid Engine distribution</td>
</tr>
<tr>
<td>libs/</td>
<td>libraries used by Grid Engine commands and daemons</td>
</tr>
<tr>
<td>scripts/</td>
<td>scripts needed during the build process</td>
</tr>
<tr>
<td>security/</td>
<td>contains stubs and frameworks for running Grid engine in a secure environment</td>
</tr>
<tr>
<td>source.html</td>
<td>this file</td>
</tr>
<tr>
<td>utilbin/</td>
<td>binaries needed during installation and other binaries not part of
the distribution</td>
</tr>
</table>
</ul>
</body>
</html>
|