GNU parallel

From Crop Genomics Lab.
Revision as of 07:32, 25 April 2014 by Sangrea Shim (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

GNU parallel

this command operate as work scheduler for multi-thread job.

  $ parallel command {1} {2} ::: argv[1] ::: argv[2]

that's it.

too easy right?