All translations

Jump to navigation Jump to search

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en)The job log functionality opens the door to a number of possible restart options.  If the <tt>parallel</tt> command was interrupted (e.g. your job ran longer than the requested walltime for a job), you can make it pick up where it left off using the <tt>--resume</tt> option, for instance
{{Command|ls *.txt {{!}} parallel --resume --joblog gzip.log gzip {{(}}{{)}} }}
The new jobs will be appended to the old log file.
 h French (fr)Cette fonction offre plusieurs options pour le redémarrage.  Si la commande  <tt>parallel</tt> était interrompue (c'est-à-dire que la tâche prenait plus de temps que spécifié), elle pourrait reprendre son cours en utilisant l'option <tt>--resume</tt>, par exemple 
{{Command|ls *.txt {{!}} parallel --resume --joblog gzip.log gzip {{(}}{{)}} }}
Les nouvelles tâches seront ajoutées à la fin du même journal.