Skip to content

Commit

Permalink
Merge pull request #22 from radical-cybertools/fix/rp-parsl
Browse files Browse the repository at this point in the history
fix rp-parsl tutorial
  • Loading branch information
AymenFJA authored Feb 14, 2025
2 parents d3eb180 + d05f2f8 commit 5468fd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/parsl-rp/mpi-monte-carlo-workflow.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"source": [
"rpex_cfg = ResourceConfig()\n",
"rpex_cfg.worker_type = 'MPI'\n",
"rpex_cfg.cores_per_worker = 6"
"rpex_cfg.cores_per_worker = 4"
]
},
{
Expand Down Expand Up @@ -194,8 +194,8 @@
"config = Config(executors=[RadicalPilotExecutor(\n",
" label='rpex-heterogeneous',\n",
" rpex_cfg=rpex_cfg,\n",
" resource='local.localhost_test',\n",
" runtime=30, cores=10)])\n",
" resource='local.localhost',\n",
" runtime=30, cores=8)])\n",
"\n",
"radical_executor = config.executors[0]"
]
Expand Down
2 changes: 1 addition & 1 deletion src/parsl-rp/nwchem_usecase.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"config = Config(executors=[RadicalPilotExecutor(\n",
" rpex_cfg=rpex_cfg,\n",
" label='RPEX-MPI',\n",
" resource='local.localhost_test',\n",
" resource='local.localhost',\n",
" runtime=30, cores=8)])\n",
"\n",
"radical_executor = config.executors[0]\n",
Expand Down

0 comments on commit 5468fd9

Please sign in to comment.