I have written a simple program using parallel python, and all works well. However, mainly for curiosities sake, I would like to know on which machine each task ran, and how long it took.
Is there any way to programmatically get this information for the job that is returned?