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
81f7e450
Commit
81f7e450
authored
19 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Run two job steps from batch job
parent
77cc46b2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testsuite/expect/test1.11
+5
-3
5 additions, 3 deletions
testsuite/expect/test1.11
with
5 additions
and
3 deletions
testsuite/expect/test1.11
+
5
−
3
View file @
81f7e450
...
...
@@ -55,11 +55,13 @@ print_header $test_id
#
# Delete left-over input script plus stdout/err files
# Build input script file
# Build input script file
that runs two job steps
#
exec $bin_rm -f $file_in $file_out $file_err
exec echo "#!$bin_bash" >$file_in
exec echo "$bin_id" >>$file_in
exec echo "#!$bin_bash" >$file_in
exec echo "$bin_id" >>$file_in
exec echo "$srun $bin_sleep 1" >>$file_in
exec echo "$srun $bin_sleep 1" >>$file_in
exec $bin_chmod 700 $file_in
#
...
...
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