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

« back to all changes in this revision

Viewing changes to source/3rdparty/qmake/qmake.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
   <meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1">
 
6
   <meta name="GENERATOR" content="Mozilla/4.76C-CCK-MCD Netscape [en] (X11; U; SunOS 5.8 sun4u) [Netscape]">
 
7
   <meta name="AUTHOR" content="Joachim Gabler">
 
8
   <meta name="CREATED" content="20010606;14570200">
 
9
   <meta name="CHANGEDBY" content="Joachim Gabler">
 
10
   <meta name="CHANGED" content="20010613;11060600">
 
11
<style>
 
12
        <!--
 
13
                @page { size: 8.27in 11.69in; margin-left: 1.25in; margin-right: 1.25in; margin-top: 1in; margin-bottom: 1in }
 
14
                P { margin-bottom: 0.08in }
 
15
        -->
 
16
        </style>
 
17
</head>
 
18
<body>
 
19
 
 
20
<div STYLE="margin-top: 0.17in; page-break-after: avoid"><b><font face="Helvetica, sans-serif"><font size=+2>Qmake
 
21
- a distributed parallel make</font></font></b></div>
 
22
qmake provides a parallel distributed make utility integrated with Grid
 
23
Engine.
 
24
<p>It is based on GNU make Revision 3.78.1 which is copyrighted under the
 
25
GNU General Public License (see file COPYING).
 
26
<p>qmake uses GNU make's remote stub mechanism (see source code <tt>remote-stub.c</tt>)
 
27
to start each make task as a task in a Grid Engine parallel job.
 
28
<p>To create a Grid Engine parallel job, qmake submits itsself using qrsh
 
29
and requests a parallel environment with a certain number of slots.
 
30
<br>In the resulting parallel job, qmake starts the single make tasks using
 
31
the Grid Engine feature "qrsh -inherit" - see <a href="../../clients/qrsh/qrsh.html">documentation
 
32
of qrsh</a>.
 
33
<p>For additional information and usage see the manual page <font color="#000000"><a href="../../../doc/htmlman/htmlman1/qmake.html">qmake.1</a></font>
 
34
and autodoc headers included in the source code <tt>remote-sge.c</tt>.
 
35
<p>The following changes have been made to the GNU make source tree:
 
36
<ul>added a file <tt>remote-sge.c</tt> that implements the stub functions
 
37
from <tt>remote-stub.c</tt>
 
38
<p>modified <tt>main.c</tt>: a function call to a function <tt>remote_options</tt>
 
39
has been added at the entrance of the <tt>main</tt> function to allow qmake
 
40
to separate Grid Engine specific options from GNU make options.</ul>
 
41
 
 
42
</body>
 
43
</html>