From 7748ca328a7ce6202306ae033fb1c691a6ab99d5 Mon Sep 17 00:00:00 2001 From: Christian Heinrich Date: Thu, 21 May 2015 14:21:51 +0200 Subject: [PATCH] [Documentation] Sorted existing configuration options --- doc/doxygen/options.doc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/doxygen/options.doc b/doc/doxygen/options.doc index 53121ae3fd..3a5c0d5a05 100644 --- a/doc/doxygen/options.doc +++ b/doc/doxygen/options.doc @@ -628,7 +628,7 @@ by changing the \b smpi/send_is_detached item. The default value is 65536. SMPI implements more than 100 different algorithms for MPI collective communication, to accurately simulate the behavior of most of the existing MPI libraries. The \b smpi/coll_selector item can be used to use the decision logic of either OpenMPI or MPICH libraries (values: ompi or mpich, by default SMPI -uses naive version of collective operations). Each collective operation can be manually selected with a +uses naive version of collective operations). Each collective operation can be manually selected with a \b smpi/collective_name:algo_name. Available algorithms are listed in \ref SMPI_collective_algorithms . @@ -677,11 +677,11 @@ silently overflow on other parts of the memory. \section options_index Index of all existing configuration items - \c contexts/factory: \ref options_virt_factory +- \c contexts/guard_size: \ref options_virt_parallel - \c contexts/nthreads: \ref options_virt_parallel - \c contexts/parallel_threshold: \ref options_virt_parallel - \c contexts/stack_size: \ref options_virt_stacksize - \c contexts/synchro: \ref options_virt_parallel -- \c contexts/guard_size: \ref options_virt_parallel - \c cpu/maxmin_selective_update: \ref options_model_optim - \c cpu/model: \ref options_model_select @@ -693,8 +693,8 @@ silently overflow on other parts of the memory. - \c maxmin/precision: \ref options_model_precision - \c model-check: \ref options_modelchecking -- \c model-check/property: \ref options_modelchecking_liveness - \c model-check/checkpoint: \ref options_modelchecking_steps +- \c model-check/property: \ref options_modelchecking_liveness - \c model-check/reduce: \ref options_modelchecking_reduction - \c network/bandwidth_factor: \ref options_model_network_coefs @@ -712,14 +712,14 @@ silently overflow on other parts of the memory. - \c surf/nthreads: \ref options_model_nthreads -- \c smpi/simulation_computation: \ref options_smpi_bench -- \c smpi/running_power: \ref options_smpi_bench -- \c smpi/display_timing: \ref options_smpi_timing -- \c smpi/cpu_threshold: \ref options_smpi_bench - \c smpi/async_small_thres: \ref options_model_network_asyncsend -- \c smpi/send_is_detached: \ref options_model_smpi_detached - \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/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/simulation_computation: \ref options_smpi_bench - \c path: \ref options_generic_path - \c verbose-exit: \ref options_generic_exit -- 2.20.1