next up previous contents
Next: I/O interface Up: Running the Program Previous: Preliminary Requirements

Execution

The PTEXPO program may normally be run from any EGRET cluster directory in a windowing environment. The user should type:
ptexpo
This is the simplest way to execute the program. However, it is recommended to 'nice' the program which will give it a lower priority. In addition, the program should be run in background to free up the window. The program's priority is an integer between 0 (highest) and 20 (lowest). Once the program is running, its priority may be found with the top or ps -aux command. Here are other ways to run the PTEXPO

program:.

Running the program in background with a lower priority (recommended)

nice +priority ptexpo &
Changing the programs' priority
renice priority processid
Running the program if the path isn't set
/analysis1/bin/ptexpo
Suspending execution
^z
Resuming execution
%
Aborting
^c
Another program feature is the ability to bypass the input phase which is useful when a windowing environment is not accessible. To do that, the user should edit an existing namelist file (named namelist.pte) and put it in the current directory. Then the command
nice +priority ptexpo -s &
should be executed. Caution should be used in that case because the window error checking is bypassed. However, the namelist file should be fairly easy to modify because of the limited input required. See the appendix for a description of the variables.


next up previous contents
Next: I/O interface Up: Running the Program Previous: Preliminary Requirements
CGRO SSC
1998-06-29