From 171ca1a087e39c362c8538c64f066df7ec0c55d3 Mon Sep 17 00:00:00 2001 From: John Jenkins Date: Wed, 3 Feb 2016 10:15:07 -0600 Subject: [PATCH] message size bump for example programs --- doc/example/example.conf | 2 +- doc/example_heterogeneous/example.conf | 2 +- doc/example_heterogeneous/example_torus.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/example/example.conf b/doc/example/example.conf index 1138ed7..e5fe938 100644 --- a/doc/example/example.conf +++ b/doc/example/example.conf @@ -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 diff --git a/doc/example_heterogeneous/example.conf b/doc/example_heterogeneous/example.conf index 7f00fe2..8d9ae7a 100644 --- a/doc/example_heterogeneous/example.conf +++ b/doc/example_heterogeneous/example.conf @@ -27,7 +27,7 @@ LPGROUPS { PARAMS { ## ROSS parameters - message_size="256"; + message_size="352"; ## global modelnet parameters modelnet_order=("simplenet"); diff --git a/doc/example_heterogeneous/example_torus.conf b/doc/example_heterogeneous/example_torus.conf index 28bb759..fbe6e28 100644 --- a/doc/example_heterogeneous/example_torus.conf +++ b/doc/example_heterogeneous/example_torus.conf @@ -27,7 +27,7 @@ LPGROUPS { PARAMS { ## ROSS parameters - message_size="256"; + message_size="352"; ## global modelnet parameters modelnet_order=("torus","simplenet"); -- 2.26.2