transmapThis is the simplest way to execute the program. However, it is recommended to 'nice' the program which will give it a lower priority and prevent excessive slow down of the system. 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 TRANSMAP
Running the program in background
transmap &
Running the program in background with a lower priority (recommended)
nice +priority transmap &
Changing the programs' priority
renice priority processidRunning the program if the path isn't set
/analysis1/bin/transmapSuspending 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 (namelist.trn) and put
it in the current directory. Then the command transmap -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.