Difference between revisions of "GNU parallel"

From Crop Genomics Lab.
Jump to: navigation, search
 
Line 5: Line 5:
 
   $ 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?