Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
privatize this function that must be called at some point of the parsing process...
[simgrid.git] / src / surf / surf_config.c
index 7d3862f..0de998f 100644 (file)
@@ -475,6 +475,7 @@ void surf_config_finalize(void)
   _surf_init_status = 0;
 }
 
+/* Pick the right models for CPU, net and workstation, and call their model_init_preparse */
 void surf_config_models_setup()
 {
   char *workstation_model_name;