#!/bin/csh
########################################################################
# FILE: prog4
# DESCRIPTION:
#   Trivial shell script used as part of MPMD portion of POE exercise 
# AUTHOR: Blaise Barney
# LAST REVISED: 04/02/05
########################################################################
echo '**************************************************************'
echo -n 'Program 4 is running on '
hostname
echo  'Your POE environment variables are:'
setenv | grep MP
echo 'END OF PROG4'

