Skip to content

Commit f72f2f6

Browse files
committed
adjust to the current sstWriter syntax
1 parent 476d221 commit f72f2f6

File tree

1 file changed

+3
-3
lines changed
  • docs/user_guide/source/tutorials

1 file changed

+3
-3
lines changed

docs/user_guide/source/tutorials/sst.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ SST Engine Example:
2525
***************
2626
- add option **"--network=single_node_vni,job_vni"**
2727
- working example:
28-
- srun -n 5 -N 1 --network=single_node_vni,job_vni writer > wout 2>&1 &
28+
- srun -n 5 -N 1 --network=single_node_vni,job_vni writer RDMA > wout 2>&1 &
2929
- srun -n 2 -N 1 --network=single_node_vni,job_vni reader > rout 2>&1 &
3030

3131
3. MPI
3232
***************
3333
- needs 2+ nodes on server
3434
- add option **"--network=single_node_vni,job_vni"**
3535
- working example:
36-
- srun -n 2 -N 2 --network=single_node_vni,job_vni writer > wout 2>&1 &
36+
- srun -n 2 -N 2 --network=single_node_vni,job_vni writer MPI > wout 2>&1 &
3737
- srun -n 2 -N 2 --network=single_node_vni,job_vni reader > rout 2>&1 &
3838

3939
4. UCX
@@ -47,7 +47,7 @@ SST Engine Example:
4747
- cray-ucx/2.7.0-1
4848
- (May 2025) compile ADIOS (with ucx), cmake linked to a non exist ucx installation. To work around, change CMakeCache.txt and force to use /opt/cray/pe/cray-ucx/2.7.0-1/ucx instead of the wrong path.
4949
- 1 Node works (as of May 2025)
50-
- srun -N 1 -n 2 ./adios2_hello_bpWriter_mpi
50+
- srun -N 1 -n 2 ./adios2_hello_bpWriter_mpi
5151
- 2 Node failed (as of May 2025)
5252
- MPIDI_UCX_mpi_init_hook(139): ucx function returned with failed status(ucx_init.c 139 MPIDI_UCX_mpi_init_hook Destination is unreachable)
5353

0 commit comments

Comments
 (0)