Skip to content
Snippets Groups Projects
Commit 47994ec6 authored by Danny Auble's avatar Danny Auble
Browse files

Wordsmithing of last commit

parent 16af2892
No related branches found
No related tags found
No related merge requests found
...@@ -500,19 +500,21 @@ partition's \fBOverSubscribe\fR option takes precedence over the job's option. ...@@ -500,19 +500,21 @@ partition's \fBOverSubscribe\fR option takes precedence over the job's option.
.TP .TP
\fB\-\-export\fR=<\fIenvironment variables [ALL] | NONE\fR> \fB\-\-export\fR=<\fIenvironment variables [ALL] | NONE\fR>
Identify which environment variables are propagated to the batch job. Identify which environment variables are propagated to the launched application,
by default all are propagated.
Multiple environment variable names should be comma separated. Multiple environment variable names should be comma separated.
Environment variable names may be specified to propagate the current Environment variable names may be specified to propagate the current
value of those variables (e.g. "\-\-export=EDITOR") or specific values value (e.g. "\-\-export=EDITOR") or specific values
for the variables may be exported (e.g. "\-\-export=EDITOR=/bin/emacs"). may be exported (e.g. "\-\-export=EDITOR=/bin/emacs"). In these two examples
By default all environment variables are propagated. the environment propagated will only contain the variable "EDITOR"
If the argument includes \fIALL\fR, all the current environment variables from and nothing else.
submit node are propagated (e.g. "\-\-export=EDITOR,ALL"). If one desires to add to the environment instead of replacing it have the
If the argument is \fINONE\fR or specific environment variable names, argument include \fIALL\fR (e.g. "\-\-export=EDITOR,ALL"). This will propagate
then the \fB\-\-get\-user\-env\fR option will implicitly be set to load other "EDITOR" along with the current environment.
environment variables based upon the user's configuration on the cluster which If one desires no environment variables be propagated use the argument
executes the job. Regardless of this setting, the appropriate "SLURM_*" task \fINONE\fR.
environment variables are always exported to the environment. Regardless of this setting, the appropriate "SLURM_*" task environment variables
are always exported to the environment.
This option particularly important for jobs that are submitted on one cluster This option particularly important for jobs that are submitted on one cluster
and execute on a different cluster (e.g. with different paths). and execute on a different cluster (e.g. with different paths).
......
...@@ -743,16 +743,19 @@ See \fBEXAMPLE\fR below. ...@@ -743,16 +743,19 @@ See \fBEXAMPLE\fR below.
.TP .TP
\fB\-\-export\fR=<\fIenvironment variables [ALL] | NONE\fR> \fB\-\-export\fR=<\fIenvironment variables [ALL] | NONE\fR>
Identify which environment variables are propagated to the launched application. Identify which environment variables are propagated to the launched application,
by default all are propagated.
Multiple environment variable names should be comma separated. Multiple environment variable names should be comma separated.
Environment variable names may be specified to propagate the current Environment variable names may be specified to propagate the current
value of those variables (e.g. "\-\-export=EDITOR") or specific values value (e.g. "\-\-export=EDITOR") or specific values
for the variables may be exported (e.g. "\-\-export=EDITOR=/bin/emacs"). may be exported (e.g. "\-\-export=EDITOR=/bin/emacs"). In these two examples
By default all environment variables are propagated. the environment propagated will only contain the variable "EDITOR"
If the argument includes \fIALL\fR, all the current environment variables from and nothing else.
submit node are propagated (e.g. "\-\-export=EDITOR,ALL"). If one desires to add to the environment instead of replacing it have the
If the argument is \fINONE\fR or specific environment variable names, no argument include \fIALL\fR (e.g. "\-\-export=EDITOR,ALL"). This will propagate
other environment variables will be propagated unless explicitly listed. "EDITOR" along with the current environment.
If one desires no environment variables be propagated use the argument
\fINONE\fR.
Regardless of this setting, the appropriate "SLURM_*" task environment variables Regardless of this setting, the appropriate "SLURM_*" task environment variables
are always exported to the environment. are always exported to the environment.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment