Skip to content

Commit

Permalink
Fix for the LILACSMOKE test to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
slevis-lmwg committed May 24, 2024
1 parent a14ab08 commit fc53412
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cime_config/SystemTests/lilacsmoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ def run_phase(self):
# case.get_mpirun_cmd creates a command that runs the executable given by
# case.run_exe. So it's important that (elsewhere in this test script) we create a
# link pointing from that to the atm_driver.exe executable.
self._case.load_env(reset=True)
lid = new_lid()
os.environ["OMP_NUM_THREADS"] = str(self._case.thread_count)
cmd = self._case.get_mpirun_cmd(allow_unresolved_envvars=False)
Expand Down

0 comments on commit fc53412

Please sign in to comment.