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
96928e23
Commit
96928e23
authored
Dec 08, 2016
by
Misbah Mubarak
Browse files
Making the table size a prime number
parent
3058124b
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/networks/model-net/dragonfly-custom.C
View file @
96928e23
...
...
@@ -22,7 +22,7 @@
#define DUMP_CONNECTIONS 0
#define CREDIT_SIZE 8
#define DFLY_HASH_TABLE_SIZE
5000
#define DFLY_HASH_TABLE_SIZE
4999
// debugging parameters
#define TRACK -1
...
...
src/networks/model-net/dragonfly.c
View file @
96928e23
...
...
@@ -33,7 +33,7 @@
#define COLLECTIVE_COMPUTATION_DELAY 5700
#define DRAGONFLY_FAN_OUT_DELAY 20.0
#define WINDOW_LENGTH 0
#define DFLY_HASH_TABLE_SIZE
5000
#define DFLY_HASH_TABLE_SIZE
4999
// debugging parameters
#define TRACK -1
...
...
src/networks/model-net/fattree.c
View file @
96928e23
...
...
@@ -17,7 +17,7 @@
#define MEAN_PROCESS 1.0
#define TERMINAL_GUID_PREFIX ((uint64_t)(64) << 32)
#define FTREE_HASH_TABLE_SIZE
5000
#define FTREE_HASH_TABLE_SIZE
4999
// debugging parameters
#define TRACK_PKT -1
...
...
src/networks/model-net/slimfly.c
View file @
96928e23
...
...
@@ -25,7 +25,7 @@
#define MEAN_PROCESS 1.0
/* collective specific parameters */
#define SFLY_HASH_TABLE_SIZE
5000
#define SFLY_HASH_TABLE_SIZE
4999
// debugging parameters
#define TRACK 4
...
...
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