X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3ff2039cedba2452a6f487e8d4111cf429c6749f..ecd110f13bd1771203aa63d8bad992f9b77c0b96:/examples/SimGrid.tesh diff --git a/examples/SimGrid.tesh b/examples/SimGrid.tesh index c36804e2ba..8a74f699ab 100644 --- a/examples/SimGrid.tesh +++ b/examples/SimGrid.tesh @@ -1,24 +1,25 @@ -# Command line tesh --directory=%EXAMPLE_DIR% --include-dir=msg --file=SimGrid.tesh --log="log.thresh:info tesh.fmt:%m%n" --keep-going-unit -D Examples (MSG API functionnality checking) - +# Command line : +# Windows -> tesh --directory=%EXAMPLE_DIR% --file=SimGrid.tesh --log="log.thresh:info tesh.fmt:%m%n" --keep-going-unit +# Linux -> tesh --directory=$EXAMPLE_DIR --file=SimGrid.tesh --log="log.thresh:info tesh.fmt:%m%n" --keep-going-unit +D Examples (MSG API functionnality checking (for C, C++ and Java)) $ cd ${EXAMPLE_DIR:=.} $ cd msg # Masterslave OK -#! include masterslave/masterslave.tesh +! include masterslave/masterslave.tesh # Outputs difference : __FILE__ difference between Windows and Linux -! include masterslave/masterslave_bypass.tesh +#! include masterslave/masterslave_bypass.tesh # Outputs difference -! include masterslave/masterslave_failure.tesh +#! include masterslave/masterslave_failure.tesh ! include masterslave/masterslave_forwarder.tesh -# Parllel task -! include parallel_task/parallel_task.tesh +# Parllel task (not work) +#! include parallel_task/parallel_task.tesh # Priority ! include priority/priority.tesh @@ -36,13 +37,100 @@ $ cd msg ! include sendrecv/sendrecv_Reno.tesh -# Modele non valid -#! include sendrecv/sendrecv_SDP.tesh - - ! include sendrecv/sendrecv_Vegas.tesh # Suspend ! include suspend/suspend.tesh +############################################################################################## +# java examples + +$ cd ${MSG4JAVA_CLASSPATH}\simgrid\msg + +$ javac *.java +> Note: Some input files use unchecked or unsafe operations. +> Note: Recompile with -Xlint:unchecked for details. + +$ cd ${EXAMPLE_DIR:=.} + +$ cd java/basic + +! include basic.tesh + +$ cd .. + +$ cd comm_time + +! include comm_time.tesh + +$ cd .. + +$ cd ping_pong + +! include ping_pong.tesh + +$ cd .. + +$ cd suspend + +! include suspend.tesh + +$ cd .. + +$ cd autoDestination + +! include autoDestination.tesh + +$ cd .. + +$ cd explicitDestination + +! include explicitDestination.tesh + +########################################################################################## +# cxx examples + +$ cd .. + +$ cd .. + +$ cd cxx/basic + +! include basic.tesh + +$ cd .. + +$ cd comm_time + +! include comm_time.tesh + +$ cd .. + +$ cd ping_pong + +! include ping_pong.tesh + +$ cd .. + +$ cd suspend + +! include suspend.tesh + +$ cd .. + +$ cd autoDestination + +! include autoDestination.tesh + +$ cd .. + +$ cd explicitDestination + +! include explicitDestination.tesh + + + + + +