Hi there, On Tuesday 14 March 2006 17:06, Olof Mattsson wrote: > The master node is a dual AMD 2400+ MP, 2GB RAM, with two nic, eth1 is > connected to our lab network and eth0 is connected to a Summit4. The > first node is exactly the same but with only one nic. The other four > nodes are AMD 1900+, 1GB RAM. Everything is connected through the > Summit. We run Fedora Core 3 and OSCAR 4.2. > ... > qsub -l nodes=1:ppn=2+4:ppn=1,walltime=10:00 submit_pi > Runs the job on the four singel CPU nodes
This is what you should be using. Did you check whether /var/spool/pbs/server_priv/nodes contains the correct CPUs per node? Did you try the other way round: -l nodes=4:ppn=1+1:ppn=2 Here's what works for me (4 CPUs per node): [EMAIL PROTECTED] ~]$ qsub -I -l nodes=1:ppn=2+1:ppn=3 qsub: waiting for job 393.slm.cluster to start qsub: job 393.slm.cluster ready [EMAIL PROTECTED] ~]$ pbsdsh hostname bench16.cluster bench15.cluster bench16.cluster bench15.cluster bench15.cluster If the job doesn't start, try "qrun $jobid" as root. This might as well be some scheduler (maui) issue... Regards, Erich ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Oscar-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oscar-users
