Hi, all<br><br>How to run multiple processes with sequential input of a thousand of data in a script run?<br><br>I have a python script and 1,000 independent input data for it.<br>
Previously, I divided input data into<i> n</i> groups and ran a  same python script <i>n</i> times to use <i>n</i> processors.<br>It's inconvenient.<br><br>How can I do same thing in a signle script running? <br><br>
<br>Thank you in advance,<br><br>Hyunchul<br>