parallel
[Top][All Lists]
Advanced

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

Re: Temp file location


From: Martin Møller Skarbiniks Pedersen
Subject: Re: Temp file location
Date: Sat, 12 Dec 2015 00:42:44 +0100

On 11 December 2015 at 23:16, Josef wells <Josefwells@alumni.utexas.net> wrote:
>
> Normal operation of parallel seems to use ~/.parallel/tmp in some
> cases this is a long-distance network drive for me.. I'm unclear on
> exactly what goes here, the files mostly look like
> "linelen-<hostname>".
>
> Is there a way to relocate this area?


From the excellent man-page that comes with GNU Parallel under

"OPTIONS" it says:

       --tmpdir dirname
                Directory for temporary files. GNU parallel normally buffers output into temporary files in /tmp. By setting --tmpdir you can use a different dir for the files. Setting --tmpdir is equivalent to setting $TMPDIR.

and further down under "ENVIRONMENT VARIABLES" it says:

       $TMPDIR  Directory for temporary files. See: --tmpdir.


Regards
Martin M. S. Pedersen


reply via email to

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