Hi,
Did anyone have experience of using parallel computing to run perl script?
When we deal with enormous data sets, if we can load the data into memory,and using more cpus to run the task, this will greatly speedup our work. However, I don't know how to assign the perl task to multiple nodes using multiple cores and memories. Generally, each core can only run a single task,i.e., a perl script. How could we split a single perl running job on several cores, several nodes? or Could we?
Thanks.