Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
codes-dev
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Xin Wang
codes-dev
Commits
fea87166
Commit
fea87166
authored
Sep 26, 2016
by
Misbah Mubarak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removing executables from lib, fixing fat tree LP struct warning
parent
9257a4ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
+2
-7
src/Makefile.subdir
src/Makefile.subdir
+1
-6
src/networks/model-net/fattree.c
src/networks/model-net/fattree.c
+1
-1
No files found.
src/Makefile.subdir
View file @
fea87166
...
...
@@ -156,12 +156,7 @@ src_libcodes_a_SOURCES = \
src/networks/model-net/model-net-lp.c
\
src/networks/model-net/model-net-sched.c
\
src/networks/model-net/model-net-sched-impl.h
\
src/networks/model-net/model-net-sched-impl.c
\
src/network-workloads/model-net-mpi-replay.c
\
src/network-workloads/model-net-synthetic.c
\
src/network-workloads/model-net-synthetic-slimfly.c
\
src/network-workloads/model-net-synthetic-fattree.c
\
src/network-workloads/model-net-dumpi-traces-dump.c
src/networks/model-net/model-net-sched-impl.c
#codes/codes-nw-workload.h
...
...
src/networks/model-net/fattree.c
View file @
fea87166
...
...
@@ -2958,7 +2958,7 @@ tw_lptype fattree_lps[] =
(
map_f
)
codes_mapping
,
sizeof
(
switch_state
),
},
{
0
},
{
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
0
},
};
/* returns the fattree lp type for lp registration */
...
...
Write
Preview
Markdown
is supported
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