diff --git a/tools/mapping/gen_mapping_files/gen_ESMF_mapping_file/create_ESMF_map.sh b/tools/mapping/gen_mapping_files/gen_ESMF_mapping_file/create_ESMF_map.sh index 2feec6344a8..5b3989b0e2a 100755 --- a/tools/mapping/gen_mapping_files/gen_ESMF_mapping_file/create_ESMF_map.sh +++ b/tools/mapping/gen_mapping_files/gen_ESMF_mapping_file/create_ESMF_map.sh @@ -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