X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/24dbcb1a8071fe684d776063f04b314d92094e8d..23da67335f942457b0d8b1f10e9849eba0eee9f7:/contrib/psg/configs/chordPSG.txt diff --git a/contrib/psg/configs/chordPSG.txt b/contrib/psg/configs/chordPSG.txt deleted file mode 100644 index 7e670474b5..0000000000 --- a/contrib/psg/configs/chordPSG.txt +++ /dev/null @@ -1,54 +0,0 @@ -# PEERSIM CHORD - -random.seed 1234567890 -simulation.duration 10^4 -simulation.logtime 10^6 -unit sec -OutputName chord -platform platforms/psg.xml -simulation.experiments 1 - -network.size 40 -protocol.tr psgsim.PSGTransport -{ - mindelay 0 - maxdelay 0 -} - -protocol.chord example.chord.ChordProtocol -{ - transport tr -} - -control.traffic example.chord.TrafficGenerator -{ - protocol chord - step 100 -} - -init.create example.chord.CreateNw -{ - protocol chord - idLength 128 - succListSize 12 -} - -control.observer example.chord.MessageCounterObserver -{ - protocol chord - step 90000 -} - - -#control.dnet DynamicNetwork -#{ -# #add 2 -# add -2 -# minsize 18#3000 -# maxsize 60#7000 -# step 100000 -# init.0 example.chord.ChordInitializer -# { -# protocol chord -# } -#}