On 02/19/09 15:57, Jim Langston wrote:
After building 1.3, running the example I get this message:
[[55888,1],0]: A high-performance Open MPI point-to-point messaging
module
was unable to find any relevant network interfaces:
Module: uDAPL
Host: alpha
Another transport will be used instead, although this may result in
lower performance.
--------------------------------------------------------------------------
Hello, world, I am 0 of 2
Hello, world, I am 1 of 2
[alpha:09794] 1 more process has sent help message
help-mpi-btl-base.txt / btl:no-nics
[alpha:09794] Set MCA parameter "orte_base_help_aggregate" to 0 to see
all help / error messages
Is there something I need to do at runtime to eliminate the
point-to-point message ?
So you want the message not to be reported. I believe "--mca
btl_base_warn_component_unused 0" will do the trick.
-DON
Thanks,
Jim