LSF_DATA_NO_SSH_CHK_HOSTS

Specifies a list of data hosts for which ssh is not needed.

Syntax

LSF_DATA_NO_SSH_CHK_HOSTS="host1 | regex1 ..."

Description

For LSF Data Manager, if the host specified within the data specification of a submitted job matches one of the hosts in this parameter, LSF assumes that the submission host can directly access the file within the data specification. If the LSF_DATA_BSUB_CHKSUM=N is specified, LSF also assumes that all the transfer nodes can directly access the file in the data specification. LSF does not use ssh to process the file.

For LSF Data Manager, if the data source file is located in a host that is specified in the LSF_DATA_NO_SSH_CHK_HOSTS parameter, LSF Data Manager assumes that the transfer node can directly access the source file, and directly copies the source file to the staging area without using ssh to check the source file, otherwise the bsub command or transfer job might fail.

Default

Not defined