Skip to content

Commit

Permalink
Add ghci-oci
Browse files Browse the repository at this point in the history
  • Loading branch information
jgfouca committed Nov 7, 2024
1 parent 36813ec commit d01f844
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions components/eamxx/scripts/machines_specs.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,15 @@ def setup(cls):
cls.baselines_dir = "/projects/e3sm/baselines/scream/ghci-snl-cuda"
cls.gpu_arch = "cuda"

###############################################################################
class GHCIOCI(Machine):
###############################################################################
concrete = True
@classmethod
def setup(cls):
super().setup_base(name="ghci-oci")
cls.env_setup = [f"eval $({CIMEROOT}/CIME/Tools/get_case_env -c SMS.ne4pg2_ne4pg2.F2010-SCREAMv1.ghci-oci_gnu)"]

###############################################################################
class Lassen(Machine):
###############################################################################
Expand Down

0 comments on commit d01f844

Please sign in to comment.