X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/200986a368bbbbb5df459d43cbc7f5ef3d7678db..4fe07e394439e9dbaa31551ff65e741f7d29acec:/contrib/psg/test.sh diff --git a/contrib/psg/test.sh b/contrib/psg/test.sh index f5b7f09dad..7f6d61c7e3 100755 --- a/contrib/psg/test.sh +++ b/contrib/psg/test.sh @@ -9,19 +9,19 @@ fi echo -e "\n"; echo '------------- Execute the edaggregation example under PSG -------------'; echo -e "\n"; -java -Xmx1024m -cp lib.jar:classes peersim.Simulator configs/edaggregationPSG.txt +java -Xmx1024m -cp lib.jar:classes:../../simgrid.jar peersim.Simulator configs/edaggregationPSG.txt echo -e "\n"; echo '------------- Execute the edaggregation example under PS -------------'; echo -e "\n"; -java -Xmx1024m -cp lib.jar:classes peersim.Simulator configs/edaggregation.txt +java -Xmx1024m -cp lib.jar:classes:../../simgrid.jar peersim.Simulator configs/edaggregation.txt echo -e "\n"; echo '------------- Execute the chord example under PSG -------------'; echo -e "\n"; -java -Xmx1024m -cp lib.jar:classes peersim.Simulator configs/chordPSG.txt +java -Xmx1024m -cp lib.jar:classes:../../simgrid.jar peersim.Simulator configs/chordPSG.txt echo -e "\n"; echo '------------- Execute the chord example under PS -------------'; echo -e "\n"; -java -Xmx1024m -cp lib.jar:classes peersim.Simulator configs/chord.txt +java -Xmx1024m -cp lib.jar:classes:../../simgrid.jar peersim.Simulator configs/chord.txt echo -e "\n"; echo '------------- Compare the 2 results PS and PSG -------------'; echo -e "\n";