######################################################################## # # Main driver for NOAA R&D computing environment support # ######################################################################## ifneq (,$(and $(wildcard /scratch1),$(wildcard /scratch2))) NEMS_COMPILER?=intel $(call add_build_env,hera.$(NEMS_COMPILER),env/rdhpcs/hera.$(NEMS_COMPILER).mk) else ifneq (,$(wildcard /work/noaa)) NEMS_COMPILER?=intel $(call add_build_env,orion.$(NEMS_COMPILER),env/rdhpcs/orion.$(NEMS_COMPILER).mk) else ifneq (,$(and $(wildcard /lfs1),$(wildcard /lfs3))) NEMS_COMPILER?=intel $(call add_build_env,jet.$(NEMS_COMPILER),env/rdhpcs/jet.$(NEMS_COMPILER).mk) else ifneq (,$(shell hostname | grep -i gaea)) NEMS_COMPILER?=intel $(call add_build_env,gaea.$(NEMS_COMPILER),env/rdhpcs/gaea.$(NEMS_COMPILER).mk) endif endif endif