Environment variables

When file transfer with the -f option is enabled with LSF Data Manager, either the bstage command or the lsrcp command is used according to the arguments in the -f option.

To disable file transfer through the bstage command and use the real lsrcp command for specific jobs, set one or both of the following environment variables before you submit the job with bsub:
LSB_NO_BSTAGE_IN=Y | y
The lsrcp.wrapper.datamanager wrapper script does not call the bstage in command. The real lsrcp command is used for the file transfer.
LSB_NO_BSTAGE_OUT=Y | y
The lsrcp.wrapper.datamanager wrapper script does not call the bstage out command. The real lsrcp command is used for the file transfer.