Skip to content

Commit eaf4b1a

Browse files
committed
Makes a couple of fixes for DLIO use case
1 parent 89980ed commit eaf4b1a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

2024-RIKEN-AWS/JupyterNotebook/tutorial/notebook/dyad_dlio.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
"outputs": [],
152152
"source": [
153153
"kvs_namespace = \"dyad\"\n",
154-
"managed_directory = \"/tmp/dyad_data\"\n",
154+
"managed_directory = \"./dyad_data\"\n",
155155
"dtl_mode = \"UCX\" # We currently only support UCX, so do not change this"
156156
]
157157
},
@@ -170,7 +170,7 @@
170170
"metadata": {},
171171
"outputs": [],
172172
"source": [
173-
"initial_data_directory = \"/tmp/dlio_data\""
173+
"initial_data_directory = \"./dlio_data\""
174174
]
175175
},
176176
{
@@ -190,8 +190,8 @@
190190
"source": [
191191
"workers_per_node = 8\n",
192192
"dyad_install_prefix = \"/usr/local\"\n",
193-
"num_nodes = !flux hostlist -c\n",
194-
"dlio_extensions_dir = !$HOME/flux-tutorial-2024/dlio_extensions\n",
193+
"num_nodes = 4\n",
194+
"dlio_extensions_dir = \"/home/jovyan/flux-tutorial-2024/dlio_extensions\"\n",
195195
"workload = \"dyad_unet3d_small\""
196196
]
197197
},
@@ -210,7 +210,7 @@
210210
"metadata": {},
211211
"outputs": [],
212212
"source": [
213-
"env_file = \"\"\"\n",
213+
"env_file = f\"\"\"\n",
214214
"DYAD_KVS_NAMESPACE={kvs_namespace}\n",
215215
"DYAD_DTL_MODE={dtl_mode}\n",
216216
"DYAD_PATH={managed_directory}\n",

0 commit comments

Comments
 (0)