~james-page/ubuntu/precise/openmpi1.5/new

« back to all changes in this revision

Viewing changes to ompi/mca/btl/openib/help-mpi-btl-openib.txt

  • Committer: Bazaar Package Importer
  • Author(s): Manuel Prinz
  • Date: 2009-04-23 14:01:21 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090423140121-vsi3pqa6g30j4qiy
Tags: 1.3.2-1
* New upstream release. (Closes: #520597, #515116)
  - Manpage and VampirTrace patches removed, included upstream.
* Fixed build issues on Alpha. Huge thanks to Arthur Loiret for providing
  access to his machines for testing! (Closes: #510845, #517543)
* Fixed build issues on Sparc. (Closes: #519725)
* Fixed manpage-has-errors-from-man lintian warnings.
* Faked SONAME change by renaming library package. (Closes: #512616)
* Made libopenmpi-dev depend on libibverbs-dev. (Closes: #522153)
* Support for "nocheck" build option in debian/rules.
* Updated Standards-Version in debian/control.
* Changed section of libopenmpi-dbg to "debug".
* Updated debian/copyright.

* Dirk Eddelbuettel removed himself from Uploaders. The team thanks Dirk
  for his long-term contribution and effort to get Open MPI back to life.
  I personally thank Dirk for encouraging me to become a Debian Developer
  and his support and mentoring on that way and beyond.

Show diffs side-by-side

added added

removed removed

Lines of Context:
224
224
problem fixed.
225
225
#
226
226
[no active ports found]
227
 
WARNING: There is at least one OpenFabrics device found on host '%s',
228
 
but there are no active ports detected. This is most certainly not
229
 
what you wanted.  Check your cables, SM configuration, etc.
 
227
WARNING: There is at least one OpenFabrics device found but there are
 
228
no active ports detected (or Open MPI was unable to use them).  This
 
229
is most certainly not what you wanted.  Check your cables, subnet
 
230
manager configuration, etc.  The openib BTL will be ignored for this
 
231
job.
 
232
 
 
233
  Local host: %s
230
234
#
231
235
[error in device init]
232
236
WARNING: There was an error initializing an OpenFabrics device.
354
358
as part of the btl_openib_receive_queues MCA parameter.  The
355
359
OpenFabrics (openib) BTL will therefore be deactivated for this run.
356
360
 
357
 
Per-peer receive queues require between 1 and 5 parameters:
 
361
Per-peer receive queues require between 2 and 5 parameters:
358
362
 
359
363
  1. Buffer size in bytes (mandatory)
360
 
  2. Number of buffers (optional; defaults to 8)
 
364
  2. Number of buffers (mandatory)
361
365
  3. Low buffer count watermark (optional; defaults to (num_buffers / 2))
362
366
  4. Credit window size (optional; defaults to (low_watermark / 2))
363
367
  5. Number of buffers reserved for credit messages (optional;
384
388
Shared receive queues can take between 2 and 4 parameters:
385
389
 
386
390
  1. Buffer size in bytes (mandatory)
387
 
  2. Number of buffers (optional; defaults to 16)
 
391
  2. Number of buffers (mandatory)
388
392
  3. Low buffer count watermark (optional; defaults to (num_buffers / 2))
389
393
  4. Maximum number of outstanding sends a sender can have (optional;
390
394
     defaults to (low_watermark / 4)