Skip to content

Commit

Permalink
Set flux_executor_nesting in notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Dec 18, 2024
1 parent c6a7988 commit b757e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/3-hpc-allocation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@
}
],
"source": [
"with Executor(backend=\"flux_allocation\", flux_executor_pmi_mode=\"pmix\") as exe:\n",
"with Executor(backend=\"flux_allocation\", flux_executor_pmi_mode=\"pmix\", flux_executor_nesting=True) as exe:\n",
" fs = exe.submit(calc_nested)\n",
" print(fs.result())"
]
Expand Down

0 comments on commit b757e02

Please sign in to comment.