Hi, I need some precision about pbsdsh : When I use the command pbsdsh and make post the value of $PBS_TASKNUM (my script below), it begins at number 2. Is it always like this ? I used torque 4.0.2. #!/bin/bash echo "Hello from $PBS_TASKNUM ... Reading file.$PBS_TASKNUM" Regards, Delphine