cc_staff
318
edits
(creating file containing list of nodes) |
No edit summary |
||
Line 5: | Line 5: | ||
<!--T:2--> | <!--T:2--> | ||
By default, < | By default, <code>parallel</code> will run as many tasks as the number of cores allocated by the scheduler, therefore maximizing resource usage. You can change this behaviour using the option <tt>--jobs</tt> followed by the number of simultaneous tasks that Gnu Parallel should run. When a task finishes, a new task will automatically be started by <tt>parallel</tt>. | ||
== Basic Usage == <!--T:3--> | == Basic Usage == <!--T:3--> |