bug-parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GNU Parallel Bug Reports Always include hostname in joblog when using sq


From: Andy Loftus
Subject: GNU Parallel Bug Reports Always include hostname in joblog when using sqlworker
Date: Thu, 02 Mar 2017 15:35:26 +0000

Currently, when using the sqlworker option, the Hostname field in the joglob is filled in with ":" when the worker is on localhost and filled in with the hostname from ssh when using remote hosts.

However, I have a sqlite3 DBURL on a shared filesystem that is seen by multiple hosts and I run an instance of "parallel --sqlworker -j8" locally on each of several hosts all using the common DBURL for source tasks.  When run in this way, the joblog is always filled with ":" for Hostname since every parallel task is run on the local host, even though they are running on different hosts.

Would it be possible to always fill in the Hostname column of joblog with the actual hostname, even for localhost?  This would make it explicitly clear which node ran each task regardless of cmdline invocation.

Cheers,
--Andy

reply via email to

[Prev in Thread] Current Thread [Next in Thread]