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
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Elsa Gonsiorowski
codes
Commits
171ca1a0
Commit
171ca1a0
authored
Feb 03, 2016
by
Jonathan Jenkins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
message size bump for example programs
parent
43059659
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
doc/example/example.conf
doc/example/example.conf
+1
-1
doc/example_heterogeneous/example.conf
doc/example_heterogeneous/example.conf
+1
-1
doc/example_heterogeneous/example_torus.conf
doc/example_heterogeneous/example_torus.conf
+1
-1
No files found.
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