Forum: http://community.pbspro.org/t/adding-truly-asynchronous-option-to-throughput-mode-making-pbs-asyrunjob-truly-asynchronous/2057

Motivation:

Scheduler can spend up to 94% of its total time waiting for ACK from server for runjob requests. This can obviously have a big impact on performance. So, I'm proposing adding a new scheduler attribute which will control how much the scheduler waits when doing runjobs. See http://community.pbspro.org/t/scheduler-can-spend-94-of-its-time-waiting-for-job-run-ack/2053 for more details on the motivation.

Things to consider if scheduler doesn’t wait for an ACK:

Interface Changes:

Technical/Internal details: