~ubuntu-branches/ubuntu/utopic/gridengine/utopic

« back to all changes in this revision

Viewing changes to source/scripts/scripts.html

  • Committer: Bazaar Package Importer
  • Author(s): Mark Hymers
  • Date: 2008-06-25 22:36:13 UTC
  • Revision ID: james.westby@ubuntu.com-20080625223613-tvd9xlhuoct9kyhm
Tags: upstream-6.2~beta2
ImportĀ upstreamĀ versionĀ 6.2~beta2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 
2
<HTML>
 
3
<HEAD>
 
4
        <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=iso-8859-1">
 
5
        <TITLE></TITLE>
 
6
        <META NAME="GENERATOR" CONTENT="StarOffice 8  (Solaris Sparc)">
 
7
        <META NAME="AUTHOR" CONTENT="andre alefeld">
 
8
        <META NAME="CREATED" CONTENT="20070802;15502500">
 
9
        <META NAME="CHANGEDBY" CONTENT="Marco Donauer">
 
10
        <META NAME="CHANGED" CONTENT="20070802;16013900">
 
11
</HEAD>
 
12
<BODY LANG="en-US" DIR="LTR">
 
13
<UL>
 
14
        <P><FONT SIZE=5>Module description gridengine/source/scripts</FONT> 
 
15
        </P>
 
16
        <P STYLE="margin-bottom: 0in">This directory contains a couple of
 
17
        scripts which are needed during the build and installation process
 
18
        of Grid Engine. Many of the scripts here are not called directly
 
19
        usually. They are either called by 'aimk' or by the make target of
 
20
        various modules. <BR>&nbsp; <BR>&nbsp; 
 
21
        </P>
 
22
</UL>
 
23
<DL>
 
24
        <DD>
 
25
        <TABLE WIDTH=100% BORDER=1 CELLPADDING=2 CELLSPACING=3>
 
26
                <COL WIDTH=37*>
 
27
                <COL WIDTH=219*>
 
28
                <TR VALIGN=TOP>
 
29
                        <TD WIDTH=15%>
 
30
                                <P ALIGN=LEFT>README.distinst&nbsp;</P>
 
31
                        </TD>
 
32
                        <TD WIDTH=85%>
 
33
                                <P ALIGN=LEFT>description how the 'distinst' script works</P>
 
34
                        </TD>
 
35
                </TR>
 
36
                <TR>
 
37
                        <TD WIDTH=15%>
 
38
                                <P>README.mk_dist</P>
 
39
                        </TD>
 
40
                        <TD WIDTH=85%>
 
41
                                <P>description how the 'mk_dist' script works</P>
 
42
                        </TD>
 
43
                </TR>
 
44
                <TR>
 
45
                        <TD WIDTH=15% VALIGN=TOP>
 
46
                                <P>detab.sh</P>
 
47
                        </TD>
 
48
                        <TD WIDTH=85%>
 
49
                                <P>removes tabulators from files given in command line using the
 
50
                                'expand' command. Renames input file by adding a ~ and writes
 
51
                                output to original file name. The original file is kept unchanged
 
52
                                with the ~-suffix</P>
 
53
                        </TD>
 
54
                </TR>
 
55
                <TR>
 
56
                        <TD WIDTH=15% VALIGN=TOP>
 
57
                                <P>distinst</P>
 
58
                        </TD>
 
59
                        <TD WIDTH=85%>
 
60
                                <P>script used to create a Grid Engine distribution. See
 
61
                                'README.distinst' for a detailed description</P>
 
62
                        </TD>
 
63
                </TR>
 
64
                <TR>
 
65
                        <TD WIDTH=15% VALIGN=TOP>
 
66
                                <P>format.sh</P>
 
67
                        </TD>
 
68
                        <TD WIDTH=85%>
 
69
                                <P>script to format source files according to the Grid Engine
 
70
                                coding convention. Needs GNU indent which must be installed in
 
71
                                your $PATH first. Formats files given in command line.The
 
72
                                original file is renamed and gets a ~ suffix. 'indent' formats
 
73
                                the file and the result is then expanded and renamed to its
 
74
                                original file name</P>
 
75
                        </TD>
 
76
                </TR>
 
77
                <TR>
 
78
                        <TD WIDTH=15% VALIGN=TOP>
 
79
                                <P>gelint</P>
 
80
                        </TD>
 
81
                        <TD WIDTH=85%>
 
82
                                <P>Script for source code checking. This script should be used
 
83
                                for syntactical and logical source code checking. It is <BR>planned
 
84
                                to integrate this script into the build process of gridengine, to
 
85
                                guarantee a error free source code. Lint is able<BR>to find
 
86
                                errors (eg. Buffer overflow (security issues), strcpy,
 
87
                                unreachable statements), which are not found by compilers.<BR>Usage:
 
88
                                ./gelint &lt;absolute path to gridengine source dir&gt; &lt;absolute
 
89
                                path to c file&gt;<BR>eg.: gelint /home/user/gridengine
 
90
                                /home/user/gridengine/source/clients/qsub/qsub.c</P>
 
91
                        </TD>
 
92
                </TR>
 
93
                <TR>
 
94
                        <TD WIDTH=15%>
 
95
                                <P>ldAix</P>
 
96
                        </TD>
 
97
                        <TD WIDTH=85%>
 
98
                                <P>wrapper for 'ld' on AIX. See description in the file what it
 
99
                                does</P>
 
100
                        </TD>
 
101
                </TR>
 
102
                <TR>
 
103
                        <TD WIDTH=15%>
 
104
                                <P>mk_ascman</P>
 
105
                        </TD>
 
106
                        <TD WIDTH=85%>
 
107
                                <P>create man pages in nroff format. Requires 'groff'. Can also
 
108
                                generate HTML versions of the man pages.</P>
 
109
                        </TD>
 
110
                </TR>
 
111
                <TR>
 
112
                        <TD WIDTH=15%>
 
113
                                <P>mk_catman</P>
 
114
                        </TD>
 
115
                        <TD WIDTH=85%>
 
116
                                <P>create preformatted man pages in catman directory hierarchy</P>
 
117
                        </TD>
 
118
                </TR>
 
119
                <TR>
 
120
                        <TD WIDTH=15%>
 
121
                                <P>mk_dist</P>
 
122
                        </TD>
 
123
                        <TD WIDTH=85%>
 
124
                                <P>create a distribution from distribution repository. See
 
125
                                'README.dist' for a detailed description</P>
 
126
                        </TD>
 
127
                </TR>
 
128
                <TR>
 
129
                        <TD WIDTH=15%>
 
130
                                <P>scripts.html</P>
 
131
                        </TD>
 
132
                        <TD WIDTH=85%>
 
133
                                <P>this file</P>
 
134
                        </TD>
 
135
                </TR>
 
136
                <TR>
 
137
                        <TD WIDTH=15%>
 
138
                                <P>sed_help</P>
 
139
                        </TD>
 
140
                        <TD WIDTH=85%>
 
141
                                <P>script to process 'qmon_help.ad' file</P>
 
142
                        </TD>
 
143
                </TR>
 
144
                <TR>
 
145
                        <TD WIDTH=15%>
 
146
                                <P>snapshot.csh</P>
 
147
                        </TD>
 
148
                        <TD WIDTH=85%>
 
149
                                <P>script to create a source code snapshot of the checked out
 
150
                                source tree</P>
 
151
                        </TD>
 
152
                </TR>
 
153
                <TR>
 
154
                        <TD WIDTH=15% VALIGN=TOP>
 
155
                                <P>template.html</P>
 
156
                        </TD>
 
157
                        <TD WIDTH=85%>
 
158
                                <P>template for 'index.html' for man pages in HTML format. Used
 
159
                                during creation of HTML manpages by 'mk_ascman'</P>
 
160
                        </TD>
 
161
                </TR>
 
162
                <TR>
 
163
                        <TD WIDTH=15%>
 
164
                                <P>zerodepend</P>
 
165
                        </TD>
 
166
                        <TD WIDTH=85%>
 
167
                                <P>creates zero length header dependency files</P>
 
168
                        </TD>
 
169
                </TR>
 
170
        </TABLE>
 
171
</DL>
 
172
<P><BR><BR>
 
173
</P>
 
174
</BODY>
 
175
</HTML>
 
 
b'\\ No newline at end of file'