From 0e1a92ad01fe74a29db209758e669e78b6a9d2b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20P=2E=20Pe=CC=81bay=CC=88?= Date: Sun, 11 Jun 2023 13:55:39 -0400 Subject: [PATCH] #323: removed useless header comments --- config/conf.yaml | 56 ------------------------------------------------ 1 file changed, 56 deletions(-) diff --git a/config/conf.yaml b/config/conf.yaml index c503785ff..45eb90a54 100644 --- a/config/conf.yaml +++ b/config/conf.yaml @@ -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