Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Caitlin Ross
codes
Commits
171ca1a0
Commit
171ca1a0
authored
Feb 03, 2016
by
Jonathan Jenkins
Browse files
message size bump for example programs
parent
43059659
Changes
3
Hide whitespace changes
Inline
Side-by-side
doc/example/example.conf
View file @
171ca1a0
...
...
@@ -24,7 +24,7 @@ PARAMS
# - message_size: ROSS expects you to upper bound your event message size.
# Going over this size will crash or otherwise destroy your
# simulation.
message_size
=
"
256
"
;
message_size
=
"
368
"
;
# - pe_mem_factor: this is a multiplier to the event memory allocation that
# ROSS does up front (multiplier is per-PE). Increase this
# (or change the associated mem_factor variable in
...
...
doc/example_heterogeneous/example.conf
View file @
171ca1a0
...
...
@@ -27,7 +27,7 @@ LPGROUPS {
PARAMS
{
## ROSS parameters
message_size
=
"
256
"
;
message_size
=
"
352
"
;
## global modelnet parameters
modelnet_order
=(
"simplenet"
);
...
...
doc/example_heterogeneous/example_torus.conf
View file @
171ca1a0
...
...
@@ -27,7 +27,7 @@ LPGROUPS {
PARAMS
{
## ROSS parameters
message_size
=
"
256
"
;
message_size
=
"
352
"
;
## global modelnet parameters
modelnet_order
=(
"torus"
,
"simplenet"
);
...
...
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