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
2a241e71
Commit
2a241e71
authored
Aug 31, 2018
by
Misbah Mubarak
Committed by
Neil McGlohon
Sep 04, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
enabling qos for dragonfly-plus (wip)
parent
0af97862
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
912 additions
and
178 deletions
+912
-178
codes/net/dragonfly-plus.h
codes/net/dragonfly-plus.h
+10
-0
src/networks/model-net/dragonfly-plus.C
src/networks/model-net/dragonfly-plus.C
+902
-177
src/workload/methods/codes-online-comm-wrkld.C
src/workload/methods/codes-online-comm-wrkld.C
+0
-1
No files found.
codes/net/dragonfly-plus.h
View file @
2a241e71
...
@@ -83,6 +83,16 @@ struct terminal_plus_message
...
@@ -83,6 +83,16 @@ struct terminal_plus_message
int
is_pull
;
int
is_pull
;
uint32_t
pull_size
;
uint32_t
pull_size
;
/* for counting reverse calls */
short
num_rngs
;
short
num_cll
;
/* qos related attributes */
int
qos_index
;
short
last_saved_qos
;
short
qos_reset1
;
short
qos_reset2
;
/* for reverse computation */
/* for reverse computation */
int
path_type
;
int
path_type
;
tw_stime
saved_available_time
;
tw_stime
saved_available_time
;
...
...
src/networks/model-net/dragonfly-plus.C
View file @
2a241e71
This diff is collapsed.
Click to expand it.
src/workload/methods/codes-online-comm-wrkld.C
View file @
2a241e71
...
@@ -827,7 +827,6 @@ static int comm_online_workload_load(const char * params, int app_id, int rank)
...
@@ -827,7 +827,6 @@ static int comm_online_workload_load(const char * params, int app_id, int rank)
else
else
tw_error
(
TW_LOC
,
"
\n
Undefined workload type %s "
,
o_params
->
workload_name
);
tw_error
(
TW_LOC
,
"
\n
Undefined workload type %s "
,
o_params
->
workload_name
);
printf
(
"
\n
file path %s "
,
path
.
c_str
());
try
{
try
{
std
::
ifstream
jsonFile
(
path
.
c_str
());
std
::
ifstream
jsonFile
(
path
.
c_str
());
boost
::
property_tree
::
json_parser
::
read_json
(
jsonFile
,
root
);
boost
::
property_tree
::
json_parser
::
read_json
(
jsonFile
,
root
);
...
...
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