Skip to content
Snippets Groups Projects
Commit f6c8938e authored by jette's avatar jette
Browse files

Clarify srun/sbatch --export option use

parent ea8fef1c
No related branches found
No related tags found
No related merge requests found
...@@ -348,7 +348,8 @@ Identify which environment variables are propagated to the batch job. ...@@ -348,7 +348,8 @@ Identify which environment variables are propagated to the batch job.
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 of those variables (e.g. "\-\-export=EDITOR") or specific values
for the variables may be exported (e.g.. "\-\-export=EDITOR=/bin/vi"). for the variables may be exported (e.g.. "\-\-export=EDITOR=/bin/vi")
in addition to the environment variables that would otherwise be set.
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). By default all and execute on a different cluster (e.g. with different paths). By default all
environment variables are propagated. If the argument is \fINONE\fR or environment variables are propagated. If the argument is \fINONE\fR or
......
...@@ -581,7 +581,8 @@ Identify which environment variables are propagated to the laucnhed application. ...@@ -581,7 +581,8 @@ Identify which environment variables are propagated to the laucnhed application.
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 of those variables (e.g. "\-\-export=EDITOR") or specific values
for the variables may be exported (e.g.. "\-\-export=EDITOR=/bin/vi"). for the variables may be exported (e.g.. "\-\-export=EDITOR=/bin/vi")
in addition to the environment variables that would otherwise be set.
By default all environment variables are propagated. By default all environment variables are propagated.
.TP .TP
......
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