Skip to content
GitLab
Menu
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
7b287701
Commit
7b287701
authored
Nov 12, 2015
by
Misbah Mubarak
Browse files
Adding functional MPI Sim Layer with quick lists and updated workload API reverse handler
parent
e6fe8071
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
src/models/network-workloads/conf/modelnet-mpi-test-dragonfly.conf
View file @
7b287701
...
@@ -14,7 +14,7 @@ PARAMS
...
@@ -14,7 +14,7 @@ PARAMS
modelnet_order
=(
"dragonfly"
);
modelnet_order
=(
"dragonfly"
);
# scheduler options
# scheduler options
modelnet_scheduler
=
"fcfs"
;
modelnet_scheduler
=
"fcfs"
;
chunk_size
=
"
64
"
;
chunk_size
=
"
512
"
;
# modelnet_scheduler="round-robin";
# modelnet_scheduler="round-robin";
num_vcs
=
"1"
;
num_vcs
=
"1"
;
num_routers
=
"4"
;
num_routers
=
"4"
;
...
@@ -24,6 +24,6 @@ PARAMS
...
@@ -24,6 +24,6 @@ PARAMS
local_bandwidth
=
"5.25"
;
local_bandwidth
=
"5.25"
;
global_bandwidth
=
"4.7"
;
global_bandwidth
=
"4.7"
;
cn_bandwidth
=
"5.25"
;
cn_bandwidth
=
"5.25"
;
message_size
=
"5
44
"
;
message_size
=
"5
36
"
;
routing
=
"
minimal
"
;
routing
=
"
adaptive
"
;
}
}
src/models/network-workloads/model-net-mpi-replay.c
View file @
7b287701
This diff is collapsed.
Click to expand it.
src/models/network-workloads/model-net-mpi-wrklds.c
View file @
7b287701
...
@@ -1147,7 +1147,7 @@ static void get_next_mpi_operation_rc(nw_state* s, tw_bf * bf, nw_message * m, t
...
@@ -1147,7 +1147,7 @@ static void get_next_mpi_operation_rc(nw_state* s, tw_bf * bf, nw_message * m, t
struct
codes_workload_op
*
mpi_op
=
m
->
saved_op
;
struct
codes_workload_op
*
mpi_op
=
m
->
saved_op
;
//(struct codes_workload_op *)rc_stack_pop(s->st);
//(struct codes_workload_op *)rc_stack_pop(s->st);
codes_workload_get_next_rc
(
wrkld_id
,
0
,
(
int
)
s
->
nw_id
,
mpi_op
);
codes_workload_get_next_rc
2
(
wrkld_id
,
0
,
(
int
)
s
->
nw_id
);
if
(
mpi_op
->
op_type
==
CODES_WK_END
)
if
(
mpi_op
->
op_type
==
CODES_WK_END
)
return
;
return
;
...
...
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