Environment variables for data provenance

All environment variables that are set for a job are also set when data provenance is enabled for a job.

The following additional environment variables apply only to the data provenance environment (that is, the following environment variables are available to the predefined tag.sh script that is used for data provenance):
  • LSB_DP_SUBCMD: The bsub job submission command.
  • LSB_DP_STDINFILE: The standard input file for the job, as defined in the bsub -i option.
  • LSB_DP_SUBFILES_index: The source files on the submission host (to be copied to the execution host), as defined in the bsub -f option.
  • LSB_DP_EXECFILES_index: The destination files on the execution host (copied from the submission host), as defined in the bsub -f option.
  • LSB_DP_FILES: The number of files to be copied, as defined in the bsub -f option.
  • LSB_DP_INPUTFILES_index: The files that are defined in the esub.dprov script.
  • LSB_DP_INPUTFILES: The number files that are defined in the esub.dprov script.