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 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=iso-8859-1">
<TITLE></TITLE>
<META NAME="GENERATOR" CONTENT="StarOffice 8 (Solaris Sparc)">
<META NAME="AUTHOR" CONTENT="andre alefeld">
<META NAME="CREATED" CONTENT="20070802;15502500">
<META NAME="CHANGEDBY" CONTENT="Marco Donauer">
<META NAME="CHANGED" CONTENT="20070802;16013900">
</HEAD>
<BODY LANG="en-US" DIR="LTR">
<P><FONT SIZE=5>Module description gridengine/source/scripts</FONT>
</P>
<P STYLE="margin-bottom: 0in">This directory contains some
scripts which are needed during the build and installation process
of Grid Engine, or development. Many of the scripts here are not called directly
usually. They are either called by 'aimk' or by the make target of
various modules. <BR> <BR>
</P>
<DL>
<DD>
<TABLE WIDTH="100%" BORDER=1 CELLPADDING=2 CELLSPACING=3>
<COL WIDTH="37*">
<COL WIDTH="219*">
<TR VALIGN=TOP>
<TD WIDTH="15%">
<P ALIGN=LEFT>README.distinst </P>
</TD>
<TD WIDTH="85%">
<P ALIGN=LEFT>description how the 'distinst' script works</P>
</TD>
</TR>
<TR>
<TD WIDTH="15%">
<P>README.mk_dist</P>
</TD>
<TD WIDTH="85%">
<P>description how the 'mk_dist' script works</P>
</TD>
</TR>
<TR>
<TD WIDTH="15%" VALIGN=TOP>
<P>detab.sh</P>
</TD>
<TD WIDTH="85%">
<P>removes tabulators from files given in command line using the
'expand' command. Renames input file by adding a ~ and writes
output to original file name. The original file is kept unchanged
with the ~-suffix</P>
</TD>
</TR>
<TR>
<TD WIDTH="15%" VALIGN=TOP>
<P>distinst</P>
</TD>
<TD WIDTH="85%">
<P>script used to create a Grid Engine distribution. See
'README.distinst' for a detailed description</P>
</TD>
</TR>
<TR>
<TD WIDTH="15%" VALIGN=TOP>
<P>format.sh</P>
</TD>
<TD WIDTH="85%">
<P>script to format source files according to the Grid Engine
coding convention. Needs GNU indent which must be installed in
your $PATH first. Formats files given in command line.The
original file is renamed and gets a ~ suffix. 'indent' formats
the file and the result is then expanded and renamed to its
original file name</P>
</TD>
</TR>
<TR>
<TD WIDTH="15%" VALIGN=TOP>
<P>gelint</P>
</TD>
<TD WIDTH="85%">
<P>Script for source code checking. This script should be used
for syntactical and logical source code checking. It is <BR>planned
to integrate this script into the build process of gridengine, to
guarantee a error free source code. Lint is able<BR>to find
errors (eg. Buffer overflow (security issues), strcpy,
unreachable statements), which are not found by compilers.<BR>Usage:
./gelint <absolute path to gridengine source dir> <absolute
path to c file><BR>eg.: gelint /home/user/gridengine
/home/user/gridengine/source/clients/qsub/qsub.c</P>
</TD>
</TR>
<TR>
<TD WIDTH="15%">
<P>ldAix</P>
</TD>
<TD WIDTH="85%">
<P>wrapper for 'ld' on AIX. See description in the file what it
does</P>
</TD>
</TR>
<TR>
<TD WIDTH="15%">
<P>mk_ascman</P>
</TD>
<TD WIDTH="85%">
<P>create man pages in nroff format. Requires 'groff'. Can also
generate HTML versions of the man pages.</P>
</TD>
</TR>
<TR>
<TD WIDTH="15%">
<P>mk_catman</P>
</TD>
<TD WIDTH="85%">
<P>create preformatted man pages in catman directory hierarchy</P>
</TD>
</TR>
<TR>
<TD WIDTH="15%">
<P>mk_dist</P>
</TD>
<TD WIDTH="85%">
<P>create a distribution from distribution repository. See
'README.dist' for a detailed description</P>
</TD>
</TR>
<TR>
<TD WIDTH="15%">
<P>scripts.html</P>
</TD>
<TD WIDTH="85%">
<P>this file</P>
</TD>
</TR>
<TR>
<TD WIDTH="15%">
<P>sed_help</P>
</TD>
<TD WIDTH="85%">
<P>script to process 'qmon_help.ad' file</P>
</TD>
</TR>
<TR>
<TD WIDTH="15%" VALIGN=TOP>
<P>template.html</P>
</TD>
<TD WIDTH="85%">
<P>template for 'index.html' for man pages in HTML format. Used
during creation of HTML manpages by 'mk_ascman'</P>
</TD>
</TR>
<TR>
<TD WIDTH="15%">
<P>zerodepend</P>
</TD>
<TD WIDTH="85%">
<P>creates zero length header dependency files</P>
</TD>
</TR>
</TABLE>
</DL>
<P><BR><BR>
</P>
</BODY>
</HTML>
|