mail="mailx -r oe@ifi.uio.no"

if [ -d /projects/nlpl ]; then
  host="abel";
  root="/projects/nlpl";
elif [ -d /proj/nlpl ]; then
  host="taito";
  root="/proj/nlpl";
elif [ -d /cluster/shared/nlpl ]; then
  host="saga";
  root="/cluster/shared/nlpl";
elif [ -d /projappl/nlpl ]; then
  host="puhti";
  root="/projappl/nlpl";
  mail="${mail} -S smtp=smtp.csc.fi"
fi
