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
812b9a30
Commit
812b9a30
authored
Mar 11, 2017
by
Nikhil
Committed by
Misbah Mubarak
Jul 26, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sensible defaults
Change-Id: I4740549495b8a5eac920dc9f7f0419aadeb2a84a
parent
e12c9d6d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/networks/model-net/model-net-lp.c
src/networks/model-net/model-net-lp.c
+1
-1
src/networks/model-net/model-net.c
src/networks/model-net/model-net.c
+1
-1
No files found.
src/networks/model-net/model-net-lp.c
View file @
812b9a30
...
...
@@ -254,7 +254,7 @@ static void base_read_config(const char * anno, model_net_base_params *p){
"setting to %lf
\n
"
,
p
->
nic_seq_delay
);
}
p
->
node_copy_queues
=
4
;
p
->
node_copy_queues
=
1
;
ret
=
configuration_get_value_int
(
&
config
,
"PARAMS"
,
"node_copy_queues"
,
anno
,
&
p
->
node_copy_queues
);
if
(
ret
&&
!
g_tw_mynode
)
{
...
...
src/networks/model-net/model-net.c
View file @
812b9a30
...
...
@@ -58,7 +58,7 @@ tw_stime mn_msg_offset = 0.0;
static
int
is_msg_params_set
[
MAX_MN_MSG_PARAM_TYPES
];
static
mn_sched_params
sched_params
;
// MN_MSG_PARAM_SCHED
static
tw_stime
start_time_param
;
// MN_MSG_PARAM_START_TIME
static
double
cn_bandwidth
=
1
0
;
static
double
cn_bandwidth
=
2
0
;
tw_stime
codes_cn_delay
;
static
int
codes_node_eager_limit
=
16000
;
...
...
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