GNU Parallel: Difference between revisions

Jump to navigation Jump to search
Marked the Gnu Parallel page for translation
No edit summary
(Marked the Gnu Parallel page for translation)
Line 1: Line 1:
<languages />
<translate>
== Introduction ==
== Introduction ==
[http://www.gnu.org/software/parallel/ GNU Parallel] is a tool for running many sequential tasks at the same time on one or more nodes. It is useful for running a large number of sequential tasks, especially if they are short or variable duration, as well as when doing a parameter sweep. We will only cover the basic options here, for more advanced usage, please see the [http://www.gnu.org/software/parallel/man.html official documentation].
[http://www.gnu.org/software/parallel/ GNU Parallel] is a tool for running many sequential tasks at the same time on one or more nodes. It is useful for running a large number of sequential tasks, especially if they are short or variable duration, as well as when doing a parameter sweep. We will only cover the basic options here, for more advanced usage, please see the [http://www.gnu.org/software/parallel/man.html official documentation].
Line 60: Line 62:
{{Command|ls *.txt {{!}} parallel --resume-failed --joblog gzip.log gzip {{(}}{{)}} }}
{{Command|ls *.txt {{!}} parallel --resume-failed --joblog gzip.log gzip {{(}}{{)}} }}
(Note that this will also start subjobs that were not considered before).
(Note that this will also start subjobs that were not considered before).
</translate>
Bureaucrats, cc_docs_admin, cc_staff
2,306

edits

Navigation menu