Re: [Beowulf] in pbs submit script, setenv command is not working

2010-04-12 Thread rigved sharma
thanksa lot its working On Fri, Apr 9, 2010 at 12:14 AM, Don Holmgren 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

Re: [Beowulf] in pbs submit script, setenv command is not working

2010-04-08 Thread Don Holmgren
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 Ferm

[Beowulf] in pbs submit script, setenv command is not working

2010-04-08 Thread akshar bhosale
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 e