Menu

Outputting the Environment

Iain Miller

Outputting the Environment

By default PMTM examines the local environment during initialisation and outputs all the set environment variables and their values to the output file. The value of this can be changed using [PMTM_set_option] routine as described to change the value of PMTM_OPTION_OUTPUT_ENV, PMTM_OPTION_NO_LOCAL_COPY or PMTM_OPTION_NO_STORED_COPY to either PMTM_TRUE or PMTM_FALSE.

  • PMTM_OPTION_OUTPUT_ENV
    • Controls whether or not to write the set environment variables at runtime to the PMTM output file
  • PMTM_OPTION_NO_LOCAL_COPY
    • Controls whether to keep a local copy of the output file (Version 2.5.2 and later)
  • PMTM_OPTION_NO_STORED_COPY
    • Controls whether to create a copy of the output file in the central stored repository (Version 2.5.2 and later)

Related

Wiki: PMTM
Wiki: PMTM_set_option

MongoDB Logo MongoDB