I am running a complex process which takes input from 10 differnent directories,
then, 10 jobs are running on 10 different slots
How can I find the hostname and slot number particular to job through command line,
I am developing a shell script for summarizing the result ,here I need to display the details of the machine where the job was executed (i.e.hostname ,slot number,operating system).