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
8b94417f
Commit
8b94417f
authored
18 years ago
by
Christopher J. Morrone
Browse files
Options
Downloads
Patches
Plain Diff
Fix sbatch for test17.6
parent
9bcb7fa9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/sbatch/sbatch.c
+2
-2
2 additions, 2 deletions
src/sbatch/sbatch.c
testsuite/expect/test17.6
+2
-2
2 additions, 2 deletions
testsuite/expect/test17.6
with
4 additions
and
4 deletions
src/sbatch/sbatch.c
+
2
−
2
View file @
8b94417f
...
...
@@ -176,8 +176,8 @@ static int fill_job_desc_from_opts(job_desc_msg_t *desc)
desc
->
environment
=
environ
;
desc
->
env_size
=
envcount
(
environ
);
/*
desc->argv = remote_argv;
*/
/*
desc->argc = remote_argc;
*/
desc
->
argv
=
remote_argv
;
desc
->
argc
=
remote_argc
;
desc
->
err
=
opt
.
efname
;
desc
->
in
=
opt
.
ifname
;
desc
->
out
=
opt
.
ofname
;
...
...
This diff is collapsed.
Click to expand it.
testsuite/expect/test17.6
+
2
−
2
View file @
8b94417f
...
...
@@ -45,7 +45,7 @@ print_header $test_id
# Delete left-over stdin/out/err files
# Build stdin file
#
exec $bin_rm -f
$file_in $file_out
file delete
$file_in $file_out
make_bash_script $file_in "
$srun -n $task_cnt --overcommit $bin_id
"
...
...
@@ -101,7 +101,7 @@ if {$task_cnt != $tasks} {
set exit_code 1
}
if {$exit_code == 0} {
exec $bin_rm -f
$file_in $file_out
file delete
$file_in $file_out
send_user "\nSUCCESS\n"
}
exit $exit_code
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