Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add comments to this script
authorChristophe Thiéry <christopho128@gmail.com>
Mon, 14 May 2012 12:39:58 +0000 (14:39 +0200)
committerChristophe Thiéry <christopho128@gmail.com>
Mon, 14 May 2012 12:39:58 +0000 (14:39 +0200)
examples/msg/chord/generate.py

index 5c4f760..cc24945 100755 (executable)
@@ -1,5 +1,10 @@
 #!/usr/bin/python
 
+# This script generates a specific deployment file for the Chord example.
+# It assumes that the platform will be a cluster.
+# Usage: python generate.py nb_nodes nb_bits end_date
+# Example: python generate.py 100000 32 1000
+
 import sys, random
 
 if len(sys.argv) != 4: