On 12 December 2015 at 03:24, Josef wells
wrote:
> I should stop thinking about this tonight, since that option clearly
> doesn't do what I imagined only minutes ago.
>
> Any suggestions? I tried setting $HOME to something else, but it
> doesn't seem to propagate through the various shells I'm c
When using --joblog and --files such as in the below, is it possible
to have the joblog include the path to the output file for each job?
parallel --tmpdir /var/tmp --files --joblog joblog.txt echo ::: A B C
I am writing a script to parse the joblog to get the exit status of
each job and then cro
When using --return, files copied back to the local machine are placed
in the current working directory such as in the below:
parallel -S $SERVER1 --return {}.out --cleanup echo {} ">"{}.out ::: a
Is it possible to set the output directory for the files returned? I
think it might be the equivale