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
c9b94e9a
Commit
c9b94e9a
authored
Nov 12, 2017
by
lhausamm
Browse files
Add doxygen header to scheduler_write_dependency
parent
fe347401
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/scheduler.c
View file @
c9b94e9a
...
...
@@ -112,6 +112,12 @@ void scheduler_addunlock(struct scheduler *s, struct task *ta,
atomic_inc
(
&
s
->
completed_unlock_writes
);
}
/**
* @brief Write a dot file with the task dependencies.
*
* See examples/task_graph for an example of how to use it
* @param s The #scheduler we are working in.
*/
void
scheduler_write_dependency
(
struct
scheduler
*
s
)
{
#ifdef WITH_MPI
if
(
engine_rank
!=
0
)
return
;
...
...
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