] On Behalf Of Mykael BOUQUEY
> Sent: Wednesday, May 24, 2006 2:30 AM
> To: us...@open-mpi.org
> Subject: [OMPI users] mca_btl_sm_send: write fifo failed:,errno=9
>
> [root@mymachine]# ompi_info
> Open MPI: 1.1a6
>Open MPI SVN revision: r9950
>
[root@mymachine]# ompi_info
Open MPI: 1.1a6
Open MPI SVN revision: r9950
Open RTE: 1.1a6
Open RTE SVN revision: r9950
OPAL: 1.1a6
OPAL SVN revision: r9950
Prefix: /root/usr/local
Configured architecture: i686-pc-linux-gnu
I compile with : mpicc pingpong.c -o pingpong
And when i try to launch it with : mpiexec -n 2 pingpong
I have this :
Je suis 0/2 on xpscp117892.tasfr.thales
Je suis 1/2 on xpscp117892.tasfr.thales
[xpscp117892.tasfr.thales:08216] mca_btl_sm_send: write fifo failed:
errno=9
Tour 4130968 : Envoye 'i
Hello,
I have written this short program
#include
#include
#include
int main(int argc, char **argv){
int i, myid, numprocs;
struct utsname name;
MPI_Status status;
MPI_Init(&argc, &argv);
MPI_Comm_size(MPI_COMM_WORLD, &numprocs);
MPI_Comm_rank(MPI_COMM_WORLD, &myid);
uname(&name);
printf("