Skip to content

Commit a622894

Browse files
Default to BuildAndRun (#408)
1 parent db026fc commit a622894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ndsl/dsl/stencil_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def __init__(
195195
else DaceConfig(
196196
communicator=None,
197197
backend=self.compilation_config.backend,
198-
orchestration=DaCeOrchestration.Run,
198+
orchestration=DaCeOrchestration.BuildAndRun,
199199
)
200200
)
201201
self.backend_opts = {

0 commit comments

Comments
 (0)