[Oscar-users] Re: fedora 3 install

2005-03-04 Thread Bruce Becker
yo > > after you did svn update, did you do make distclean and make ; make > install ? > think i may have done a make clean, but not a make distclean. don't know what the dif is... but anyway, start_over should do all the important stuff > > then did you go $OSCAR_HOME/install_cluster eth1 ? >

Re: [Oscar-users] Oscar 4, torque and mpiexec

2005-03-04 Thread Jeff Squyres
I just filed a bug about this -- we weren't testing LAM for its PBS support. Now we will. :-\ On Mar 4, 2005, at 10:34 AM, Salvatore Di Nardo wrote: The odd is that oscar 4 passed all tests ( including lam on pbs ). Anyway ill' try as soon as possible your hint (  lamboot $PBS_NODEFILE ) and

Re: [Oscar-users] Oscar 4, torque and mpiexec

2005-03-04 Thread Salvatore Di Nardo
The odd is that oscar 4 passed all tests ( including lam on pbs ). Anyway ill' try as soon as possible your hint (  lamboot $PBS_NODEFILE ) and give u a feedback. Tnx in advace On Fri, 2005-03-04 at 16:06, Jeff Squyres wrote: It looks like the LAM installed with your OSCAR does not include

Re: [Oscar-users] Oscar 4, torque and mpiexec

2005-03-04 Thread Jeff Squyres
It looks like the LAM installed with your OSCAR does not include support for PBS. I'm not quite sure how that happened, but that is definitely causing everything to be launched on localhost (i.e., if there's no PBS support and you don't provide a hostfile, LAM will execute on just the localhos

Re: [Oscar-users] Re: fedora 3 install

2005-03-04 Thread gareth
On Fri 2005-03-04 (05:58), Bruce Becker wrote: > don't know how much replies you're getting from OSCAR dudes... anyway, > I remember this error, it's from the wrong version of PERL installed. > > Erm, let me be systematic : > > after you did svn update, did you do make distclean and make ; make i

Re: [Oscar-users] Oscar 4, torque and mpiexec

2005-03-04 Thread Salvatore Di Nardo
How did you verify this? cexec "ps -aux | grep mpiblast" and i see that ALL processes are on the same node You should not need to do any patching. So it should work, but did now work. why ? What version of OSCAR are you running, and what version of LAM/MPI?  I simply installed Osca

[Oscar-users] Re: fedora 3 install

2005-03-04 Thread Bruce Becker
hey dude don't know how much replies you're getting from OSCAR dudes... anyway, I remember this error, it's from the wrong version of PERL installed. Erm, let me be systematic : after you did svn update, did you do make distclean and make ; make install ? then did you go $OSCAR_HOME/install_c

Re: [Oscar-users] Oscar 4, torque and mpiexec

2005-03-04 Thread Jeff Squyres
On Mar 4, 2005, at 5:26 AM, Salvatore Di Nardo wrote: === #!/bin/sh #PBS -S /bin/sh #PBS -m e #PBS -l cput=500:00:00 #PBS -l nodes=3:ppn=2 cd /home/salvator time mpiexec -boot -v -n 6 mpiblast -p blastx -d nr -i frag.0 -o frag.0.out6p_

[Oscar-users] Oscar 4, torque and mpiexec

2005-03-04 Thread Salvatore Di Nardo
Hi all, i'm having a problem running mpi jobs with torque. Problem is that if i submit this script: === #!/bin/sh #PBS -S /bin/sh #PBS -m e #PBS -l cput=500:00:00 #PBS -l nodes=3:ppn=2 cd /home/salvator time mpiexec -boot -v -n 6 mpibla

[Oscar-users] fedora 3 install

2005-03-04 Thread gareth
hey guys, i had a first attempt @ clustering yesterday - svn updated a friend's apparently clean copy of oscar and followed the instructions on a fresh fedora 3 install. after a failed first time i did this: cd $OSCAR_HOME/packages/switcher/distro cp -R fedora2 fedora3 tho i don't know how advisa