We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d040dd commit 21da399Copy full SHA for 21da399
README.multinode
@@ -7,7 +7,6 @@ Configuring and Building
7
------------------------
8
9
./configure --enable-multinode \
10
- --with-multinode-runtime={mpi,pmi,shmemrt}
11
--with-portals4[=DIR]
12
[...]
13
make
@@ -33,9 +32,9 @@ Launching with SLURM and `pmi`:
33
32
Hello from locale 004!
34
Hello from locale 002!
35
36
-Launching with YOD (provided with Portals4) and `shmemrt`:
+Launching with YOD (provided with Portals4):
37
38
- env VERBOSE=1 yod -c 4 hello_world
+ env VERBOSE=1 yod.hydra -c 4 hello_world
39
Hello from locale 003!
40
Hello from locale 001!
41
0 commit comments