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
703f0b01
Commit
703f0b01
authored
Aug 18, 2017
by
Misbah Mubarak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pushing optimistic branch for debugging
parent
7039c648
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
4 deletions
+19
-4
CONTRIBUTORS.md
CONTRIBUTORS.md
+15
-0
src/network-workloads/model-net-mpi-replay.c
src/network-workloads/model-net-mpi-replay.c
+4
-4
No files found.
CONTRIBUTORS.md
View file @
703f0b01
Contributors to date (in chronological order, with current affiliations)
-
Ning Liu, IBM
-
Jason Cope, DDN
-
Philip Carns, Argonne National Labs
-
Misbah Mubarak, Argonne National Labs
-
Shane Snyder, Argonne National Labs
-
Jonathan P. Jenkins
-
Noah Wolfe, RPI
-
Nikhil Jain, Lawrence Livermore Labs
-
Matthieu Dorier, Argonne National Labs
-
Caitlin Ross, RPI
-
Xu Yang, Amazon
-
Jens Domke, Tokyo Institute of Tech.
-
Xin Wang, IIT
Contributions of external (non-Argonne) collaborators:
Nikhil Jain, Abhinav Bhatele (LLNL)
...
...
src/network-workloads/model-net-mpi-replay.c
View file @
703f0b01
...
...
@@ -850,10 +850,10 @@ static void codes_exec_mpi_wait_rc(nw_state* s, tw_bf * bf, tw_lp* lp, nw_messag
if
(
bf
->
c1
)
{
completed_requests
*
qi
=
(
completed_requests
*
)
rc_stack_pop
(
s
->
processed_ops
);
if
(
m
->
fwd
.
found_match
==
0
)
{
/*
if(m->fwd.found_match == 0)
{
*/
qlist_add
(
&
qi
->
ql
,
&
s
->
completed_reqs
);
}
/*
}
else
{
int index = 1;
...
...
@@ -867,7 +867,7 @@ static void codes_exec_mpi_wait_rc(nw_state* s, tw_bf * bf, tw_lp* lp, nw_messag
}
index++;
}
}
}
*/
codes_issue_next_event_rc
(
lp
);
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