env

Run Version

runenv

This run variable does not apply to pbssh. If it is present in the policy, it does not have any effect on pbssh and is ignored.

Data Type

List. env is read-only. runenv is modifiable.

Description

The env and runenv variables contain the name and value pairs of each Unix or Linux environment variable that is present when the current task request is submitted. Each environment variable is stored as an element within env. Each of these elements has the format NAME=Value, where NAME is the name of the environment variable and Value is the value that is stored in that variable.

The value of an environment variable is modified by setting runenv.

The getenv(), setenv, keepenv, and unsetenv functions and procedures can access the values within env.

Syntax

runenv = list of strings;

Valid Values

A list in which each element has the format NAME=value where NAME is the name of the Unix or Linux environment variable and value is the value stored in that variable. This list defaults to the run time environment of the pbrun command.

For more information, see the following: