Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
codes
codes
Commits
22c04a87
Commit
22c04a87
authored
Jun 13, 2018
by
Misbah Mubarak
Browse files
removing check for fully connected network
parent
fcc455b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/networks/model-net/dragonfly-custom.C
View file @
22c04a87
...
...
@@ -683,9 +683,6 @@ else
printf
(
"Number of groups not specified. Aborting"
);
MPI_Abort
(
MPI_COMM_CODES
,
1
);
}
if
(
p
->
num_groups
%
2
==
0
&&
DF_DALLY
==
1
)
tw_error
(
TW_LOC
,
"
\n
1-D dragonfly expects an odd number of groups"
);
rc
=
configuration_get_value_int
(
&
config
,
"PARAMS"
,
"num_col_chans"
,
anno
,
&
p
->
num_col_chans
);
if
(
rc
)
{
// printf("\n Number of links connecting chassis not specified, setting to default value 3 ");
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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