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
1bec00a2
Commit
1bec00a2
authored
14 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Tweak checkpoint/blcr and test11.5 to operate properly together
parent
49796b9b
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/plugins/checkpoint/blcr/checkpoint_blcr.c
+2
-2
2 additions, 2 deletions
src/plugins/checkpoint/blcr/checkpoint_blcr.c
testsuite/expect/test11.5
+6
-1
6 additions, 1 deletion
testsuite/expect/test11.5
with
8 additions
and
3 deletions
src/plugins/checkpoint/blcr/checkpoint_blcr.c
+
2
−
2
View file @
1bec00a2
...
...
@@ -312,7 +312,7 @@ extern int slurm_ckpt_comp ( struct step_record * step_ptr, time_t event_time,
uint32_t
error_code
,
char
*
error_msg
)
{
error
(
"checkpoint/blcr: slurm_ckpt_comp not implemented"
);
return
SLURM_
FAILURE
;
return
E
SLURM_
NOT_SUPPORTED
;
}
extern
int
slurm_ckpt_task_comp
(
struct
step_record
*
step_ptr
,
...
...
@@ -320,7 +320,7 @@ extern int slurm_ckpt_task_comp ( struct step_record * step_ptr,
uint32_t
error_code
,
char
*
error_msg
)
{
error
(
"checkpoint/blcr: slurm_ckpt_task_comp not implemented"
);
return
SLURM_
FAILURE
;
return
E
SLURM_
NOT_SUPPORTED
;
}
extern
int
slurm_ckpt_alloc_job
(
check_jobinfo_t
*
jobinfo
)
...
...
This diff is collapsed.
Click to expand it.
testsuite/expect/test11.5
+
6
−
1
View file @
1bec00a2
...
...
@@ -180,7 +180,7 @@ expect {
set matches 0
spawn $scontrol check able $job_id.0
expect {
-re "Began at" {
-re "
(Yes|
Began at
)
" {
incr matches
exp_continue
}
...
...
@@ -221,6 +221,11 @@ expect {
incr matches
exp_continue
}
-re "Job step not running" {
send_user "\nNot a problem if the checkpoint completed\n"
incr matches
exp_continue
}
-re "Requested operation not supported on this system" {
incr matches
exp_continue
...
...
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