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
d147259f
Commit
d147259f
authored
Aug 03, 2017
by
Xin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify collective overhead parameter to best guess value
parent
7940d490
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/network-workloads/model-net-mpi-replay.c
src/network-workloads/model-net-mpi-replay.c
+2
-2
No files found.
src/network-workloads/model-net-mpi-replay.c
View file @
d147259f
...
...
@@ -74,8 +74,8 @@ int num_traces_of_job[5];
tw_stime
soft_delay_mpi
=
1250
;
tw_stime
nic_delay
=
250
;
tw_stime
copy_per_byte_eager
=
0
.
55
;
tw_stime
col_overhead_per_byte
=
0
.
8
;
tw_stime
col_soft_overhead
=
6
0
00
;
tw_stime
col_overhead_per_byte
=
0
.
7
;
tw_stime
col_soft_overhead
=
6
6
00
;
char
file_name_of_job
[
5
][
8192
];
struct
codes_jobmap_ctx
*
jobmap_ctx
;
...
...
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