Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
batsim
batsim
Commits
611e7bf6
Commit
611e7bf6
authored
May 31, 2017
by
Millian Poquet
Browse files
[code] fix #34: simu may finish on job rejection
parent
7eab3592
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server.cpp
View file @
611e7bf6
...
...
@@ -602,6 +602,8 @@ void server_on_reject_job(ServerData * data,
XBT_INFO
(
"Job %d (workload=%s) has been rejected"
,
job
->
number
,
job
->
workload
->
name
.
c_str
());
check_submitted_and_completed
(
data
);
}
void
server_on_kill_jobs
(
ServerData
*
data
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment