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?")
 
 
(One intermediate revision by one user not shown)
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.
  
 
   $ parallel command {1} {2} ::: argv[1] ::: argv[2]
 
   $ parallel command {1} {2} ::: argv[1] ::: argv[2]
  
that's it
+
that's it.
 +
 
 
too easy right?
 
too easy right?

Latest revision as of 07:32, 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?