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
Xin Wang
codes-dev
Commits
908c42b9
Commit
908c42b9
authored
Aug 23, 2016
by
Noah Wolfe
Browse files
Added NULL commit function to fattree synthetic workload file
parent
4f50e629
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
908c42b9
...
...
@@ -36,3 +36,8 @@
# generated files from test runs
ross.csv
install-mastiff/include/codes/model-net-method.h
configure.ac
configure.ac
configure.ac
\ No newline at end of file
src/network-workloads/model-net-synthetic-fattree.c
View file @
908c42b9
...
...
@@ -113,6 +113,7 @@ tw_lptype svr_lp = {
(
pre_run_f
)
NULL
,
(
event_f
)
svr_event
,
(
revent_f
)
svr_rev_event
,
(
commit_f
)
NULL
,
(
final_f
)
svr_finalize
,
(
map_f
)
codes_mapping
,
sizeof
(
svr_state
),
...
...
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