-
Notifications
You must be signed in to change notification settings - Fork 19
Restore dfdally CI test config #251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
caitlinross
merged 3 commits into
codes-org:master
from
sanjaychari:fix-full-ci-dfdally-par
Jul 1, 2026
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
98 changes: 98 additions & 0 deletions
98
tests/conf/union-milc-jacobi-workload/dfdally-director-72-par.conf.in
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,98 @@ | ||
| LPGROUPS | ||
| { | ||
| MODELNET_GRP | ||
| { | ||
| repetitions="36"; | ||
| # name of this lp changes according to the model | ||
| nw-lp="2"; | ||
| # these lp names will be the same for dragonfly-custom model | ||
| modelnet_dragonfly_dally="2"; | ||
| modelnet_dragonfly_dally_router="1"; | ||
| } | ||
| } | ||
| PARAMS | ||
| { | ||
| # packet size in the network | ||
| packet_size="4096"; | ||
| modelnet_order=( "dragonfly_dally","dragonfly_dally_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="${CHUNK_SIZE}"; | ||
| # modelnet_scheduler="round-robin"; | ||
| # number of routers in group | ||
| num_routers="4"; | ||
| # number of groups in the network | ||
| num_groups="9"; | ||
| # buffer size in bytes for local virtual channels | ||
| local_vc_size="16384"; | ||
| #buffer size in bytes for global virtual channels | ||
| global_vc_size="16384"; | ||
| #buffer size in bytes for compute node virtual channels | ||
| cn_vc_size="32768"; | ||
| #bandwidth in GiB/s for local channels | ||
| local_bandwidth="5.25"; | ||
| # bandwidth in GiB/s for global channels | ||
| global_bandwidth="4.7"; | ||
| # bandwidth in GiB/s for compute node-router channels | ||
| cn_bandwidth="5.25"; | ||
| # ROSS message size | ||
| message_size="840"; | ||
| # number of compute nodes connected to router, dictated by dragonfly config | ||
| # file | ||
| num_cns_per_router="2"; | ||
| # number of global channels per router | ||
| num_global_channels="2"; | ||
| # network config file for intra-group connections | ||
| intra-group-connections="@CMAKE_SOURCE_DIR@/src/network-workloads/conf/dragonfly-dally/dfdally-72-intra"; | ||
| # network config file for inter-group connections | ||
| inter-group-connections="@CMAKE_SOURCE_DIR@/src/network-workloads/conf/dragonfly-dally/dfdally-72-inter"; | ||
| # routing protocol to be used | ||
| routing="prog-adaptive"; | ||
| minimal-bias="1"; | ||
| df-dally-vc = "1"; | ||
| # counting msgs recv to/send from routers | ||
| counting_bool="0"; | ||
| counting_start="0"; | ||
| counting_windows="1800"; | ||
| #interval in us | ||
| counting_interval="300"; | ||
| num_apps="2"; | ||
| #offset for app_id: model-net-mpi-replay is 88, synthetic-dfly-plus is 24 | ||
| offset="144"; | ||
| } | ||
| NETWORK_SURROGATE { | ||
| enable="${NETWORK_SURR_ON}"; # either "0" or "1" | ||
| # determines the director switching from surrogate to high-def simulation strategy | ||
| director_mode="delegate-to-app-director"; | ||
| #director_mode="at-fixed-virtual-times"; | ||
|
|
||
| # director configuration for: director_mode == "at-fixed-virtual-times" | ||
| # timestamps at which to switch to surrogate-mode and back | ||
| fixed_switch_timestamps=( "25.0e6", "400.0e6" ); | ||
|
|
||
| # latency predictor to use. Options: average, torch-jit | ||
| packet_latency_predictor="average"; | ||
| # some workload models need some time to stabilize, a point where the network behaviour stabilizes. The predictor will ignore all packet latencies that arrive during this period | ||
| ignore_until="2.0e6"; | ||
|
|
||
| # parameters for torch-jit latency predictor | ||
| torch_jit_mode="single-static-model-for-all-terminals"; | ||
| torch_jit_model_path=""; | ||
|
|
||
| # selecting network treatment on switching to surrogate. Options: freeze, nothing | ||
| network_treatment_on_switch="${NETWORK_MODE}"; | ||
| } | ||
| APPLICATION_SURROGATE { | ||
| enable="${APP_SURR_ON}"; # either 0 or 1 | ||
|
|
||
| # Configuring director | ||
| director_mode="${APP_DIRECTOR_MODE}"; # Opts: "every-n-gvt", "every-n-nanoseconds" | ||
| director_num_gvt="${EVERY_N_GVT}"; | ||
| director_num_ns="${EVERY_NSECS}"; # 1^6 means 1ms | ||
|
|
||
| # Configuring predictor | ||
| # Minimum number of iterations to collect data from before skipping ahead in the simulation | ||
| num_iters_to_collect="2"; | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.