Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Caitlin Ross
codes
Commits
ac356749
Commit
ac356749
authored
Aug 07, 2013
by
Misbah Mubarak
Browse files
Making the number of kps in codes mapping configurable
parent
9c0d9ec1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/util/codes_mapping.c
View file @
ac356749
...
...
@@ -165,7 +165,7 @@ void codes_mapping_init(void)
tw_pe
*
pe
;
char
lp_type_name
[
MAX_NAME_LENGTH
];
char
grp_name
[
MAX_NAME_LENGTH
];
int
nkp_per_pe
=
16
;
int
nkp_per_pe
=
g_tw_nkp
;
tw_lpid
lpid
,
kpid
;
/* have 16 kps per pe, this is the optimized configuration for ROSS custom mapping */
...
...
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