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
> > $dir/openmpi-with-blcr-$version] }
> > > > {
> > > >   module load $dir/openmpi-with-blcr-$version
> > > > } elseif { [file exists $dir/openmpi-$version] }
> > {
> > > >   module load $dir/openmpi-$version
> > > > } else {
> > > >   break
> > > > }
> > > > 
> > > > Open MPI (via TORQUE)                           
> >    
> > > >           [FAILED]
> > > > MPICH (via TORQUE)                              
> >    
> > > >           [FAILED]
> > > > 
> > > > Run APItests...
> > > > 
> > > > Running Installation tests for pvm
> > > > [PASS]       2006-07-27 15:57:44  
> > pvmd-path-ls.apt
> > > > [PASS]       2006-07-27 15:57:44  
> > > > envvar-pvm_arch.apt
> > > > [PASS]       2006-07-27 15:57:44  
> > > > envvar-pvm_root.apt
> > > > [PASS]       2006-07-27 15:57:44   envvar.apb
> > > > [PASS]       2006-07-27 15:57:44  
> > > > pvmd-path-which.apt
> > > > [PASS]       2006-07-27 15:57:44  
> > > > modulecmd-path-ls.apt
> > > > [PASS]       2006-07-27 15:57:44  
> > > > pvm-module-list.apt
> > > > [PASS]       2006-07-27 15:57:44  
> > > > pvm-module-show-pvm_rsh.apt
> > > > [PASS]       2006-07-27 15:57:44  
> > > > pvm-module-show-pvm_arch.apt
> > > > [PASS]       2006-07-27 15:57:44  
> > > > pvm-module-show-pvm_root.apt
> > > > [PASS]       2006-07-27 15:57:44  
> > > > pvm-module-show.apb
> > > > [PASS]       2006-07-27 15:57:44  
> > pvm-module.apb
> > > > [PASS]       2006-07-27 15:57:44  
> > install_tests.apb
> > > > 
> > > > There are 4 failed/skipped tests (see above).
> > > > 
> > > > _________________________
> > > > Should I set the PATH etc., because mpich is
> > > > installed in
> > > > /opt/oscar/mpich-ch_p4-gcc-1.2.7, and
> > > > /opt/oscar/mpich-ch_p4-gcc-1.2.7/bin
> > > > is not in  the PATH?
> > > > >
> > >
> >
> --------------------------------------------------------------
> > > -----------
> > > > 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-users mailing list
> > > > [email protected]
> > > >
> > >
> >
> https://lists.sourceforge.net/lists/listinfo/oscar-users
> > > > 
> > > 
> > 
> > 
> === 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
> 

-------------------------------------------------------------------------
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