Changeset 2810 in Sophya for trunk/SophyaPI
- Timestamp:
- Jun 20, 2005, 1:57:53 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/ProgPI/piapp.cc
r2615 r2810 38 38 \ingroup ProgPI 39 39 \file piapp.cc 40 \brief \b (s)piapp: Starts the piapp interactive data analysis program. 41 42 The current version of the program has a single execution thread. This 43 creates few limitations (GUI can not be used when computing is being 44 done, ...). Also the command file executed during start-up (-exec) 45 cannot contain display (graphic) commands. 40 \brief \b piapp: Starts the piapp interactive data analysis program. 41 42 This interactive analysis program uses the SOPHYA libray, the PI GUI 43 library. It has multiple execution threads and a c-shell inspired 44 command execution interpreter. See the piapp user manual for more 45 information. 46 The SOPHYA piapp executable is called \b spiapp. 46 47 47 48 \verbatim 48 49 csh> spiapp -h 49 SOPHYA Version 1.3 Revision 70 (V_Jun2002) -- Jul 16 2002 15:45:53 cxx 50 51 piapp: Interactive data analysis and visualisation program 52 Usage: piapp [-nored] [-nosig] [-nosigfpe] [-nosigsegv] [-hidezswin] 53 [-tmpdir TmpDirectory] [-help2tex] [-exec file [args]] 54 -nored : NoRedirect StdOut/StdErr 55 -nosig : Don't catch SigFPE, SigSEGV 56 -nosigfpe -nosigsegv: Don t catch SigFPE / SigSEGV 57 -hidezswin : Hide Zoom/Stat/ColMap window 58 -tmpdir TmpDirectory: defines TMDIR for temporary files 59 -help2tex: Create a LaTeX help file (piahelp.tex) 60 -exec file [args] : Execute command file 50 SophyaInitiator::SophyaInitiator() BaseTools Init 51 PIOPersist::Initialize() Starting Sophya Persistence management service 52 SOPHYA Version 1.9 Revision 0 (V_Mai2005) -- Jun 9 2005 22:01:01 53 gcc 3.3-fast 20030304 (Apple Computer, Inc. build 1614) 54 55 piapp: Interactive data analysis and visualisation program 56 Usage: piapp [-nored] [-nosig] [-nosigfpe] [-nosigsegv] [-hidezswin] 57 [-tmpdir TmpDirectory] [-help2tex] [-exec file [args]] 58 -nored : NoRedirect StdOut/StdErr 59 -nosig : Don't catch SigFPE, SigSEGV 60 -nosigfpe -nosigsegv: Don t catch SigFPE / SigSEGV 61 -hidezswin : Hide Zoom/Stat/ColMap window 62 -tmpdir TmpDirectory: defines TMDIR for temporary files 63 -help2tex: Create a LaTeX help file (piahelp.tex) 64 -exec file [args] : Execute command file 61 65 62 66 \endverbatim
Note:
See TracChangeset
for help on using the changeset viewer.