ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/node75.html
Revision: 1.1
Committed: Mon Nov 18 17:50:02 2002 UTC (22 years, 6 months ago) by sashby
Content type: text/html
Branch: MAIN
CVS Tags: V1_pre0, V0_19_7
Branch point for: SCRAM_V1_BRANCH
Log Message:
Generated and added HTML documentation.

File Contents

# User Rev Content
1 sashby 1.1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2    
3     <!--Converted with jLaTeX2HTML 2002 (1.62) JA patch-1.4
4     patched version by: Kenshi Muto, Debian Project.
5     LaTeX2HTML 2002 (1.62),
6     original version by: Nikos Drakos, CBLU, University of Leeds
7     * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
8     * with significant contributions from:
9     Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
10     <HTML>
11     <HEAD>
12     <TITLE>6.10 scram runtime</TITLE>
13     <META NAME="description" CONTENT="6.10 scram runtime">
14     <META NAME="keywords" CONTENT="SCRAM">
15     <META NAME="resource-type" CONTENT="document">
16     <META NAME="distribution" CONTENT="global">
17    
18     <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
19     <META NAME="Generator" CONTENT="jLaTeX2HTML v2002 JA patch-1.4">
20     <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
21    
22     <LINK REL="STYLESHEET" HREF="SCRAM.css">
23    
24     <LINK REL="next" HREF="node76.html">
25     <LINK REL="previous" HREF="node74.html">
26     <LINK REL="up" HREF="node65.html">
27     <LINK REL="next" HREF="node76.html">
28     </HEAD>
29    
30     <BODY bgcolor="beige" >
31     <!--Navigation Panel-->
32     <A NAME="tex2html1417"
33     HREF="node76.html">
34     <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
35     SRC="file:/usr/share/latex2html/icons/next.png"></A>
36     <A NAME="tex2html1411"
37     HREF="node65.html">
38     <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
39     SRC="file:/usr/share/latex2html/icons/up.png"></A>
40     <A NAME="tex2html1405"
41     HREF="node74.html">
42     <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
43     SRC="file:/usr/share/latex2html/icons/prev.png"></A>
44     <A NAME="tex2html1413"
45     HREF="node2.html">
46     <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
47     SRC="file:/usr/share/latex2html/icons/contents.png"></A>
48     <A NAME="tex2html1415"
49     HREF="node85.html">
50     <IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
51     SRC="file:/usr/share/latex2html/icons/index.png"></A>
52     <BR>
53     <B> Next:</B> <A NAME="tex2html1418"
54     HREF="node76.html">6.11 scram setroot</A>
55     <B> Up:</B> <A NAME="tex2html1412"
56     HREF="node65.html">6. Quick Help Guide</A>
57     <B> Previous:</B> <A NAME="tex2html1406"
58     HREF="node74.html">6.9 scram setup</A>
59     &nbsp <B> <A NAME="tex2html1414"
60     HREF="node2.html">Contents</A></B>
61     &nbsp <B> <A NAME="tex2html1416"
62     HREF="node85.html">Index</A></B>
63     <BR>
64     <BR>
65     <!--End of Navigation Panel-->
66    
67     <H1><A NAME="SECTION007100000000000000000">
68     6.10 scram runtime</A>
69     </H1>
70     <A NAME="1904"></A>
71    
72     <P>
73     Print to standard output the runtime environment for the current
74     project area. Each line is an environment variable definition which
75     can be exported to the shell environment; the print formatting is
76     chosen according to the shell used. To dump the environment, use
77    
78     <P>
79     <TT>scram runtime</TT>
80    
81     <TT>-sh</TT>&nbsp;(<I>or</I>&nbsp;<TT>-csh</TT> for <TT>tcsh</TT> users)
82    
83     <P>
84     To set the runtime environment, evaluate the command above using
85     the shell <TT>eval</TT> command:
86    
87     <P>
88     <TT>eval</TT> `<TT>scram runtime</TT>&nbsp;<TT>-sh</TT>` (<I>or</I>
89     <TT>-csh</TT>)
90    
91     <P>
92     A runtime configuration can also be read from a file
93     <TT>filename</TT>:
94    
95     <P>
96     <TT>scram runtime</TT>
97    
98     <TT>-sh</TT>&nbsp;(<I>or</I>&nbsp;<TT>-csh</TT>)&nbsp;<TT>filename</TT>
99    
100     <P>
101     To find the file <TT>filename</TT>, the current directory will be
102     searched first, then the <TT>src</TT> directory of the local area and
103     finally the <TT>src</TT> directory of the release area.
104    
105     <P>
106     To get information about specific runtime environment variables,
107     the command
108    
109     <P>
110     <TT>scram runtime</TT>
111    
112     <TT>-sh</TT>&nbsp;(<I>or</I>&nbsp;<TT>-csh</TT>)&nbsp;<TT>info</TT>&nbsp;<TT>filename</TT>&nbsp;[<I>variable
113     name</I>]
114    
115     <P>
116     can be used. In addition to the above search path,
117     <TT>BuildFile</TT>s in the local area and release area will be checked
118     to find the definition of the variable <I>variable name</I> if not
119     already found in another location.
120    
121     <P>
122     <HR>
123     <!--Navigation Panel-->
124     <A NAME="tex2html1417"
125     HREF="node76.html">
126     <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
127     SRC="file:/usr/share/latex2html/icons/next.png"></A>
128     <A NAME="tex2html1411"
129     HREF="node65.html">
130     <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
131     SRC="file:/usr/share/latex2html/icons/up.png"></A>
132     <A NAME="tex2html1405"
133     HREF="node74.html">
134     <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
135     SRC="file:/usr/share/latex2html/icons/prev.png"></A>
136     <A NAME="tex2html1413"
137     HREF="node2.html">
138     <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
139     SRC="file:/usr/share/latex2html/icons/contents.png"></A>
140     <A NAME="tex2html1415"
141     HREF="node85.html">
142     <IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
143     SRC="file:/usr/share/latex2html/icons/index.png"></A>
144     <BR>
145     <B> Next:</B> <A NAME="tex2html1418"
146     HREF="node76.html">6.11 scram setroot</A>
147     <B> Up:</B> <A NAME="tex2html1412"
148     HREF="node65.html">6. Quick Help Guide</A>
149     <B> Previous:</B> <A NAME="tex2html1406"
150     HREF="node74.html">6.9 scram setup</A>
151     &nbsp <B> <A NAME="tex2html1414"
152     HREF="node2.html">Contents</A></B>
153     &nbsp <B> <A NAME="tex2html1416"
154     HREF="node85.html">Index</A></B>
155     <!--End of Navigation Panel-->
156     <ADDRESS>
157     scram-developers@cern.ch
158     </ADDRESS>
159     </BODY>
160     </HTML>