X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fd28ea3d66eee426ac29108bc8a5d4f017dc326d..74645bf17655057b81ab984d4ecf77e1f7968b67:/examples/gras_stub_generator?ds=sidebyside diff --git a/examples/gras_stub_generator b/examples/gras_stub_generator index 84a1c8b18e..2791ff51ed 100755 --- a/examples/gras_stub_generator +++ b/examples/gras_stub_generator @@ -15,7 +15,7 @@ eval qq{ sub usage { my ($msg)=@_; - fail ($msg? "gras_stub_generator: $msg\n":""). + die ($msg? "gras_stub_generator: $msg\n":""). "gras_stub_generator: USAGE\n". " gras_stub_generator project_name deployment_file\n" } @@ -46,7 +46,7 @@ $warn #include #include -#include +#include "msg/msg.h" #include char *gras_log=NULL; @@ -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 */