Difference between revisions of "GNU parallel"

From Crop Genomics Lab.
Jump to: navigation, search
(Created page with "'''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?")
 
Line 1: Line 1:
 
'''GNU parallel'''
 
'''GNU parallel'''
 +
 
this command operate as work scheduler for multi-thread job.
 
this command operate as work scheduler for multi-thread job.
  

Revision as of 07:29, 25 April 2014

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?