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
fbdce30f
Commit
fbdce30f
authored
16 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
svn merge -r14259:14261
https://eris.llnl.gov/svn/slurm/branches/slurm-1.2
parent
3f4c7338
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
NEWS
+2
-0
2 additions, 0 deletions
NEWS
src/slurmctld/job_mgr.c
+2
-0
2 additions, 0 deletions
src/slurmctld/job_mgr.c
with
4 additions
and
0 deletions
NEWS
+
2
−
0
View file @
fbdce30f
...
@@ -345,6 +345,8 @@ documents those changes that are of interest to users and admins.
...
@@ -345,6 +345,8 @@ documents those changes that are of interest to users and admins.
spawn a task count equal to the number of nodes selected multipled by the
spawn a task count equal to the number of nodes selected multipled by the
--ntasks-per-node value.
--ntasks-per-node value.
-- In jobcomp/script: Set TZ if set in slurmctld's environment.
-- In jobcomp/script: Set TZ if set in slurmctld's environment.
-- Process a job's --mail_type=end option on any job of job termination, not
just normal completion (e.g. all failure modes too).
* Changes in SLURM 1.2.30
* Changes in SLURM 1.2.30
=========================
=========================
...
...
This diff is collapsed.
Click to expand it.
src/slurmctld/job_mgr.c
+
2
−
0
View file @
fbdce30f
...
@@ -4771,6 +4771,8 @@ extern void job_completion_logger(struct job_record *job_ptr)
...
@@ -4771,6 +4771,8 @@ extern void job_completion_logger(struct job_record *job_ptr)
}
else
{
/* JOB_FAILED, JOB_NODE_FAIL, or JOB_TIMEOUT */
}
else
{
/* JOB_FAILED, JOB_NODE_FAIL, or JOB_TIMEOUT */
if
(
job_ptr
->
mail_type
&
MAIL_JOB_FAIL
)
if
(
job_ptr
->
mail_type
&
MAIL_JOB_FAIL
)
mail_job_info
(
job_ptr
,
MAIL_JOB_FAIL
);
mail_job_info
(
job_ptr
,
MAIL_JOB_FAIL
);
else
if
(
job_ptr
->
mail_type
&
MAIL_JOB_END
)
mail_job_info
(
job_ptr
,
MAIL_JOB_END
);
}
}
g_slurm_jobcomp_write
(
job_ptr
);
g_slurm_jobcomp_write
(
job_ptr
);
...
...
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