Skip to content

Commit 59f598d

Browse files
committed
update ipcmagic syntax
1 parent bcf1a4c commit 59f598d

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

hpctestlib/interactive/jupyter/ipcmagic/src/tf-hvd-sgd-ipc-tf2.ipynb

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"metadata": {},
2626
"outputs": [],
2727
"source": [
28-
"%ipcluster start -n 2 --mpi"
28+
"%ipcluster start -n 2"
2929
]
3030
},
3131
{
@@ -43,7 +43,7 @@
4343
"metadata": {},
4444
"outputs": [],
4545
"source": [
46-
"%ipcluster start -n 2 --mpi"
46+
"%ipcluster start -n 2"
4747
]
4848
},
4949
{
@@ -52,7 +52,7 @@
5252
"metadata": {},
5353
"outputs": [],
5454
"source": [
55-
"%ipcluster start -n 2 --mpi"
55+
"%ipcluster start -n 2"
5656
]
5757
},
5858
{
@@ -61,7 +61,7 @@
6161
"metadata": {},
6262
"outputs": [],
6363
"source": [
64-
"%ipcluster start -n 2 --mpi"
64+
"%ipcluster start -n 2"
6565
]
6666
},
6767
{
@@ -70,7 +70,7 @@
7070
"metadata": {},
7171
"outputs": [],
7272
"source": [
73-
"%ipcluster start -n 2 --mpi"
73+
"%ipcluster start -n 2"
7474
]
7575
},
7676
{
@@ -94,6 +94,15 @@
9494
"print('cluster ids:', c.ids)"
9595
]
9696
},
97+
{
98+
"cell_type": "code",
99+
"execution_count": null,
100+
"metadata": {},
101+
"outputs": [],
102+
"source": [
103+
"c.close()"
104+
]
105+
},
97106
{
98107
"cell_type": "code",
99108
"execution_count": null,

0 commit comments

Comments
 (0)