From ee287e8d1272a0c6bc2fd4d9fc7ea01528c02f2c Mon Sep 17 00:00:00 2001 From: Michael Levy Date: Mon, 14 May 2018 16:44:19 -0600 Subject: [PATCH] Better error message on cheyenne login node --- .../gen_mapping_files/gen_ESMF_mapping_file/create_ESMF_map.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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