Submitting a job on a host with enough free disk space under /tmp

Hi All,
We are looking for a way to submit a job on a host with enough “free space under /tmp” , e.g.
qsub -l tmp_space:100mb

is there any built-in feature in v20 that supports it?
if not, would you recommend implementing it via a hook?

Please check this section:
Example 9-18: Periodically update resources on vnodes
From this guide: https://www.altair.com/pdfs/pbsworks/PBSHooks2020.1.pdf

1 Like

Thank you adarsh, I will review it