~ubuntu-branches/ubuntu/trusty/netpipe/trusty

« back to all changes in this revision

Viewing changes to debian/netpipe.1

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2010-01-06 19:07:32 UTC
  • mfrom: (1.1.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20100106190732-sgqh689iz5ws4g3x
* New upstream release
* Bug fix: "debian/watch fails to report upstream's version", thanks
  to Raphael Geissert (Closes: #450010).

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
the NetPIPE receiver must be 
132
132
started first on the remote system using the command:
133
133
.PP
134
 
.Ex
135
134
NPtcp [options]
136
 
.Ee
137
135
.PP
138
136
then the primary transmitter is started on the local system with the
139
137
command
140
138
.PP
141
 
.Ex
142
139
NPtcp \-h 
143
140
.I receiver_hostname
144
141
[options]
145
 
.Ee
146
142
.PP
147
143
Any options used must be the same on both sides.
148
144
 
150
146
before starting the local transmitter.  To use rsh, simply change
151
147
the nplaunch script.
152
148
.PP
153
 
.Ex
154
149
nplaunch NPtcp -h 
155
150
.I receiver_hostname
156
151
[options]
157
 
.Ee
158
152
.PP
159
153
The
160
154
.BI \-b \ TCP_buffer_sizes\fR\c
178
172
For LAM-MPI, for example, put the list of hosts in hostlist then boot LAM 
179
173
and run NetPIPE using:
180
174
.PP
181
 
.Ex
182
175
lamboot -v -b 
183
176
.I hostlist
184
177
.PP
185
178
mpirun \-np 2 NPmpi [NetPIPE options]
186
 
.Ee
187
179
.PP
188
180
 
189
181
For MPICH use a command like:
190
182
.PP
191
 
.Ex
192
183
mpirun \-machinefile 
193
184
.I hostlist 
194
185
\-np 2 NPmpi [NetPIPE options]
195
 
.Ee
196
186
.PP
197
187
 
198
188
To test the 1-sided communications of the MPI-2 standard, compile
199
189
using:
200
190
.PP
201
 
.Ex
202
191
.B make mpi2
203
 
.Ee
204
192
.PP
205
193
Running as described above and MPI will use 1-sided MPI_Put()
206
194
calls in both directions, with each receiver blocking until the
219
207
.PP
220
208
Start the pvm system using:
221
209
.PP
222
 
.Ex
223
210
pvm
224
 
.Ee
225
211
.PP
226
212
and adding a second machine with the PVM command
227
213
.PP
228
 
.Ex
229
214
add 
230
215
.I receiver_hostname
231
 
.Ee
232
216
.PP
233
217
Exit the PVM command line interface using quit, then run the PVM NetPIPE
234
218
receiver on one system with the command:
235
219
.PP
236
 
.Ex
237
220
NPpvm [options]
238
 
.Ee
239
221
.PP
240
222
and run the TCP NetPIPE transmitter on the other system with the
241
223
command:
242
224
.PP
243
 
.Ex
244
225
NPpvm -h 
245
226
.I receiver hostname
246
227
[options]
247
 
.Ee
248
228
.PP
249
229
Any options used must be the same on both sides.
250
230
The nplaunch script may also be used with NPpvm as described above
278
258
.B gnuplot(1)
279
259
commands for such a graph would be
280
260
.PP
281
 
.Ex
282
261
set logscale x
283
 
.Ee
284
262
.PP
285
 
.Ex
286
263
plot "np.out"
287
 
.Ee
 
264
 
288
265
 
289
266
.ne 5
290
267
.SH OPTIONS