]> AND Public Git Repository - simgrid.git/blobdiff - examples/s4u/energy-vm/s4u-energy-vm.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
requalify tesh for chord with new surf precision value.
[simgrid.git] / examples / s4u / energy-vm / s4u-energy-vm.cpp
index 580a88b57a27716853d41a88db972e69b50ffb3d..ab770ee5e776da9e7f3a2ee7468ac275ee1aaebc 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2019. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2007-2020. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -55,7 +55,7 @@ int main(int argc, char* argv[])
   sg_host_energy_plugin_init();
   simgrid::s4u::Engine e(&argc, argv);
 
-  xbt_assert(argc > 1, "Usage: %s platform_file\n\tExample: %s msg_platform.xml\n", argv[0], argv[0]);
+  xbt_assert(argc > 1, "Usage: %s platform_file\n\tExample: %s ../platforms/energy_platform.xml\n", argv[0], argv[0]);
 
   e.load_platform(argv[1]);