We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f403170 commit c002bceCopy full SHA for c002bce
components/eamxx/scripts/machines_specs.py
@@ -292,7 +292,7 @@ def setup(cls):
292
super().setup_base(name="ghci-snl-hip")
293
cls.baselines_dir = "/projects/e3sm/baselines/scream/ghci-snl-hip"
294
cls.gpu_arch = "hip"
295
- cls.num_run_res = int(run_cmd_no_fail("rocm-smi --showproductname | grep 'GPU\[' | awk '{print $1}' | sort -u | wc -l"))
+ cls.num_run_res = int(run_cmd_no_fail(r"rocm-smi --showproductname | grep 'GPU\[' | awk '{print $1}' | sort -u | wc -l"))
296
cls.cxx_compiler = "mpicxx"
297
cls.env_setup = ["source /etc/profile.d/setup-user-env.sh && export MPICH_CXX=hipcc"]
298
0 commit comments