Skip to content

Commit 14f0aa0

Browse files
authored
Merge branch 'mahf708/eamxx/polaris-eamxx-sa' into next (PR E3SM-Project#7600)
Correctly set polaris machine for eamxx standalone testing [BFB]
2 parents 9e6f375 + cc261c3 commit 14f0aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/eamxx/scripts/machines_specs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ class Polaris(CrayMachine):
171171
concrete = True
172172
@classmethod
173173
def setup(cls):
174-
super().setup_base("polaris")
174+
super().setup_cray("polaris")
175175

176176
compiler = "gnugpu"
177177

0 commit comments

Comments
 (0)