Hello,

I am getting these messages (below) when running mpi4py python codes.
Always one message per mpi process. The codes seem to run correctly. Any
ideas why this is happening and how to avoid it?

Thanks,

--
Valmor de Almeida

>mpirun -np 2 python helloworld.py 
[xeon0:05998] mca: base: component_find: unable to open osc pt2pt: file
not found (ignored)
[xeon0:05999] mca: base: component_find: unable to open osc pt2pt: file
not found (ignored)
Hello, World!! I am process 0 of 2 on xeon0.
Hello, World!! I am process 1 of 2 on xeon0.



Reply via email to