Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
codes
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
38
Issues
38
List
Boards
Labels
Milestones
Merge Requests
8
Merge Requests
8
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
codes
codes
Commits
3f638e40
Commit
3f638e40
authored
Mar 31, 2015
by
Misbah Mubarak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
resolving minor bug with reverse computation in dumpi traces
parent
aeffcc58
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
src/models/mpi-trace-replay/conf/modelnet-mpi-test.conf
src/models/mpi-trace-replay/conf/modelnet-mpi-test.conf
+1
-0
src/models/mpi-trace-replay/model-net-mpi-wrklds.c
src/models/mpi-trace-replay/model-net-mpi-wrklds.c
+2
-0
No files found.
src/models/mpi-trace-replay/conf/modelnet-mpi-test.conf
View file @
3f638e40
...
...
@@ -3,6 +3,7 @@ LPGROUPS
MODELNET_GRP
{
repetitions
=
"27"
;
modelnet_simplenet
=
"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
num_bytes_sent
-=
m
->
op
.
u
.
send
.
num_bytes
;
}
break
;
case
CODES_WK_IRECV
:
case
CODES_WK_RECV
:
{
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