Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Hardcode GRAS_MAX_CHANNEL since it got killed somehow in the last headers reorganizat...
[simgrid.git] / examples / gras_stub_generator
index 84a1c8b..5edd69e 100755 (executable)
@@ -115,7 +115,7 @@ int main (int argc,char *argv[]) {
   /*  Simulation setup */
   MSG_global_init();
   MSG_set_verbosity(MSG_SILENT);
-  MSG_set_channel_number(GRAS_MAX_CHANNEL);
+  MSG_set_channel_number(10); // GRAS_MAX_CHANNEL hardcoded since Alvin killed its definition
   MSG_create_environment(argv[1]);
 
   /*  Application deployment */