Dear all,<br><br>I have a python script in which I have a list of files to input one by one and for each file I get a number as an output.<br>I used for loop to submit the file to script.<br>My script uses one file at a time and returns the output.<br>
<br>My computers has 8 cores. <br>Is there any way that I could submit 8 jobs at a time and get all the output faster ?<br>In other words, how can I modify my script so that I could submit 8 jobs together on 8 different processors ?<br>
<br>I am bit new to this stuff, please suggest me some directions.<br><br>Thank you.<br><br>-- Joshi<br><br><br>