Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
f6c8938e
Commit
f6c8938e
authored
10 years ago
by
jette
Browse files
Options
Downloads
Patches
Plain Diff
Clarify srun/sbatch --export option use
parent
ea8fef1c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/man/man1/sbatch.1
+2
-1
2 additions, 1 deletion
doc/man/man1/sbatch.1
doc/man/man1/srun.1
+2
-1
2 additions, 1 deletion
doc/man/man1/srun.1
with
4 additions
and
2 deletions
doc/man/man1/sbatch.1
+
2
−
1
View file @
f6c8938e
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
doc/man/man1/srun.1
+
2
−
1
View file @
f6c8938e
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment