GNU并行 - --joblog只记录的最后一份工作 [英] GNU Parallel - --joblog only logging last job

查看:179
本文介绍了GNU并行 - --joblog只记录的最后一份工作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是从 GNU并行随访 - 这作业失败

我要问的并行输出其日志文件test.log中的地位,但它始终只记录它试图运行的最后一个作业。

  weedom @主机1:〜/ $平行--tag --nonall -j8 --joblog test.log中-S主机1,主机2的正常运行时间
主机2 10时41分17秒可达36天,20时45分,1用户,平均负载:0.00,0.00,0.00
主机1 10时41分17秒高达22:34,3个用户,平均负载:0.06,0.11,0.04
weedom @主机1:〜/ $猫test.log中
SEQ主机开始时间运行时发送接收信号Exitval命令
1主机1 1403689277.067 0.519999980926514 0 0 0
weedom @主机1:〜/ $

这是GNU平行20130522


解决方案

您体验到固定在20130922版中的错误。

this is a followup from GNU Parallel - which job failed?

I'm asking parallel to output its status to a logfile test.log, but it's consistently only logging the last job it tried to run.

weedom@host1: ~/$ parallel --tag --nonall  -j8 --joblog test.log -S host1,host2 uptime 
host2   10:41:17 up 36 days, 20:45,  1 user,  load average: 0.00, 0.00, 0.00
host1         10:41:17 up 22:34,  3 users,  load average: 0.06, 0.11, 0.04
weedom@host1: ~/$ cat test.log
Seq     Host    Starttime       Runtime Send    Receive Exitval Signal  Command
1       host1        1403689277.067  0.519999980926514       0       0       0
weedom@host1: ~/$

this is with "GNU parallel 20130522"

解决方案

You experience a bug that was fixed in version 20130922.

这篇关于GNU并行 - --joblog只记录的最后一份工作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆