[Beowulf] in pbs submit script, setenv command is not working
Many of your questions may have already been answered in earlier discussions or in the FAQ. The search results page will indicate current discussions as well as past list serves, articles, and papers.
rigved sharma rigved.sharma123 at gmail.comMon Apr 12 08:19:26 PDT 2010
- Previous message: [Beowulf] in pbs submit script, setenv command is not working
- Next message: [Beowulf] 96 cores in silent and small enclosure
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
thanksa lot its working On Fri, Apr 9, 2010 at 12:14 AM, Don Holmgren <djholm at fnal.gov> wrote: > > You should add, as the second line, > > #PBS -S /bin/csh > > else PBS will (I think) use your default login shell, which I assume is > not csh (explaining the "setenv" error message). > > Also, you have a typo. You should have > > echo "NPROCS is $NPROCS" > instead of > echo "NPOCS is $NPOCS" > > Don Holmgren > Fermilab > > > > > > On Wed, 7 Apr 2010, akshar bhosale wrote: > > Hi, >> we have cluser of 8 nodes and it is rhel 5.2 (64 bit). We have torque and >> here is my submit script which is >> #!/bin/csh -f >> #PBS -l nodes=2:ppn=2 >> #PBS -r n >> #PBS -A ourproj >> #PBS -V >> #PBS -o output_pvd3.6.txt >> #PBS -e error_pvd3.6.txt >> echo PBS JOB id is $PBS_JOBID >> echo PBS_NODEFILE is $PBS_NODEFILE >> echo PBS_QUEUE is $PBS_QUEUE >> setenv NPROCS `cat $PBS_NODEFILE|wc -l` >> echo "NPOCS is $NPOCS" >> #/opt/intel/mpi/bin64/mpirun --totalnum=$NPROCS --file=$PBS_NODEFILE >> --rsh=/usr/bin/ssh -1 --ordered --verbose -l -machinefile $PBS_NODEFILE >> -np $NPROCS /home/aksharb/helloworld >> #sleep 100 >> /bin/hostname >> cat $PBS_NODEFILE >> >> >> in output file i get >> >> PBS JOB id is 1725.server1.gnps.tkl >> PBS_NODEFILE is /opt/PBS/aux//1725.server1.gnps.tkl >> PBS_QUEUE is batch >> NPOCS is >> y8.gnps.tkl >> y8.gnps.tkl >> y7.gnps.tkl >> y7.gnps.tkl >> >> and error file says : >> /opt/PBS/mom_priv/jobs/1725.server1.gnps.tkl.SC: line 11: setenv: command >> not found >> >> kindly guide me. >> >> > _______________________________________________ > Beowulf mailing list, Beowulf at beowulf.org sponsored by Penguin Computing > To change your subscription (digest mode or unsubscribe) visit > http://www.beowulf.org/mailman/listinfo/beowulf > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.scyld.com/pipermail/beowulf/attachments/20100412/227d491d/attachment.html
- Previous message: [Beowulf] in pbs submit script, setenv command is not working
- Next message: [Beowulf] 96 cores in silent and small enclosure
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Beowulf mailing list
