Skip to content

Commit

Permalink
#323: removed useless header comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ppebay committed Jun 11, 2023
1 parent e0aa9ff commit 0e1a92a
Showing 1 changed file with 0 additions and 56 deletions.
56 changes: 0 additions & 56 deletions config/conf.yaml
Original file line number Diff line number Diff line change
@@ -1,59 +1,3 @@
# Docs
# parameter_name [type] description
# --------------------------- -----------------------------------------------------------------------
# from_data:
# data_stem [str] base file name of VT load logs
# phase_ids [list or str] list of ids of phase to be read in VT load logs e.g. [1, 2, 3] or "1-3"
# from_samplers [dict]
# n_objects [int] number of objects
# n_mapped_ranks [int] number of initially mapped processors
# communication_degree [int] object communication degree (no communication if 0)
# load_sampler description of object load sampler:
# name [str] in uniform, lognormal
# parameters [list] parameters e.g. 1.0,10.0 for lognormal
# volume_sampler description of object communication volumes sampler:
# name [str] in uniform, lognormal
# parameters [list] parameters e.g. 1.0,10.0 for lognormal
# check_schema [bool] validates that configuration is valid with the configuration schema
# work_model [dict] work model to be used
# name [str] in LoadOnly, AffineCombination
# parameters [dict] optional parameters specific to each work model
# algorithm [dict] balancing algorithm to be used
# name [str] in InformAndTransfer, BruteForce, PhaseStepper
# parameters [dict] parameters specific to each algorithm:
# InformAndtransfer [dict] InformAndtransfer algorithm parameters
# criterion [str] in Tempered (default), StrictLocalizer
# n_iterations [int] number of load-balancing iterations
# deterministic_transfer [bool] for deterministic transfer (default: False)
# n_rounds [int] number of information rounds
# fanout [int] information fanout index
# order_strategy [str] ordering of objects for transfer
# in arbitrary (default), element_id, increasing_times
# decreasing_times, increasing_connectivity,
# fewest_migrations, small_objects
# BruteForce [dict] BruteForce algorithm parameters
# skip_transfer [bool] skip transfer phase (default: False)
# PhaseStepper [dict] PhaseStepper algorithm parameters
# logging_level [str] set to `info`, `debug`, `warning` or `error`
# log_to_file [str] filepath to save the log file (optional)
# output_dir [str] output directory (default: '.')
# LBAF_Viz [dict] Visualization parameters (optional)
# x_ranks [int] number of ranks in x direction for rank visualization
# y_ranks [int] number of ranks in y direction for rank visualization
# z_ranks [int] number of ranks in z direction for rank visualization
# object_jitter [float] coefficient of random jitter with magnitude < 1
# rank_qoi [str] in load, work, None
# object_qoi [str] in load, work, None
# save_meshes [bool] generate mesh outputs (default: False)
# force_continuous_object_qoi [bool] always treat object QOI as continuous or not
# file_suffix [str] file suffix of VT data files (default: "json")
# communication_degree [int] object communication degree (no communication if 0)
# write_JSON write load directives for VT as JSON files
# compressed [bool] compress json files using brotli
# suffix [str] suffix for generates files. (default: "json")
# communications [bool] use communications (default: False)
# offline_LB_compatible [bool] (default: False)

# Specify input
from_data:
data_stem: ../data/synthetic_lb_data/data
Expand Down

0 comments on commit 0e1a92a

Please sign in to comment.