Skip to content

Commit b37acd6

Browse files
Set flux_executor_nesting in notebook (#526)
* Set flux_executor_nesting in notebook * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c6a7988 commit b37acd6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

notebooks/3-hpc-allocation.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,9 @@
322322
}
323323
],
324324
"source": [
325-
"with Executor(backend=\"flux_allocation\", flux_executor_pmi_mode=\"pmix\") as exe:\n",
325+
"with Executor(\n",
326+
" backend=\"flux_allocation\", flux_executor_pmi_mode=\"pmix\", flux_executor_nesting=True\n",
327+
") as exe:\n",
326328
" fs = exe.submit(calc_nested)\n",
327329
" print(fs.result())"
328330
]

0 commit comments

Comments
 (0)