This is a job scheduler to allocated multiple Python script to a respective GPU. Users need only add in the task into a text file and the program will automatically assign each script to a GPU, when the script is executed finished, the GPU will be allocated to the next process in the list. This is handy especially in machine learning task when there is multiple training scripts to run.
Tutorial on how to set it up is included in the word document Automated Training Scripts Manual.