Eureka! I managed to get it working despite the incorrect _initial_
./configure invocation. For those interested, here are my compilation
options:
# cat ompi_build.sh
#!/bin/sh
rpmbuild --rebuild -D "configure_options \
--prefix=%{_prefix} \
--with-o
Henk,
On Friday 06 July 2007 05:34:35 am SLIM H.A. wrote:
> Dear Tim
>
> I followed the use of "--mca btl mx,self" as suggested in the FAQ
>
> http://www.open-mpi.org/faq/?category=myrinet#myri-btl
Yeah, that FAQ is wrong. I am working right now to fix it up. It should be
updated this afternoon.
I will be out of the office starting 07/06/2007 and will not return until
07/23/2007.
I will be on vacation starting Dec 19 and will be back on Jan 3. I will
respond to your message when I return.
On Jul 6, 2007, at 7:37 AM, SLIM H.A. wrote:
Dear Michael
I have now tried both
mpirun --mca btl mx,sm -np 4 ./cpi
which gives the same error message again, and,
mpirun --mca btl mx,sm,self -np 4 ./cpi_gcc_ompi_mx
actually locks some of the mx ports but not all 4, ie this is the
output fr
Dear Michael
I have now tried both
mpirun --mca btl mx,sm -np 4 ./cpi
which gives the same error message again, and,
mpirun --mca btl mx,sm,self -np 4 ./cpi_gcc_ompi_mx
actually locks some of the mx ports but not all 4, ie this is the output
from endpoint info:
1 Myrinet board installed
Dear Tim
I followed the use of "--mca btl mx,self" as suggested in the FAQ
http://www.open-mpi.org/faq/?category=myrinet#myri-btl
When I use your extra mca value I get:
>mpirun --mca btl mx,self --mca btl_mx_shared_mem 1 -np 4 ./cpi
>
--