|
Last change
on this file since 1ed5fc was 5d30c1, checked in by Frederik Heber <heber@…>, 13 years ago |
|
Initial commit based on 3.0.0alpha (here claimed as 2.4).
|
-
Property mode
set to
100644
|
|
File size:
1.6 KB
|
| Rev | Line | |
|---|
| [5d30c1] | 1 |
|
|---|
| 2 | /** \page scpr
|
|---|
| 3 |
|
|---|
| 4 | The scpr program is used to print out objects in checkpoint files.
|
|---|
| 5 | \if html
|
|---|
| 6 | See \ref state for more information.
|
|---|
| 7 | \endif
|
|---|
| 8 |
|
|---|
| 9 | \if html
|
|---|
| 10 | <h1>Compiling scpr</h1>
|
|---|
| 11 |
|
|---|
| 12 | scpr is distributed with the SC Toolkit. scpr will automatically
|
|---|
| 13 | be compiled when SC is compiled. See \ref compile
|
|---|
| 14 | for more information.
|
|---|
| 15 | \endif
|
|---|
| 16 |
|
|---|
| 17 | <h1>Running scpr</h1>
|
|---|
| 18 |
|
|---|
| 19 | scpr takes the following command line options followed by a list of files.
|
|---|
| 20 |
|
|---|
| 21 | <dl>
|
|---|
| 22 | <dt><tt>-o</tt> <i>val</i><dd>Print the object with the name val. Object names
|
|---|
| 23 | take the form "<classname>:<ordinal_number>". At least one file
|
|---|
| 24 | and object name must be given.
|
|---|
| 25 | <dt><tt>-memorygrp</tt> <i>val</i><dd>Which memory group to use.
|
|---|
| 26 | <dt><tt>-threadgrp</tt> <i>val</i><dd>Which thread group to use.
|
|---|
| 27 | <dt><tt>-messagegrp</tt> <i>val</i><dd>Which message group to use.
|
|---|
| 28 | <dt><tt>-W</tt> <i>val</i><dd>Set the working directory.
|
|---|
| 29 | <dt><tt>-d</tt><dd>Turn on debugging.
|
|---|
| 30 | <dt><tt>-v</tt><dd>Print the version.
|
|---|
| 31 | <dt><tt>-w</tt><dd>Print the warranty.
|
|---|
| 32 | <dt><tt>-L</tt><dd>Print the license.
|
|---|
| 33 | <dt><tt>-h</tt><dd>Print this help.
|
|---|
| 34 | </dl>
|
|---|
| 35 |
|
|---|
| 36 | <h1>License</h1>
|
|---|
| 37 |
|
|---|
| 38 | scpr is open-source software; you can redistribute it and/or modify it
|
|---|
| 39 | under the terms of the GNU General Public License as published by the Free
|
|---|
| 40 | Software Foundation; either version 2 of the License, or (at your option)
|
|---|
| 41 | any later version.
|
|---|
| 42 |
|
|---|
| 43 | <h1>Warranty</h1>
|
|---|
| 44 |
|
|---|
| 45 | scpr is distributed in the hope that it will be useful, but WITHOUT ANY
|
|---|
| 46 | WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
|---|
| 47 | FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|---|
| 48 | details.
|
|---|
| 49 |
|
|---|
| 50 | */
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.