Skip to content

Commit

Permalink
Poring to Orion. (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
DusanJovic-NOAA authored Apr 20, 2020
1 parent 8e1f15c commit c140905
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 c140905

Please sign in to comment.