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
codes
codes
Commits
3f638e40
Commit
3f638e40
authored
Mar 31, 2015
by
Misbah Mubarak
Browse files
resolving minor bug with reverse computation in dumpi traces
parent
aeffcc58
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/models/mpi-trace-replay/conf/modelnet-mpi-test.conf
View file @
3f638e40
...
@@ -3,6 +3,7 @@ LPGROUPS
...
@@ -3,6 +3,7 @@ LPGROUPS
MODELNET_GRP
MODELNET_GRP
{
{
repetitions
=
"27"
;
repetitions
=
"27"
;
modelnet_simplenet
=
"1"
;
nw
-
lp
=
"1"
;
nw
-
lp
=
"1"
;
}
}
}
}
...
...
src/models/mpi-trace-replay/model-net-mpi-wrklds.c
View file @
3f638e40
...
@@ -1165,6 +1165,8 @@ static void get_next_mpi_operation_rc(nw_state* s, tw_bf * bf, nw_message * m, t
...
@@ -1165,6 +1165,8 @@ static void get_next_mpi_operation_rc(nw_state* s, tw_bf * bf, nw_message * m, t
num_bytes_sent
-=
m
->
op
.
u
.
send
.
num_bytes
;
num_bytes_sent
-=
m
->
op
.
u
.
send
.
num_bytes
;
}
}
break
;
break
;
case
CODES_WK_IRECV
:
case
CODES_WK_RECV
:
case
CODES_WK_RECV
:
{
{
codes_exec_mpi_recv_rc
(
s
,
m
,
lp
);
codes_exec_mpi_recv_rc
(
s
,
m
,
lp
);
...
...
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