From mbeaumont at ara.co.uk Thu Jan 29 00:46:50 2009 From: mbeaumont at ara.co.uk (Marc Beaumont) Date: Wed, 28 Jan 2009 15:46:50 -0000 Subject: [SCore-users] Crashing PMX Ethernet Module. Message-ID: <010501c9815f$a2b24c80$6c0a10ac@win.ara> Hi all, I'm running an experimental cluster here using score7 beta and I have been getting problems with our parallel programs crashing the first node it runs on. I get a Kernel panic with lots of messages pointing at the tg3_pmx driver. I have also tried upgrading the rpm's to the beta1 version, but this has just completely killed my pmx setup so I am not just using scrun with -network=ethernet instead. Has anyone else experienced this?? !m! --------------------------- This email contains information that is private and confidential and is intended only for the addressee. If you are not the intended recipient please delete it and notify us immediately by e-mailing the sender. Note: All email sent to or from this address may be accessed by someone other than the recipient, for system management and security reasons. Aircraft Research Association Ltd. Registered in England, Registration No 503668 Registered Office: Manton Lane, Bedford MK41 7PF England VAT No GB 196351245 From kameyama at pccluster.org Thu Jan 29 10:09:23 2009 From: kameyama at pccluster.org (Kameyama Toyohisa) Date: Thu, 29 Jan 2009 10:09:23 +0900 Subject: [SCore-users] Crashing PMX Ethernet Module. In-Reply-To: <010501c9815f$a2b24c80$6c0a10ac@win.ara> References: <010501c9815f$a2b24c80$6c0a10ac@win.ara> Message-ID: <498101C3.2060102@pccluster.org> Marc Beaumont ????????: > I have also tried upgrading the rpm's to the beta1 version, but this has > just completely killed my pmx setup so I am not just using scrun with > -network=ethernet instead. Is the scoreboard running on the server host? Do you set SCBDSERV environment variable correctly? Kameyama Toyohisa From mbeaumont at ara.co.uk Thu Jan 29 18:37:55 2009 From: mbeaumont at ara.co.uk (Marc Beaumont) Date: Thu, 29 Jan 2009 09:37:55 -0000 Subject: [SCore-users] Crashing PMX Ethernet Module. In-Reply-To: <498101C3.2060102@pccluster.org> References: <010501c9815f$a2b24c80$6c0a10ac@win.ara> <498101C3.2060102@pccluster.org> Message-ID: <00a401c981f5$4363e2c0$6c0a10ac@win.ara> Scoreboard is running on the host machine but I'm not sure about SCBDSERV. As far as I can see from my documentation I probably have not. I will check though. This needs to be set in the users environment I guess? Also, what should it be set to? !m! -----Original Message----- From: Kameyama Toyohisa [mailto:kameyama at pccluster.org] Sent: 29 January 2009 01:09 To: mbeaumont at ara.co.uk Cc: score-users at pccluster.org Subject: Re: [SCore-users] Crashing PMX Ethernet Module. Marc Beaumont ????????: > I have also tried upgrading the rpm's to the beta1 version, but this > has just completely killed my pmx setup so I am not just using scrun > with -network=ethernet instead. Is the scoreboard running on the server host? Do you set SCBDSERV environment variable correctly? Kameyama Toyohisa --------------------------- This email contains information that is private and confidential and is intended only for the addressee. If you are not the intended recipient please delete it and notify us immediately by e-mailing the sender. Note: All email sent to or from this address may be accessed by someone other than the recipient, for system management and security reasons. Aircraft Research Association Ltd. Registered in England, Registration No 503668 Registered Office: Manton Lane, Bedford MK41 7PF England VAT No GB 196351245 From kameyama at pccluster.org Thu Jan 29 19:30:22 2009 From: kameyama at pccluster.org (Kameyama Toyohisa) Date: Thu, 29 Jan 2009 19:30:22 +0900 Subject: [SCore-users] Crashing PMX Ethernet Module. In-Reply-To: <00a401c981f5$4363e2c0$6c0a10ac@win.ara> References: <010501c9815f$a2b24c80$6c0a10ac@win.ara> <498101C3.2060102@pccluster.org> <00a401c981f5$4363e2c0$6c0a10ac@win.ara> Message-ID: <4981853E.1090409@pccluster.org> Marc Beaumont Wrote: > Scoreboard is running on the host machine but I'm not sure about SCBDSERV. > As far as I can see from my documentation I probably have not. > I will check though. > > This needs to be set in the users environment I guess? > Also, what should it be set to? If you want to look for scoreboard database via scoreboard server, please set SCBDSERV to hostname or hostname:port same as SCore6.) $ SCBDSERV=server.pccluster.org $ export SCBDSERV If you want to look for the file directory, please set the scoreboard filename. $ SCBDSERV=/opt/score/etc/scorehosts.db $ export SCBDSERV Kameyama Toyohisa