1SMC_RUN(8) Linux Programmer's Manual SMC_RUN(8)
2
3
4
6 smc_run - start a TCP socket program with the capability to use SMC as
7 networking protocol.
8
9
11 smc_run [-d] program parameters
12
13
15 smc_run starts a program specified as argument with its parameters
16 allowing to use the SMC protocol for program-used TCP socket connec‐
17 tions. The script specifies libsmc-preload.so as a preload shared
18 library for the Linux program loader. The preload library libsmc-
19 preload.so intercepts a few TCP socket calls and triggers the equiva‐
20 lent execution through SMC.
21
22 The following options can be specified:
23
24 -d Display additional diagnostic messages during the program execu‐
25 tion.
26
28 On success, the smc_run command returns 0. If an error occurs smc_run
29 writes a message to stdout and completes with a return code other than
30 0.
31
32
33 1 An invalid option was specified.
34
36 af_smc(7), smc_pnet(8), smc_rnics(8), smcss(8), tcp(7)
37
38
39
40smc-tools January 2017 SMC_RUN(8)