From 29d8f70292284c364f1d96959c632d8649e1e6e5 Mon Sep 17 00:00:00 2001 From: Christian Heinrich Date: Thu, 21 May 2015 17:02:15 +0200 Subject: [PATCH 1/1] [Documentation] Added ~40 missing configuration options These options were missing, but it's important to have these documented. --- doc/doxygen/options.doc | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/doc/doxygen/options.doc b/doc/doxygen/options.doc index 8a1d4abd7a..ddcf47d6ab 100644 --- a/doc/doxygen/options.doc +++ b/doc/doxygen/options.doc @@ -676,6 +676,8 @@ silently overflow on other parts of the memory. \section options_index Index of all existing configuration options +- \c clean_atexit: \ref options_clean_atexit + - \c contexts/factory: \ref options_virt_factory - \c contexts/guard_size: \ref options_virt_parallel - \c contexts/nthreads: \ref options_virt_parallel @@ -687,6 +689,8 @@ silently overflow on other parts of the memory. - \c cpu/model: \ref options_model_select - \c cpu/optim: \ref options_model_optim +- \c exception/cutpath: \ref options_exception_cutpath + - \c gtnets/jitter: \ref options_pls - \c gtnets/jitter_seed: \ref options_pls @@ -719,23 +723,54 @@ silently overflow on other parts of the memory. - \c network/sender_gap: \ref options_model_network_sendergap - \c network/TCP_gamma: \ref options_model_network_gamma - \c network/weight_S: \ref options_model_network_coefs +- \c network/weight_S_parameter: \ref options_model_network_coefs_param - \c ns3/TcpModel: \ref options_pls - \c surf/nthreads: \ref options_model_nthreads +- \c surf/precision: \ref options_surf_precision +- \c For collective operations of SMPI, please refer to Section \ref options_index_smpi_coll - \c smpi/async_small_thres: \ref options_model_network_asyncsend +- \c smpi/bw_factor: \ref options_model_smpi_bw_factor - \c smpi/coll_selector: \ref options_model_smpi_collectives - \c smpi/cpu_threshold: \ref options_smpi_bench - \c smpi/display_timing: \ref options_smpi_timing +- \c smpi/lat_factor: \ref options_model_smpi_lat_factor +- \c smpi/IB_penalty_factor: \ref options_model_smpi_IB_penalty_factor +- \c smpi/iprobe: \ref options_model_smpi_iprobe +- \c smpi/ois: \ref options_model_smpi_ois +- \c smpi/or: \ref options_model_smpi_or +- \c smpi/os: \ref options_model_smpi_os - \c smpi/privatize_global_variables: \ref options_smpi_global - \c smpi/running_power: \ref options_smpi_bench -- \c smpi/send_is_detached: \ref options_model_smpi_detached +- \c smpi/send_is_detached_thresh: \ref options_model_smpi_detached - \c smpi/simulation_computation: \ref options_smpi_bench +- \c smpi/test: \ref options_model_smpi_test +- \c smpi/use_shared_malloc: \ref options_model_smpi_use_shared_malloc +- \c smpi/test: \ref options_model_smpi_test +- \c tracing/smpi/format/ti_one_file: \ref options_tracing_smpi_format_ti_one_file + +- \c storage/model: \ref options_storage_model - \c path: \ref options_generic_path +- \c plugin: \ref options_generic_plugin - \c verbose-exit: \ref options_generic_exit +- \c vm_workstation/model: \ref options_vm_workstation_model - \c workstation/model: \ref options_model_select +\subsection options_index_smpi_coll Index of SMPI collective algorithms options +- \c smpi/allgather: \ref options_model_smpi_coll_allgather +- \c smpi/allgatherv: \ref options_model_smpi_coll_allgatherv +- \c smpi/allreduce: \ref options_model_smpi_coll_allreduce +- \c smpi/alltoall: \ref options_model_smpi_coll_alltoall +- \c smpi/alltoallv: \ref options_model_smpi_coll_alltoallv +- \c smpi/barrier: \ref options_model_smpi_coll_barrier +- \c smpi/bcast: \ref options_model_smpi_coll_bcast +- \c smpi/gather: \ref options_model_smpi_coll_gather +- \c smpi/reduce: \ref options_model_smpi_coll_reduce +- \c smpi/reduce_scatter: \ref options_model_smpi_coll_reduce_scatter +- \c smpi/scatter: \ref options_model_smpi_coll_scatter + */ -- 2.20.1