From 75bb68741f043bb22e20ac42f32c39e24cea704d Mon Sep 17 00:00:00 2001 From: mubarak Date: Thu, 24 Mar 2016 15:23:30 -0400 Subject: [PATCH] Adding example dragonfly config file --- .../conf/modelnet-mpi-test-dfly-amg-216.conf | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/network-workloads/conf/modelnet-mpi-test-dfly-amg-216.conf diff --git a/src/network-workloads/conf/modelnet-mpi-test-dfly-amg-216.conf b/src/network-workloads/conf/modelnet-mpi-test-dfly-amg-216.conf new file mode 100644 index 0000000..f08e79f --- /dev/null +++ b/src/network-workloads/conf/modelnet-mpi-test-dfly-amg-216.conf @@ -0,0 +1,28 @@ +LPGROUPS +{ + MODELNET_GRP + { + repetitions="264"; + nw-lp="4"; + modelnet_dragonfly="4"; + modelnet_dragonfly_router="1"; + } +} +PARAMS +{ + packet_size="512"; + modelnet_order=( "dragonfly", "dragonfly_router"); + # scheduler options + modelnet_scheduler="fcfs"; + chunk_size="256"; + # modelnet_scheduler="round-robin"; + num_routers="8"; + local_vc_size="16384"; + global_vc_size="32768"; + cn_vc_size="16384"; + local_bandwidth="5.25"; + global_bandwidth="4.7"; + cn_bandwidth="5.25"; + message_size="560"; + routing="adaptive"; +} -- 2.26.2