On Sep 25, 2007, at 4:25 AM, Rayne wrote:
Hi all, I'm using the SGE system on my school network,
and would like to know if the errors I received below
means there's something wrong with my MPI_Recv
function.
[0,1,3][btl_tcp_frag.c:202:mca_btl_tcp_frag_recv]
mca_btl_tcp_frag_recv: readv failed w
On Sep 25, 2007, at 1:37 PM, Richard Graham wrote:
Josh Hursey did the port of Open MPI to CNL. Here is the config
line I have used to build
on the Cray XT4:
./configure CC=/opt/xt-pe/default/bin/snos64/linux-pgcc CXX=/opt/xt-
pe/default/bin/snos64/linux-pgCC F77=/opt/xt-pe/default/bin/sno
Hello Olli-Pekka et al,
The cnos_mpi_os.h include file ought to be in
$CATAMOUNT_DIR/catamount/linux/include
so if you add -I $CATAMOUNT_DIR/catamount/linux/include
in the configure line for CFLAGS perhaps it will work.
CATAMOUNT_DIR environment variable is defined when you load one
of the Prg
Josh Hursey did the port of Open MPI to CNL. Here is the config line I have
used to build
on the Cray XT4:
./configure CC=/opt/xt-pe/default/bin/snos64/linux-pgcc
CXX=/opt/xt-pe/default/bin/snos64/linux-pgCC
F77=/opt/xt-pe/default/bin/snos64/linux-pgf90
FC=/opt/xt-pe/default/bin/snos64/linux-pgf
Thanks for the bug report, Yvan. I've filed https://svn.open-mpi.org/
trac/ompi/ticket/1149 about it.
George (the datatypes guy) is off on vacation this week and will be
at Euro PVM/MPI next week. Hopefully he'll be able to look at this
soon.
On Sep 24, 2007, at 5:27 PM, Yvan Fournier w
Hi all, I'm using the SGE system on my school network,
and would like to know if the errors I received below
means there's something wrong with my MPI_Recv
function.
[0,1,3][btl_tcp_frag.c:202:mca_btl_tcp_frag_recv]
mca_btl_tcp_frag_recv: readv failed with errno=104
[0,1,2][btl_tcp_frag.c:202:mca_
Has anyone experimented with building OpenMPI for Cray XT4 with Compute
Node Linux (CNL) OS? My first attempt to build it out-of-the-box using
the '--with-portals-config=xt3' switch failed with the complaint:
In file included from common_portals.c:30:
common_portals_crayxt3.c:19:35: catamount/c
I have been attempting to compile open-mpi, both 1.2.2 and 1.2.3 on a
new iMac (core 2 duo, 2.4 GHz, OS X 10.4.10), using gfortran as my
fortran compiler, and a very recent Xtools (ld -v gives version
cctools-622.5.obj~13). I have tried both the full line,
configure --prefix=/usr/local/openm