Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
codes
codes
Commits
2a241e71
Commit
2a241e71
authored
Aug 31, 2018
by
Misbah Mubarak
Committed by
Neil McGlohon
Sep 04, 2018
Browse files
enabling qos for dragonfly-plus (wip)
parent
0af97862
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
codes/net/dragonfly-plus.h
View file @
2a241e71
...
...
@@ -83,6 +83,16 @@ struct terminal_plus_message
int
is_pull
;
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 */
int
path_type
;
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)
else
tw_error
(
TW_LOC
,
"
\n
Undefined workload type %s "
,
o_params
->
workload_name
);
printf
(
"
\n
file path %s "
,
path
.
c_str
());
try
{
std
::
ifstream
jsonFile
(
path
.
c_str
());
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