1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH SST_CONN_TOOL.MPI "1" "September 2024" "ADIOS" "User Commands"
.SH NAME
sst_conn_tool.mpi \- ADIOS2 utility
.SH SYNOPSIS
.B sst_conn_tool
\fI\,{ -l | -c } \/\fR[\fI\,options\/\fR]
.SH DESCRIPTION
sst_conn_tool \- Diagnostics for ADIOS2/SST connections
.TP
\fB\-l\fR,\-\-listen
Display connection parameters and wait for an SST connection (default)
.HP
\fB\-c\fR,\-\-connect Attempt a connection to an already\-running instance of sst_conn_tool
.SH OPTIONS
.TP
\fB\-i\fR,\-\-info
Display additional networking information for this host
.TP
\fB\-f\fR,\-\-file
Use file\-based contact info sharing (default), SST contact file created in the current directory
.TP
\fB\-s\fR,\-\-screen
Use screen\-based contact info sharing, SST contact info displayed/entered via terminal
.TP
\fB\-h\fR,\-\-help
Display this message
|