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
codes
codes
Commits
d1e36f84
Commit
d1e36f84
authored
Jul 16, 2018
by
Caitlin Ross
Browse files
updating dfly-plus for use with damaris
parent
3e4bff24
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/network-workloads/model-net-synthetic-dfly-plus.c
View file @
d1e36f84
...
...
@@ -416,6 +416,11 @@ int main(
tw_opt_add
(
app_opt
);
tw_init
(
&
argc
,
&
argv
);
#ifdef USE_RDAMARIS
if
(
g_st_ross_rank
)
{
// keep damaris ranks from running code between here up until tw_end()
#endif
codes_comm_update
();
if
(
argc
<
2
)
{
...
...
@@ -477,6 +482,9 @@ int main(
assert
(
ret
==
0
||
!
"lp_io_flush failure"
);
}
model_net_report_stats
(
net_id
);
#ifdef USE_RDAMARIS
}
// end if(g_st_ross_rank)
#endif
tw_end
();
return
0
;
}
...
...
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