Newsgroups: comp.parallel.mpi
From: marco gaddoni <marco.gaddoni@imola.nettuno.it>
Subject: Re: LAM/MPI on Alpha-Linux + SGI
Organization: NETTuno
Date: Sat, 15 Aug 1998 09:21:57 +0100
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <35D54525.4BB7729B@imola.nettuno.it>

Hi.

I got lam working on my linux x86 UP changing in
lam61/share/boot/lamnet.c
this test
                if (ioctl(sock, SIOCGIFFLAGS, &req)) {
                       close(sock);
                        return(LAMERROR);
                }

into 
                if (ioctl(sock, SIOCGIFFLAGS, &req)) {
                       continue;
                }
	
I hope that this help.
Maybe you should report to lam@tbag.osc.edu

Ciao. Marco
-- 
This is not a .sig (with homage to Magritte)

