Skip to content

Commit

Permalink
Further clean-up of error messages for invalid LIS_ARCH env variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
emkemp committed Oct 23, 2023
1 parent 9e98eee commit df420fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lis/lib/lis-cmem3/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ else ifeq ($(LIS_ARCH),linux_gfortran)
FC = gfortran
LD = gfortran
else
$(error "Please specify the compiler via the LIS_ARCH env variable. Only linux_ifc and linux_gfortran supported. See the LISF Installation Guide for more information.")
$(error "Please specify the compiler via the LIS_ARCH env variable. Only linux_ifc and linux_gfortran are supported. See the LISF Installation Guide for more information.")
endif

# compiler/linker flags
Expand Down
2 changes: 1 addition & 1 deletion lis/lib/lis-crtm-profile-utility/make.macros
Original file line number Diff line number Diff line change
Expand Up @@ -519,5 +519,5 @@ LINUX_FLAGS = $(LINUX_FLAGS_INTEL)
else ifeq ($(LIS_ARCH),linux_gfortran)
LINUX_FLAGS = $(LINUX_FLAGS_GFORTRAN)
else
$(error "Please specify the compiler via the LIS_ARCH env variable. See the LISF Installation Guide for more information.")
$(error "Please specify the compiler via the LIS_ARCH env variable. Only linux_ifc and linux_gfortran are supported. See the LISF Installation Guide for more information.")
endif

0 comments on commit df420fd

Please sign in to comment.