Skip to content
Snippets Groups Projects
Commit 18f1c22b authored by Mark Grondona's avatar Mark Grondona
Browse files

o added section for Stream Copy Service

parent a6e019a5
No related branches found
No related tags found
No related merge requests found
...@@ -198,10 +198,16 @@ controller or an \srun\ or \scancel\ process. Starting a process may ...@@ -198,10 +198,16 @@ controller or an \srun\ or \scancel\ process. Starting a process may
include executing a prolog script, setting process limits, setting real include executing a prolog script, setting process limits, setting real
and effective user id, setting environment variables, setting working and effective user id, setting environment variables, setting working
directory, allocating interconnect resources, setting corefile paths, directory, allocating interconnect resources, setting corefile paths,
connecting stdin/stdout/stderr to local files or remote host, and managing initializing the Stream Copy Service, and managing
process groups. Terminating a process may include terminating all members process groups. Terminating a process may include terminating all members
of a process group and executing an epilog script. of a process group and executing an epilog script.
\item {\em Stream Copy Service}: Allow handling of stderr, stdout, and
stdin of remote tasks. Job input may be redirected from a file or files, a
\srun\ process, or /dev/null. Job output may be saved into local files or
sent back to the \srun\ command. Regardless of the location of stdout/err,
all job output will be locally buffered to avoid blocking local tasks.
\item {\em Job Control}: Allow asynchronous interaction with the \item {\em Job Control}: Allow asynchronous interaction with the
Remote Execution environment by propagating signals or explicit job Remote Execution environment by propagating signals or explicit job
termination requests to any set of locally managed processes. termination requests to any set of locally managed processes.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment