Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
7866ffb8
Commit
7866ffb8
authored
Nov 09, 2017
by
lhausamm
Browse files
task dependencies graph works with MPI
parent
22831b41
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/scheduler.c
View file @
7866ffb8
...
...
@@ -115,6 +115,11 @@ void scheduler_addunlock(struct scheduler *s, struct task *ta,
void
scheduler_write_dependency
(
struct
scheduler
*
s
)
{
#ifdef WITH_MPI
if
(
engine_rank
!=
0
)
return
;
#endif
message
(
"Writing dependencies"
);
char
filename
[
200
]
=
"dependency_graph.dot"
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment