Project: ProActive
Revision: 10041
Author: acontes
Date: 02 Sep 2008 13:05:06
Changes:fix PROACTIVE-456
Files:modified: /trunk/examples/nbody/GCMA.xml (
try)
modified: /trunk/examples/hello/helloApplication.xml (
try)
modified: /trunk/examples/masterworker/GCMA.xml (
try)
modified: /trunk/examples/jacobi/GCMA.xml (
try)
modified: /trunk/examples/timit/descriptors/TimItApplication.xml (
try)
modified: /trunk/examples/env.sh (
try)
modified: /trunk/examples/scilab/GCMA.xml (
try)
modified: /trunk/examples/agent/GCMA.xml (
try)
modified: /trunk/examples/integralPi/GCMA.xml (
try)
modified: /trunk/examples/c3d/GCMA_Renderer.xml (
try)
modified: /trunk/examples/flowshop/GCMA.xml (
try)
modified: /trunk/examples/init.bat (
try)
modified: /trunk/examples/montecarlo/GCMA.xml (
try)
modified: /trunk/examples/nbody/GCMA_FaultTolerance.xml (
try)
modified: /trunk/examples/matrix/GCMA.xml (
try)
modified: /trunk/examples/penguin/GCMA.xml (
try)
modified: /trunk/examples/robustarith/GCMA.xml (
try)
modified: /trunk/examples/c3d/GCMA_User.xml (
try)
Diff:
| ... | ...@@ -17,6 +17,9 @@ |
| 17 | 17 | <configuration> |
| 18 | 18 | <applicationClasspath> |
| 19 | 19 | <pathElement base="proactive" relpath="dist/lib/ProActive_examples.jar"/> |
| 20 | <pathElement base="proactive" relpath="dist/lib/ibis-1.4.jar"/> |
| 21 | <pathElement base="proactive" relpath="dist/lib/ibis-connect-1.0.jar"/> |
| 22 | <pathElement base="proactive" relpath="dist/lib/ibis-util-1.0.jar"/> |
| 20 | 23 | </applicationClasspath> |
| 21 | 24 | </configuration> |
| 22 | 25 | |
| ... | ...@@ -15,6 +15,9 @@ |
| 15 | 15 | <configuration> |
| 16 | 16 | <applicationClasspath> |
| 17 | 17 | <pathElement base="proactive" relpath="dist/lib/ProActive_examples.jar"/> |
| 18 | <pathElement base="proactive" relpath="dist/lib/ibis-1.4.jar"/> |
| 19 | <pathElement base="proactive" relpath="dist/lib/ibis-connect-1.0.jar"/> |
| 20 | <pathElement base="proactive" relpath="dist/lib/ibis-util-1.0.jar"/> |
| 18 | 21 | </applicationClasspath> |
| 19 | 22 | </configuration> |
| 20 | 23 | <virtualNode id="Hello" capacity="1"> |
| ... | ...@@ -17,6 +17,9 @@ |
| 17 | 17 | <configuration> |
| 18 | 18 | <applicationClasspath> |
| 19 | 19 | <pathElement base="proactive" relpath="dist/lib/ProActive_examples.jar"/> |
| 20 | <pathElement base="proactive" relpath="dist/lib/ibis-1.4.jar"/> |
| 21 | <pathElement base="proactive" relpath="dist/lib/ibis-connect-1.0.jar"/> |
| 22 | <pathElement base="proactive" relpath="dist/lib/ibis-util-1.0.jar"/> |
| 20 | 23 | </applicationClasspath> |
| 21 | 24 | </configuration> |
| 22 | 25 | |
| ... | ...@@ -17,6 +17,9 @@ |
| 17 | 17 | <configuration> |
| 18 | 18 | <applicationClasspath> |
| 19 | 19 | <pathElement base="proactive" relpath="dist/lib/ProActive_examples.jar"/> |
| 20 | <pathElement base="proactive" relpath="dist/lib/ibis-1.4.jar"/> |
| 21 | <pathElement base="proactive" relpath="dist/lib/ibis-connect-1.0.jar"/> |
| 22 | <pathElement base="proactive" relpath="dist/lib/ibis-util-1.0.jar"/> |
| 20 | 23 | </applicationClasspath> |
| 21 | 24 | </configuration> |
| 22 | 25 | |
| ... | ...@@ -22,6 +22,9 @@ |
| 22 | 22 | <jvmarg value="${VMARGS}"/> |
| 23 | 23 | <applicationClasspath> |
| 24 | 24 | <pathElement base="proactive" relpath="dist/lib/ProActive_examples.jar"/> |
| 25 | <pathElement base="proactive" relpath="dist/lib/ibis-1.4.jar"/> |
| 26 | <pathElement base="proactive" relpath="dist/lib/ibis-connect-1.0.jar"/> |
| 27 | <pathElement base="proactive" relpath="dist/lib/ibis-util-1.0.jar"/> |
| 25 | 28 | </applicationClasspath> |
| 26 | 29 | </configuration> |
| 27 | 30 | <virtualNode id="Workers" capacity="${NODES}"> |
| ... | ...@@ -51,6 +51,7 @@ |
| 51 | 51 | else |
| 52 | 52 | CLASSPATH=$CLASSPATH:$PROACTIVE/dist/lib/ProActive.jar |
| 53 | 53 | CLASSPATH=$CLASSPATH:$PROACTIVE/dist/lib/ProActive_examples.jar |
| 54 | CLASSPATH=$CLASSPATH:$PROACTIVE/dist/lib/ibis-1.4.jar:$PROACTIVE/dist/lib/ibis-connect-1.0.jar:$PROACTIVE/dist/lib/ibis-util-1.0.jar |
| 54 | 55 | fi |
| 55 | 56 | |
| 56 | 57 | #echo "CLASSPATH"=$CLASSPATH |
| ... | ...@@ -17,6 +17,9 @@ |
| 17 | 17 | <configuration> |
| 18 | 18 | <applicationClasspath> |
| 19 | 19 | <pathElement base="proactive" relpath="dist/lib/ProActive_examples.jar"/> |
| 20 | <pathElement base="proactive" relpath="dist/lib/ibis-1.4.jar"/> |
| 21 | <pathElement base="proactive" relpath="dist/lib/ibis-connect-1.0.jar"/> |
| 22 | <pathElement base="proactive" relpath="dist/lib/ibis-util-1.0.jar"/> |
| 20 | 23 | </applicationClasspath> |
| 21 | 24 | </configuration> |
| 22 | 25 | <virtualNode id="scilabVN" capacity="4"/> |
| ... | ...@@ -17,6 +17,9 @@ |
| 17 | 17 | <configuration> |
| 18 | 18 | <applicationClasspath> |
| 19 | 19 | <pathElement base="proactive" relpath="dist/lib/ProActive_examples.jar"/> |
| 20 | <pathElement base="proactive" relpath="dist/lib/ibis-1.4.jar"/> |
| 21 | <pathElement base="proactive" relpath="dist/lib/ibis-connect-1.0.jar"/> |
| 22 | <pathElement base="proactive" relpath="dist/lib/ibis-util-1.0.jar"/> |
| 20 | 23 | </applicationClasspath> |
| 21 | 24 | </configuration> |
| 22 | 25 | |
| ... | ...@@ -16,6 +16,9 @@ |
| 16 | 16 | <configuration> |
| 17 | 17 | <applicationClasspath> |
| 18 | 18 | <pathElement base="proactive" relpath="dist/lib/ProActive_examples.jar"/> |
| 19 | <pathElement base="proactive" relpath="dist/lib/ibis-1.4.jar"/> |
| 20 | <pathElement base="proactive" relpath="dist/lib/ibis-connect-1.0.jar"/> |
| 21 | <pathElement base="proactive" relpath="dist/lib/ibis-util-1.0.jar"/> |
| 19 | 22 | </applicationClasspath> |
| 20 | 23 | </configuration> |
| 21 | 24 | <virtualNode id="matrixNode" capacity="4"> |
| ... | ...@@ -17,6 +17,9 @@ |
| 17 | 17 | <configuration> |
| 18 | 18 | <applicationClasspath> |
| 19 | 19 | <pathElement base="proactive" relpath="dist/lib/ProActive_examples.jar"/> |
| 20 | <pathElement base="proactive" relpath="dist/lib/ibis-1.4.jar"/> |
| 21 | <pathElement base="proactive" relpath="dist/lib/ibis-connect-1.0.jar"/> |
| 22 | <pathElement base="proactive" relpath="dist/lib/ibis-util-1.0.jar"/> |
| 20 | 23 | </applicationClasspath> |
| 21 | 24 | </configuration> |
| 22 | 25 | |
| ... | ...@@ -17,6 +17,9 @@ |
| 17 | 17 | <configuration> |
| 18 | 18 | <applicationClasspath> |
| 19 | 19 | <pathElement base="proactive" relpath="dist/lib/ProActive_examples.jar"/> |
| 20 | <pathElement base="proactive" relpath="dist/lib/ibis-1.4.jar"/> |
| 21 | <pathElement base="proactive" relpath="dist/lib/ibis-connect-1.0.jar"/> |
| 22 | <pathElement base="proactive" relpath="dist/lib/ibis-util-1.0.jar"/> |
| 20 | 23 | </applicationClasspath> |
| 21 | 24 | </configuration> |
| 22 | 25 | |
| ... | ...@@ -29,7 +29,7 @@ |
| 29 | 29 | SET CLASSPATH=!CLASSPATH!;!JARS!
|
| 30 | 30 | rem IF EXIST "%PROACTIVE%\ProActive_examples.jar" set CLASSPATH=%CLASSPATH%;%PROACTIVE%\ProActive_examples.jar
|
| 31 | 31 | ) ELSE (
|
| 32 | | SET CLASSPATH=%CLASSPATH%;%PROACTIVE%\dist\lib\ProActive.jar;%PROACTIVE%\dist\lib\ProActive_examples.jar
|
| 32 | SET CLASSPATH=%CLASSPATH%;%PROACTIVE%\dist\lib\ProActive.jar;%PROACTIVE%\dist\lib\ProActive_examples.jar;%PROACTIVE%\dist\lib\ibis-1.4.jar;%PROACTIVE%\dist\lib\ibis-connect-1.0.jar;%PROACTIVE%\dist\lib\ibis-util-1.0.jar |
| 33 | 33 | )
|
| 34 | 34 |
|
| 35 | 35 | set JAVA_CMD="%JAVA_HOME%\bin\java.exe" -Dproactive.home="%PROACTIVE%" -Dos="windows" -Djava.security.manager -Djava.security.policy="%PROACTIVE%\examples\proactive.java.policy"
|
| ... | ...@@ -17,6 +17,9 @@ |
| 17 | 17 | <configuration> |
| 18 | 18 | <applicationClasspath> |
| 19 | 19 | <pathElement base="proactive" relpath="dist/lib/ProActive_examples.jar"/> |
| 20 | <pathElement base="proactive" relpath="dist/lib/ibis-1.4.jar"/> |
| 21 | <pathElement base="proactive" relpath="dist/lib/ibis-connect-1.0.jar"/> |
| 22 | <pathElement base="proactive" relpath="dist/lib/ibis-util-1.0.jar"/> |
| 20 | 23 | </applicationClasspath> |
| 21 | 24 | </configuration> |
| 22 | 25 | |
| ... | ...@@ -17,6 +17,9 @@ |
| 17 | 17 | <configuration> |
| 18 | 18 | <applicationClasspath> |
| 19 | 19 | <pathElement base="proactive" relpath="dist/lib/ProActive_examples.jar"/> |
| 20 | <pathElement base="proactive" relpath="dist/lib/ibis-1.4.jar"/> |
| 21 | <pathElement base="proactive" relpath="dist/lib/ibis-connect-1.0.jar"/> |
| 22 | <pathElement base="proactive" relpath="dist/lib/ibis-util-1.0.jar"/> |
| 20 | 23 | </applicationClasspath> |
| 21 | 24 | </configuration> |
| 22 | 25 | |
| ... | ...@@ -17,6 +17,9 @@ |
| 17 | 17 | <configuration> |
| 18 | 18 | <applicationClasspath> |
| 19 | 19 | <pathElement base="proactive" relpath="dist/lib/ProActive_examples.jar"/> |
| 20 | <pathElement base="proactive" relpath="dist/lib/ibis-1.4.jar"/> |
| 21 | <pathElement base="proactive" relpath="dist/lib/ibis-connect-1.0.jar"/> |
| 22 | <pathElement base="proactive" relpath="dist/lib/ibis-util-1.0.jar"/> |
| 20 | 23 | </applicationClasspath> |
| 21 | 24 | </configuration> |
| 22 | 25 | |
| ... | ...@@ -17,6 +17,9 @@ |
| 17 | 17 | <configuration> |
| 18 | 18 | <applicationClasspath> |
| 19 | 19 | <pathElement base="proactive" relpath="dist/lib/ProActive_examples.jar"/> |
| 20 | <pathElement base="proactive" relpath="dist/lib/ibis-1.4.jar"/> |
| 21 | <pathElement base="proactive" relpath="dist/lib/ibis-connect-1.0.jar"/> |
| 22 | <pathElement base="proactive" relpath="dist/lib/ibis-util-1.0.jar"/> |
| 20 | 23 | </applicationClasspath> |
| 21 | 24 | </configuration> |
| 22 | 25 | <virtualNode id="penguinNode" capacity="4"/> |
| ... | ...@@ -17,6 +17,9 @@ |
| 17 | 17 | <configuration> |
| 18 | 18 | <applicationClasspath> |
| 19 | 19 | <pathElement base="proactive" relpath="dist/lib/ProActive_examples.jar"/> |
| 20 | <pathElement base="proactive" relpath="dist/lib/ibis-1.4.jar"/> |
| 21 | <pathElement base="proactive" relpath="dist/lib/ibis-connect-1.0.jar"/> |
| 22 | <pathElement base="proactive" relpath="dist/lib/ibis-util-1.0.jar"/> |
| 20 | 23 | </applicationClasspath> |
| 21 | 24 | </configuration> |
| 22 | 25 | <virtualNode id="matrixNode" capacity="4"/> |
| ... | ...@@ -17,6 +17,9 @@ |
| 17 | 17 | <configuration> |
| 18 | 18 | <applicationClasspath> |
| 19 | 19 | <pathElement base="proactive" relpath="dist/lib/ProActive_examples.jar"/> |
| 20 | <pathElement base="proactive" relpath="dist/lib/ibis-1.4.jar"/> |
| 21 | <pathElement base="proactive" relpath="dist/lib/ibis-connect-1.0.jar"/> |
| 22 | <pathElement base="proactive" relpath="dist/lib/ibis-util-1.0.jar"/> |
| 20 | 23 | </applicationClasspath> |
| 21 | 24 | </configuration> |
| 22 | 25 | |
To list