Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
another try to please clang
[simgrid.git] / examples / python / platform-profile / platform-profile.py
index 82b61469160eaca198fc616b1ea1da80ae3e3829..6bf23d9079a0692dcbc4fac22b830791cd023b58 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2010-2022. The SimGrid Team. All rights reserved.
+# Copyright (c) 2010-2023. 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.
@@ -43,7 +43,7 @@ if __name__ == '__main__':
     # every two seconds
     lili = e.netzone_root.create_host("Lilibeth", 25e6)
     lili.set_speed_profile("""0 1.0
-    2 0.5""", 2)
+    2 0.5""", 4)
     lili.seal()
 
     # Add a watcher of the changes