Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
properly freeing memory in the msg process migration example
[simgrid.git] / examples / SimGrid.tesh
index 31aedc7..8a74f69 100644 (file)
@@ -14,7 +14,7 @@ $ cd msg
 #! include masterslave/masterslave_bypass.tesh\r
 \r
 # Outputs difference\r
-! include masterslave/masterslave_failure.tesh\r
+#! include masterslave/masterslave_failure.tesh\r
 \r
 ! include masterslave/masterslave_forwarder.tesh\r
 \r
@@ -37,10 +37,6 @@ $ cd msg
 \r
 ! include sendrecv/sendrecv_Reno.tesh\r
 \r
-# Modele non valid\r
-#! include sendrecv/sendrecv_SDP.tesh\r
-\r
-\r
 ! include sendrecv/sendrecv_Vegas.tesh\r
 \r
 # Suspend\r
@@ -50,7 +46,13 @@ $ cd msg
 ##############################################################################################\r
 # java examples\r
 \r
-$ cd ..\r
+$ cd ${MSG4JAVA_CLASSPATH}\simgrid\msg\r
+\r
+$ javac *.java\r
+> Note: Some input files use unchecked or unsafe operations.\r
+> Note: Recompile with -Xlint:unchecked for details.\r
+\r
+$ cd ${EXAMPLE_DIR:=.}\r
 \r
 $ cd java/basic\r
 \r