Once the manager/worker program has compiled successfully, the next order of business is to run it. This can be done within PADE in two different methods: in a terminal window, or by PVMmake . For the remainder of this section, we will assume that the terminal is of type xterm . The xterm method is useful when the application requires interactive input at the terminal and when the user does not wish to save anything the application writes to standard output. The PVMmake method is useful if the output of the application that is written to the screen is important to the user and if the input to the program can be redirected.