source: trunk/doc/manuals/html/one/index.html @ 11

Last change on this file since 11 was 11, checked in by pinsard, 15 years ago

add guide (sources, tools and products)

File size: 14.1 KB
Line 
1<?xml version="1.0" encoding="utf-8" ?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4<head>
5<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6<meta name="generator" content="Docutils 0.6: http://docutils.sourceforge.net/" />
7<title>IRCAAM manuals</title>
8<style type="text/css">
9
10/*
11:Author: David Goodger (goodger@python.org)
12:Id: $Id: html4css1.css 5631 2008-08-24 13:01:23Z goodger $
13:Copyright: This stylesheet has been placed in the public domain.
14
15Default cascading style sheet for the HTML output of Docutils.
16
17See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
18customize this style sheet.
19*/
20
21/* used to remove borders from tables and images */
22.borderless, table.borderless td, table.borderless th {
23  border: 0 }
24
25table.borderless td, table.borderless th {
26  /* Override padding for "table.docutils td" with "! important".
27     The right padding separates the table cells. */
28  padding: 0 0.5em 0 0 ! important }
29
30.first {
31  /* Override more specific margin styles with "! important". */
32  margin-top: 0 ! important }
33
34.last, .with-subtitle {
35  margin-bottom: 0 ! important }
36
37.hidden {
38  display: none }
39
40a.toc-backref {
41  text-decoration: none ;
42  color: black }
43
44blockquote.epigraph {
45  margin: 2em 5em ; }
46
47dl.docutils dd {
48  margin-bottom: 0.5em }
49
50/* Uncomment (and remove this text!) to get bold-faced definition list terms
51dl.docutils dt {
52  font-weight: bold }
53*/
54
55div.abstract {
56  margin: 2em 5em }
57
58div.abstract p.topic-title {
59  font-weight: bold ;
60  text-align: center }
61
62div.admonition, div.attention, div.caution, div.danger, div.error,
63div.hint, div.important, div.note, div.tip, div.warning {
64  margin: 2em ;
65  border: medium outset ;
66  padding: 1em }
67
68div.admonition p.admonition-title, div.hint p.admonition-title,
69div.important p.admonition-title, div.note p.admonition-title,
70div.tip p.admonition-title {
71  font-weight: bold ;
72  font-family: sans-serif }
73
74div.attention p.admonition-title, div.caution p.admonition-title,
75div.danger p.admonition-title, div.error p.admonition-title,
76div.warning p.admonition-title {
77  color: red ;
78  font-weight: bold ;
79  font-family: sans-serif }
80
81/* Uncomment (and remove this text!) to get reduced vertical space in
82   compound paragraphs.
83div.compound .compound-first, div.compound .compound-middle {
84  margin-bottom: 0.5em }
85
86div.compound .compound-last, div.compound .compound-middle {
87  margin-top: 0.5em }
88*/
89
90div.dedication {
91  margin: 2em 5em ;
92  text-align: center ;
93  font-style: italic }
94
95div.dedication p.topic-title {
96  font-weight: bold ;
97  font-style: normal }
98
99div.figure {
100  margin-left: 2em ;
101  margin-right: 2em }
102
103div.footer, div.header {
104  clear: both;
105  font-size: smaller }
106
107div.line-block {
108  display: block ;
109  margin-top: 1em ;
110  margin-bottom: 1em }
111
112div.line-block div.line-block {
113  margin-top: 0 ;
114  margin-bottom: 0 ;
115  margin-left: 1.5em }
116
117div.sidebar {
118  margin: 0 0 0.5em 1em ;
119  border: medium outset ;
120  padding: 1em ;
121  background-color: #ffffee ;
122  width: 40% ;
123  float: right ;
124  clear: right }
125
126div.sidebar p.rubric {
127  font-family: sans-serif ;
128  font-size: medium }
129
130div.system-messages {
131  margin: 5em }
132
133div.system-messages h1 {
134  color: red }
135
136div.system-message {
137  border: medium outset ;
138  padding: 1em }
139
140div.system-message p.system-message-title {
141  color: red ;
142  font-weight: bold }
143
144div.topic {
145  margin: 2em }
146
147h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
148h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
149  margin-top: 0.4em }
150
151h1.title {
152  text-align: center }
153
154h2.subtitle {
155  text-align: center }
156
157hr.docutils {
158  width: 75% }
159
160img.align-left {
161  clear: left }
162
163img.align-right {
164  clear: right }
165
166ol.simple, ul.simple {
167  margin-bottom: 1em }
168
169ol.arabic {
170  list-style: decimal }
171
172ol.loweralpha {
173  list-style: lower-alpha }
174
175ol.upperalpha {
176  list-style: upper-alpha }
177
178ol.lowerroman {
179  list-style: lower-roman }
180
181ol.upperroman {
182  list-style: upper-roman }
183
184p.attribution {
185  text-align: right ;
186  margin-left: 50% }
187
188p.caption {
189  font-style: italic }
190
191p.credits {
192  font-style: italic ;
193  font-size: smaller }
194
195p.label {
196  white-space: nowrap }
197
198p.rubric {
199  font-weight: bold ;
200  font-size: larger ;
201  color: maroon ;
202  text-align: center }
203
204p.sidebar-title {
205  font-family: sans-serif ;
206  font-weight: bold ;
207  font-size: larger }
208
209p.sidebar-subtitle {
210  font-family: sans-serif ;
211  font-weight: bold }
212
213p.topic-title {
214  font-weight: bold }
215
216pre.address {
217  margin-bottom: 0 ;
218  margin-top: 0 ;
219  font: inherit }
220
221pre.literal-block, pre.doctest-block {
222  margin-left: 2em ;
223  margin-right: 2em }
224
225span.classifier {
226  font-family: sans-serif ;
227  font-style: oblique }
228
229span.classifier-delimiter {
230  font-family: sans-serif ;
231  font-weight: bold }
232
233span.interpreted {
234  font-family: sans-serif }
235
236span.option {
237  white-space: nowrap }
238
239span.pre {
240  white-space: pre }
241
242span.problematic {
243  color: red }
244
245span.section-subtitle {
246  /* font-size relative to parent (h1..h6 element) */
247  font-size: 80% }
248
249table.citation {
250  border-left: solid 1px gray;
251  margin-left: 1px }
252
253table.docinfo {
254  margin: 2em 4em }
255
256table.docutils {
257  margin-top: 0.5em ;
258  margin-bottom: 0.5em }
259
260table.footnote {
261  border-left: solid 1px black;
262  margin-left: 1px }
263
264table.docutils td, table.docutils th,
265table.docinfo td, table.docinfo th {
266  padding-left: 0.5em ;
267  padding-right: 0.5em ;
268  vertical-align: top }
269
270table.docutils th.field-name, table.docinfo th.docinfo-name {
271  font-weight: bold ;
272  text-align: left ;
273  white-space: nowrap ;
274  padding-left: 0 }
275
276h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
277h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
278  font-size: 100% }
279
280ul.auto-toc {
281  list-style-type: none }
282
283</style>
284</head>
285<body>
286<div class="document" id="ircaam-manuals">
287<h1 class="title">IRCAAM manuals</h1>
288
289<div class="section" id="shell-scripts">
290<h1>Shell scripts</h1>
291<p><a class="reference internal" href="#ircaam-profile-sh">ircaam_profile.sh</a></p>
292<p><a class="reference internal" href="#dlogd-sh">dlogd.sh</a></p>
293<p><a class="reference internal" href="#elogd-sh">elogd.sh</a></p>
294<p><a class="reference internal" href="#plogd-sh">plogd.sh</a></p>
295<p><a class="reference internal" href="#tlogd-sh">tlogd.sh</a></p>
296</div>
297<div class="section" id="id1">
298<span id="ircaam-profile-sh"></span><h1>ircaam_profile.sh</h1>
299<div class="section" id="name">
300<h2>NAME</h2>
301<p>ircaam_profile.sh - define IRCAAM environnement</p>
302</div>
303<div class="section" id="synopsys">
304<h2>SYNOPSYS</h2>
305<p>Online usage</p>
306<pre class="literal-block">
307$ . ./ircaam_profile.sh -d directory -i indir -o outdir -t tempdir
308</pre>
309<p>In ${HOME}/.profile, add the following line</p>
310<pre class="literal-block">
311. ircaam_profile.sh -d directory  -i indir -o outdir -t tempdir
312</pre>
313</div>
314<div class="section" id="description">
315<h2>DESCRIPTION</h2>
316<blockquote>
317define IRCAAM environnement</blockquote>
318<p>${IRCAAM}</p>
319<p>${IRCAAM_LOG} ++</p>
320<p>${IRCAAM_ID}</p>
321<p>${IRCAAM_OD}</p>
322<p>MANPATH++</p>
323</div>
324<div class="section" id="examples">
325<h2>EXAMPLES</h2>
326<p>For fplod, on aedon.locean-ipsl.upmc.fr:</p>
327<pre class="literal-block">
328$ cd /usr/home/fplod/incas/ircaam/ircaam_ws/src/
329$ . ./ircaam_profile.sh \
330  -d $(pwd) \
331  -i /usr/temp/${LOGNAME}/ircaam_d/ \
332  -o /usr/temp/${LOGNAME}/ircaam_d/ \
333  -t /usr/temp/${LOGNAME}/log/
334</pre>
335<p>For fplod on zeus.locean-ipsl.umpc.fr:</p>
336<pre class="literal-block">
337$ cd ${HOME}/incas/ircaam/ircaam_ws/src/
338$ . ./ircaam_profile.sh \
339  -d $(pwd) \
340  -i /usr/temp/${LOGNAME}/ircaam_d/ \
341  -o /usr/temp/${LOGNAME}/ircaam_d/ \
342  -t /usr/temp/${LOGNAME}/log/
343</pre>
344</div>
345<div class="section" id="files">
346<h2>FILES</h2>
347<div class="section" id="original-location">
348<h3>original location</h3>
349<p>/usr/home/fplod/incas/ircaam/ircaam_ws/src/ircaam_profile.sh sur aedon.locean-ipsl.upmc.fr</p>
350</div>
351</div>
352<div class="section" id="todo">
353<h2>TODO</h2>
354<p>matlab/octave path</p>
355</div>
356<div class="section" id="evolutions">
357<h2>EVOLUTIONS</h2>
358<p>++ option bavarde</p>
359<p>++ machine dependant</p>
360<p>++ besoin de posix</p>
361<p>++ pas de MANPATH defini par défaut sur zeus</p>
362<p>++ climserv</p>
363<p>$Id: ircaam_profile.sh 7 2008-12-12 10:39:06Z pinsard $</p>
364<ul class="simple">
365<li>fplod 2008-08-14T12:28:16Z aedon.locean-ipsl.upmc.fr (Darwin)</li>
366</ul>
367<blockquote>
368<ul class="simple">
369<li>move all *.sh and *.pro files to src/</li>
370</ul>
371</blockquote>
372<ul class="simple">
373<li>fplod 2008-07-21T10:58:47Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
374<li>creation</li>
375</ul>
376</li>
377</ul>
378</div>
379</div>
380<div class="section" id="id2">
381<span id="dlogd-sh"></span><h1>dlogd.sh</h1>
382<div class="section" id="id3">
383<h2>NAME</h2>
384<p>dlogd.sh - prompt for destruction of the most recent release of ${IRCAAM_LOG}/action.log.YYYY-MM-DDTHH:MM:SSZ</p>
385</div>
386<div class="section" id="synopsis">
387<h2>SYNOPSIS</h2>
388<pre class="literal-block">
389$ dlogd.sh action
390</pre>
391</div>
392<div class="section" id="id4">
393<h2>DESCRIPTION</h2>
394<p><tt class="docutils literal"><span class="pre">dlogd.sh</span></tt> prompt for destruction of the most recent release of ${IRCAAM_LOG}/action.log.YYYY-MM-DDTHH:MM:SSZ.</p>
395</div>
396<div class="section" id="see-also">
397<h2>SEE ALSO</h2>
398<p><a class="reference internal" href="#ircaam-profile-sh">ircaam_profile.sh</a></p>
399<p><a class="reference internal" href="#elogd-sh">elogd.sh</a></p>
400<p><a class="reference internal" href="#plogd-sh">plogd.sh</a></p>
401<p><a class="reference internal" href="#tlogd-sh">tlogd.sh</a></p>
402</div>
403<div class="section" id="id5">
404<h2>FILES</h2>
405<div class="section" id="id6">
406<h3>original location</h3>
407<p>/usr/home/fplod/incas/ircaam/ircaam_ws/src/dlogd.sh sur cerbere.locean-ipsl.upmc.fr</p>
408</div>
409</div>
410<div class="section" id="id7">
411<h2>EVOLUTIONS</h2>
412<p>$Id: dlogd.sh 2 2008-12-03 15:56:27Z pinsard $</p>
413<ul class="simple">
414<li>fplod 2006-02-20T16:44:33Z aedon.lodyc.jussieu.fr (Darwin)<ul>
415<li>posix</li>
416</ul>
417</li>
418</ul>
419</div>
420</div>
421<div class="section" id="id8">
422<span id="elogd-sh"></span><h1>elogd.sh</h1>
423<div class="section" id="id9">
424<h2>NAME</h2>
425<p>elogd.sh - edit the most recent ${IRCAAM_LOG}/action.log.YYYY-MM-DDTHH:MM:SSZ</p>
426</div>
427<div class="section" id="id10">
428<h2>SYNOPSIS</h2>
429<pre class="literal-block">
430$ elogd.sh action
431</pre>
432</div>
433<div class="section" id="id11">
434<h2>DESCRIPTION</h2>
435<p><tt class="docutils literal"><span class="pre">elogd.sh</span></tt> launch ${EDITOR} on the most recent release of ${IRCAAM_LOG}/action.log.YYYY-MM-DDTHH:MM:SSZ.</p>
436</div>
437<div class="section" id="id12">
438<h2>SEE ALSO</h2>
439<p><a class="reference internal" href="#ircaam-profile-sh">ircaam_profile.sh</a></p>
440<p><a class="reference internal" href="#dlogd-sh">dlogd.sh</a></p>
441<p><a class="reference internal" href="#plogd-sh">plogd.sh</a></p>
442<p><a class="reference internal" href="#tlogd-sh">tlogd.sh</a></p>
443</div>
444<div class="section" id="id13">
445<h2>FILES</h2>
446<div class="section" id="id14">
447<h3>original location</h3>
448<p>/usr/home/fplod/incas/ircaam/ircaam_ws/src/elogd.sh sur cerbere.locean-ipsl.upmc.fr</p>
449</div>
450</div>
451<div class="section" id="id15">
452<h2>EVOLUTIONS</h2>
453<p>$Id: elogd.sh 2 2008-12-03 15:56:27Z pinsard $</p>
454<ul class="simple">
455<li>fplod 2006-02-20T16:38:30Z aedon.lodyc.jussieu.fr (Darwin)<ul>
456<li>posix</li>
457</ul>
458</li>
459</ul>
460</div>
461</div>
462<div class="section" id="id16">
463<span id="plogd-sh"></span><h1>plogd.sh</h1>
464<div class="section" id="id17">
465<h2>NAME</h2>
466<p>plogd.sh - prints the most recent release of ${IRCAAM_LOG}/action.log.YYYY-MM-DDTHH:MM:SSZ</p>
467</div>
468<div class="section" id="id18">
469<h2>SYNOPSIS</h2>
470<pre class="literal-block">
471$ plogd.sh action
472</pre>
473</div>
474<div class="section" id="id19">
475<h2>DESCRIPTION</h2>
476<p><tt class="docutils literal"><span class="pre">plogd.sh</span></tt> prints the most recent release of ${IRCAAM_LOG}/action.log.YYYY-MM-DDTHH:MM:SSZ.</p>
477<p>It uses a2ps application.</p>
478<p>Print is one on the default printer.</p>
479</div>
480<div class="section" id="id20">
481<h2>SEE ALSO</h2>
482<p><a class="reference internal" href="#ircaam-profile-sh">ircaam_profile.sh</a></p>
483<p><a class="reference internal" href="#dlogd-sh">dlogd.sh</a></p>
484<p><a class="reference internal" href="#elogd-sh">elogd.sh</a></p>
485<p><a class="reference internal" href="#tlogd-sh">tlogd.sh</a></p>
486</div>
487<div class="section" id="id21">
488<h2>FILES</h2>
489<div class="section" id="id22">
490<h3>original location</h3>
491<p>/usr/home/fplod/incas/ircaam/ircaam_ws/src/plogd.sh sur cerbere.locean-ipsl.upmc.fr</p>
492</div>
493</div>
494<div class="section" id="id23">
495<h2>EVOLUTIONS</h2>
496<p>$Id: plogd.sh 7 2008-12-12 10:39:06Z pinsard $</p>
497<ul class="simple">
498<li>fplod 2006-02-20T16:15:35Z aedon.lodyc.jussieu.fr (Darwin)<ul>
499<li>posix</li>
500</ul>
501</li>
502</ul>
503</div>
504</div>
505<div class="section" id="id24">
506<span id="tlogd-sh"></span><h1>tlogd.sh</h1>
507<div class="section" id="id25">
508<h2>NAME</h2>
509<p>tlogd.sh -  shows the most recent release of ${IRCAAM_LOG}/action.log.YYYY-MM-DDTHH:MM:SSZ</p>
510</div>
511<div class="section" id="id26">
512<h2>SYNOPSIS</h2>
513<pre class="literal-block">
514$ tlogd.sh action
515</pre>
516</div>
517<div class="section" id="id27">
518<h2>DESCRIPTION</h2>
519<p><tt class="docutils literal"><span class="pre">tlogd.sh</span></tt> shows the most recent release of ${IRCAAM_LOG}/action.log.YYYY-MM-DDTHH:MM:SSZ.</p>
520</div>
521<div class="section" id="id28">
522<h2>SEE ALSO</h2>
523<p><a class="reference internal" href="#ircaam-profile-sh">ircaam_profile.sh</a></p>
524<p><a class="reference internal" href="#dlogd-sh">dlogd.sh</a></p>
525<p><a class="reference internal" href="#elogd-sh">elogd.sh</a></p>
526<p><a class="reference internal" href="#plogd-sh">plogd.sh</a></p>
527</div>
528<div class="section" id="id29">
529<h2>FILES</h2>
530<div class="section" id="id30">
531<h3>original location</h3>
532<p>/usr/home/fplod/incas/ircaam/ircaam_ws/src/tlogd.sh sur cerbere.locean-ipsl.upmc.fr</p>
533</div>
534</div>
535<div class="section" id="id31">
536<h2>EVOLUTIONS</h2>
537<p>$Id: tlogd.sh 7 2008-12-12 10:39:06Z pinsard $</p>
538<ul class="simple">
539<li>fplod 2008-11-26T10:13:13Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
540<li>replace PROJECT_LOG by IRCAAM_LOG</li>
541</ul>
542</li>
543<li>fplod 2008-03-18T09:15:57Z ajax.locean-ipsl.upmc.fr (Linux)<ul>
544<li>replace FORVAN_LOG by PROJECT_LOG</li>
545</ul>
546</li>
547<li>fplod 2006-02-20T16:08:33Z aedon.lodyc.jussieu.fr (Darwin)<ul>
548<li>posix</li>
549</ul>
550</li>
551</ul>
552</div>
553</div>
554</div>
555</body>
556</html>
Note: See TracBrowser for help on using the repository browser.