Example 1:  Master Lisp program calls slave in C.
	    Files: 
		master1.lsp -- CL file to be compiled by pvmlc
	        slave1.c -- C file to be compiled by pvmcc
		master1 -- csh script executable to invoke lisp task
			   and spawn 4 slaves

            To test:  Set up PVM then execute

		      master1

Example 2: Lisp program hello spwans Lisp program hello_other
           Files:
	        executables: hello and hello_other
			     distributed to all architectures
			     and local_disk_bin
	        lisp sources: hello.lsp hello_other.lsp
			      compiled by pvmlc

            To test:  Set up PVM then execute

		      hello hostname

		      where hostname is any host in your PVM
		      where the hello_other task should be
		      spawn by hello.
