[Pkg-openmpi-maintainers] Ugly error messages when using openmpi

Ondrej Certik ondrej at certik.cz
Thu Nov 8 11:38:06 UTC 2007


Hi,

I created a new python-petsc4py package, available here:

http://debian.certik.cz/

It's depending on a new versin of petsc also available there and
openmpi. See that link for all instructions how to use the archive.

$ apt-get install python-petsc4py
$ python
Python 2.4.4 (#2, Aug 16 2007, 02:03:40)
[GCC 4.1.3 20070812 (prerelease) (Debian 4.1.2-15)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from petsc4py.PETSc import Mat
[fuji:06162] mca: base: component_find: unable to open osc pt2pt: file
not found (ignored)
libibverbs: Fatal: couldn't read uverbs ABI version.
--------------------------------------------------------------------------
[0,0,0]: OpenIB on host fuji was unable to find any HCAs.
Another transport will be used instead, although this may result in
lower performance.
--------------------------------------------------------------------------
>>> A=Mat()
>>> A.createSeqAIJ(1000)
<Mat object at 0xb5ee98ec (0x82cac40)>


The petsc4py seems to work, but those error messages are weird. Either
there should be nothing printed out if it works, or it should fail.
But if it works (as it seems so) and it still prints those errors,
that's I think unfortunate.

I am currently investigating, if the problem is in petsc,
python-petsc4py or openmpi, but I suspect openmpi. Did you ever see
these errors before? What to do about it?
When those issues are resolved, the new package will be uploaded in unstable.

Ondrej

P.S. Please CC me.



More information about the Pkg-openmpi-maintainers mailing list