X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d80e7348ea40daf2c7447e23d959fb167cffeb36..abe4718a5d6b036c7ae9684f827f0980d3f91a80:/src/simix/smx_config.c diff --git a/src/simix/smx_config.c b/src/simix/smx_config.c index c71efecd3d..b7cfd7a4ad 100644 --- a/src/simix/smx_config.c +++ b/src/simix/smx_config.c @@ -57,16 +57,16 @@ void simix_config_finalize(void) _simix_init_status = 0; } -/** \brief set a configuration variable +/** \brief Set a configuration variable * - * Currently existing configuation variable: + * Currently existing configuration variable: * - surf_workstation_model (string): Model of workstation to use. * Possible values (defaults to "KCCFLN05"): * - "CLM03": realistic TCP behavior + basic CPU model (see [CML03 at CCGrid03]) + support for parallel tasks * - "KCCFLN05": realistic TCP behavior + basic CPU model (see [CML03 at CCGrid03]) + failure handling + interference between communications and computations if precised in the platform file. * - * Example: - * MSG_config("surf_workstation_model","KCCFLN05"); + * \param name Configuration variable name that will change. + * \param pa A va_list with the others parameters */ void SIMIX_config(const char *name, va_list pa) {