Skip to content

Commit c002bce

Browse files
committed
EAMxx: fix pylint error in GHCISNLHip entry of machine_specs.py
1 parent f403170 commit c002bce

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
@@ -292,7 +292,7 @@ def setup(cls):
292292
super().setup_base(name="ghci-snl-hip")
293293
cls.baselines_dir = "/projects/e3sm/baselines/scream/ghci-snl-hip"
294294
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"))
295+
cls.num_run_res = int(run_cmd_no_fail(r"rocm-smi --showproductname | grep 'GPU\[' | awk '{print $1}' | sort -u | wc -l"))
296296
cls.cxx_compiler = "mpicxx"
297297
cls.env_setup = ["source /etc/profile.d/setup-user-env.sh && export MPICH_CXX=hipcc"]
298298

0 commit comments

Comments
 (0)