X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/362f3fb4fd2addde094a214296eb2651e4eba5e6..76264ed1928b146602ee73794d86798739cd1209:/examples/java/surfPlugin/surf_plugin.tesh?ds=sidebyside diff --git a/examples/java/surfPlugin/surf_plugin.tesh b/examples/java/surfPlugin/surf_plugin.tesh index c425c63294..423cb4af84 100644 --- a/examples/java/surfPlugin/surf_plugin.tesh +++ b/examples/java/surfPlugin/surf_plugin.tesh @@ -1,11 +1,15 @@ #! tesh -# we have to sort the output as events are delivered in the order of -# map traversal, which is not portable - +# +# DONT GIVE A SORT LENGTH PREFIX HERE. +# +# we want to sort on the whole line so that link destruction events +# (that are delivered in the order of map traversal) become reproducible +# ! output sort +# $ java -classpath ${classpath:=.} surfPlugin/TestPlugin ${srcdir:=.}/../platforms/small_platform.xml ${srcdir:=.}/surfPlugin/surfPluginDeployment.xml -> [0.000000] [jmsg/INFO] Using regular java threads. Coroutines could speed your simulation up. +> [0.000000] [jmsg/INFO] Using regular java threads. > [0.000000] [jmsg/INFO] Trace: Link created __loopback__ > [0.000000] [jmsg/INFO] Trace: Link state changed __loopback__ > [0.000000] [jmsg/INFO] Trace: Cpu created Tremblay