Skip to content

Improvement to distributed RTE scripts

Andrii Salnikov requested to merge andrii/arc:rtes-improvement into master

adding USE_DELEGATION_DB to ENV/PROXY

USE_DELEGATION_DB = No        If set to Yes RTE will try to extract proxy certificate from A-REX delegation DB (works in limited number of cases) (default is No) (allowed values are: Yes,No)

adding TMPDIR_LOCATION to ENV/LRMS-SCRATCH

TMPDIR_LOCATION = undefined  Define the TMPDIR path on WN. Variable names can be used as a part of the path, e.g. '$WORKDIR/tmp' (default is undefined) (allowed values are: string)

Merge request reports