Skip to content

Commit

Permalink
Merge pull request #21 from NOAA-EMC/develop
Browse files Browse the repository at this point in the history
Poring to Orion. (NOAA-EMC#53)
  • Loading branch information
DeniseWorthen authored Apr 20, 2020
2 parents 62c1037 + c140905 commit 6e6fb73
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/incmake/env/rdhpcs/detect.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
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
Expand Down
7 changes: 7 additions & 0 deletions src/incmake/env/rdhpcs/orion.intel.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
MACHINE_ID=orion
FULL_MACHINE_ID=orion
USE_MODULES=YES
DEFAULT_MODULE=$(FULL_MACHINE_ID)/ESMF_NUOPC
BUILD_TARGET=$(FULL_MACHINE_ID).$(NEMS_COMPILER)
NEMS_COMPILER=intel
MODULE_LOGIC=$(call ULIMIT_MODULE_LOGIC,200000)

0 comments on commit 6e6fb73

Please sign in to comment.