Skip to content

Commit

Permalink
EAMxx: fix ghci-snl-cpu env
Browse files Browse the repository at this point in the history
We were missing the gator initial mb env var
  • Loading branch information
bartgol committed Nov 23, 2024
1 parent 49fdbe3 commit 0525510
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/eamxx/scripts/machines_specs.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ class GHCISNLCPU(Machine):
def setup(cls):
super().setup_base("ghci-snl-cpu")
cls.baselines_dir = "/projects/e3sm/baselines/scream/ghci-snl-cpu"
cls.env_setup = ["export GATOR_INITIAL_MB=4000MB"]

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

0 comments on commit 0525510

Please sign in to comment.