#! /bin/sh

lamclean -v
# If running tasks remain nuke them.
if [ -n "`mpitask | tail +2`" ]
then
    wipe -v hostfile
fi
