diff --git a/src/network-workloads/conf/dragonfly-custom/dfdally_8k.conf b/src/network-workloads/conf/dragonfly-custom/dfdally_8k.conf index 102097ed1223439d0540f38c8bc58e11b8193bd7..50f1d17f7b8468feb3a18185da81df7b3957e27a 100644 --- a/src/network-workloads/conf/dragonfly-custom/dfdally_8k.conf +++ b/src/network-workloads/conf/dragonfly-custom/dfdally_8k.conf @@ -14,13 +14,13 @@ PARAMS { df-dally-vc = "1"; # packet size in the network - packet_size="1024"; + packet_size="4096"; modelnet_order=( "dragonfly_custom","dragonfly_custom_router" ); # scheduler options modelnet_scheduler="fcfs"; # chunk size in the network (when chunk size = packet size, packets will not be # divided into chunks) - chunk_size="1024"; + chunk_size="4096"; # modelnet_scheduler="round-robin"; num_router_rows="1"; @@ -29,11 +29,11 @@ PARAMS # number of groups in the network num_groups="65"; # buffer size in bytes for local virtual channels - local_vc_size="8192"; + local_vc_size="32768"; #buffer size in bytes for global virtual channels - global_vc_size="16384"; + global_vc_size="32768"; #buffer size in bytes for compute node virtual channels - cn_vc_size="8192"; + cn_vc_size="32768"; #bandwidth in GiB/s for local channels local_bandwidth="25.0"; # bandwidth in GiB/s for global channels @@ -57,5 +57,5 @@ PARAMS inter-group-connections="/home/mubarak/codes-online/codes/src/network-workloads/conf/dragonfly-custom/dfdally_8k_inter"; # routing protocol to be used # routing="minimal"; - routing="adaptive"; + routing="prog-adaptive"; } diff --git a/src/network-workloads/conf/dragonfly-custom/dfp_8k.conf b/src/network-workloads/conf/dragonfly-custom/dfp_8k.conf index a28e2214a2fc048380ccc1787ed56627ca42669d..54e35fcddd3c630458293febbfbbb211a69a4593 100644 --- a/src/network-workloads/conf/dragonfly-custom/dfp_8k.conf +++ b/src/network-workloads/conf/dragonfly-custom/dfp_8k.conf @@ -13,13 +13,13 @@ LPGROUPS PARAMS { # packet size in the network - packet_size="1024"; + packet_size="4096"; modelnet_order=( "dragonfly_plus","dragonfly_plus_router" ); # scheduler options modelnet_scheduler="fcfs"; # chunk size in the network (when chunk size = packet size, packets will not be # divided into chunks) - chunk_size="1024"; + chunk_size="4096"; # modelnet_scheduler="round-robin"; # number of routers within each group # each router row corresponds to a chassis in Cray systems @@ -31,11 +31,11 @@ PARAMS # number of groups in the network num_groups="33"; # buffer size in bytes for local virtual channels - local_vc_size="8192"; + local_vc_size="32768"; #buffer size in bytes for global virtual channels - global_vc_size="16384"; + global_vc_size="32768"; #buffer size in bytes for compute node virtual channels - cn_vc_size="8192"; + cn_vc_size="32768"; #bandwidth in GiB/s for local channels local_bandwidth="25.0"; # bandwidth in GiB/s for global channels