Warning at import dolfinx

Hi there,

I’m using the dolfinx/dolfinx:v0.5.1 docker image. When start the docker image with

docker run --rm -ti dolfinx/dolfinx:v0.5.1,

and I open python with

root@20214dc430d0:~# python3

and import dolfinx I get the following error message

>>> import dolfinx
hwloc/linux: Ignoring PCI device with non-16bit domain.
Pass --enable-32bits-pci-domain to configure to support such devices
(warning: it would break the library ABI, don't enable unless really needed).
>>> 

Does someone know if this warning is important? Or can I ignore it?

Thanks in advance,

  • Wouter