Qsub -V, env vars not exported after upgrade

Hi,
we’re using pbs as part of SOCA

we are now upgrading SOCA and it has come with a new version of pbs
pbs_version = 20.0.1 ->.23.06.06, also we’ve moved from CentOS7 to RHEL8

Previous jobs would take the qsub -V flag and bring all variables across to the run but it has stopped working. I can explicitly bring variables into the new job using -v, though that’s impractical to do it for all. Looking at qstat I can see that the Variable_List just contains several PBS_O* vars, and in the working version it shows all env vars.

I see that 23.06.06 is supported on Rocky 8.8 - but SOCA uses RHEL8.10, if this is likely to be the issue is there a way around it? Otherwise any help on trying to debug this would be great.

thanks

Hi @gmc99 !

It has been fixed on the master branch fix environmental variables with qsub parameter -V by vchlum · Pull Request #2602 · openpbs/openpbs · GitHub
The future release will include this fix.

V.

2 Likes

Hi @vchlum

Thanks for the update, have you got a rough date for the fixed release? - it would help us work out what to do next

cheers
G.

Sorry, I have no idea. I am just a contributor.

no problem,
thanks for your help