Skip to content

Commit

Permalink
need parallel_executable from config
Browse files Browse the repository at this point in the history
  • Loading branch information
cwsmith committed Feb 21, 2025
1 parent 46b16f5 commit d4f748e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compass/landice/tests/antarctica/mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def run(self):

section_ais = config['antarctica']

parallel_executable = config.get('parallel', 'parallel_executable')
nProcs = section_ais.get('nProcs')
src_proj = section_ais.get("src_proj")
data_path = section_ais.get('data_path')
Expand Down

0 comments on commit d4f748e

Please sign in to comment.