#!/usr/local/bin/bash
#
# This is a demo MPI job to be used with the demo submit script of the
# Computer Center of the University of Ulm
# It expects GridEngine as the underlying scheduler.
#
# Thomas Nau, Oct 12th 2001

LOGFILE=`basename $0`.log
{
	echo "submithost: $SGE_O_HOST"
	echo "this host:  $HOSTNAME"
	echo "# of hosts: $NHOSTS"
	echo "# of slots: $NSLOTS"
} >> $HOME/$LOGFILE


