Any print statements in the process running on the local machine will who up on the console. However prints from processes running on remote machines will not show up on your console. To be able to see the output from all processes, you have three options.
pvm> spawn -1 -> psum 100 3 spawn -1 -> psum 100 3 [1] 1 successful t40002 pvm> [1:t40002] Starting 3 copies of spsum [1:t40003] Sending result back to master [1:t40004] Sending result back to master [1:t40002] I got 33 from 0 [1:t40002] I got 33 from 1 [1:t40003] EOF [1:t40005] Sending result back to master [1:t40002] I got 33 from 2 [1:t40002] The total is 99 [1:t40002] EOF [1:t40004] EOF [1:t40005] EOF [1] finished pvm>