Skip to content

Commit 21da399

Browse files
committed
fix README.multinode to match new configure options
1 parent 4d040dd commit 21da399

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.multinode

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Configuring and Building
77
------------------------
88

99
./configure --enable-multinode \
10-
--with-multinode-runtime={mpi,pmi,shmemrt}
1110
--with-portals4[=DIR]
1211
[...]
1312
make
@@ -33,9 +32,9 @@ Launching with SLURM and `pmi`:
3332
Hello from locale 004!
3433
Hello from locale 002!
3534

36-
Launching with YOD (provided with Portals4) and `shmemrt`:
35+
Launching with YOD (provided with Portals4):
3736

38-
env VERBOSE=1 yod -c 4 hello_world
37+
env VERBOSE=1 yod.hydra -c 4 hello_world
3938
Hello from locale 003!
4039
Hello from locale 001!
4140
Hello from locale 004!

0 commit comments

Comments
 (0)