Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
stop saying bad things about Alvin and explain people what's going on
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 2 Mar 2005 17:33:25 +0000 (17:33 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 2 Mar 2005 17:33:25 +0000 (17:33 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1132 48e7efb5-ca39-0410-a469-dd3cf9ba447f

tools/gras/stub_generator.c

index d3eb67f..36474e1 100644 (file)
@@ -79,7 +79,7 @@ const char *SIM_PREEMBULE =
 "  }\n" \
 "\n" \
 "  MSG_paje_output(\"%s.trace\");\n" \
-"  MSG_set_channel_number(10); // GRAS_MAX_CHANNEL hardcoded since Alvin killed its definition\n" \
+"  MSG_set_channel_number(10); // Using at most 10 channel (ports) per host. Change it here if needed\n" \
 "  MSG_create_environment(argv[1]);\n" \
 "\n" \
 "  /*  Application deployment */\n"