Using and Administering
Specifies your initial environment variables
when your job step starts. Separate environment specifications with
semicolons. An environment specification may be one of the
following:
- COPY_ALL
- Specifies that all the environment variables from your shell be
copied.
- $var
- Specifies that the environment variable var be copied into the
environment of your job when LoadLeveler starts it.
- !var
- Specifies that the environment variable var not be copied into
the environment of your job when LoadLeveler starts it. This is most
useful in conjunction with COPY_ALL.
- var=value
- Specifies that the environment variable var be set to the value
"value" and copied into the environment of your job when LoadLeveler
starts it.
The syntax is:
environment = env1 ; env2 ; ...
For example:
environment = COPY_ALL; !env2;
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]