in reply to Re: Parallel computing with perl?
in thread Parallel computing with perl?
1. it's actually data munging, comparing two huge datasets, operating on one or both or several datasets by some rules. The operation mostly involves searching certain pattern of some data in file according to the others, and do some operation on these data.
2. linux system
3. each file is about 40 million lines (data points)
I knew very little about MPI or openMP. They can do such a job for c, but they need to be compiled. As for perl, I really have no idea how to implement it.
If someone can give me an example, it will be greatly appreciated.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Parallel computing with perl?
by BrowserUk (Patriarch) on Oct 27, 2008 at 07:42 UTC | |
by necroshine (Acolyte) on Dec 16, 2008 at 11:52 UTC |