Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Tesh: Use 0 as a default sorting prefix
authorMartin Quinson <martin.quinson@loria.fr>
Sat, 25 Jul 2015 20:32:15 +0000 (22:32 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sat, 25 Jul 2015 20:32:31 +0000 (22:32 +0200)
commitf26cd6685142f04fd0024837cd5251ceb34dbc41
tree1360b0852321d42eb645ac3bb3dcf9e39431abd5
parent94cda16e4fc2e8ba569b26cdad27de5bf1425835
Tesh: Use 0 as a default sorting prefix

I used 'output sort' to deal with events that occure in order of map
traversal, and could not devise why it was uneffective. Until I digged
deep in tesh again.

So use a sensible, unsurprising value, and change it where needed. And
update the documentation, just in case someone would read it in a
parallel dimension.
53 files changed:
examples/java/async/async.tesh
examples/java/bittorrent/bittorrent.tesh
examples/java/chord/chord.tesh
examples/java/cloud/cloud.tesh
examples/java/commTime/commtime.tesh
examples/java/kademlia/kademlia.tesh
examples/java/master_slave_bypass/bypass.tesh
examples/java/master_slave_kill/kill.tesh
examples/java/masterslave/masterslave.tesh
examples/java/migration/migration.tesh
examples/java/mutualExclusion/mutualexclusion.tesh
examples/java/pingPong/pingpong.tesh
examples/java/priority/priority.tesh
examples/java/surfPlugin/surf_plugin.tesh
examples/java/suspend/suspend.tesh
examples/java/tracing/tracingPingPong.tesh
examples/lua/multi_matrix/mult_matrix.tesh
examples/msg/actions/actions.tesh
examples/msg/bittorrent/bittorrent.tesh
examples/msg/chainsend/chainsend.tesh
examples/msg/chord/chord.tesh
examples/msg/chord/chord_crosstraffic.tesh
examples/msg/energy/consumption/energy_consumption.tesh
examples/msg/energy/onoff/onoff.tesh
examples/msg/energy/pstate/pstate.tesh
examples/msg/exception/exception.tesh
examples/msg/icomms/peer.tesh
examples/msg/kademlia/kademlia.tesh
examples/msg/masterslave/masterslave.tesh
examples/msg/masterslave/masterslave_bypass.tesh
examples/msg/masterslave/masterslave_cpu_ti.tesh
examples/msg/masterslave/masterslave_cpu_ti_crosstraffic.tesh
examples/msg/masterslave/masterslave_failure.tesh
examples/msg/masterslave/masterslave_failure_crosstraffic.tesh
examples/msg/masterslave/masterslave_forwarder.tesh
examples/msg/masterslave/masterslave_mailbox.tesh
examples/msg/migration/migration.tesh
examples/msg/parallel_task/parallel_task.tesh
examples/msg/pastry/pastry.tesh
examples/msg/pastry/pastry_crosstraffic.tesh
examples/msg/priority/priority.tesh
examples/msg/properties/msg_prop.tesh
examples/msg/sendrecv/sendrecv_CLM03.tesh
examples/msg/sendrecv/sendrecv_Reno.tesh
examples/msg/sendrecv/sendrecv_Vegas.tesh
examples/msg/suspend/suspend.tesh
examples/scala/master_slave_bypass/bypass.tesh
examples/scala/master_slave_kill/kill.tesh
examples/scala/masterslave/masterslave.tesh
examples/smpi/replay/smpi_replay.tesh
tools/tesh/set-output-sort.tesh
tools/tesh/tesh.1
tools/tesh/tesh.pl