#!/bin/sh

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