Hi Howard,

We have NOT defined IPv6 on the nodes.


Actually I was looking at the location of the code that complains and I
also saw references to IPv6 sockets.

Thanks a lot for the suggestion! I'll try this out tomorrow.

Regards
Michael

On Mon, Oct 6, 2014 at 11:07 PM, Howard Pritchard <hpprit...@gmail.com>
wrote:

> Hi Michael,
>
> If you do not include --enable-ipv6 in the config line, do you still
> observe the problem?
> Is it possible that one or more interfaces on nodes H1 and H2 do not have
> ipv6 enabled?
>
> Howard
>
>
> 2014-10-06 16:51 GMT-06:00 Michael Thomadakis <drmichaelt7...@gmail.com>:
>
>> Hello,
>>
>> I've configured OpenMPI1.8.3 with the following command line
>>
>>
>>
>> $ AXFLAGS="-xSSE4.2 -axAVX,CORE-AVX-I,CORE-AVX2"
>> $ myFLAGS="-O2 ${AXFLAGS}" ;
>>
>> $ ./configure --prefix=${proot} \
>>     --with-lsf \
>>     --with-cma \
>>     --enable-peruse --enable-branch-probabilities \
>>     --enable-mpi-fortran=all \
>>     --enable-cxx-exceptions \
>>     --enable-ipv6 \
>>     --enable-sparse-groups \
>>     --with-threads=posix \
>>     --enable-mpi-thread-multiple \
>>     --enable-openib-connectx-xrc \
>>     --enable-mtl-portals4-flow-control \
>>     --with-hwloc=internal \
>>     --enable-orterun-prefix-by-default \
>>     --with-ident-string="MikeT_15.0" \
>>     CC=icc CFLAGS="$myFLAGS" \
>>     CXX=icpc CXXFLAGS="$myFLAGS" \
>>     F77=ifort FFLAGS="$myFLAGS" FC=ifort FCFLAGS="$myFLAGS" \
>>     LIBS="-lnsl" \
>>     && make -j 8 && make install
>>
>> but when I run it with
>>
>> $ mpirun --bind-to core --map-by core -mca mpi_show_mca_params all --host
>> H1,H2 -np 2
>> ~/performance/analysis/networks/Intel64_SandyBridge/HPCI/OMB_4.3.0/ompi_1.8.2/cpu/osu-micro-benchmarks-4.3/libexec/osu-micro-benchmarks/mpi/one-sided/osu_put_bibw
>> H H
>>
>> I am getting
>> "
>> [H1:33580] [[41149,0],0] ORTE_ERROR_LOG: Address family not supported by
>> protocol in file oob_tcp_listener.c at line 120
>> [h2:33580] [[41149,0],0] ORTE_ERROR_LOG: Address family not supported by
>> protocol in file oob_tcp_component.c at line 584
>>
>> "
>>
>> Any suggestions ?
>>
>>
>> Thanks !
>> Michael
>>
>>
>> _______________________________________________
>> users mailing list
>> us...@open-mpi.org
>> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/users
>> Link to this post:
>> http://www.open-mpi.org/community/lists/users/2014/10/25468.php
>>
>
>
> _______________________________________________
> users mailing list
> us...@open-mpi.org
> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/users
> Link to this post:
> http://www.open-mpi.org/community/lists/users/2014/10/25472.php
>

Reply via email to