Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add a missing file and add MSG_vm_set_bound
[simgrid.git] / examples / msg / cloud / simple_vm.c
index fce5e13..e61c01c 100644 (file)
@@ -282,6 +282,7 @@ int main(int argc, char *argv[])
   MSG_init(&argc, argv);
 
   /* load the platform file */
+  xbt_assert(argc == 2);
   MSG_create_environment(argv[1]);
 
   xbt_dynar_t hosts_dynar = MSG_hosts_as_dynar();