That's bad - it looks like glibc-devel.x86_64 is missing from the RPM
list...

Anyways, to get around this problem, install the x86_64 version on all
your compute nodes.  You should be able to use yume to do that:

# cexec 'yume -y install glibc-devel.x86_64'

Cheers,

Bernard 

> -----Original Message-----
> From: Steven Blackburn [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, July 27, 2006 14:51
> To: Bernard Li
> Subject: RE: [Oscar-devel] FC5 x86_64 PVM issue with branch-5-0
> 
> The head has x86_64 and i386, while the node only has
> i386
> 
> Steve.
> 
> --- Bernard Li <[EMAIL PROTECTED]> wrote:
> 
> > Hi Steve:
> > 
> > Can you please give us the output of:
> > 
> > # rpm -q glibc-devel --qf %{ARCH}
> > 
> > # cexec 'rpm -q glibc-devel --qf %{ARCH}'
> > 
> > on your headnode?
> > 
> > They should all be x86_64.
> > 
> > Cheers,
> > 
> > Bernard
> > 
> > > -----Original Message-----
> > > From: [EMAIL PROTECTED] 
> > > [mailto:[EMAIL PROTECTED]
> > On Behalf 
> > > Of Steven Blackburn
> > > Sent: Thursday, July 27, 2006 14:26
> > > To: [email protected]
> > > Subject: Re: [Oscar-devel] FC5 x86_64 PVM issue
> > with branch-5-0
> > > 
> > > Bernard,
> > > 
> > >   The header file appears to come from
> > > glibc-devel-2.4-4 and this appears to be on the
> > nodes
> > > (using "rpm -q glibc-devel"). Using the
> > whatprovides
> > > option on the nodes fails... I expected it to but
> > > thought I would check.
> > > 
> > > I realised that newer Oscar release might have
> > fixed
> > > something. I was just rather delighted to get as
> > far
> > > as I had (it's taken me since downloading that
> > build
> > > to get it working). I have been keeping an eye on
> > the
> > > fixes being checked in and nothing struck me as
> > fixing
> > > a problem I had hit. I will try a newer version in
> > a
> > > week or two (or sooner if mpi doesn't work ;-) ).
> > > 
> > > Steve.
> > > 
> > > --- Bernard Li <[EMAIL PROTECTED]> wrote:
> > > 
> > > > Hi Steve:
> > > > 
> > > > First of all, you probably want to use a more
> > recent
> > > > snapshot (or at
> > > > least backport the fixes) of the branch-5-0
> > code. 
> > > > The version you have
> > > > has bugs that have already been fixed.
> > > > 
> > > > Regarding your PVM issue, can you please do the
> > > > following on the
> > > > headnode:
> > > > 
> > > > # rpm -q --whatprovides
> > /usr/include/gnu/stubs-64.h
> > > > 
> > > > And find out if that RPM is installed on the
> > client?
> > > >  If not, can you
> > > > please install that on the nodes and re-run the
> > > > tests?
> > > > 
> > > > P.S. Get the latest snapshot from branch, not
> > trunk,
> > > > as trunk is now 5.1
> > > > and we are currently working on stabilizing
> > > > branch-5-0, which will
> > > > become OSCAR 5.0 official release:
> > > > 
> > > >
> > >
> >
> http://oscar.openclustergroup.org/filebrowser/49/branch
> > > > 
> > > > Cheers,
> > > > 
> > > > Bernard
> > > > 
> > > > > -----Original Message-----
> > > > > From:
> > [EMAIL PROTECTED] 
> > > > >
> > [mailto:[EMAIL PROTECTED]
> > > > On Behalf 
> > > > > Of Steven Blackburn
> > > > > Sent: Thursday, July 27, 2006 12:05
> > > > > To: [email protected]
> > > > > Subject: Re: [Oscar-users] Fc5(x86_64) &
> > Oscar0727
> > > > install 
> > > > > success,mpich test fail!
> > > > > 
> > > > > snap! I was about to post something about
> > this. I
> > > > have
> > > > > got r5189 of Oscar running on FC5 x86_64 (the
> > one
> > > > as
> > > > > released, not my respun one). It too fails the
> > > > same
> > > > > tests and gets the tcl error.
> > > > > 
> > > > > I tried my best to figure out what was going
> > on...
> > > > the
> > > > > master and slave programs in the
> > > > /home/oscartst/pvm
> > > > > directory compile fine on the head node but
> > not on
> > > > the
> > > > > nodes. The pvmtest.err contains:
> > > > > 
> > > > > In file included from
> > /usr/include/features.h:352,
> > > > >                  from /usr/include/stdio.h:28,
> > > > >                  from master1.c:36:
> > > > > /usr/include/gnu/stubs.h:9:27: error:
> > > > gnu/stubs-64.h:
> > > > > No such file or directory
> > > > > In file included from
> > /usr/include/features.h:352,
> > > > >                  from /usr/include/stdio.h:28,
> > > > >                  from slave1.c:33:
> > > > > /usr/include/gnu/stubs.h:9:27: error:
> > > > gnu/stubs-64.h:
> > > > > No such file or directory
> > > > > cp: cannot stat `master1': No such file or
> > > > directory
> > > > > cp: cannot stat `slave1': No such file or
> > > > directory
> > > > > /var/spool/pbs/mom_priv/jobs/10.orange.s.SC:
> > line
> > > > 47:
> > > > > ./master1: No such file or directory
> > > > > 
> > > > > 
> > > > > Indeed the file /usr/include/gnu/stubs-64.h is
> > > > > missing. I cpush'd the file to the nodes and
> > could
> > > > > compile on the nodes but the test still fails
> > > > (with
> > > > > the "cannot stat" errors. I don't know how the
> > > > tests
> > > > > are meant to work or if the missing stubs file
> > is
> > > > an
> > > > > indication of some other problem.
> > > > > 
> > > > > Steve.
> > > > > 
> > > > > PS: I have attached my install log.
> > > > > 
> > > > > --- joseph pei <[EMAIL PROTECTED]> wrote:
> > > > > 
> > > > > > TORQUE default queue definition
> > > > > >  [PASSED]
> > > > > > TORQUE Shell test
> > > > > >      [PASSED]
> > > > > > Ganglia setup test
> > > > > >  [PASSED]
> > > > > > Ganglia node count test
> > > > > >      [PASSED]
> > > > > > LAM/MPI (via TORQUE)                        
> >    
> > > >    
> > > > > >           [FAILED]
> > > > > > PVM (via TORQUE)                            
> >    
> > > >    
> > > > > >           [FAILED]
> > > > > > mpi/openmpi-1.1(64):ERROR:102: Tcl command
> > > > execution
> > > > > > failed: if { $have_blcr
> > > > > > == 1 && $have_gm == 1 &&
> > > > > >      [file exists
> > > > > > $dir/openmpi-with-blcr-and-gm-$version] } {
> > > > > >   module load
> > > > $dir/openmpi-with-blcr-and-gm-$version
> > > > > > } elseif { $have_blcr == 0 && $have_gm == 1
> > &&
> > > > > >      [file exists
> > $dir/openmpi-with-gm-$version]
> > > > } {
> > > > > >   module load $dir/openmpi-with-gm-$version
> > > > > > } elseif { $have_blcr == 1 && $have_gm == 0
> > &&
> > > > > >      [file exists
> > 
> === message truncated ===
> 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Oscar-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to