Skip to content

Commit 7bc4e12

Browse files
authored
Merge pull request #163 from xylar/update-omega
Update Omega submodule
2 parents 5ad74e7 + 5ea72fc commit 7bc4e12

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

deploy/bootstrap.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,8 +355,11 @@ def get_env_vars(machine, compiler, mpilib):
355355
if machine is None:
356356
machine = 'None'
357357

358-
# convert env vars from mache to a list
359-
env_vars = 'export MPAS_EXTERNAL_LIBS=""\n'
358+
env_vars = f'export POLARIS_COMPILER={compiler}\n' \
359+
f'export POLARIS_MPI={mpilib}\n'
360+
361+
env_vars = f'{env_vars}' \
362+
f'export MPAS_EXTERNAL_LIBS=""\n'
360363

361364
if 'intel' in compiler and machine == 'anvil':
362365
env_vars = f'{env_vars}' \

e3sm_submodules/Omega

Submodule Omega updated 2223 files

0 commit comments

Comments
 (0)