Newsgroups: comp.parallel.mpi
From: "Luca Faggioli [Chaumette]" <faggioli@labri.u-bordeaux.fr>
Subject: socket and MPI
Organization: CRIBX1 , Universite de Bordeaux I , France
Date: Fri, 22 Aug 1997 18:27:00 +0200
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <33FDBDD4.7ED01C4A@labri.u-bordeaux.fr>

Hi everybody,
I'm trying to use sockets inside an MPI program, but after the usual
system calls "socket", "bind" and "listen", I got an interrupt if I call
"accept" or "select" (in the variable errno I get 4 that is "interrupted
system call"). The same code does not cause any problem without MPI.
Does anyone know if MPI and sockets are somehow non-compatible?
Thanks.
Luca

