~ubuntu-branches/ubuntu/oneiric/mpqc/oneiric

« back to all changes in this revision

Viewing changes to src/bin/scls/scls.dox

  • Committer: Bazaar Package Importer
  • Author(s): Michael Banck
  • Date: 2005-11-27 11:41:49 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051127114149-zgz9r3gk50w8ww2q
Tags: 2.3.0-1
* New upstream release.
* debian/rules (SONAME): Activate awk snippet for automatic so-name
  detection again, resulting in a bump to `7' and making a `c2a' for
  the C++ allocator change unnecessary; closes: #339232.
* debian/patches/00list (08_gcc-4.0_fixes): Removed, no longer needed.
* debian/rules (test): Remove workarounds, do not abort build if tests
  fail.
* debian/ref: Removed.
* debian/control.in (libsc): Added Conflict against libsc6c2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
/** \page scls The scls Program
 
2
/** \page scls
3
3
 
4
 
The scpr program is used to list objects in checkpoint files.
 
4
The scls program is used to list objects in checkpoint files.
 
5
\if html
5
6
See \ref state for more information.
 
7
\endif
6
8
 
 
9
\if html
7
10
<h1>Compiling scls</h1>
8
11
 scls is distributed with the SC Toolkit.  scls will automatically
9
12
be compiled when SC is compiled.  See \ref compile
10
13
for more information.
 
14
\endif
11
15
 
12
16
<h1>Running scls</h1>
13
17
 
14
18
scls takes the following command line options followed by a list of files.
15
19
 
16
20
<dl>
17
 
 <dt><tt>-memorygrp <val></tt><dd>Which memory group to use.
18
 
 <dt><tt>-threadgrp <val></tt><dd>Which thread group to use.
19
 
 <dt><tt>-messagegrp <val></tt><dd>Which message group to use.
20
 
 <dt><tt>-W <val></tt><dd>Set the working directory.
 
21
 <dt><tt>-memorygrp</tt> <i>val</i><dd>Which memory group to use.
 
22
 <dt><tt>-threadgrp</tt> <i>val</i><dd>Which thread group to use.
 
23
 <dt><tt>-messagegrp</tt> <i>val</i><dd>Which message group to use.
 
24
 <dt><tt>-W</tt> <i>val</i><dd>Set the working directory.
21
25
 <dt><tt>-d</tt><dd>Turn on debugging.
22
26
 <dt><tt>-v</tt><dd>Print the version.
23
27
 <dt><tt>-w</tt><dd>Print the warranty.