You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the suggestion! @jamshed; I think we should do this. The only complication is the following. Currently, we have an explicit command line parameter to set an alternative temporary directory. I'd like to keep this to avoid breaking backward compatibility. I propose that we alter the behavior to use the path provided on the command line explicitly, if provided, and otherwise we pull from the TMPDIR variable / whatever std::filesystem::temp_directory_path (>= C++17) returns.
The current directory is set as the default working directory.
Would you consider using the Unix standard
$TMPDIR
veriable as the default instead?THis is honoured by the
tmpdir()
API in most languages and set on HPC systems to/tmp
or/scratch
to avoid killing NFS home mounts etc.The text was updated successfully, but these errors were encountered: