Skip to content

Commit

Permalink
Better error message on cheyenne login node
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlevy1981 committed May 14, 2018
1 parent 2d4c27a commit ee287e8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@ fi

# machine-specific restrictions
if [ "$cheyenne_login" == "TRUE" ] && [ "$serial" != "TRUE" ]; then
echo "ERROR: On the cheyenne login node, run with --serial"
echo "ERROR: You are trying to use parallal ESMF tools on the cheyenne login node."
echo " Either run with '--serial' or move to a compute node."
exit 1
fi

Expand Down

0 comments on commit ee287e8

Please sign in to comment.